[arch-general] New User(sort of) and a packaging question

Travis Willard travis at archlinux.org
Mon Jan 28 12:06:44 EST 2008


On Jan 28, 2008 12:03 PM, Kevin Monceaux <Kevin at rawfeddogs.net> wrote:
> On Mon, 28 Jan 2008, Travis Willard wrote:
>
> > Build the package, then run namcap
> > /path/to/pkgname-pkgver-pkgrel.pkg.tar.gz and it'll tell you.  If you
> > can't even build the package because of missing deps on your system,
> > then check out the project's documentation - they're usually pretty
> > good about telling you what you need.
>
> I've built and installed the package and it works as expected.  I've tried
> running namcap on both the PKGBUILD file and actual package file and it
> reports no missing dependencies.  According to ldd the c3270 program
> depends on:
>
>          linux-gate.so.1 =>  (0xb7fbe000)
>          libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0xb7f6e000)
>          libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb7e28000)
>          libnsl.so.1 => /lib/libnsl.so.1 (0xb7e11000)
>          libreadline.so.5 => /lib/libreadline.so.5 (0xb7de0000)
>          libncursesw.so.5 => /lib/libncursesw.so.5 (0xb7d92000)
>          libutil.so.1 => /lib/libutil.so.1 (0xb7d8e000)
>          libc.so.6 => /lib/libc.so.6 (0xb7c57000)
>          libdl.so.2 => /lib/libdl.so.2 (0xb7c53000)
>          libncurses.so.5 => /usr/lib/libncurses.so.5 (0xb7c10000)
>          /lib/ld-linux.so.2 (0xb7fbf000)

That's odd - it looks like it ought to depend on ncurses (and
openssl?) at the very least.  You can run pacman -Qo on those files to
see what packages they belong to, and stick 'em in the deps.




More information about the arch-general mailing list