[pacman-dev] libarchive, pacman, and libtool-slaying

Jürgen Hötzel juergen at hoetzel.info
Tue Jun 19 19:32:43 EDT 2007


On Tue, Jun 19, 2007 at 06:21:53PM -0400, Dan McGee wrote:
> As you can see, we are a ways behind. I up-ed the PKGBUILD for
> libarchive, rebuilt it without problems (as far as I can tell), and
> then pacman -U <new libarchive> and tried to compile pacman. The ldd
> output showed that it correctly linked against the new
> libarchive.so.2, but it had somehow also linked against
> libarchive.so.1. I tried rebuilding libarchive using

Your new pacman build depends on libarchive.so.2, but also on libalpm.so.1
(which depends on libarchive.so.1, if resolved from the system library
path). Try LD_LIBRARY_PATH.

Jürgen




More information about the pacman-dev mailing list