Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449380 - net-ftp/filezilla-3.6.0.2 fails to compile with clang-3.2
Summary: net-ftp/filezilla-3.6.0.2 fails to compile with clang-3.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's FTP Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: systemwide-clang
  Show dependency tree
 
Reported: 2012-12-31 00:00 UTC by Julian Ospald
Modified: 2014-01-30 19:24 UTC (History)
4 users (show)

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


Attachments
filezilla-3.6.0.2:20121230-235645.log (filezilla-3.6.0.2:20121230-235645.log,10.81 KB, text/plain)
2012-12-31 00:00 UTC, Julian Ospald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2012-12-31 00:00:01 UTC
Created attachment 333820 [details]
filezilla-3.6.0.2:20121230-235645.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
FEATURES="-ccache -buildpkg -distcc -splitdebug"
USE="clang"
CC=clang
CXX=clang++
CFLAGS="-march=core2 -O3 -Wall"
CXXFLAGS="${CFLAGS}"
Comment 1 Vicente Olivert Riera (RETIRED) gentoo-dev 2013-02-17 11:56:38 UTC
# 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 2 Vicente Olivert Riera (RETIRED) gentoo-dev 2013-02-17 11:57:28 UTC
Same problem here.
Comment 3 Bernard Cafarelli gentoo-dev 2014-01-30 19:24:01 UTC
filezilla compilation is now OK with llvm/clang 3.4!