Cannot download dkp-libs pacman database.

Post Reply
Pixfri
Posts: 3
Joined: Wed Oct 23, 2024 5:19 pm

Cannot download dkp-libs pacman database.

Post by Pixfri » Wed Oct 23, 2024 5:29 pm

Hello, when I try to download the pacman database (I'm on manjaro with pacman 7.0.0), I get an error saying the URL was rejected because the port number isn't a decimal number between 0 and 65535.

I already added the key using pacman-key and downloaded the keyring, it's when I resync the database that I get an error.

I have added these lines in my /etc/pacman.conf file :

Code: Select all

[dkp-libs]
Server = "https://pkg.devkitpro.org/packages"

[dkp-linux]
Server = "https://pkg.devkitpro.org/packages/linux/$arch"

I already tried going to the URLs provided and to download the .db files with my browser, it works.


WinterMute
Site Admin
Posts: 1970
Joined: Tue Aug 09, 2005 3:21 am
Location: UK
Contact:

Re: Cannot download dkp-libs pacman database.

Post by WinterMute » Fri Oct 25, 2024 10:30 am

Can you show us a screenshot of the actual error? I have no idea what this might be from this description, sorry.

Help keep devkitPro toolchains free, Donate today

Personal Blog

Pixfri
Posts: 3
Joined: Wed Oct 23, 2024 5:19 pm

Re: Cannot download dkp-libs pacman database.

Post by Pixfri » Fri Oct 25, 2024 5:35 pm

WinterMute wrote: Fri Oct 25, 2024 10:30 am

Can you show us a screenshot of the actual error? I have no idea what this might be from this description, sorry.

Hey, thanks for trying to help me. Here is a screenshot of the error: Image


WinterMute
Site Admin
Posts: 1970
Joined: Tue Aug 09, 2005 3:21 am
Location: UK
Contact:

Re: Cannot download dkp-libs pacman database.

Post by WinterMute » Fri Oct 25, 2024 11:42 pm

Well, that's not as helpful as I'd hoped. Can you show us the output from sudo pacman -Syuv as well as the contents of /etc/pacman.conf. The verbose option will also tell you where pacman writes its logs which might potentially contain useful information too. You can just paste text here inside code tags (we enabled markdown on the forums recently so backticks (```) should work

Help keep devkitPro toolchains free, Donate today

Personal Blog

WinterMute
Site Admin
Posts: 1970
Joined: Tue Aug 09, 2005 3:21 am
Location: UK
Contact:

Re: Cannot download dkp-libs pacman database.

Post by WinterMute » Fri Oct 25, 2024 11:46 pm

I have added these lines in my /etc/pacman.conf file :

Code: Select all

[dkp-libs]
Server = "https://pkg.devkitpro.org/packages"

[dkp-linux]
Server = "https://pkg.devkitpro.org/packages/linux/$arch"

I already tried going to the URLs provided and to download the .db files with my browser, it works.

Just noticed the quotation marks here. These urls shouldn't be quoted.

Code: Select all

[dkp-libs]
Server = https://pkg.devkitpro.org/packages

[dkp-linux]
Server = https://pkg.devkitpro.org/packages/linux/$arch
Help keep devkitPro toolchains free, Donate today

Personal Blog

Pixfri
Posts: 3
Joined: Wed Oct 23, 2024 5:19 pm

Re: Cannot download dkp-libs pacman database.

Post by Pixfri » Sat Oct 26, 2024 9:19 am

It worked, thank you!


Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests