Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Currently uninstallable packages
@ 2020-04-30  5:57 ericonr
  2020-04-30  7:24 ` ericonr
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: ericonr @ 2020-04-30  5:57 UTC (permalink / raw)
  To: ml

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

New issue by ericonr on void-packages repository

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

Description:
So, I basically queried all available packages and ran "xbps-install -n" on them.

Here are the results:

```
ruby-travis-1.8.10_2/stderr:MISSING: ruby-faraday<1.0
ruby-faraday_middleware-0.13.1_2/stderr:MISSING: ruby-faraday<1.0

python3-pylibgen-2.0.1_2/stderr:MISSING: python3-requests>2.20.9<2.21.1

frr-reload-7.2.1_1/stderr:MISSING: python3-ipaddr>=0

cegui-devel-0.8.7_10/stderr:MISSING: boost-python>=0
```

- [ ] ruby-travis seems completely broken
- [ ] pylibgen should be tagged broken or updated
- [ ] python3-ipaddr doesn't exist, maybe we can just remove from template
- [ ] cegui-devel is searching for boost-python, but actual package name is boost-python1.72 No idea how to fix this one.

```
sssd-python3-2.0.0_3/stderr:sssd-python3-2.0.0_3: broken, unresolvable shlib `libsss_crypt.so'
sssd-python3-2.0.0_3/stderr:sssd-python3-2.0.0_3: broken, unresolvable shlib `libsss_debug.so'
sssd-python3-2.0.0_3/stderr:sssd-python3-2.0.0_3: broken, unresolvable shlib `libsss_util.so'
sssd-python-2.0.0_3/stderr:sssd-python-2.0.0_3: broken, unresolvable shlib `libsss_crypt.so'
sssd-python-2.0.0_3/stderr:sssd-python-2.0.0_3: broken, unresolvable shlib `libsss_debug.so'
sssd-python-2.0.0_3/stderr:sssd-python-2.0.0_3: broken, unresolvable shlib `libsss_util.so'

perl-Test-Simple-1.302174_1/stderr:perl-Net-SSLeay-1.88_3: broken, unresolvable shlib `libperl.so.5.30'

libvaladoc-0.46.3_1/stderr:libvaladoc-0.46.3_1: broken, unresolvable shlib `libvalaccodegen.so'
valadoc-0.46.3_1/stderr:libvaladoc-0.46.3_1: broken, unresolvable shlib `libvalaccodegen.so'
valadoc-0.46.3_1/stderr:valadoc-0.46.3_1: broken, unresolvable shlib `libvalaccodegen.so'
```

- [ ] sssd-python probably only needs a rebuild
- [ ] no idea, it can't find a shlib that's the exact current version in perl
- [ ] no idea for valadoc

I can try to work on these later, but if anyone wants to tackle them already :)

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

* Re: Currently uninstallable packages
  2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
@ 2020-04-30  7:24 ` ericonr
  2020-04-30 11:38 ` Johnnynator
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-04-30  7:24 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/21483#issuecomment-621661728

Comment:
Now for musl:

- [ ] wxMaxima and xMaxima, maxima{,-src,-emacs} depend on glibc
- [ ] boost-python{,3} is still available in versions like 1.68, so it can't find boost-1.68
- [ ] dylena-{core,renderer,server}-devel can't find dylena-{server,core}
- [ ] gloobus-preview should be broken, given that unrar isn't available in musl
- [ ] gutenberg 0.10 needs zola 0.10, zola is 0.9
- [ ] julia can't find libllvm3.9 - should just need a rebuild
- [ ] libdbusmenu-qt-devel is one revision behind libdbusmenu-qt
- [ ] missing libpyside-python3
- [ ] libzeitgeist-devel is one revision behind
- [ ] missing libshiboken-python3
- [ ] mac-devel is one revision behind
- [ ] libprotobuf18-lite is one revision behind protobuf18-lite
- [ ] missing python3-astroid
- [ ] all python-PyQt4 subpackages are one revision behind
- [ ] python-pyside-phonon is one revision behind python-pyside
- [ ] qimageblitz-devel is one revision behind
- [ ] qt5-canvas3d is still in the repos

Most seem to be related to subpackage builds.

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

* Re: Currently uninstallable packages
  2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
  2020-04-30  7:24 ` ericonr
@ 2020-04-30 11:38 ` Johnnynator
  2020-04-30 18:07 ` jnbr
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Johnnynator @ 2020-04-30 11:38 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/issues/21483#issuecomment-621779396

Comment:
cegui just needs a revbump probab;y.

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

* Re: Currently uninstallable packages
  2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
  2020-04-30  7:24 ` ericonr
  2020-04-30 11:38 ` Johnnynator
@ 2020-04-30 18:07 ` jnbr
  2020-05-01  1:10 ` Currently not installable packages daniel-eys
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jnbr @ 2020-04-30 18:07 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/issues/21483#issuecomment-622014383

Comment:
julia on musl is broken since it was switched to an internal llvm. The outdated version should be cleaned from the repos.

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

* Re: Currently not installable packages
  2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
                   ` (2 preceding siblings ...)
  2020-04-30 18:07 ` jnbr
@ 2020-05-01  1:10 ` daniel-eys
  2020-05-01 22:13 ` ericonr
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: daniel-eys @ 2020-05-01  1:10 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/issues/21483#issuecomment-622200090

Comment:
Fix for ruby-travis: https://github.com/void-linux/void-packages/pull/21507

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

* Re: Currently not installable packages
  2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
                   ` (3 preceding siblings ...)
  2020-05-01  1:10 ` Currently not installable packages daniel-eys
@ 2020-05-01 22:13 ` ericonr
  2020-09-18  1:15 ` ahesford
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-05-01 22:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/21483#issuecomment-622588752

Comment:
Thanks @daniel-eys!

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

* Re: Currently not installable packages
  2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
                   ` (4 preceding siblings ...)
  2020-05-01 22:13 ` ericonr
@ 2020-09-18  1:15 ` ahesford
  2020-09-18  1:16 ` ahesford
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2020-09-18  1:15 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/21483#issuecomment-621661728

Comment:
Now for musl:

- [ ] wxMaxima and xMaxima, maxima{,-src,-emacs} depend on glibc
- [ ] boost-python{,3} is still available in versions like 1.68, so it can't find boost-1.68
- [ ] dylena-{core,renderer,server}-devel can't find dylena-{server,core}
- [ ] gloobus-preview should be broken, given that unrar isn't available in musl
- [ ] gutenberg 0.10 needs zola 0.10, zola is 0.9
- [x] julia can't find libllvm3.9 - should just need a rebuild
- [ ] libdbusmenu-qt-devel is one revision behind libdbusmenu-qt
- [ ] missing libpyside-python3
- [ ] libzeitgeist-devel is one revision behind
- [ ] missing libshiboken-python3
- [ ] mac-devel is one revision behind
- [ ] libprotobuf18-lite is one revision behind protobuf18-lite
- [ ] missing python3-astroid
- [ ] all python-PyQt4 subpackages are one revision behind
- [ ] python-pyside-phonon is one revision behind python-pyside
- [ ] qimageblitz-devel is one revision behind
- [ ] qt5-canvas3d is still in the repos

Most seem to be related to subpackage builds.

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

* Re: Currently not installable packages
  2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
                   ` (5 preceding siblings ...)
  2020-09-18  1:15 ` ahesford
@ 2020-09-18  1:16 ` ahesford
  2021-02-08 17:21 ` heliocat
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2020-09-18  1:16 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/21483#issuecomment-694591017

Comment:
`julia-1.5.1_1` should be working on musl.

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

* Re: Currently not installable packages
  2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
                   ` (6 preceding siblings ...)
  2020-09-18  1:16 ` ahesford
@ 2021-02-08 17:21 ` heliocat
  2021-02-08 17:40 ` heliocat
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: heliocat @ 2021-02-08 17:21 UTC (permalink / raw)
  To: ml

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

New comment by heliocat on void-packages repository

https://github.com/void-linux/void-packages/issues/21483#issuecomment-775307481

Comment:
The issue with perl-Test-Simple is that the perl package directly provides perl-Test-Simple at an earlier revision number (perl-Test-Simple-1.302175_1 vs. perl-Test-Simple-1.302175_2). So xbps wants to remove perl when installing perl-Test-Simple. The remove error on perl-Net-SSLeay is because it is apparently the only perl package to depends on perl>=5.32.0_1 instead of perl>=0. If you force remove perl-Net-SSLeay you can see this installing flip in action:

```
$ sudo xbps-remove -F perl-net-SSLeay
$ sudo xbps-install perl-Test-Simple

Name             Action    Version           New version            Download size
perl             remove    5.32.1_1          -                      - 
perl-Test-Simple install   -                 1.302175_2             190KB 

$ sudo xbps-install perl

Name             Action    Version           New version            Download size
perl-Test-Simple remove    1.302175_2        -                      - 
perl             install   -                 5.32.1_1               - 
```

The two packages install the test code into different places (core_perl/Test[2] vs vendor_perl/Test[2]) but collide at the man page level. It's probably fine to drop perl-Test-Simple since it's internal to the main perl package already.

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

* Re: Currently not installable packages
  2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
                   ` (7 preceding siblings ...)
  2021-02-08 17:21 ` heliocat
@ 2021-02-08 17:40 ` heliocat
  2021-02-08 18:35 ` heliocat
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: heliocat @ 2021-02-08 17:40 UTC (permalink / raw)
  To: ml

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

New comment by heliocat on void-packages repository

https://github.com/void-linux/void-packages/issues/21483#issuecomment-775319564

Comment:
The above aside, I have no idea where the perl dependency that everyone else has is being met when you swap perl for perl-Test-Simple since xbps-remove complains mightily when you try to remove perl outside of that replacement transaction.

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

* Re: Currently not installable packages
  2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
                   ` (8 preceding siblings ...)
  2021-02-08 17:40 ` heliocat
@ 2021-02-08 18:35 ` heliocat
  2022-04-16  2:02 ` github-actions
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: heliocat @ 2021-02-08 18:35 UTC (permalink / raw)
  To: ml

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

New comment by heliocat on void-packages repository

https://github.com/void-linux/void-packages/issues/21483#issuecomment-775354577

Comment:
valadoc looks like it's been fixed.

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

* Re: Currently not installable packages
  2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
                   ` (9 preceding siblings ...)
  2021-02-08 18:35 ` heliocat
@ 2022-04-16  2:02 ` github-actions
  2022-04-27  0:48 ` ericonr
  2022-07-26  2:13 ` github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2022-04-16  2:02 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/21483#issuecomment-1100506675

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

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

* Re: Currently not installable packages
  2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
                   ` (10 preceding siblings ...)
  2022-04-16  2:02 ` github-actions
@ 2022-04-27  0:48 ` ericonr
  2022-07-26  2:13 ` github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2022-04-27  0:48 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/21483#issuecomment-1110389413

Comment:
Still needs to be checked.

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

* Re: Currently not installable packages
  2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
                   ` (11 preceding siblings ...)
  2022-04-27  0:48 ` ericonr
@ 2022-07-26  2:13 ` github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2022-07-26  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/21483#issuecomment-1194893062

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

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

end of thread, other threads:[~2022-07-26  2:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
2020-04-30  7:24 ` ericonr
2020-04-30 11:38 ` Johnnynator
2020-04-30 18:07 ` jnbr
2020-05-01  1:10 ` Currently not installable packages daniel-eys
2020-05-01 22:13 ` ericonr
2020-09-18  1:15 ` ahesford
2020-09-18  1:16 ` ahesford
2021-02-08 17:21 ` heliocat
2021-02-08 17:40 ` heliocat
2021-02-08 18:35 ` heliocat
2022-04-16  2:02 ` github-actions
2022-04-27  0:48 ` ericonr
2022-07-26  2:13 ` github-actions

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