Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 457950 - =app-arch/p7zip-9.13 fails to compile with clang-3.2
Summary: =app-arch/p7zip-9.13 fails to compile with clang-3.2
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: systemwide-clang
  Show dependency tree
 
Reported: 2013-02-17 11:57 UTC by Vicente Olivert Riera (RETIRED)
Modified: 2013-02-17 14:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
p7zip-9.13:20130213-225706.log (file_457950.txt,107.78 KB, text/plain)
2013-02-17 11:57 UTC, Vicente Olivert Riera (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vicente Olivert Riera (RETIRED) gentoo-dev 2013-02-17 11:57:59 UTC
Created attachment 339138 [details]
p7zip-9.13:20130213-225706.log

# clang --version
clang version 3.2 (tags/RELEASE_32/final)
Target: x86_64-pc-linux-gnu
Thread model: posix

# cat /etc/portage/env/clang
CC=clang
CXX=clang++

# cat /etc/portage/env/clang-lto 
CC='clang'
CXX='clang++'
CFLAGS="${CFLAGS} -O4"
CXXFLAGS="${CXXFLAGS} -O4"
LDFLAGS="${LDFLAGS} -O4 -Wl,-plugin,/usr/lib/llvm/LLVMgold.so"
AR='/usr/local/bin/clang-ar'
RANLIB=':'
NM='nm --plugin /usr/lib64/llvm/LLVMgold.so'
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2013-02-17 14:13:21 UTC
Please use version 9.20.1. That one works fine.
Comment 2 Vicente Olivert Riera (RETIRED) gentoo-dev 2013-02-17 14:32:24 UTC
(In reply to comment #1)
> Please use version 9.20.1. That one works fine.

Ok, but this bug is only for track this kind of issues :P