Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Updating xbps itself will fail
@ 2021-03-01 13:04 smorimoto
  2021-03-01 14:33 ` sgn
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: smorimoto @ 2021-03-01 13:04 UTC (permalink / raw)
  To: ml

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

New issue by smorimoto on void-packages repository

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

Description:
I don't know if this only happens during clean install, but we get this error: https://github.com/am11/VoidWSL/pull/5/checks

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

* Re: Updating xbps itself will fail
  2021-03-01 13:04 [ISSUE] Updating xbps itself will fail smorimoto
@ 2021-03-01 14:33 ` sgn
  2021-03-01 14:46 ` Duncaen
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2021-03-01 14:33 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/29158#issuecomment-787993735

Comment:
Would you mind add verbose flag to `xbps-install`?

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

* Re: Updating xbps itself will fail
  2021-03-01 13:04 [ISSUE] Updating xbps itself will fail smorimoto
  2021-03-01 14:33 ` sgn
@ 2021-03-01 14:46 ` Duncaen
  2021-03-01 16:02 ` ericonr
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Duncaen @ 2021-03-01 14:46 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/29158#issuecomment-788003317

Comment:
The error is at https://github.com/am11/VoidWSL/pull/5/checks#step:5:101 probably related to lib64 stuff.


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

* Re: Updating xbps itself will fail
  2021-03-01 13:04 [ISSUE] Updating xbps itself will fail smorimoto
  2021-03-01 14:33 ` sgn
  2021-03-01 14:46 ` Duncaen
@ 2021-03-01 16:02 ` ericonr
  2021-03-01 16:03 ` ericonr
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-03-01 16:02 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/29158#issuecomment-788064648

Comment:
> /bin/sh: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

@smorimoto you need to be sure the `/usr/lib64 -> /usr/lib` symlink exists.

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

* Re: Updating xbps itself will fail
  2021-03-01 13:04 [ISSUE] Updating xbps itself will fail smorimoto
                   ` (2 preceding siblings ...)
  2021-03-01 16:02 ` ericonr
@ 2021-03-01 16:03 ` ericonr
  2021-03-01 16:16 ` smorimoto
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-03-01 16:03 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/29158#issuecomment-788064648

Comment:
> /bin/sh: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

@smorimoto you need to be sure the `/usr/lib64 -> /usr/lib` symlink exists. It's created by `base-files`, so it should just be there, but idk. You could try force-reinstalling `base-files`.

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

* Re: Updating xbps itself will fail
  2021-03-01 13:04 [ISSUE] Updating xbps itself will fail smorimoto
                   ` (3 preceding siblings ...)
  2021-03-01 16:03 ` ericonr
@ 2021-03-01 16:16 ` smorimoto
  2021-03-01 16:19 ` Duncaen
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: smorimoto @ 2021-03-01 16:16 UTC (permalink / raw)
  To: ml

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

New comment by smorimoto on void-packages repository

https://github.com/void-linux/void-packages/issues/29158#issuecomment-788075000

Comment:
All went well with 20210218: https://github.com/am11/VoidWSL/pull/5/checks

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

* Re: Updating xbps itself will fail
  2021-03-01 13:04 [ISSUE] Updating xbps itself will fail smorimoto
                   ` (4 preceding siblings ...)
  2021-03-01 16:16 ` smorimoto
@ 2021-03-01 16:19 ` Duncaen
  2021-03-01 16:23 ` smorimoto
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Duncaen @ 2021-03-01 16:19 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/29158#issuecomment-788077566

Comment:
In general the pipeline step should try to update xbps itself first and then a full system update, since the current xbps version will not do a full update when a xbps update is available:

`xbps-install -Suy xbps; xbps-install -Suy`

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

* Re: Updating xbps itself will fail
  2021-03-01 13:04 [ISSUE] Updating xbps itself will fail smorimoto
                   ` (5 preceding siblings ...)
  2021-03-01 16:19 ` Duncaen
@ 2021-03-01 16:23 ` smorimoto
  2021-03-01 16:58 ` ericonr
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: smorimoto @ 2021-03-01 16:23 UTC (permalink / raw)
  To: ml

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

New comment by smorimoto on void-packages repository

https://github.com/void-linux/void-packages/issues/29158#issuecomment-788080337

Comment:
I remember that when I tried that in a previous release, the environment was broken after `xbps-install -Suy xbps`.

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

* Re: Updating xbps itself will fail
  2021-03-01 13:04 [ISSUE] Updating xbps itself will fail smorimoto
                   ` (6 preceding siblings ...)
  2021-03-01 16:23 ` smorimoto
@ 2021-03-01 16:58 ` ericonr
  2021-03-01 17:01 ` smorimoto
  2021-03-01 17:01 ` [ISSUE] [CLOSED] " smorimoto
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-03-01 16:58 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/29158#issuecomment-788106847

Comment:
The previous images had a very unfortunate issue where they removed those symlinks for reasons unknown to mankind. Because we hacked glibc, it worked, but it was kind of accidental. The new images should have it all sorted out.

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

* Re: Updating xbps itself will fail
  2021-03-01 13:04 [ISSUE] Updating xbps itself will fail smorimoto
                   ` (7 preceding siblings ...)
  2021-03-01 16:58 ` ericonr
@ 2021-03-01 17:01 ` smorimoto
  2021-03-01 17:01 ` [ISSUE] [CLOSED] " smorimoto
  9 siblings, 0 replies; 11+ messages in thread
From: smorimoto @ 2021-03-01 17:01 UTC (permalink / raw)
  To: ml

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

New comment by smorimoto on void-packages repository

https://github.com/void-linux/void-packages/issues/29158#issuecomment-788109025

Comment:
Oh, it's fine as long as it works with the latest release. Thanks!

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

* Re: [ISSUE] [CLOSED] Updating xbps itself will fail
  2021-03-01 13:04 [ISSUE] Updating xbps itself will fail smorimoto
                   ` (8 preceding siblings ...)
  2021-03-01 17:01 ` smorimoto
@ 2021-03-01 17:01 ` smorimoto
  9 siblings, 0 replies; 11+ messages in thread
From: smorimoto @ 2021-03-01 17:01 UTC (permalink / raw)
  To: ml

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

Closed issue by smorimoto on void-packages repository

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

Description:
I don't know if this only happens during clean install, but we get this error: https://github.com/am11/VoidWSL/pull/5/checks

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

end of thread, other threads:[~2021-03-01 17:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-01 13:04 [ISSUE] Updating xbps itself will fail smorimoto
2021-03-01 14:33 ` sgn
2021-03-01 14:46 ` Duncaen
2021-03-01 16:02 ` ericonr
2021-03-01 16:03 ` ericonr
2021-03-01 16:16 ` smorimoto
2021-03-01 16:19 ` Duncaen
2021-03-01 16:23 ` smorimoto
2021-03-01 16:58 ` ericonr
2021-03-01 17:01 ` smorimoto
2021-03-01 17:01 ` [ISSUE] [CLOSED] " smorimoto

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