ok so i'd like to use darktable as i liked it muchly when on linux.debian... the pkg crashes due to my images being in the .dmg format and thumbnails requiring ImageMagick or some other whatnots (which are installed on my system via pkg). as far as i got from the log it needs to be compile with them as options and was not done so in the default pkg binary.
so far so good... i thought i got the hang of it.
i was not really keen on using ports to build it with said-options not to have a shitload of stuff installed twice (pkg and ports) so i tried the "poudriere" way... after reading the freebsd handbook and a couple of webpages, it failed.
so here are my questions.
1. could i still use the ports but not compile 400+ dependencies (most of them already on my system via pkg)?
2. if the poudriere way is the way, i tried to install the jail with my current version of freebsd (14.1-stable) but it was not available on dowloads.freebsd.org so i used 14.2-stable and got yelled at because it was the wrong order (host being older than jail), maybe that's why darktable compilation failed (something due to rust failing to compile..?) what am i supposed to use as version in the poudriere command then?
thanks for reading and helping if they are not too stupid questions
best,
yrs trly, etc.
a-
so far so good... i thought i got the hang of it.
i was not really keen on using ports to build it with said-options not to have a shitload of stuff installed twice (pkg and ports) so i tried the "poudriere" way... after reading the freebsd handbook and a couple of webpages, it failed.
so here are my questions.
1. could i still use the ports but not compile 400+ dependencies (most of them already on my system via pkg)?
2. if the poudriere way is the way, i tried to install the jail with my current version of freebsd (14.1-stable) but it was not available on dowloads.freebsd.org so i used 14.2-stable and got yelled at because it was the wrong order (host being older than jail), maybe that's why darktable compilation failed (something due to rust failing to compile..?) what am i supposed to use as version in the poudriere command then?
thanks for reading and helping if they are not too stupid questions
best,
yrs trly, etc.
a-
Code:
[root@punkspresso /home/hern42]# poudriere bulk -j custom_pkg -p HEAD -f /usr/local/etc/poudriere.d/ports-list
[00:00:00] Creating the reference jail... done
[00:00:00] Warning: !!! Jail is newer than host. (Jail: 1402500, Host: 1401502) !!!
[00:00:00] Warning: This is not supported.
[00:00:00] Warning: Host kernel must be same or newer than jail.
[00:00:00] Warning: Expect build failures.
[00:00:01] Mounting system devices for custom_pkg-HEAD
...
[01:17:50] [01] [01:17:41] Finished lang/rust | rust-1.82.0_1: Failed: build
...