lfs-scripts
lfs-scripts copied to clipboard
Attempting to add xorg ports to ports/xorg results in pkgmk signature mismatch
Hi, I downloaded the xorg ports from the CRUX ports repository, and put them in ports/xorg
. I added xorg
to the PKGs variable in 02-base
, and when it comes time to actually install the port it just errors out with
MISMATCH /usr/bin/pkgmk
=======> ERROR: Building '/var/lib/pkg/pkg/xorg#7.7-2.pkg.tar.xz' failed.
Currently 02-base
script does not solve dependencies. You might need to add whole ports with correct order to PKGS
variable. Or you can chroot into just built system, install prt-get
from CRUX and use it to install ports with automatically install its dependencies.
Does prt-get
also work with a sort of profile? Like, if I wanted certain packages for my desktop and add only whats needed in the depends area. Will prt-get
be ok with that.
not sure, not using crux for a while. you can try check on prt-get man-pages.