Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#40335 - [libc++] build fails with testing devtools

Attached to Project: Community Packages
Opened by Joel Teichroeb (klusark) - Monday, 12 May 2014, 22:59 GMT
Last edited by Daniel Micay (thestinger) - Wednesday, 21 May 2014, 03:20 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Daniel Micay (thestinger)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

clang doesn't have -fstack-protector-strong


Run Build Command:/usr/bin/make "cmTryCompileExec2517073866/fast"

/usr/bin/make -f CMakeFiles/cmTryCompileExec2517073866.dir/build.make
CMakeFiles/cmTryCompileExec2517073866.dir/build

make[1]: Entering directory
'/build/libc++/src/libcxx-3.4/build/CMakeFiles/CMakeTmp'

/usr/bin/cmake -E cmake_progress_report
/build/libc++/src/libcxx-3.4/build/CMakeFiles/CMakeTmp/CMakeFiles 1

Building CXX object
CMakeFiles/cmTryCompileExec2517073866.dir/testCXXCompiler.cxx.o

/usr/bin/clang++ -march=x86-64 -mtune=generic -O2 -pipe
-fstack-protector-strong --param=ssp-buffer-size=4 -o
CMakeFiles/cmTryCompileExec2517073866.dir/testCXXCompiler.cxx.o -c
/build/libc++/src/libcxx-3.4/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx

clang: error: unknown argument: '-fstack-protector-strong'

CMakeFiles/cmTryCompileExec2517073866.dir/build.make:60: recipe for target
'CMakeFiles/cmTryCompileExec2517073866.dir/testCXXCompiler.cxx.o' failed

make[1]: Leaving directory
'/build/libc++/src/libcxx-3.4/build/CMakeFiles/CMakeTmp'

make[1]: ***
[CMakeFiles/cmTryCompileExec2517073866.dir/testCXXCompiler.cxx.o] Error 1

Makefile:117: recipe for target 'cmTryCompileExec2517073866/fast' failed

make: *** [cmTryCompileExec2517073866/fast] Error 2

Steps to reproduce:
install testing devtools and sudo extra-x86_66-build
or makepkg with deps
This task depends upon

Closed by  Daniel Micay (thestinger)
Wednesday, 21 May 2014, 03:20 GMT
Reason for closing:  Fixed
Additional comments about closing:  clang 3.4.1-2
Comment by Doug Newgard (Scimmia) - Wednesday, 14 May 2014, 08:24 GMT
This should be fixed now, clang in testing now has -fstack-protector-strong

Loading...