pkgsrc-Bugs archive

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

Re: pkg/41883: math/maxima missing (possibly via dependency) devel/libsegv dependency



    Date:        Thu, 13 Aug 2009 12:29:19 +0400
    From:        Aleksej Saushev <asau%inbox.ru@localhost>
    Message-ID:  <87ocqkt8v4.fsf%inbox.ru@localhost>

  | math/maxima depends on lang/clisp (default option),
  | and the latter depends on libsigsegv.
  | 
  | Can you start bare clisp within your environment?

No, or not any more.    I think you found the problem...

pkg_comp:default.conf# ldd /usr/pkg/bin/clisp
/usr/pkg/bin/clisp:
        -lc.12 => /usr/lib/libc.so.12
pkg_comp:default.conf# clisp
Shared object "libsigsegv.so.0" not found

And (in /usr/pkg/lib) ...

-rw-r--r--  1 root  wheel    7868 Aug 10 12:38 libsigsegv.a
-rwxr-xr-x  1 root  wheel     875 Aug 10 12:38 libsigsegv.la
lrwxr-xr-x  1 root  wheel      19 Aug 10 12:38 libsigsegv.so -> 
libsigsegv.so.2.0.0
lrwxr-xr-x  1 root  wheel      19 Aug 10 12:38 libsigsegv.so.2 -> 
libsigsegv.so.2.0.0
-rwxr-xr-x  1 root  wheel    9825 Aug 10 12:38 libsigsegv.so.2.0.0

I have:

-rw-r--r--  1 root  wheel  6619420 May 24 02:46 clisp-2.47nb1.tgz
-rw-r--r--  1 root  wheel    12065 Aug 10 19:38 libsigsegv-2.7.tgz

in my binary packages directory.   Fairly clearly, libsigsegv is
newer, and now has a new major number - everything that uses it needs
a revbump, which would include clisp.   Once that happens, a new
clisp will get built, and that should work to build maxima (I expect.)

Thanks.

kre




Home | Main Index | Thread Index | Old Index