From owner-freebsd-ports@FreeBSD.ORG Fri Oct 31 00:55:41 2003 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 170B216A4CE for ; Fri, 31 Oct 2003 00:55:41 -0800 (PST) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC2B743FB1 for ; Fri, 31 Oct 2003 00:55:39 -0800 (PST) (envelope-from kay_lehmann@web.de) Received: from lehmann.in-dsl.de ([212.42.238.240] helo=web.de) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.99 #516) id 1AFV4E-0003OC-00 for freebsd-ports@freebsd.org; Fri, 31 Oct 2003 09:55:38 +0100 Message-ID: <3FA2244E.6040706@web.de> Date: Fri, 31 Oct 2003 09:58:54 +0100 From: Kay Lehmann User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.5) Gecko/20031026 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20031030040009.GA25467@rot13.obsecurity.org> <3FA0E685.1040101@web.de> <20031030102245.GA27971@rot13.obsecurity.org> <20031030170334.GS96543@toxic.magnesium.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: kay_lehmann@web.de Subject: Re: grip-3.1.2 still broken 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: Fri, 31 Oct 2003 08:55:41 -0000 Jesse Guardiani schrieb: > Adam Weinberger wrote: >>With the FreeBSD port installed, what's the output of "ldd >>/usr/X11R6/bin/grip"? > > > # Grab port's ldd output > ldd /usr/X11R6/bin/grip > ~jesse/tmp/grip-src-ldd-output.txt > > # Grab src tarball's ldd output > ldd /usr/local/bin/grip > ~jesse/tmp/grip-src-ldd-output.txt > > # Sort outputs, removing (0xXXXXX) addressing with sed > sort < ~jesse/tmp/grip-port-ldd-output.txt | sed -e 's/([[:alnum:]]*)$//' > ~jesse/tmp/grip-sorted-port-ldd-output.txt > sort < ~jesse/tmp/grip-src-ldd-output.txt | sed -e 's/([[:alnum:]]*)$//' > ~jesse/tmp/grip-sorted-src-ldd-output.txt > > # diff > diff --unified ~jesse/tmp/grip-sorted-src-ldd-output.txt ~jesse/tmp/grip-sorted-port-ldd-output.txt > > ------ Begin diff output ------ > --- /home/jesse/tmp/grip-sorted-src-ldd-output.txt Thu Oct 30 12:53:31 2003 > +++ /home/jesse/tmp/grip-sorted-port-ldd-output.txt Thu Oct 30 12:53:13 2003 > @@ -16,9 +16,6 @@ > libbonoboui-2.so.0 => /usr/X11R6/lib/libbonoboui-2.so.0 > libc.so.5 => /usr/lib/libc.so.5 > libc_r.so.5 => /usr/lib/libc_r.so.5 > - libcam.so.2 => /usr/lib/libcam.so.2 > - libcdda_interface.so.0 => /usr/local/lib/libcdda_interface.so.0 > - libcdda_paranoia.so.0 => /usr/local/lib/libcdda_paranoia.so.0 > libesd.so.2 => /usr/local/lib/libesd.so.2 > libexpat.so.4 => /usr/local/lib/libexpat.so.4 > libfontconfig.so.1 => /usr/X11R6/lib/libfontconfig.so.1 > @@ -48,10 +45,9 @@ > libpangox-1.0.so.200 => /usr/X11R6/lib/libpangox-1.0.so.200 > libpangoxft-1.0.so.200 => /usr/X11R6/lib/libpangoxft-1.0.so.200 > libpopt.so.0 => /usr/local/lib/libpopt.so.0 > - libsbuf.so.2 => /usr/lib/libsbuf.so.2 > libstdc++.so.4 => /usr/lib/libstdc++.so.4 > libstlport_gcc.so => /usr/local/lib/libstlport_gcc.so > libvte.so.5 => /usr/X11R6/lib/libvte.so.5 > libxml2.so.5 => /usr/local/lib/libxml2.so.5 > libz.so.2 => /usr/lib/libz.so.2 > -/usr/local/bin/grip: > +/usr/X11R6/bin/grip: > Exit 1 > ------ End diff output ------ > > I think the grip port configures with --disable-cdpar for some reason, > so we can ignore: > > - libcdda_paranoia.so.0 => /usr/local/lib/libcdda_paranoia.so.0 > > Which leaves: > > - libcam.so.2 => /usr/lib/libcam.so.2 > - libcdda_interface.so.0 => /usr/local/lib/libcdda_interface.so.0 > - libsbuf.so.2 => /usr/lib/libsbuf.so.2 > > And I'm not too sure what those do. > I can confirm that grip is working when compiled directly from source. But I compiled the port with cdparanoia-support and ldd gives no difference between port and direct compiled program. So I think Adams diff is just because of cdparanoia. Unfortunatly I can't tell what's the exact problem. I tried to modify Makefile with various things diabled, but had no luck. My first thought was pthread since I had some problems with it with my own ports, but disabling corresponding flags did not help. I ran configure with exact the same args and environment, but it did not behave like the port does. But I think environment isn't really exact the same since there were some default portsettings which I missed. Conclussion: I don't know what it is, but when I can help tell me. Greetings, Kay