Date: Mon, 30 Nov 2009 12:22:20 -0200 From: Renato Botelho <garga@FreeBSD.org> To: Dirk Meyer <dinoex@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/cups-base Makefile distinfo ports/print/cups-base/files patch-usb-unix.c Message-ID: <20091130142218.GC12207@bluepex.com> In-Reply-To: <200911282206.nASM6PuJ039386@repoman.freebsd.org> References: <200911282206.nASM6PuJ039386@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, Nov 28, 2009 at 10:06:25PM +0000, Dirk Meyer wrote: > dinoex 2009-11-28 22:06:25 UTC > > FreeBSD ports repository > > Modified files: > print/cups-base Makefile distinfo > Removed files: > print/cups-base/files patch-usb-unix.c > Log: > - Security update to 1.4.2 > Security: STR #3367 > Security: STR #3401 I got this error trying to build cups-base on 9.0-CURRENT i386: cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler - -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -Wl,-R/usr/local/lib -pie - -fPIE -Wall -Wno-format-y2k -fPIC -Os -g -fstack-protector -o cupsd auth.o banners.o cert.o classes.o client.o conf.o dirsvc.o env.o main.o ipp.o listen.o job.o log.o network.o policy.o printers.o process.o quotas.o removefile.o select.o server.o statbuf.o subscriptions.o sysman.o -L. - -lcupsmime \ -lz -lssl -lcrypto \ -pthread -L/usr/local/lib -ldbus-1 -lcups -lssl -lcrypto -pthread -lm -lcrypt \ client.o(.text+0x1e0f): In function `encrypt_client': /usr/ports/print/cups-base/work/cups-1.4.2/scheduler/client.c:3139: undefined reference to `_httpBIOMethods' gmake[1]: *** [cupsd] Error 1 gmake[1]: Leaving directory `/usr/ports/print/cups-base/work/cups-1.4.2/scheduler' gmake: *** [all] Error 1 *** Error code 1 And also I got a problem trying to build cups-images on 7.2-RELEASE amd64, it asked to use -fPIC, added following line on print/cups-image/Makefile solved the problem here: CFLAGS+= -fPIC - -- Renato Botelho <garga @ FreeBSD.org> <garga @ freebsdbrasil.com.br> GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc I'd rather have a bottle in front of me than a frontal lobotomy. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksT1RoACgkQ6CRbiSJE7am5MACglVTj5/gJTnABKY6VCszddhdb i5cAnR8V8Qw5qe9Pv8OLvizsF7tYssfa =KY1E -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091130142218.GC12207>