FS#73706 - [glibc] Missing symlinks

Attached to Project: Arch Linux
Opened by Jonathon (jonathon) - Thursday, 10 February 2022, 02:07 GMT
Last edited by freswa (frederik) - Thursday, 10 February 2022, 02:10 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

glibc=2.35-1 is (potentially?) missing a number of soname symlinks.

For example in the 2.33-5 file listing:

```
usr/lib/libnss_dns.so
usr/lib/libnss_dns.so.2
usr/lib/libnss_files-2.33.so
usr/lib/libnss_files.so
usr/lib/libnss_files.so.2
usr/lib/libnss_hesiod-2.33.so
usr/lib/libnss_hesiod.so
usr/lib/libnss_hesiod.so.2
```

In 2.35-1:

```
usr/lib/libnss_dns.so.2
usr/lib/libnss_files.so.2
usr/lib/libnss_hesiod.so
usr/lib/libnss_hesiod.so.2
```

Steps to reproduce:

This issue was highlighted when generating initramfs:

```
...
==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'default'
-> -k /boot/vmlinuz-linux-zen -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-zen.img
==> Starting build: 5.16.8-zen1-2-zen
-> Running build hook: [base]
-> Running build hook: [systemd]
==> ERROR: file not found: `/usr/lib/libnss_files.so'
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: xhci_pci
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [sd-vconsole]
-> Running build hook: [fsck]
...
```
This task depends upon

Closed by  freswa (frederik)
Thursday, 10 February 2022, 02:10 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#73702 

Loading...