Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Unable to update packages due to 'Not Found' error when fetching repository data
@ 2024-05-05  5:38 naoNao89
  2024-05-05  5:45 ` [ISSUE] [CLOSED] " naoNao89
  2024-05-05  5:45 ` naoNao89
  0 siblings, 2 replies; 3+ messages in thread
From: naoNao89 @ 2024-05-05  5:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1265 bytes --]

New issue by naoNao89 on void-packages repository

https://github.com/void-linux/void-packages/issues/50196

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.30_1 x86_64 GenuineIntel 

### Package(s) Affected

No

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

I did not find any existing reports for this issue.

### Expected behaviour

The XBPS package manager should be able to successfully update the system by fetching the latest package data from the Void Linux repository.

### Actual behaviour

When running the command `sudo xbps-install -Syu`, the package manager encounters the following error:
```
[*] Updating repository `https://repo-default.voidlinux.org/x86_64-repodata' ...
ERROR: [reposync] failed to fetch file `https://repo-default.voidlinux.org/x86_64-repodata': Not Found

```

### Steps to reproduce

1. Install Void Linux on a system.
2. Run the command sudo xbps-install -Syu to update the system.
3. Observe the "Not Found" error when the package manager tries to update the repository.
---
Note that I used minor Singapore that produced that error. I can access the minor. I'm using the official minor to provide an example because I have resolved the issue

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ISSUE] [CLOSED] Unable to update packages due to 'Not Found' error when fetching repository data
  2024-05-05  5:38 [ISSUE] Unable to update packages due to 'Not Found' error when fetching repository data naoNao89
@ 2024-05-05  5:45 ` naoNao89
  2024-05-05  5:45 ` naoNao89
  1 sibling, 0 replies; 3+ messages in thread
From: naoNao89 @ 2024-05-05  5:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1268 bytes --]

Closed issue by naoNao89 on void-packages repository

https://github.com/void-linux/void-packages/issues/50196

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.30_1 x86_64 GenuineIntel 

### Package(s) Affected

No

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

I did not find any existing reports for this issue.

### Expected behaviour

The XBPS package manager should be able to successfully update the system by fetching the latest package data from the Void Linux repository.

### Actual behaviour

When running the command `sudo xbps-install -Syu`, the package manager encounters the following error:
```
[*] Updating repository `https://repo-default.voidlinux.org/x86_64-repodata' ...
ERROR: [reposync] failed to fetch file `https://repo-default.voidlinux.org/x86_64-repodata': Not Found

```

### Steps to reproduce

1. Install Void Linux on a system.
2. Run the command sudo xbps-install -Syu to update the system.
3. Observe the "Not Found" error when the package manager tries to update the repository.
---
Note that I used minor Singapore that produced that error. I can access the minor. I'm using the official minor to provide an example because I have resolved the issue

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Unable to update packages due to 'Not Found' error when fetching repository data
  2024-05-05  5:38 [ISSUE] Unable to update packages due to 'Not Found' error when fetching repository data naoNao89
  2024-05-05  5:45 ` [ISSUE] [CLOSED] " naoNao89
@ 2024-05-05  5:45 ` naoNao89
  1 sibling, 0 replies; 3+ messages in thread
From: naoNao89 @ 2024-05-05  5:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 567 bytes --]

New comment by naoNao89 on void-packages repository

https://github.com/void-linux/void-packages/issues/50196#issuecomment-2094642272

Comment:
The repository URL might be missing the "/current" part.

```
echo "repository=https://repo-default.voidlinux.org/current" | sudo tee /etc/xbps.d/00-repository-main.conf
```

This command will update the `/etc/xbps.d/00-repository-main.conf` file with the correct repository URL, including the "/current" path.

After running this command, you can then update the package lists:

```
sudo xbps-install -Syu
```

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-05  5:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-05  5:38 [ISSUE] Unable to update packages due to 'Not Found' error when fetching repository data naoNao89
2024-05-05  5:45 ` [ISSUE] [CLOSED] " naoNao89
2024-05-05  5:45 ` naoNao89

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).