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!
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!
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
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
|
DetailsPackage: 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
2) right! mesa is missing - i'll add it in the new pkg
thanx for reporting
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
2) is going to be solved in 1.2.11 that comes out very soon
closing