[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Changed library interface causing FTBFS of cernlib?



Kevin B. McCarty <kmccarty@princeton.edu> wrote:
[...] 
> /usr/bin/ld: warning: libICE.so.6, needed by 
> /usr/lib/gcc-lib/ia64-linux/3.3.3/../../../libXm.so, not found (try using -rpath or -rpath-link)
[...]

If this is of any help, I can provide more examples of this breakage
with exim4 4.30-7.

* ia64:
gcc -o eximon.bin em_version.o -rdynamic -L/usr/X11R6/lib \
[...] em_xs.o -lXaw -lXmu -lXt -lXext -lX11 -lpcre \
  -lnsl -lcrypt  -ldl  -lc
/usr/bin/ld: warning: libXpm.so.4, needed by /usr/X11R6/lib/libXaw.so, not found (try using -rpath or -rpath-link)

* mips:
identical gcc-command, but different error
/usr/bin/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXaw.so, not found (try using -rpath or -rpath-link)

* sparc. the same as ia64:
/usr/bin/ld: warning: libXpm.so.4, needed by /usr/X11R6/lib/libXaw.so, not found (try using -rpath or -rpath-link)

Afaict the build-dependencies are (almost) ok (and installed on the buildd):
ldd on eximon shows:
        libXaw.so.7 
        libXmu.so.6 
        libXt.so.6 
        libXext.so.6 
        libX11.so.6 
        libSM.so.6 
        libICE.so.6 
        libXpm.so.4 

and it build-depends on
libxmu-dev|xlibs-dev, libxt-dev|xlibs-dev, libxext-dev|xlibs-dev, 
libx11-dev|xlibs-dev, libxaw7-dev|xlibs-dev, libxaw7-dev, [...]

I just see that "libxaw7-dev|xlibs-dev" has to be removed, but that is
cosmetical.
              cu andreas




Reply to: