From owner-freebsd-ports@FreeBSD.ORG Tue Apr 6 10:54:59 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F10316A4CE; Tue, 6 Apr 2004 10:54:59 -0700 (PDT) Received: from basement.kutulu.org (pcp03610121pcs.longhl01.md.comcast.net [68.49.239.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B3E43D39; Tue, 6 Apr 2004 10:54:58 -0700 (PDT) (envelope-from kutulu@kutulu.org) Received: from wombat.localnet (wombat.localnet [192.168.69.3]) by basement.kutulu.org (Postfix) with ESMTP id 9B0E4A961; Tue, 6 Apr 2004 13:53:17 -0400 (EDT) Received: by wombat.localnet (Postfix, from userid 1001) id 62B12B878; Tue, 6 Apr 2004 13:53:17 -0400 (EDT) Date: Tue, 6 Apr 2004 13:53:17 -0400 From: Michael Edenfield To: ports@freebsd.org, gnome@freebsd.org Message-ID: <20040406175317.GA28489@wombat.localnet> Mail-Followup-To: ports@freebsd.org, gnome@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en X-PGP-Key: http://www.kutulu.org/pgp/kutulu.asc X-PGP-Fingerprint: 1CE0 3C31 7013 D529 406D 37DC 09CC CD84 A46C 878F User-Agent: Mutt/1.5.6i Subject: libgda2 failing during gnome_upgrade.sh -- firebird's fault? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2004 17:54:59 -0000 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I'm running the GNOME 2.6 upgrade script and keep getting a failure trying to upgrae libgda2. The error happens when it gets into the providers/firebird path and tries to build (long lines below:) cc -shared .libs/gda-firebird-provider.o .libs/gda-firebird-recordset.o .libs/libmain.o -Wl,--rpath -Wl,/usr/ports/databases/libgda2/work/libgda-1.0.3/libgda/.libs -Wl,--rpath -Wl,/usr/X11R6/lib -L/usr/ports/databases/libgda2/work/libgda-1.0.3/libsql/.libs -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lpthread -lgmodule-2.0 -lglib-2.0 -lxslt -lxml2 -lc_r -lz -liconv -lm ../../libgda/.libs/libgda-2.so -L/usr/local/firebird/lib -lgds -ldl -lcrypt -lintl -march=athlon -Wl,--export-dynamic -Wl,-soname -Wl,libgda-firebird.so -o .libs/libgda-firebird.so /usr/bin/ld: cannot find -ldl gmake[2]: *** [libgda-firebird.la] Error 1 gmake[2]: Leaving directory `/usr/ports/databases/libgda2/work/libgda-1.0.3/providers/firebird' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/databases/libgda2/work/libgda-1.0.3/providers' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/databases/libgda2. This, of course, causes portupgrade to skip other things along the way. I do have the latest firebird (stable) release installed. Once the gnome upgrade script finishes I'm going to comment out the firebird support in libgda2's Makefile and see if that fixes the problem, but of course I'd prefer to help solve the problem and fix the libgda2 build. Any Gnome people out there using Firebird and/or know what the problem is, or where I should start looking? --Mike --J/dobhs11T7y2rNN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAcu6NCczNhKRsh48RAuc0AKC189mHaR8Bv4CsGKfdJ6UhrwGr9ACgxKma vF/dkICDVI4PwfPGeZTNBlI= =2vDK -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN--