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

Re: "make release" fails



On Sun, Dec 12, 1999 at 02:25:20AM +0300, Michael Sobolev wrote:
> While executing make release, I've got the following:

<snip>

> I: determining set of required libraries
> E: the following required libraries weren't extracted: /lib/libncurses.so.4
> E: script abort
> make[1]: *** [root.bin] Error 255
> make[1]: Leaving directory `/usr/home/mss/projects/debian/boot-floppies'
> make: *** [build] Error 2
> 
> What to do?

Looks like the latest cfdisk from the util-linux package is linked against
libncurses instead of slang.

old one;
$ ldd cfdisk
        libslang.so.1 => /lib/libslang.so.1 (0x40018000)
        libc.so.6 => /lib/libc.so.6 (0x40076000)
        libm.so.6 => /lib/libm.so.6 (0x40152000)
        libdl.so.2 => /lib/libdl.so.2 (0x4016f000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

new one:
$ ldd /sbin/cfdisk 
        libncurses.so.4 => /lib/libncurses.so.4 (0x40018000)
        libc.so.6 => /lib/libc.so.6 (0x40057000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Surely a bug against util-linux?

Regards
Greg


Reply to: