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#21699 - [gnuplot] 4.4.2-2 : Missing dependency: libxxf86vm

Attached to Project: Arch Linux
Opened by Brian Astrup Mikkelsen (DivineAnt) - Sunday, 14 November 2010, 23:41 GMT
Last edited by Eric Belanger (Snowman) - Monday, 15 November 2010, 21:58 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
gnuplot depends on libxxf86vm, but its not in depends array

$ gnuplot
gnuplot: error while loading shared libraries: libXxf86vm.so.1: cannot open shared object file: No such file or directory

Additional info:
* package version(s)
gnuplot 4.4.2-2

Steps to reproduce:
run gnuplot without libxxf86vm installed


This task depends upon

Closed by  Eric Belanger (Snowman)
Monday, 15 November 2010, 21:58 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in wxgtk-2.8.11-2
Comment by Eric Belanger (Snowman) - Monday, 15 November 2010, 02:49 GMT
Looks like libxxf86vm is needed by one of gnuplot's dependency:

$ readelf -d /usr/bin/gnuplot

Dynamic section at offset 0x142030 contains 34 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libreadline.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgd.so.2]
0x0000000000000001 (NEEDED) Shared library: [libwx_gtk2u_core-2.8.so.0]
0x0000000000000001 (NEEDED) Shared library: [libwx_baseu-2.8.so.0]
0x0000000000000001 (NEEDED) Shared library: [libpangocairo-1.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libpango-1.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libcairo.so.2]
0x0000000000000001 (NEEDED) Shared library: [libgobject-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libglib-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libgdk-x11-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libm.so.6]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
Comment by Jan de Groot (JGC) - Monday, 15 November 2010, 10:48 GMT
wxgtk needs it.

Loading...