[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#672222: texlive-bin FTBFS on alpha: GPREL16 relocation errors can be overcome with --no-relax



On 09.05.12 Michael Cree (mcree@orcon.net.nz) wrote:

Hi,

> http://buildd.debian-ports.org/status/fetch.php?pkg=texlive-bin&arch=alpha&ver=2011.20120507-1&stamp=1336527521
> 
> This is a longstanding problem with the optimiser in the linker on Alpha
> but can be worked around with the flag -Wl,--no-relax during linking.
> The following added to debian/rules:
> 
> DEB_HOST_ARCH     ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
> 
> ifeq ($(DEB_HOST_ARCH), alpha)
>   export LDFLAGS = -Wl,--no-relax
> endif
> 
> results in a successful build.
> 
Hmm, I expected this to hit us again. As alpha is not an release arch
any more I took the freedom to ignore this potential problem. ;-(

H.
-- 
sigmentation fault

Attachment: signature.asc
Description: Digital signature


Reply to: