grip-3.1.2 still broken

Kay Lehmann kay_lehmann at web.de
Fri Oct 31 00:55:41 PST 2003


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



More information about the freebsd-ports mailing list