![](https://secure.gravatar.com/avatar/0ae0f9791941c2e81541f461ad676f4b.jpg?s=120&d=mm&r=g)
Hi. Compile all packages of core.git 2.6 = all O.K Install packages pkgadd -r /mnt/xxxx = O.K New kernel compile = O.K Boot system 2.6 = O.K ports -u = O.K prt-get depinst glib => => prt-get: installing /usr/ports/opt/glib prt-get: starting build Thu Aug 6 17:05:20 2009 =======> Building '/usr/ports/opt/glib/glib#2.20.4-1.pkg.tar.gz'. bsdtar -p -o -C /usr/ports/opt/glib/work/src -xf /usr/ports/opt/glib/glib-2.20.4.tar.bz2 bsdtar: error while loading shared libraries: liblzmadec.so.0: cannot open shared object file: No such file or directory =======> ERROR: Building '/usr/ports/opt/glib/glib#2.20.4-1.pkg.tar.gz' failed. package xz missing liblzmadec.so.0 package lzma is O.K Is it my error or bug Milan Buska -- Remember, no question is too stupid and no problem too small -- We've all been beginners
![](https://secure.gravatar.com/avatar/835058edfad5355fce9933cd306e2936.jpg?s=120&d=mm&r=g)
Milan Buska [2009-08-06 17:40]: Hi Milan,
Compile all packages of core.git 2.6 = all O.K
Did you have lzma installed when you built the core ports?
Install packages pkgadd -r /mnt/xxxx = O.K
If so, then you should have gotten an error when you tried to install the xz package. xz conflicts with lzma.
bsdtar: error while loading shared libraries: liblzmadec.so.0: cannot [...] package xz missing liblzmadec.so.0 package lzma is O.K
Is it my error or bug
If you did install lzma indeed, then libarchive picked it up when you built core/libarchive. Maybe you removed it later... anyway, libarchive shouldn't be linked against liblzmadec, since we have xz to deal with those packages. Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
participants (2)
-
Milan Buska
-
Tilman Sauerbeck