You are not logged in.
/usr/bin/vim (interpreter => /lib/ld-linux.so.2)
libm.so.6 => /usr/lib/libm.so.6
libncursesw.so.6 => /usr/lib/libncursesw.so.6
libacl.so.1 => /usr/lib/libacl.so.1
libgpm.so.2 => /usr/lib/libgpm.so.2
libperl.so => None
libc.so.6 => /usr/lib/libc.so.6
Downgrade or ignore vim and vim-runtime upgrade. Last vim 8.2.5046-1.0 is good.
Offline
Yes, broken in testing as well. Out of interest, what tool did you run there to print that output? ldd gives me a lot more linked libs, and doesn't put out that interpreter line, but otherwise looks similar.
I do have perl installed (probably due to some boot scripts still), but that doesn't supply libperl.so, and I can't easily find what package contains libperl.so (if any). But presumably this llb was present on the machine that built vim. And it seems a little strange to me that vim would even depend on perl, but perhaps it's added scripting in perl recently.
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
Out of interest, what tool did you run there to print that output? ldd gives me a lot more linked libs, and doesn't put out that interpreter line, but otherwise looks similar.
lddtree from pax-utils
Offline
Thanks; installing it now.
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
Mmh. libperl.so is a virtual library pointing to /usr/lib/perl5/5.36/core_perl/CORE/libperl.so resp.
/usr/lib/perl5/5.34/core_perl/CORE/libperl.so. So I guess vim got published to testing and stable,
but perl 5.36 did not. I'll move it, but this will potentially break a lot of things. :-)
Offline
Cross-linking: https://bugs.archlinux32.org/index.php? … ask_id=267
Offline
perl 5.36 hit stable, so vim should work now.
pacman -Qqo '/usr/lib/perl5/5.34'
still shows some libraries not having made the transition, so thinks might me a little bit shacky for Perl ATM.
Offline
Yay! Vim rides again (in testing at least)
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
On my system I noticed two packages that now need a rebuild after the perl update:
* perl-term-readline-gnu (current version is built against Perl 5.34)
* rxvt-unicode (depends on old libperl.so)
Both packages show a failed build on buildmaster, so that may be the reason.
Edit: I was able to rebuild both packages locally. For rxvt-unicode, the source address needs to be changed to http://dist.schmorp.de/rxvt-unicode/Att … r}.tar.bz2.
Last edited by Bevan (2022-06-26 16:33:14)
Offline
To be clear, those failures don't break vim, but have been broken themselves by the perl rebuild, it seems (I don't have either installed on my system).
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline