FS#48639 - [linux-zen] manual build 4.5 give warning: fstack-protector-strong not supported by compiler

Attached to Project: Arch Linux
Opened by Tomasz Przybył (FadeMind) - Sunday, 20 March 2016, 10:10 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 20 March 2016, 16:02 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details


Trying compile linux-zen give this warning:

Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler

Reference: https://bugs.archlinux.org/task/40171

I have official GCC:

gcc-libs-multilib 5.3.0-5
gcc-multilib 5.3.0-5
lib32-gcc-libs 5.3.0-5

This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 20 March 2016, 16:02 GMT
Reason for closing:  Not a bug
Comment by Doug Newgard (Scimmia) - Sunday, 20 March 2016, 15:13 GMT
Sounds like a local config issue. What is the output of `which cc`?
Comment by Tomasz Przybył (FadeMind) - Sunday, 20 March 2016, 15:48 GMT
[tomasz@arch ~]$ export LANG=C
[tomasz@arch ~]$ which cc
/usr/bin/cc
[tomasz@arch ~]$ pacman -Qo $(which cc)
/usr/bin/cc is owned by gcc-multilib 5.3.0-5
[tomasz@arch ~]$


During build standard linux kernel this issue not happened.
Comment by Doug Newgard (Scimmia) - Sunday, 20 March 2016, 15:54 GMT
Full error? Log?
Comment by Tomasz Przybył (FadeMind) - Sunday, 20 March 2016, 16:00 GMT
OK I found it.

I following linux-ck PKGBUILD schema.

After applying patches happened

make mrproper

After comment out this "fstack-protector-strong not supported by compiler" gone.

Thanks Doug for help.

Loading...