Bug#728150: Re: Re: grass: FTBFS on ia64, preventing migration to testing

Paul Gevers elbrus at debian.org
Mon Dec 9 21:06:24 UTC 2013


As mentioned before, I do not receive e-mails to this bug. Sorry for not
responding earlier.

On 16-11-13 02:50, Hamish wrote:
> if [ `uname -m` = "ia64" ] ; then

> or is there a better way to do arch-specific lines with the aid of debhelper?

Yes (well, no actually):
{{{
# in Wheezy (and Jessie ia64) -fPIE conflicts with -fPIC. See example in
# the hardening.make file.
ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH_CPU),ia64)
    CFLAGS += $(HARDENING_CFLAGS_PIC) \
        $(filter-out
$(HARDENING_DISABLE_PIE_CFLAGS_FILTER),$(HARDENING_CFLAGS))
    LDFLAGS+=$(HARDENING_LDFLAGS)
else
    # in Jessie & Sid the problem seems fixed so we can proceed normally
    CFLAGS+=$(HARDENING_CFLAGS)
    LDFLAGS+=$(HARDENING_LDFLAGS)
endif
}}}

> for a longer term fix, should we forward this bug to the ia64 arch Debian people?

Yes, that would be good. Maybe they are already aware, so a little
search would be good too.

>> A Debian geek may know...

True, but I don't. ;)

> [offtopic, re. #672719]
>> Do you want me to test this on a porterbox?
> 
> yes please :)

>   https://trac.osgeo.org/grass/changeset/57855

I applied the patch 57855 on s390x and the build succeeds. I haven't
tried ppc64 yet.

Paul

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 551 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20131209/7f23028d/attachment.sig>


More information about the Pkg-grass-devel mailing list