Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
snoglobe opened this issue Apr 23, 2021 · 3 comments

Comments

@snoglobe
Copy link

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
Copy link
Owner

emmett1 commented Apr 23, 2021

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
Copy link

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
Copy link
Owner

emmett1 commented May 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants