pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: python313 (2025Q4) fails to build (link) on hppa -current
> Trying to build packages from 2025Q4 on my hppa machine running
> a -current from a few days ago. python312 built fine
> previously (older -current, 2025Q3).
>
> It seems to compile everything but the linking at the end is
> where it chokes. Any ideas ?
>
> ld: Objects/obmalloc.o: in function `mi_stat_update.part.0':
> (.text+0xd78): undefined reference to `__sync_add_and_fetch_8'
> ld: (.text+0xe40): undefined reference to `__sync_fetch_and_add_8'
> ld: (.text+0xe68): undefined reference to `__sync_fetch_and_add_8'
Initially I would have thought that use of ../../mk/atomic64.mk
would have fixed this, but evidently not -- it's already there,
and none of these __sync_ variants are present in libatomic.so
apparently.
So ... not sure how to deal with this one.
Regards,
- Håvard
Home |
Main Index |
Thread Index |
Old Index