Date: Wed, 26 Mar 2008 06:17:58 -0700 From: Frank Mayhar <frank@exit.com> To: Raphael Becker <rabe@uugrn.org> Cc: dinoex@freebsd.org, Gerard <gerard@seibercom.net>, freebsd-ports@freebsd.org Subject: Re: Unable to build cups-base-1.3.6_1 Message-ID: <1206537478.45634.1.camel@jill.exit.com> In-Reply-To: <20080326102032.GA44056@ma.sigsys.de> References: <20080325182840.E31425@scorpio.seibercom.net> <20080326102032.GA44056@ma.sigsys.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2008-03-26 at 11:20 +0100, Raphael Becker wrote: > Hi, > > On Tue, Mar 25, 2008 at 06:35:42PM -0400, Gerard wrote: > > > > I just finished updating the Gstreamer port. As per the instructions in > > UPDATING, I ran 'portupgrade -f gstreamer-plugins-good' after first > > running 'portupgrade -a'. Everything built except the cups-base port. > > Same here. > > subscriptions.o(.text+0x1a71): In function `cupsdAddEvent': > /data/tmp/usr/ports/print/cups-base/work/cups-1.3.6/scheduler/subscriptions.c:1337: > undefined reference to `dbus_message_append_iter_init' > ^^^^^ > > I assumed some problems (lost files, overwritten .h-files or libs ... ) > with my installed dbus-* and recompiled portupgrade -Of dbus-*. > Didn't change anything about cups-base. The problem is really that configure fails to resolve a couple of pthread functions. I fixed it by putting "LIBS=-lpthread" in my environment before rebuilding the port. This is a kludge, though; the port maintainer needs to fix this. -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://www.gpsclock.com/ http://www.exit.com/blog/frank/ http://www.zazzle.com/fmayhar*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1206537478.45634.1.camel>