On Sun, Oct 06, 2002 at 10:00:33PM +0200, Christian Guggenberger wrote:
> On 06 Oct 2002 19:02:06 Eric Sandeen wrote:
> > The files you're missing are part of the xfsprogs-devel and attr-devel
> > packages, have you installed those?
> >
> > -Eric
> >
>
> it seems to be really a problem with the debian/unstable distribution.
> On my system I can't even build proper packages with the original debian
> attr and xfsprogs sources.
>
> look at that:
>
> bonnie79:/usr/lib# ls -l libattr.so
> lrwxr-xr-x 1 root root 1 2002-10-06 21:44 libattr.so -> /
>
> bonnie79:/usr/lib# ls -l libhandle.so lrwxr-xr-x 1 root root
> 1 2002-10-06 21:58 libhandle.so -> /
>
Hmm... you seem to have installed something broken in your attempts to
roll your own packages - this is not what these symlinks in the packages
downloaded from the Debian archives look like... I'm not sure how things
managed to get into that state though, you've probably passed bad args
to configure somewhere along the way. This is what the current packages
in unstable contains:
# cat /etc/debian_version
testing/unstable
# dpkg -r xfslibs-dev
(Reading database ... 32624 files and directories currently installed.)
Removing xfslibs-dev ...
# ls -l /usr/lib/libhandle*
ls: No match.
# apt-get install xfslibs-dev
...
Unpacking xfslibs-dev (from .../xfslibs-dev_2.3.1-1_i386.deb) ...
Setting up xfslibs-dev (2.3.1-1) ...
# ls -l /usr/lib/libhandle*
-rw-r--r-- 1 root root 5314 Sep 5 17:01 /usr/lib/libhandle.a
-rw-r--r-- 1 root root 711 Sep 5 17:01 /usr/lib/libhandle.la
lrwxr-xr-x 1 root root 17 Oct 7 06:23 /usr/lib/libhandle.so
-> /lib/libhandle.so
Anyway, I'll upload current versions of packages for unstable later today.
cheers.
--
Nathan
|