Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 373701 - sci-mathematics/otter needs a dependency on OpenMotif
Summary: sci-mathematics/otter needs a dependency on OpenMotif
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-01 11:55 UTC by René 'Necoro' Neumann
Modified: 2011-07-16 17:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description René 'Necoro' Neumann 2011-07-01 11:55:19 UTC
When emerging otter, it fails because it can't find libXm. Installing openmotif fixes it (as openmotif provides said library). Therefore otter needs to depend on openmotif.


The error message is lost, but here is the snippet from the working build, that it indeed links against libXm:

x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -mno-avx -DTP_NAMES -DTP_SIGNAL -DTP_FORK -DTP_RUSAGE  -DTP_NAMES -DTP_SIGNAL -DTP_FORK -DTP_RUSAGE -Wl,-O1 -Wl,--as-needed formed.o display.o callback.o \
../libotter.a -L/usr/X11R6/lib -lXaw -lXm -lXt -lX11 -o formed
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2011-07-16 17:08:45 UTC
+  16 Jul 2011; Justin Lecher <jlec@gentoo.org> files/otter-3.3-gold.patch:
+  Remove unneeded linking against libXm, #373701
+