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

Re: [m68k] FTBFS, Please disable -pie



Stephen R Marenka dixit:

>openssh has failed to build from source on m68k since version 1:4.6p1-1
>because -pie doesn't work right. Please disable it on m68k. It looks
>like support for this already exists in debian/rules for hppa.

I see this has made it into dpkg-buildflags:

    122     # Mask features that are not available on certain architectures.
    123     if ($os !~ /^(linux|knetbsd|hurd)$/ or
    124         $cpu =~ /^(hppa|m68k|mips|mipsel|avr32)$/) {
    125         # Disabled on non-linux/knetbsd/hurd (see #430455 and #586215).
    126         # Disabled on hppa, m68k (#451192), mips/mipsel (#532821), avr32
    127         #  (#574716).
    128         $use_feature{"pie"} = 0;
    129     }

Stephen, please define “-pie doesn't work right”, so we can try
to figure out whether this is still the case.

Thanks,
//mirabilos
-- 
Support mksh as /bin/sh and RoQA dash NOW!
‣ src:bash (244 (263) bugs: 0 RC, 172 (186) I&N, 72 (77) M&W, 0 F&P)
‣ src:dash (75 (87) bugs: 3 RC, 31 (35) I&N, 41 (49) M&W, 0 F&P)
‣ src:mksh (1 bug: 0 RC, 0 I&N, 1 M&W, 0 F&P)
http://qa.debian.org/data/bts/graphs/d/dash.png is pretty red, innit?


Reply to: