cvs commit: ports/sysutils/rsyslog3 Makefile bsd.rsyslog.mk

Philip M. Gollucci pgollucci at p6m7g8.com
Fri Dec 10 19:05:49 UTC 2010


-----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 at FreeBSD.org wrote:
> The Restless Daemon identified a missing_header error while trying to build:
>  rsyslog-3.22.3 maintained by miwi at 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 at 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-----


More information about the cvs-all mailing list