From owner-cvs-all@FreeBSD.ORG Fri Dec 10 19:05:49 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DD401065670; Fri, 10 Dec 2010 19:05:49 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from EXHUB015-3.exch015.msoutlookonline.net (exhub015-3.exch015.msoutlookonline.net [207.5.72.95]) by mx1.freebsd.org (Postfix) with ESMTP id 81F7B8FC1B; Fri, 10 Dec 2010 19:05:49 +0000 (UTC) Received: from philip.hq.rws (174.79.184.239) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.2.254.0; Fri, 10 Dec 2010 11:05:49 -0800 Message-ID: <4D027A0B.6050501@p6m7g8.com> Date: Fri, 10 Dec 2010 19:05:47 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.12) Gecko/20100908 Thunderbird/3.0.7 MIME-Version: 1.0 To: References: <201012100644.oBA6iK2K027982@repoman.freebsd.org> <20101210080252.9043C5A964B@jester1b.ixsystems.com> In-Reply-To: <20101210080252.9043C5A964B@jester1b.ixsystems.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, pgollucci@FreeBSD.org, miwi@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/rsyslog3 Makefile bsd.rsyslog.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2010 19:05:49 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It works on 9-current, I'll see about patching. I knew I was forgetting something. On 12/10/10 08:02, QAT@FreeBSD.org wrote: > The Restless Daemon identified a missing_header error while trying to build: > rsyslog-3.22.3 maintained by miwi@FreeBSD.org > Makefile ident: $FreeBSD: ports/sysutils/rsyslog3/Makefile,v 1.54 2010/12/10 06:44:19 pgollucci Exp $ > > Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/rsyslog-3.22.3.log : > > Making all in plugins/omtesting > /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I../../runtime -I../.. -I/usr/local/include -O2 -pipe -fno-strict-aliasing -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT omtesting_la-omtesting.lo -MD -MP -MF .deps/omtesting_la-omtesting.Tpo -c -o omtesting_la-omtesting.lo `test -f 'omtesting.c' || echo './'`omtesting.c > libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I../../runtime -I../.. -I/usr/local/include -O2 -pipe -fno-strict-aliasing -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT omtesting_la-omtesting.lo -MD -MP -MF .deps/omtesting_la-omtesting.Tpo -c omtesting.c -fPIC -DPIC -o .libs/omtesting_la-omtesting.o > mv -f .deps/omtesting_la-omtesting.Tpo .deps/omtesting_la-omtesting.Plo > /bin/sh ../../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version -L/usr/local/lib -o omtesting.la -rpath /usr/local/lib/rsyslog omtesting_la-omtesting.lo > libtool: link: cc -shared .libs/omtesting_la-omtesting.o -L/usr/local/lib -Wl,-soname -Wl,omtesting.so -o .libs/omtesting.so > libtool: link: ( cd ".libs" && rm -f "omtesting.la" && ln -s "../omtesting.la" "omtesting.la" ) > Making all in tools > cc -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I/usr/local/include -O2 -pipe -fno-strict-aliasing -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-syslogd.o -MD -MP -MF .deps/rsyslogd-syslogd.Tpo -c -o rsyslogd-syslogd.o `test -f 'syslogd.c' || echo './'`syslogd.c > syslogd.c: In function 'parseLegacySyslogMsg': > syslogd.c:1542: warning: statement with no effect > mv -f .deps/rsyslogd-syslogd.Tpo .deps/rsyslogd-syslogd.Po > cc -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I/usr/local/include -O2 -pipe -fno-strict-aliasing -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-omshell.o -MD -MP -MF .deps/rsyslogd-omshell.Tpo -c -o rsyslogd-omshell.o `test -f 'omshell.c' || echo './'`omshell.c > mv -f .deps/rsyslogd-omshell.Tpo .deps/rsyslogd-omshell.Po > cc -DHAVE_CONFIG_H -I. -I.. -pthread -I../runtime -I.. -I/usr/local/include -O2 -pipe -fno-strict-aliasing -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-omusrmsg.o -MD -MP -MF .deps/rsyslogd-omusrmsg.Tpo -c -o rsyslogd-omusrmsg.o `test -f 'omusrmsg.c' || echo './'`omusrmsg.c > omusrmsg.c:53:19: error: utmpx.h: No such file or directory > omusrmsg.c: In function 'wallmsg': > omusrmsg.c:141: error: storage size of 'ut' isn't known > omusrmsg.c:149: warning: implicit declaration of function 'setutxent' > omusrmsg.c:152: warning: implicit declaration of function 'getutxent' > omusrmsg.c:152: warning: assignment makes pointer from integer without a cast > omusrmsg.c:157: error: 'USER_PROCESS' undeclared (first use in this function) > omusrmsg.c:157: error: (Each undeclared identifier is reported only once > omusrmsg.c:157: error: for each function it appears in.) > omusrmsg.c:205: warning: implicit declaration of function 'endutxent' > omusrmsg.c:141: warning: unused variable 'ut' > *** Error code 1 > > Stop in /work/a/ports/sysutils/rsyslog3/work/rsyslog-3.22.3/tools. > *** Error code 1 > > Stop in /work/a/ports/sysutils/rsyslog3/work/rsyslog-3.22.3. > *** Error code 1 > > Stop in /work/a/ports/sysutils/rsyslog3/work/rsyslog-3.22.3. > *** Error code 1 > > Stop in /a/ports/sysutils/rsyslog3. > ================================================================ > build of /usr/ports/sysutils/rsyslog3 ended at Fri Dec 10 08:02:51 UTC 2010 > > The tarballed WRKDIR can be found here: > http://QAT.TecNik93.com/wrkdirs/8-STABLE-NPD/rsyslog-3.22.3.tbz > > PortsMon page for the port: > http://portsmon.freebsd.org/portoverview.py?category=sysutils&portname=rsyslog3 > > The build which triggered this BotMail was done under > tinderbox-3.3_3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8 > with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the > "official" up-to-date Ports Tree, with the following vars set: > NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. > > A description of the testing process can be found here: > http://T32.TecNik93.com/FreeBSD/QA-Tindy/ > > > Thanks for your work on making FreeBSD better, > > -- > QAT - your friendly neighborhood Daemon, > preparing a heck of an error trapping system: > - "HMC and EOI?" > - "Halt, Melt and Catch fire or Execute Operator Immediately." > - -- - ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iD8DBQFNAnoKdbiP+9ubjBwRAr3QAJwK05IXOgZnvQKUVQ5rQpwnHcSxaQCeKnni Nt6O3Qng16ylG2k5sLg4foM= =44uR -----END PGP SIGNATURE-----