Re: lib/60535: 32-bit libpthread lacks __libc_thr_join
"Rainer Orth via gnats" <[email protected]>
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR lib/60535; it has been noted by GNATS. From: Rainer Orth <[email protected]> To: [email protected] Cc: Subject: Re: lib/60535: 32-bit libpthread lacks __libc_thr_join Date: Tue, 04 Aug 2026 09:53:55 +0200 > OK, I get the same error if I upgrade from 10.1 (which doesn't need the base32 > set, and doesn't have that symbol in libpthread) to 11.0 using the ISO (which > now doesn't come with base32). > > Extracting the 11.0 base32 set fixed this. Same here: I just noticed that the 32-bit shared libs were old (from 2024) while the static libs were current. I did the upgrade using sysupgrade auto, which for some reason missed the base32 set. Reinstalling it fixed the issue for me, too.