Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] zlib: Fetch error when building
@ 2022-04-16 11:56 vutunganh
  2022-04-16 20:22 ` oreo639
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: vutunganh @ 2022-04-16 11:56 UTC (permalink / raw)
  To: ml

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

New issue by vutunganh on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname: `Void 5.15.34_1 x86_64-musl GenuineIntel uptodate rrnFFF`
  *output of ``xuname`` (part of xtools)*
* package: `zlib-1.2.12_2`

### Expected behavior

zlib builds successfully.

### Actual behavior

```
$ ./xbps-src pkg zlib
=> xbps-src: updating repositories for host (x86_64-musl)...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-musl-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/nonfree/x86_64-musl-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/debug/x86_64-musl-repodata' ...
=> xbps-src: updating software in / masterdir...
=> xbps-src: cleaning up / masterdir...
=> zlib-1.2.11_4: removing autodeps, please wait...
=> zlib-1.2.11_4: building [configure] for x86_64-musl...
   [runtime] zlib-1.2.11_4: not found (self, ignored)
=> zlib-1.2.11_4: running do-fetch hook: 00-distfiles ...
=> zlib-1.2.11_4: fetching distfile 'zlib-1.2.11.tar.gz'...
http://www.zlib.net/zlib-1.2.11.tar.gz: Not Found
=> ERROR: zlib-1.2.11_4: failed to fetch zlib-1.2.11.tar.gz.

```

### Steps to reproduce the behavior

Try building zlib.

`./xbps-src pkg zlib`

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

* Re: zlib: Fetch error when building
  2022-04-16 11:56 [ISSUE] zlib: Fetch error when building vutunganh
@ 2022-04-16 20:22 ` oreo639
  2022-04-16 20:24 ` oreo639
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2022-04-16 20:22 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/36720#issuecomment-1100749300

Comment:
The reason is because you are trying to build zlib in an outdated repo.
The version that is currently packaged is `1.2.12` but the one you are trying to build `1.2.11`. The latter release was removed from the website.
You can do `git pull https://github.com/void-linux/void-packages/` to update the repo.

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

* Re: zlib: Fetch error when building
  2022-04-16 11:56 [ISSUE] zlib: Fetch error when building vutunganh
  2022-04-16 20:22 ` oreo639
@ 2022-04-16 20:24 ` oreo639
  2022-04-16 20:24 ` oreo639
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2022-04-16 20:24 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/36720#issuecomment-1100749300

Comment:
The reason you are getting that error is because you are trying to build zlib in an outdated repo.
The version that is currently packaged is `1.2.12` but the one you are trying to build `1.2.11`. The latter release was removed from the website.
You can do `git pull https://github.com/void-linux/void-packages/` to update the repo.

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

* Re: zlib: Fetch error when building
  2022-04-16 11:56 [ISSUE] zlib: Fetch error when building vutunganh
  2022-04-16 20:22 ` oreo639
  2022-04-16 20:24 ` oreo639
@ 2022-04-16 20:24 ` oreo639
  2022-04-16 20:42 ` [ISSUE] [CLOSED] " vutunganh
  2022-04-16 20:42 ` vutunganh
  4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2022-04-16 20:24 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/36720#issuecomment-1100749300

Comment:
The reason you are getting that error is because you are trying to build zlib in an outdated void-packages repo.
The version that is currently packaged is `1.2.12` but the one you are trying to build `1.2.11`. The latter release was removed from the website.
You can do `git pull https://github.com/void-linux/void-packages/` to update the repo.

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

* Re: zlib: Fetch error when building
  2022-04-16 11:56 [ISSUE] zlib: Fetch error when building vutunganh
                   ` (3 preceding siblings ...)
  2022-04-16 20:42 ` [ISSUE] [CLOSED] " vutunganh
@ 2022-04-16 20:42 ` vutunganh
  4 siblings, 0 replies; 6+ messages in thread
From: vutunganh @ 2022-04-16 20:42 UTC (permalink / raw)
  To: ml

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

New comment by vutunganh on void-packages repository

https://github.com/void-linux/void-packages/issues/36720#issuecomment-1100752102

Comment:
Oh, you are right. Somehow I missed this. Thanks.

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

* Re: [ISSUE] [CLOSED] zlib: Fetch error when building
  2022-04-16 11:56 [ISSUE] zlib: Fetch error when building vutunganh
                   ` (2 preceding siblings ...)
  2022-04-16 20:24 ` oreo639
@ 2022-04-16 20:42 ` vutunganh
  2022-04-16 20:42 ` vutunganh
  4 siblings, 0 replies; 6+ messages in thread
From: vutunganh @ 2022-04-16 20:42 UTC (permalink / raw)
  To: ml

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

Closed issue by vutunganh on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname: `Void 5.15.34_1 x86_64-musl GenuineIntel uptodate rrnFFF`
* package: `zlib-1.2.12_2`

### Expected behavior

zlib builds successfully.

### Actual behavior

```
$ ./xbps-src pkg zlib
=> xbps-src: updating repositories for host (x86_64-musl)...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-musl-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/nonfree/x86_64-musl-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/debug/x86_64-musl-repodata' ...
=> xbps-src: updating software in / masterdir...
=> xbps-src: cleaning up / masterdir...
=> zlib-1.2.11_4: removing autodeps, please wait...
=> zlib-1.2.11_4: building [configure] for x86_64-musl...
   [runtime] zlib-1.2.11_4: not found (self, ignored)
=> zlib-1.2.11_4: running do-fetch hook: 00-distfiles ...
=> zlib-1.2.11_4: fetching distfile 'zlib-1.2.11.tar.gz'...
http://www.zlib.net/zlib-1.2.11.tar.gz: Not Found
=> ERROR: zlib-1.2.11_4: failed to fetch zlib-1.2.11.tar.gz.

```

### Steps to reproduce the behavior

Try building zlib.

`./xbps-src pkg zlib`

### Fix

I discovered that the reason this fails is that the homepage requires https. I provide a fix in [this PR](https://github.com/void-linux/void-packages/pull/36719).

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

end of thread, other threads:[~2022-04-16 20:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-16 11:56 [ISSUE] zlib: Fetch error when building vutunganh
2022-04-16 20:22 ` oreo639
2022-04-16 20:24 ` oreo639
2022-04-16 20:24 ` oreo639
2022-04-16 20:42 ` [ISSUE] [CLOSED] " vutunganh
2022-04-16 20:42 ` vutunganh

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).