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

Bug#656056: qtwebkit: FTBFS on alpha; Fix for linker problem and symbols diff



Alle lunedì 16 gennaio 2012, Michael Cree ha scritto:
> This is known issue in the linker when linking very large C++
> projects and can be easily worked around by turning off optimisation
> during linking. Would you please add to debian/rules the following:
> 
> ifneq (,$(filter $(DEB_HOST_ARCH),alpha))
>     export LDFLAGS := $(LDFLAGS) -Wl,--no-relax
> endif

That seems doable.

> Also debian/libqtwebkit4.symbols need updating.   I attach the symbol
> diff report from a build of qtwebkit that I performed with the above
> patch.

More than a patch for libqtwebkit4.symbols, what we could need is the 
output of dpkg-genymbols, with the diff between the expected and the 
actual symbols.

Thanks,
-- 
Pino Toscano

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: