Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2014 20:51:13 +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: r370740 - head/databases/freetds-devel
Message-ID:  <201410122051.s9CKpDwE065185@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Oct 12 20:51:13 2014
New Revision: 370740
URL: https://svnweb.freebsd.org/changeset/ports/370740
QAT: https://qat.redports.org/buildarchive/r370740/

Log:
  Mark BROKEN: Fails to build
  
  with gcc:
  /bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include  -I../../include -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wpointer-arith -D_THREAD_SAFE -pthread -O2 -pipe -fno-strict-aliasing -I/usr/include -Wdeclaration-after-statement -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c -o threadsafe.lo threadsafe.c
  libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wpointer-arith -D_THREAD_SAFE -pthread -O2 -pipe -fno-strict-aliasing -I/usr/include -Wdeclaration-after-statement -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c threadsafe.c  -fPIC -DPIC -o .libs/threadsafe.o
  In file included from threadsafe.c:84:
  ../../include/freetds/tds.h:149: warning: function declaration isn't a prototype
  ../../include/freetds/tds.h:149: error: bit-field '__res_state' has invalid type
  Makefile:439: recipe for target 'threadsafe.lo' failed
  
  with clang:
  /bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include  -I../../include -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wpointer-arith -D_THREAD_SAFE -pthread -O2 -pipe  -fno-strict-aliasing -I/usr/include -Wdeclaration-after-statement -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c -o threadsafe.lo threadsafe.c
  libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wpointer-arith -D_THREAD_SAFE -pthread -O2 -pipe -fno-strict-aliasing -I/usr/include -Wdeclaration-after-statement -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c threadsafe.c  -fPIC -DPIC -o .libs/threadsafe.o
  In file included from threadsafe.c:84:
  ../../include/freetds/tds.h:149:16: error: bit-field '__res_state' has non-integral type 'TDS_USMALLINT (*())'
          TDS_USMALLINT _res:10;
                        ^    ~~
  /usr/include/resolv.h:282:16: note: expanded from macro '_res'
  #define _res (*__res_state())
                 ^
  1 error generated.
  Makefile:439: recipe for target 'threadsafe.lo' failed
  
  Reported by:	pkg-fallout

Modified:
  head/databases/freetds-devel/Makefile

Modified: head/databases/freetds-devel/Makefile
==============================================================================
--- head/databases/freetds-devel/Makefile	Sun Oct 12 20:32:51 2014	(r370739)
+++ head/databases/freetds-devel/Makefile	Sun Oct 12 20:51:13 2014	(r370740)
@@ -14,6 +14,8 @@ COMMENT=	Sybase/Microsoft TDS protocol l
 
 LICENSE=	LGPL20
 
+BROKEN=		Fails to build
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-dev.${PORTVERSION}
 TDS_VER?=	7.2
 USES=		gmake iconv libtool:keepla pkgconfig tar:bzip2



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