Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Bug report - artix-bootstrap (Read 775 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Bug report - artix-bootstrap

artix-bootstrap
Very useful tool.

Now needs libnghttp3 as well as libnghttp2 in PACMAN_PACKAGES
Or at least it did for me.

Re: Bug report - artix-bootstrap

Reply #1
I opened up a PR but I don't think anyone is actively maintaining this.

Re: Bug report - artix-bootstrap

Reply #2
I opened up a PR but I don't think anyone is actively maintaining this.
No worries. If it happens it happens. Just letting you know.

Like I say, useful tool. No messing about with iso's.
mkdir, mount and bootstrap.

Below for the benefit of search engines
Code: [Select]
/usr/bin/pacman: error while loading shared libraries: libnghttp3.so.9: cannot open shared object file: No such file or directory

Re: Bug report - artix-bootstrap

Reply #3
The change has been merged, thanks for reporting!

Re: [SOLVED] Bug report - artix-bootstrap

Reply #4
This broke again some time back and I've only just got round to having a proper look as to why.
My fork at https://github.com/gripped/artix-bootstrap is working again now.

This commit fixes it.
Spoiler (click to show/hide)
Explanation:
The Arch version of this script has a commit Disable DownloadUser in pacman.conf so I replicated that.
However pacman was still failing to sync the databases. curl was complaining about the lack of /etc/ssl/certs/ca-certificates.crt , which is a symlink to ../../ca-certificates/extracted/tls-ca-bundle.pem that doesn't exist at this stage of the process. So I changed the curl command with -k to allow insecure connections. Which is a moot point as the script uses an http mirror anyway.

I also made another commit to replace /etc/pacman.conf with the default version at the end of the process.
Spoiler (click to show/hide)
Not strictly necessary but made sense to me.

I'm aware I may well be the only person who uses this script but as I've fixed it I may as well let you know.

Re: [SOLVED] Bug report - artix-bootstrap

Reply #5
Merged it upstream, thanks

 
Artix forum uses a single cookie to remember youOK