emmett1 / lfs-scripts

Automated script to build Multilib LFS system + livecd
GNU General Public License v3.0
97 stars 46 forks source link

Attempting to add xorg ports to ports/xorg results in pkgmk signature mismatch #24

Open snoglobe opened 3 years ago

snoglobe commented 3 years ago

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.
emmett1 commented 3 years ago

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.

hyperclock commented 3 years ago

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.

emmett1 commented 3 years ago

not sure, not using crux for a while. you can try check on prt-get man-pages.