Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#1658 - FOX Toolkit dependency problems

Attached to Project: Arch Linux
Opened by Matt Gushee (mgushee) - Thursday, 21 October 2004, 04:24 GMT
Last edited by Dale Blount (dale) - Thursday, 21 October 2004, 12:06 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Damir Perisa (damir.perisa)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Package: fox-1.2.9

1) Binary dependency: the demo applications (and maybe libFOX
itself--haven't tried to program with it yet) appear to be
linked with a nonexistent version of libstdc++. When I
attempt to run PathFinder, adie, calculator, or reswrap,
the program fails with:

error while loading shared libraries: \
libstdc++-libc6.2-2.so.3: cannot open shared object \
file: No such file or directory

2) Build dependency: when building with makepkg using the
out-of-the-box PKGBUILD, FOX wants to be linked with
libGLU. libGLU is provided by mesa, but mesa is not
specified as a build dependency.
This task depends upon

Closed by  Damir Perisa (damir.perisa)
Tuesday, 26 October 2004, 20:56 GMT
Reason for closing:  Fixed
Comment by Damir Perisa (damir.perisa) - Thursday, 21 October 2004, 12:15 GMT
1) i'll check that

2) right! mesa is missing - i'll add it in the new pkg

thanx for reporting
Comment by Damir Perisa (damir.perisa) - Saturday, 23 October 2004, 16:37 GMT
1)

PathFinder works fine for me ... it only outputs this:

[damir@Asteraceae /]$ PathFinder
PathFinder: /usr/lib/libstdc++.so.6: no version information available (required by PathFinder)
PathFinder: /usr/lib/libstdc++.so.6: no version information available (required by PathFinder)
PathFinder: /usr/lib/libstdc++.so.6: no version information available (required by /usr/lib/libFOX-1.2.so.0)
PathFinder: /usr/lib/libstdc++.so.6: no version information available (required by /usr/lib/libFOX-1.2.so.0)

and ldd gives me this:

[damir@Asteraceae /]$ ldd /usr/bin/PathFinder | grep libc
/usr/bin/PathFinder: /usr/lib/libstdc++.so.6: no version information available (required by /usr/bin/PathFinder)
/usr/bin/PathFinder: /usr/lib/libstdc++.so.6: no version information available (required by /usr/bin/PathFinder)
/usr/bin/PathFinder: /usr/lib/libstdc++.so.6: no version information available (required by /usr/lib/libFOX-1.2.so.0)
/usr/bin/PathFinder: /usr/lib/libstdc++.so.6: no version information available (required by /usr/lib/libFOX-1.2.so.0)
libcups.so.2 => /usr/lib/libcups.so.2 (0xb7c55000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7827000)
libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0xb76fe000)


may i ask: what gcc are you using? i have 3.4.2

2)
mesa will be added in the next release
Comment by Damir Perisa (damir.perisa) - Tuesday, 26 October 2004, 20:56 GMT
1) works for me (use more recent glibc and gcc)

2) is going to be solved in 1.2.11 that comes out very soon

closing

Loading...