Hello, I am trying to build /usr/ports/contrib/tint2 on my Crux 3.5 system. One of the dependencies is imlib2. When I try to build /usr/ports/opt/imlib2 using "pkgmk -d -i", it reports the following: =======> ERROR: Footprint mismatch found: MISSING -rwxr-xr-x root/root usr/lib/imlib2/loaders/gif.la MISSING -rwxr-xr-x root/root usr/lib/imlib2/loaders/gif.so MISSING -rwxr-xr-x root/root usr/lib/imlib2/loaders/id3.la MISSING -rwxr-xr-x root/root usr/lib/imlib2/loaders/id3.so =======> ERROR: Building '/usr/ports/opt/imlib2/imlib2#1.6.1-1.pkg.tar.gz' failed. The message seems to indicate a problem with the package itself. Any help would be appreciated. Best regards, Dave
On Sun, Aug 02, 2020 at 05:11:19AM +0000, david mccooey wrote:
The message seems to indicate a problem with the package itself.
It seems OK here so I suspect you're missing some dependencies which has caused it to build without those libraries. Unless you have a particular reason for running pkgmk/pkgadd I would highly recommend using 'prt-get depinst tint2' as it will handle the dependencies for you. Regards, David
Thanks, "prt-get depinst tint2" was successful. I have been using crux.nu/Main/Handbook3-5 as a guide, and I had incorrectly assumed that prt-get was limited to downloading (no building). Now I know otherwise. Best regards, Dave On Sunday, August 2, 2020, 05:29:36 AM CDT, David Brooke <crux@dbrooke.me.uk> wrote: On Sun, Aug 02, 2020 at 05:11:19AM +0000, david mccooey wrote:
The message seems to indicate a problem with the package itself.
It seems OK here so I suspect you're missing some dependencies which has caused it to build without those libraries. Unless you have a particular reason for running pkgmk/pkgadd I would highly recommend using 'prt-get depinst tint2' as it will handle the dependencies for you. Regards, David _______________________________________________ CRUX mailing list CRUX@lists.crux.nu https://lists.crux.nu/mailman/listinfo/crux
participants (2)
-
David Brooke
-
david mccooey