From: jhell on 13 Jul 2010 20:28 The following build error is from just before the timestamp on this message. Any way I can help let me know. --- FYI --- cc -O2 -pipe -combine -fno-strict-aliasing -combine -Wall -I/usr/obj/usr/ports/net/ifstated/work/ifstated-4.7 -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wcast-qual -I/usr/local/include -std=gnu99 -fstack-protector -c log.c log.c:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void' log.c:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void' log.c: In function 'log_init': log.c:49: warning: implicit declaration of function 'tzset' log.c: At top level: log.c:140: warning: no previous prototype for 'fatal' log.c:155: warning: no previous prototype for 'fatalx' *** Error code 1 Stop in /usr/obj/usr/ports/net/ifstated/work/ifstated-4.7. *** Error code 1 -- +-+-+-+-+-+ |j|h|e|l|l| +-+-+-+-+-+ _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Sahil Tandon on 13 Jul 2010 20:53 On Tue, 2010-07-13 at 20:28:46 -0400, jhell wrote: > cc -O2 -pipe -combine -fno-strict-aliasing -combine -Wall > -I/usr/obj/usr/ports/net/ifstated/work/ifstated-4.7 -Wstrict-prototypes > -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wshadow > -Wpointer-arith -Wcast-qual -I/usr/local/include -std=gnu99 > -fstack-protector -c log.c > log.c:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before > 'void' Have you tried building with default CFLAGS? -- Sahil Tandon <sahil(a)FreeBSD.org> _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Sahil Tandon on 13 Jul 2010 21:45 On Tue, 2010-07-13 at 20:53:54 -0400, Sahil Tandon wrote: > On Tue, 2010-07-13 at 20:28:46 -0400, jhell wrote: > > > cc -O2 -pipe -combine -fno-strict-aliasing -combine -Wall > > -I/usr/obj/usr/ports/net/ifstated/work/ifstated-4.7 -Wstrict-prototypes > > -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wshadow > > -Wpointer-arith -Wcast-qual -I/usr/local/include -std=gnu99 > > -fstack-protector -c log.c > > log.c:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before > > 'void' > > Have you tried building with default CFLAGS? Please ignore my response; QAT is reporting the same problem after the recent update to 4.7. Sorry for leading you astray; let's hope the maintainer soon chimes in. -- Sahil Tandon <sahil(a)FreeBSD.org> _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: jhell on 14 Jul 2010 00:25 On 07/13/2010 20:53, Sahil Tandon wrote: > On Tue, 2010-07-13 at 20:28:46 -0400, jhell wrote: > >> cc -O2 -pipe -combine -fno-strict-aliasing -combine -Wall >> -I/usr/obj/usr/ports/net/ifstated/work/ifstated-4.7 -Wstrict-prototypes >> -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wshadow >> -Wpointer-arith -Wcast-qual -I/usr/local/include -std=gnu99 >> -fstack-protector -c log.c >> log.c:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before >> 'void' > > Have you tried building with default CFLAGS? > Its still the same output regardless. -- +-+-+-+-+-+ |j|h|e|l|l| +-+-+-+-+-+ _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Sahil Tandon on 14 Jul 2010 00:29
On Wed, 2010-07-14 at 00:25:31 -0400, jhell wrote: > On 07/13/2010 20:53, Sahil Tandon wrote: > > On Tue, 2010-07-13 at 20:28:46 -0400, jhell wrote: > > > >> cc -O2 -pipe -combine -fno-strict-aliasing -combine -Wall > >> -I/usr/obj/usr/ports/net/ifstated/work/ifstated-4.7 -Wstrict-prototypes > >> -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wshadow > >> -Wpointer-arith -Wcast-qual -I/usr/local/include -std=gnu99 > >> -fstack-protector -c log.c > >> log.c:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before > >> 'void' > > > > Have you tried building with default CFLAGS? > > Its still the same output regardless. I am aware; please read the follow-up to my own post which I sent to the list hours ago. -- Sahil Tandon <sahil(a)FreeBSD.org> _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org" |