- Update to 1.99.6 Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
This port fails to build: cc -Wall -Wno-trigraphs -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/local/include -c system.c system.c: In function 'do_run': system.c:63: warning: implicit declaration of function 'forkpty' cc -Wall -Wno-trigraphs -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/local/include -c line.c cc -Wall -Wno-trigraphs -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/local/include -c tokenize.c cc -Wall -Wno-trigraphs -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/local/include -c forkpty.c forkpty.c:19:21: error: stropts.h: No such file or directory forkpty.c: In function 'open_slave': forkpty.c:82: error: 'I_FIND' undeclared (first use in this function) forkpty.c:82: error: (Each undeclared identifier is reported only once forkpty.c:82: error: for each function it appears in.) forkpty.c:92: error: 'I_PUSH' undeclared (first use in this function) gmake: *** [forkpty.o] Error 1 *** Error code 1 Can you please look into this and provide a fix. -- WXS
On my box (7.2-STABLE), forkpty.c should be no-op since HAVE__DEV_PTMX is undefined. Thus, tintin is built successfully. My build log: checking for /dev/ptmx... no Would you please provide some information about your build environment? Thanks. BR, Sunpoet On Fri, Jul 17, 2009 at 01:08:45PM -0400, Wesley Shields wrote: > This port fails to build: > > cc -Wall -Wno-trigraphs -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE > -DHAVE_CONFIG_H -I/usr/local/include -c system.c > system.c: In function 'do_run': > system.c:63: warning: implicit declaration of function 'forkpty' > cc -Wall -Wno-trigraphs -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE > -DHAVE_CONFIG_H -I/usr/local/include -c line.c > cc -Wall -Wno-trigraphs -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE > -DHAVE_CONFIG_H -I/usr/local/include -c tokenize.c > cc -Wall -Wno-trigraphs -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE > -DHAVE_CONFIG_H -I/usr/local/include -c forkpty.c > forkpty.c:19:21: error: stropts.h: No such file or directory > forkpty.c: In function 'open_slave': > forkpty.c:82: error: 'I_FIND' undeclared (first use in this function) > forkpty.c:82: error: (Each undeclared identifier is reported only once > forkpty.c:82: error: for each function it appears in.) > forkpty.c:92: error: 'I_PUSH' undeclared (first use in this function) > gmake: *** [forkpty.o] Error 1 > *** Error code 1 > > Can you please look into this and provide a fix. > > -- WXS -- Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
wxs 2009-07-18 23:30:25 UTC FreeBSD ports repository Modified files: net/tintin++-devel Makefile distinfo Log: - Update to 1.99.6 PR: ports/136370 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Revision Changes Path 1.49 +1 -1 ports/net/tintin++-devel/Makefile 1.30 +3 -3 ports/net/tintin++-devel/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!