Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 19:42:24 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344008 - head/databases/ruby-oci8
Message-ID:  <201402121942.s1CJgOGC056241@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Feb 12 19:42:24 2014
New Revision: 344008
URL: http://svnweb.freebsd.org/changeset/ports/344008
QAT: https://qat.redports.org/buildarchive/r344008/

Log:
  Mark broken: Fails to configure
  
  ===>  Running extconf.rb in ext/oci8 to configure
  checking for cc... ok
  checking for gcc... yes
  checking for LP64... no
  checking for ruby header... /wrkdirs/usr/ports/databases/ruby-oci8/work/ruby-oci8-1.0.0-rc1/ext/oci8/oraconf.rb:301: Use RbConfig instead of obsolete and deprecated Config.
  *** extconf.rb failed ***
  Could not create Makefile due to some reason, probably lack of
  necessary libraries and/or headers.
  
  Reported by:	pkg-fallout since august 2013

Modified:
  head/databases/ruby-oci8/Makefile

Modified: head/databases/ruby-oci8/Makefile
==============================================================================
--- head/databases/ruby-oci8/Makefile	Wed Feb 12 19:34:33 2014	(r344007)
+++ head/databases/ruby-oci8/Makefile	Wed Feb 12 19:42:24 2014	(r344008)
@@ -13,6 +13,8 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	numisemis@yahoo.com
 COMMENT=	Ruby interface to Oracle OCI8
 
+BROKEN=		Does not configure
+
 BUILD_DEPENDS=	${LOCALBASE}/oracle8-client/lib/libclntsh.a:${PORTSDIR}/databases/oracle8-client
 RUN_DEPENDS=	${LOCALBASE}/oracle8-client/lib/libclntsh.a:${PORTSDIR}/databases/oracle8-client
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402121942.s1CJgOGC056241>