Hello, I am trying to build /usr/ports/contrib/pcmanfm on my Crux 3.5 system. pkgmk tells me it needs libfm and libfm-gtk. After building other dependencies (menu-cache and libfm-extra), I built /usr/ports/contrib/libfm using "pkgmk -d -f". It appears to succeed with the last line: =======> Building '/usr/ports/contrib/libfm/libfm#1.3.1-2.pkg.tar.gz' succeeded. When I try to build /usr/ports/contrib/pcmanfm using "pkgmk -d -i", it reports the following: No package 'libfm' found No package 'libfm-gtk' found Here are all of the "libfm" files on my system: # ls -dgo `find / -iname "*libfm*"` lrwxrwxrwx 1 9 Aug 1 14:10 /usr/include/libfm -> libfm-1.0 drwxr-xr-x 2 4096 Aug 1 14:10 /usr/include/libfm-1.0 -rw-r--r-- 1 26414 Aug 1 14:10 /usr/lib/libfm-extra.a -rwxr-xr-x 1 1020 Aug 1 14:10 /usr/lib/libfm-extra.la lrwxrwxrwx 1 20 Aug 1 14:10 /usr/lib/libfm-extra.so -> libfm-extra.so.4.1.2 lrwxrwxrwx 1 20 Aug 1 14:10 /usr/lib/libfm-extra.so.4 -> libfm-extra.so.4.1.2 -rwxr-xr-x 1 26936 Aug 1 14:10 /usr/lib/libfm-extra.so.4.1.2 -rw-r--r-- 1 296 Aug 1 14:10 /usr/lib/pkgconfig/libfm-extra.pc drwxr-xr-x 2 4096 Aug 1 15:04 /usr/ports/contrib/libfm drwxr-xr-x 2 4096 Aug 1 14:10 /usr/ports/contrib/libfm-extra -rw-r--r-- 1 940632 Dec 17 2018 /usr/ports/contrib/libfm-extra/libfm-1.3.1.tar.xz -rw-r--r-- 1 23101 Aug 1 14:10 /usr/ports/contrib/libfm-extra/libfm-extra#1.3.1-1.pkg.tar.gz -rw-r--r-- 1 830134 Aug 1 14:46 /usr/ports/contrib/libfm/libfm#1.3.1-2.pkg.tar.gz -rw-r--r-- 1 940632 Dec 17 2018 /usr/ports/contrib/libfm/libfm-1.3.1.tar.xz This shows no libfm library (without "extra" in the name). Shouldn't the "pkgmk -d -f" in /usr/ports/contrib/libfm be installing a "libfm" library somewhere? Best regards, Dave
On Sat, 1 Aug 2020, david mccooey wrote:
Hello, I am trying to build /usr/ports/contrib/pcmanfm on my Crux 3.5 system. pkgmk tells me it needs libfm and libfm-gtk. After building other dependencies (menu-cache and libfm-extra), I built /usr/ports/contrib/libfm using "pkgmk -d -f". It appears to succeed with the last line: =======> Building '/usr/ports/contrib/libfm/libfm#1.3.1-2.pkg.tar.gz' succeeded.
Hi, pkgmk only builds the package, it does not install it. In the above case pkgadd /usr/ports/contrib/libfm/libfm#1.3.1-2.pkg.tar.gz is needed. -Daryl
Thanks, Doing pkgadd worked, although I needed to use the -f option. -Dave On Saturday, August 1, 2020, 03:57:51 PM CDT, Daryl F <wyatt@prairieturtle.ca> wrote: On Sat, 1 Aug 2020, david mccooey wrote:
Hello, I am trying to build /usr/ports/contrib/pcmanfm on my Crux 3.5 system. pkgmk tells me it needs libfm and libfm-gtk. After building other dependencies (menu-cache and libfm-extra), I built /usr/ports/contrib/libfm using "pkgmk -d -f". It appears to succeed with the last line: =======> Building '/usr/ports/contrib/libfm/libfm#1.3.1-2.pkg.tar.gz' succeeded.
Hi, pkgmk only builds the package, it does not install it. In the above case pkgadd /usr/ports/contrib/libfm/libfm#1.3.1-2.pkg.tar.gz is needed. -Daryl _______________________________________________ CRUX mailing list CRUX@lists.crux.nu https://lists.crux.nu/mailman/listinfo/crux
participants (2)
-
Daryl F
-
david mccooey