Open ericonr opened 4 years ago
Now for musl:
Most seem to be related to subpackage builds.
cegui just needs a revbump probab;y.
julia on musl is broken since it was switched to an internal llvm. The outdated version should be cleaned from the repos.
Fix for ruby-travis: https://github.com/void-linux/void-packages/pull/21507
Thanks @daniel-eys!
Checking shlibs and rundeps across all repos for each arch:
aarch64
aarch64-musl
armv6l
armv6l-musl
armv7l
armv7l-musl
i686
x86_64
x86_64-musl
done with https://github.com/st3r4g/xbps/tree/xbps-repodb-check
example usage ./xbps-repodb.static -c /var/db/xbps/https___alpha_de_repo_voidlinux_org_current_musl*
julia-1.5.1_1
should be working on musl.
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.
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.
valadoc looks like it's been fixed.
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.
Still needs to be checked.
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.
So, I basically queried all available packages and ran "xbps-install -n" on them.
Here are the results:
I can try to work on these later, but if anyone wants to tackle them already :)