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

Re: Bug#381881: mkfs.xfs: error loading librt.so



reassign 381881 xfsprogs-udeb 2.8.10-1
retitle 381881 Please link librt statically for the udeb (mkfs.xfs)
thanks

On Tuesday 08 August 2006 19:07, Joey Hess wrote:
> Frans Pop wrote:
> > On Monday 07 August 2006 17:31, Ionut Georgescu wrote:
> > > mkfs.xfs failed with error loading shared library librt.so. Used
> > > JFS insted of XFS in the end.
> >
> > librt is currently not included in the libc6 udeb, but seems to be
> > needed to create xfs filesystems. Please add it.
>
> Could the xfs udeb be statically linked to it? It's 30k that only one
> tool (which isn't there in lowmem) needs..

Yes, that is probably better. Reassigning to xfsprogs.

Nathan,

With your latest upload, mkfs.xfs seems to have gained a dependency on two 
libraries which it previously was not linked to:
$ ldd mkfs.xfs # from testing
                libuuid.so.1 => /lib/libuuid.so.1 (0x40028000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x4002b000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
$ ldd mkfs.xfs # from unstable
                libuuid.so.1 => /lib/libuuid.so.1 (0x40028000)
        librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0x4002b000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x40033000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x40168000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

libpthread is available in the installer, but librt currently is not and 
we'd prefer not having to add it. Is it possible for you to link in librt 
statically for the udeb?

Note that if it is not, we will have to keep xfsprogs out of testing until 
the next release of the installer as otherwise it would break the 
upcoming Beta 3 release.

Thanks,
FJP

Attachment: pgp3QaSQENiG_.pgp
Description: PGP signature


Reply to: