From owner-freebsd-gnome@FreeBSD.ORG Sun Oct 4 22:36:15 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C17BA106566B for ; Sun, 4 Oct 2009 22:36:15 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 701F68FC16 for ; Sun, 4 Oct 2009 22:36:15 +0000 (UTC) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.3/8.14.3) with ESMTP id n94MaQUx062472; Sun, 4 Oct 2009 18:36:26 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Luiz Gustavo S. Costa" In-Reply-To: <772ca7d0910041511v1473cc1fj33ecf84fb4ee312c@mail.gmail.com> References: <772ca7d0910022124i74a14606w5aa3b97f8919ce31@mail.gmail.com> <1254678828.53312.94.camel@shumai.marcuscom.com> <772ca7d0910041433rdd17e1cn674df54a0de4d9b8@mail.gmail.com> <1254692219.53312.128.camel@shumai.marcuscom.com> <772ca7d0910041443y22099026vefa947d13ea0cc69@mail.gmail.com> <1254693061.53312.129.camel@shumai.marcuscom.com> <772ca7d0910041511v1473cc1fj33ecf84fb4ee312c@mail.gmail.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-KzWNNn1MS0Dm0Xmntd41" Organization: MarcusCom, Inc. Date: Sun, 04 Oct 2009 18:36:11 -0400 Message-Id: <1254695771.53312.132.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on creme-brulee.marcuscom.com Cc: gnome@freebsd.org Subject: Re: build error on pulseaudio port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 22:36:15 -0000 --=-KzWNNn1MS0Dm0Xmntd41 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2009-10-04 at 19:11 -0300, Luiz Gustavo S. Costa wrote: > mesa# pwd > /usr/ports/audio/pulseaudio/work/pulseaudio-0.9.19 > mesa# cat config.log | grep ltdl > configure:13455: checking ltdl.h usability > conftest.c:63:18: error: ltdl.h: No such file or directory > | #include > configure:13497: checking ltdl.h presence > conftest.c:30:18: error: ltdl.h: No such file or directory > | #include > configure:13566: checking for ltdl.h > configure:13656: error: Unable to find libltdl version 2. Makes sure > you have libtool 2.2 or later installed. > ac_cv_header_ltdl_h=3Dno >=20 > complete config.log on pastebin: http://freebsd-gnome.pastebin.com/m63da0= 44f Your environment is messed up. I have no idea where pulseaudio is getting: --with-qt-includes=3D/usr/local/include/qt4 --with-qt-libraries=3D/usr/local/lib/qt4 --with-extra-libs=3D/usr/local/lib --with-extra-includes=3D/usr/local/include In CONFIGURE_ARGS. Certainly this is not in the Makefile. It looks like you're environment or make.conf is overriding what is in the port's Makefile. Joe >=20 > 2009/10/4 Joe Marcus Clarke : > > On Sun, 2009-10-04 at 18:43 -0300, Luiz Gustavo S. Costa wrote: > >> mesa# pkg_info |grep libltdl > >> libltdl-2.2.6a_1 System independent dlopen wrapper > >> mesa# pkg_info -L libltdl-2.2.6a_1 > >> Information for libltdl-2.2.6a_1: > >> > >> Files: > >> /usr/local/include/libltdl/lt_dlloader.h > >> /usr/local/include/libltdl/lt_error.h > >> /usr/local/include/libltdl/lt_system.h > >> /usr/local/include/ltdl.h > >> /usr/local/lib/libltdl.a > >> /usr/local/lib/libltdl.la > >> /usr/local/lib/libltdl.so > >> /usr/local/lib/libltdl.so.7 > >> > >> mesa# ls -lh /usr/local/include/*ltdl* > >> -r--r--r-- 1 root wheel 5,6K 4 Out 18:07 /usr/local/include/ltdl.= h > > > > Then post the config.log from the pulseaudio port. > > > > Joe > > > >> > >> /usr/local/include/libltdl: > >> total 14 > >> -r--r--r-- 1 root wheel 3,1K 4 Out 18:07 lt_dlloader.h > >> -r--r--r-- 1 root wheel 3,6K 4 Out 18:07 lt_error.h > >> -r--r--r-- 1 root wheel 4,8K 4 Out 18:07 lt_system.h > >> > >> > >> only pulseaudio that this problem... > >> > >> the Casper ghost [1] is a cause of problem ? > >> > >> lol > >> > >> [1] http://en.wikipedia.org/wiki/Casper_the_Friendly_Ghost > >> > >> > >> 2009/10/4 Joe Marcus Clarke : > >> > On Sun, 2009-10-04 at 18:33 -0300, Luiz Gustavo S. Costa wrote: > >> >> # portsnap fetch update > >> >> ..... > >> >> # portmaster libltdl libtool > >> >> ..... > >> >> Terminated > >> >> =3D=3D=3D>>> The following actions were performed: > >> >> Re-installation of libtool-2.2.6a_1 > >> >> Re-installation of libltdl-2.2.6a_1 > >> >> # pkg_info | grep pulseaudio > >> >> pulseaudio-0.9.17_1 Sound server for UNIX > >> >> # portmaster pulseaudio > >> >> ..... > >> >> configure: error: Unable to find libltdl version 2. Makes sure you > >> >> have libtool 2.2 or later installed. > >> >> =3D=3D=3D> Script "configure" failed unexpectedly. > >> >> Please run the gnomelogalyzer, available from > >> >> "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagno= se the > >> >> problem and suggest a solution. If - and only if - the gnomelogalyz= er cannot > >> >> solve the problem, report the build failure to the FreeBSD GNOME te= am at > >> >> gnome@FreeBSD.org, and attach (a) > >> >> "/usr/ports/audio/pulseaudio/work/pulseaudio-0.9.19/config.log", (b= ) the > >> >> output of the failed make command, and (c) the gnomelogalyzer outpu= t. Also, > >> >> it might be a good idea to provide an overview of all packages inst= alled on > >> >> your system (i.e. an `ls /var/db/pkg`). Put your attachment up on a= ny website, > >> >> copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-= pr(1) with > >> >> the attachment. Try to avoid sending any attachments to the mailing= list > >> >> (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing li= sts are > >> >> usually discarded by the mailing list software. > >> >> *** Error code 1 > >> >> > >> >> Stop in /usr/ports/audio/pulseaudio. > >> >> *** Error code 1 > >> >> > >> >> Stop in /usr/ports/audio/pulseaudio. > >> >> > >> >> =3D=3D=3D>>> make failed for audio/pulseaudio > >> >> =3D=3D=3D>>> Aborting update > >> >> > >> >> > >> >> now, method default for installation of port: > >> >> # cd /usr/ports/audio/pulseaudio > >> >> # make clean && make install > >> >> .... > >> >> checking if libtool supports shared libraries... yes > >> >> checking whether to build shared libraries... yes > >> >> checking whether to build static libraries... no > >> >> checking ltdl.h usability... no > >> >> checking ltdl.h presence... no > >> >> checking for ltdl.h... no > >> > > >> > This header is installed by the libtldl22 port into /usr/local/inclu= de. > >> > I'm not sure why that's not happening for you, but the port is > >> > buildable. You'll need to look at your system, and figure out why t= his > >> > header is not being installed. > >> > > >> > Joe > >> > > >> >> configure: error: Unable to find libltdl version 2. Makes sure you > >> >> have libtool 2.2 or later installed. > >> >> =3D=3D=3D> Script "configure" failed unexpectedly. > >> >> Please run the gnomelogalyzer, available from > >> >> "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagno= se the > >> >> problem and suggest a solution. If - and only if - the gnomelogalyz= er cannot > >> >> solve the problem, report the build failure to the FreeBSD GNOME te= am at > >> >> gnome@FreeBSD.org, and attach (a) > >> >> "/usr/ports/audio/pulseaudio/work/pulseaudio-0.9.19/config.log", (b= ) the > >> >> output of the failed make command, and (c) the gnomelogalyzer outpu= t. Also, > >> >> it might be a good idea to provide an overview of all packages inst= alled on > >> >> your system (i.e. an `ls /var/db/pkg`). Put your attachment up on a= ny website, > >> >> copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-= pr(1) with > >> >> the attachment. Try to avoid sending any attachments to the mailing= list > >> >> (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing li= sts are > >> >> usually discarded by the mailing list software. > >> >> *** Error code 1 > >> >> > >> >> Stop in /usr/ports/audio/pulseaudio. > >> >> *** Error code 1 > >> >> > >> >> Stop in /usr/ports/audio/pulseaudio. > >> >> > >> >> Nothing..... :( > >> >> > >> >> thanks for support > >> >> > >> >> 2009/10/4 Joe Marcus Clarke : > >> >> > On Sat, 2009-10-03 at 01:24 -0300, Luiz Gustavo S. Costa wrote: > >> >> >> Hi guys.... > >> >> >> > >> >> >> On the upgrade the package pulseaudio with portmaster utility, i > >> >> >> received this message: > >> >> >> > >> >> >> configure: error: Unable to find libltdl version 2. Makes sure y= ou > >> >> >> have libtool 2.2 or later installed. > >> >> >> > >> >> >> but, the package libtool and libtdl is installed ! > >> >> >> > >> >> >> % pkg_info | grep "libltdl\|libtool" > >> >> >> libltdl-2.2.6a_1 System independent dlopen wrapper > >> >> >> libtool-2.2.6a_1 Generic shared library support script > >> >> > > >> >> > Rebuild and reinstall these ports. > >> >> > > >> >> > Joe > >> >> > > >> >> >> > >> >> >> My ports installed is here: http://freebsd-gnome.pastebin.com/m5= 45c1384 > >> >> >> > >> >> >> I running the FreeBSD 8.0 RC-1 > >> >> >> %uname -a > >> >> >> FreeBSD mesa.mundounix.com.br 8.0-RC1 FreeBSD 8.0-RC1 #0: Thu Se= p 17 > >> >> >> 20:45:19 UTC 2009 > >> >> >> root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > >> >> >> > >> >> >> Log of build on attachment. > >> >> >> > >> >> >> Thanks ! > >> >> >> > >> >> >> > >> >> >> _______________________________________________ > >> >> >> freebsd-gnome@freebsd.org mailing list > >> >> >> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > >> >> >> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@free= bsd.org" > >> >> > -- > >> >> > PGP Key : http://www.marcuscom.com/pgp.asc > >> >> > > >> >> > >> >> > >> >> > >> > -- > >> > PGP Key : http://www.marcuscom.com/pgp.asc > >> > > >> > >> > >> > > -- > > PGP Key : http://www.marcuscom.com/pgp.asc > > >=20 >=20 >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-KzWNNn1MS0Dm0Xmntd41 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEABECAAYFAkrJI1oACgkQb2iPiv4Uz4cwOwCffOQ6gO1rzTVn6dMCT7d1/314 QbIAni6fB2wMI5GM4XyZ7b/itKyvzqCe =6XR9 -----END PGP SIGNATURE----- --=-KzWNNn1MS0Dm0Xmntd41--