Date: Sat, 18 Oct 2014 14:48:48 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371132 - branches/2014Q4/databases/freetds-devel Message-ID: <201410181448.s9IEmmxb080208@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Oct 18 14:48:47 2014 New Revision: 371132 URL: https://svnweb.freebsd.org/changeset/ports/371132 QAT: https://qat.redports.org/buildarchive/r371132/ Log: MFH: r370740 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: branches/2014Q4/databases/freetds-devel/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/databases/freetds-devel/Makefile ============================================================================== --- branches/2014Q4/databases/freetds-devel/Makefile Sat Oct 18 14:46:42 2014 (r371131) +++ branches/2014Q4/databases/freetds-devel/Makefile Sat Oct 18 14:48:47 2014 (r371132) @@ -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?201410181448.s9IEmmxb080208>