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

Failing to build archzfs - <sudo ./build.sh std make> #82

Closed
kisira opened this issue May 23, 2023 · 4 comments
Closed

Failing to build archzfs - <sudo ./build.sh std make> #82

kisira opened this issue May 23, 2023 · 4 comments

Comments

@kisira
Copy link

kisira commented May 23, 2023

I am new to this so please be gentle.

I keep getting this error - "ERROR: Could not resolve all dependencies". - whenever I run <sudo ./build.sh lts make> or <sudo ./build.sh std make>.

I am following the "Building archzfs" instructions and all other commands before this one succeeded. Please help.

Here is a rundown of what I have done so far successfully:

Created a chroot
Edited the config and set the CHROOTPATH64
Successfully build the utils <sudo ./build.sh utils update make> and <sudo ./build.sh utils make>
Failed on the next step as documented above

@phnx47
Copy link

phnx47 commented May 24, 2023

There is an error since last pacman update. I found that local repo doesn't add to pacman.conf. Because no [testing] anymore:

sed -i "/\[testing\]/i \
# Added by clean-chroot-manager\n[$REPO_NAME]\nSigLevel = Never\nServer = file://$REPO\n" \
"$CHROOTPATH64/root/etc/pacman.conf"

@graysky2 Can you look at this?

@kisira
Copy link
Author

kisira commented May 24, 2023

There is an error since last pacman update. I found that local repo doesn't add to pacman.conf. Because no [testing] anymore:

sed -i "/\[testing\]/i \
# Added by clean-chroot-manager\n[$REPO_NAME]\nSigLevel = Never\nServer = file://$REPO\n" \
"$CHROOTPATH64/root/etc/pacman.conf"

@graysky2 Can you look at this?

Is this related to my issue above? What do you want me to do? BTW I have not create a repo, just a chroot

@phnx47
Copy link

phnx47 commented May 24, 2023

@kisira I did small investigation and found issue with local repo. I think that this related to your issue as well. I don't want you do anything, I want maintainer look at this issue. Otherwise I will try fix it myself and raise a PR.

@phnx47
Copy link

phnx47 commented May 25, 2023

@graysky2 Thanks!

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

2 participants