Can these deps be legitimate?

Caleb Maclennan caleb at pld-linux.org
Tue Aug 7 15:48:26 CEST 2012


I've been playing around with a script that generates a live-cd based
off of Th for a special purpose machine. I'm generating the target
file system using `poldek --install-dist`.

My current package set installs, but later in the script when I try to
run some commands having chrooted into the target, I get errors that
make it look like the package set failed to identify all their own
dependencies.

> mount: error while loading shared libraries: libselinux.so.1: cannot open shared object file:
> No such file or directory

Is selinux currently required for all systems? If so why do no
packages trigger it as a dependency? If not, why does mount want to
see it?

> poldek: error while loading shared libraries: libxml2.so.2: cannot open shared object file:
> No such file or directory

Is it possible that poldek should have a dep for libxml2?

Caleb


More information about the pld-devel-en mailing list