Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 383412 Details for
Bug 520632
net-libs/xrootd fail to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xrootd-3.2.1:20140822-174204.log
xrootd-3.2.1:20140822-174204.log (text/plain), 23.81 KB, created by
Agostino Sarubbo
on 2014-08-22 17:55:44 UTC
(
hide
)
Description:
xrootd-3.2.1:20140822-174204.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2014-08-22 17:55:44 UTC
Size:
23.81 KB
patch
obsolete
> * Package: net-libs/xrootd-3.2.1 > * Repository: gentoo > * Maintainer: sci-physics@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux readline ssl userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox > * Adding group 'xrootd' to your system ... > * - Groupid: next available > * Adding user 'xrootd' to your system ... > * - Userid: 215 > * - Shell: /sbin/nologin > * - Home: /var/spool/xrootd > * - Groups: xrootd > * - GECOS: added by portage for xrootd > * - Creating /var/spool/xrootd in / >>>> Working in BUILD_DIR: "/var/tmp/portage/net-libs/xrootd-3.2.1/work/xrootd-3.2.1_build" >cmake --no-warn-unused-cli -C /var/tmp/portage/net-libs/xrootd-3.2.1/work/xrootd-3.2.1_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_fuse=OFF -DENABLE_FUSE=OFF -DENABLE_Fuse=OFF -DENABLE_KRB5=OFF -DENABLE_perl=OFF -DENABLE_PERL=OFF -DENABLE_Perl=OFF -DENABLE_readline=ON -DENABLE_READLINE=ON -DENABLE_Readline=ON -DENABLE_CRYPTO=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/net-libs/xrootd-3.2.1/work/xrootd-3.2.1_build/gentoo_rules.cmake /var/tmp/portage/net-libs/xrootd-3.2.1/work/xrootd-3.2.1 >Not searching for unused variables given on the command line. >loading initial cache file /var/tmp/portage/net-libs/xrootd-3.2.1/work/xrootd-3.2.1_build/gentoo_common_config.cmake >-- The C compiler identification is GNU 4.7.3 >-- The CXX compiler identification is GNU 4.7.3 >-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc >-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works >-- Detecting C compiler ABI info >-- Detecting C compiler ABI info - done >-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ >-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works >-- Detecting CXX compiler ABI info >-- Detecting CXX compiler ABI info - done >-- Looking for setresuid >-- Looking for setresuid - found >-- Looking for strlcpy >-- Looking for strlcpy - not found >-- Looking for fstatat >-- Looking for fstatat - found >-- Looking for sigwaitinfo >-- Looking for sigwaitinfo - found >-- Looking for shadow.h >-- Looking for shadow.h - found >-- Looking for getnameinfo >-- Looking for getnameinfo - found >-- Looking for getprotobyname_r >-- Looking for getprotobyname_r - found >-- Looking for gethostbyaddr_r >-- Looking for gethostbyaddr_r - found >-- Looking for sendfile >-- Looking for sendfile - found >-- Looking for crypt >-- Looking for crypt - not found >-- Looking for crypt in crypt >-- Looking for crypt in crypt - found >-- Looking for et/com_err.h >-- Looking for et/com_err.h - found >-- Performing Test HAVE_ATOMICS >-- Performing Test HAVE_ATOMICS - Success >-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8") >-- Found READLINE: /usr/lib64/libreadline.so >-- Found OpenSSL: /usr/lib64/libssl.so;/usr/lib64/libcrypto.so >-- ---------------------------------------- >-- Installation path: /usr >-- C Compiler: /usr/bin/x86_64-pc-linux-gnu-gcc >-- C++ Compiler: /usr/bin/x86_64-pc-linux-gnu-g++ >-- Build type: Gentoo >-- >-- Readline support: yes >-- Fuse support: disabled >-- Crypto support: yes >-- Kerberos5 support: disabled >-- Perl support: disabled >-- ---------------------------------------- >-- <<< Gentoo configuration >>> >Build type Gentoo >Install path /usr >Compiler flags: >C -march=native -Wformat -Werror=format-security -g0 -O2 >C++ -march=native -Wformat -Werror=format-security -g0 -O2 >Linker flags: >Executable -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu >Module -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu >Shared -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu > >-- Configuring done >CMake Warning (dev) in src/CMakeLists.txt: > Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link > interface. Run "cmake --help-policy CMP0022" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > Target "XrdServer" has an INTERFACE_LINK_LIBRARIES property which differs > from its LINK_INTERFACE_LIBRARIES properties. > > INTERFACE_LINK_LIBRARIES: > > XrdUtils;pthread;dl;rt > > LINK_INTERFACE_LIBRARIES: > > > >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) in src/CMakeLists.txt: > Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link > interface. Run "cmake --help-policy CMP0022" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > Target "XrdUtils" has an INTERFACE_LINK_LIBRARIES property which differs > from its LINK_INTERFACE_LIBRARIES properties. > > INTERFACE_LINK_LIBRARIES: > > pthread;dl;rt > > LINK_INTERFACE_LIBRARIES: > > > >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) in src/CMakeLists.txt: > Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link > interface. Run "cmake --help-policy CMP0022" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > Target "XrdClient" has an INTERFACE_LINK_LIBRARIES property which differs > from its LINK_INTERFACE_LIBRARIES properties. > > INTERFACE_LINK_LIBRARIES: > > XrdUtils;dl;pthread > > LINK_INTERFACE_LIBRARIES: > > > >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) in src/CMakeLists.txt: > Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link > interface. Run "cmake --help-policy CMP0022" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > Target "XrdCrypto" has an INTERFACE_LINK_LIBRARIES property which differs > from its LINK_INTERFACE_LIBRARIES properties. > > INTERFACE_LINK_LIBRARIES: > > XrdUtils;dl > > LINK_INTERFACE_LIBRARIES: > > > >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) in src/CMakeLists.txt: > Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link > interface. Run "cmake --help-policy CMP0022" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > Target "XrdPosix" has an INTERFACE_LINK_LIBRARIES property which differs > from its LINK_INTERFACE_LIBRARIES properties. > > INTERFACE_LINK_LIBRARIES: > > XrdClient;XrdUtils;pthread > > LINK_INTERFACE_LIBRARIES: > > > >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) in src/CMakeLists.txt: > Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link > interface. Run "cmake --help-policy CMP0022" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > Target "XrdSecsss" has an INTERFACE_LINK_LIBRARIES property which differs > from its LINK_INTERFACE_LIBRARIES properties. > > INTERFACE_LINK_LIBRARIES: > > XrdCryptoLite;XrdUtils > > LINK_INTERFACE_LIBRARIES: > > > >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) in src/CMakeLists.txt: > Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link > interface. Run "cmake --help-policy CMP0022" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > Target "XrdFfs" has an INTERFACE_LINK_LIBRARIES property which differs from > its LINK_INTERFACE_LIBRARIES properties. > > INTERFACE_LINK_LIBRARIES: > > XrdPosix;XrdSecsss;XrdClient;XrdUtils;pthread > > LINK_INTERFACE_LIBRARIES: > > > >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) in src/CMakeLists.txt: > Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link > interface. Run "cmake --help-policy CMP0022" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > Target "XrdCryptossl" has an INTERFACE_LINK_LIBRARIES property which > differs from its LINK_INTERFACE_LIBRARIES properties. > > INTERFACE_LINK_LIBRARIES: > > XrdCrypto;XrdUtils;pthread;/usr/lib64/libssl.so;/usr/lib64/libcrypto.so > > LINK_INTERFACE_LIBRARIES: > > > >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) in src/CMakeLists.txt: > Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link > interface. Run "cmake --help-policy CMP0022" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > Target "XrdSecgsi" has an INTERFACE_LINK_LIBRARIES property which differs > from its LINK_INTERFACE_LIBRARIES properties. > > INTERFACE_LINK_LIBRARIES: > > XrdCryptossl;XrdCrypto;XrdUtils;pthread > > LINK_INTERFACE_LIBRARIES: > > > >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) in src/CMakeLists.txt: > Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link > interface. Run "cmake --help-policy CMP0022" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > Target "XrdCryptoLite" has an INTERFACE_LINK_LIBRARIES property which > differs from its LINK_INTERFACE_LIBRARIES properties. > > INTERFACE_LINK_LIBRARIES: > > XrdUtils;/usr/lib64/libcrypto.so > > LINK_INTERFACE_LIBRARIES: > > > >This warning is for project developers. Use -Wno-dev to suppress it. > >CMake Warning (dev) in src/CMakeLists.txt: > Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link > interface. Run "cmake --help-policy CMP0022" for policy details. Use the > cmake_policy command to set the policy and suppress this warning. > > Target "XrdOfs" has an INTERFACE_LINK_LIBRARIES property which differs from > its LINK_INTERFACE_LIBRARIES properties. > > INTERFACE_LINK_LIBRARIES: > > XrdServer;XrdUtils;pthread > > LINK_INTERFACE_LIBRARIES: > > > >This warning is for project developers. Use -Wno-dev to suppress it. > >-- Generating done >-- Build files have been written to: /var/tmp/portage/net-libs/xrootd-3.2.1/work/xrootd-3.2.1_build >>>> Working in BUILD_DIR: "/var/tmp/portage/net-libs/xrootd-3.2.1/work/xrootd-3.2.1_build" >Scanning dependencies of target XrdVersion.hh >[I] No git repository info found. Trying to interpret VERSION_INFO >[I] src/XrdVersion.hh successfuly generated >[ 0%] Built target XrdVersion.hh >Scanning dependencies of target XrdCnsLib >Scanning dependencies of target XrdFrm >Scanning dependencies of target XrdSecgsiGMAPLDAP >Scanning dependencies of target XrdUtils >[ 0%] Building CXX object src/CMakeFiles/XrdSecgsiGMAPLDAP.dir/XrdSecgsi/XrdSecgsiGMAPFunLDAP.cc.o >[ 0%] [ 1%] [ 1%] Building CXX object src/CMakeFiles/XrdCnsLib.dir/XrdCns/XrdCnsLog.cc.o >Building CXX object src/CMakeFiles/XrdCnsLib.dir/XrdCns/XrdCnsLogRec.cc.o >Building CXX object src/CMakeFiles/XrdCnsLib.dir/XrdCns/XrdCnsXref.cc.o >[ 1%] [ 1%] [ 2%] Building CXX object src/CMakeFiles/XrdFrm.dir/XrdFrm/XrdFrmConfig.cc.o >Building CXX object src/CMakeFiles/XrdFrm.dir/XrdFrm/XrdFrmFiles.cc.o >Building CXX object src/CMakeFiles/XrdFrm.dir/XrdFrm/XrdFrmMonitor.cc.o >Linking CXX shared library libXrdSecgsiGMAPLDAP.so >[ 2%] [ 2%] Building CXX object src/CMakeFiles/XrdFrm.dir/XrdFrm/XrdFrmCns.cc.o >Building CXX object src/CMakeFiles/XrdFrm.dir/XrdFrm/XrdFrmTSort.cc.o >[ 2%] Built target XrdSecgsiGMAPLDAP >[ 3%] Building CXX object src/CMakeFiles/XrdFrm.dir/XrdFrm/XrdFrmMigrate.cc.o >[ 3%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysDNS.cc.o >Linking CXX static library libXrdCnsLib.a >[ 3%] Built target XrdCnsLib >[ 4%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysDir.cc.o >[ 4%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysPlugin.cc.o >[ 4%] Building CXX object src/CMakeFiles/XrdFrm.dir/XrdFrm/XrdFrmReqBoss.cc.o >[ 4%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysPriv.cc.o >[ 4%] Building CXX object src/CMakeFiles/XrdFrm.dir/XrdFrm/XrdFrmTransfer.cc.o >[ 5%] [ 5%] Building CXX object src/CMakeFiles/XrdFrm.dir/XrdFrm/XrdFrmXfrAgent.cc.o >Building CXX object src/CMakeFiles/XrdFrm.dir/XrdFrm/XrdFrmXfrDaemon.cc.o >[ 6%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysPlatform.cc.o >[ 6%] Building CXX object src/CMakeFiles/XrdFrm.dir/XrdFrm/XrdFrmXfrQueue.cc.o >[ 6%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysPthread.cc.o >[ 6%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysTimer.cc.o >[ 7%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysXSLock.cc.o >[ 7%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysFAttr.cc.o >[ 7%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysError.cc.o >[ 7%] [ 8%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOuca2x.cc.o >Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysLogger.cc.o >[ 8%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucArgs.cc.o >[ 9%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucCacheData.cc.o >[ 9%] [ 9%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucCacheDram.cc.o >Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucCacheReal.cc.o >[ 10%] [ 10%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucCallBack.cc.o >Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucCRC.cc.o >[ 10%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucEnv.cc.o >[ 11%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucExport.cc.o >[ 11%] [ 12%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucHashVal.cc.o >Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucMsubs.cc.o >Linking CXX static library libXrdFrm.a >[ 12%] [ 12%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucName2Name.cc.o >Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucNList.cc.o >[ 12%] Built target XrdFrm >[ 13%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucNSWalk.cc.o >[ 13%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucProg.cc.o >[ 13%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucPup.cc.o >[ 14%] [ 14%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucStream.cc.o >Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucReqID.cc.o >[ 14%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucString.cc.o >[ 15%] [ 15%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucSxeq.cc.o >Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucTokenizer.cc.o >[ 15%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucTrace.cc.o >[ 16%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdOuc/XrdOucUtils.cc.o >[ 16%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdNet/XrdNet.cc.o >[ 16%] [ 17%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdNet/XrdNetCmsNotify.cc.o >Building CXX object src/CMakeFiles/XrdUtils.dir/XrdNet/XrdNetBuffer.cc.o >[ 17%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdNet/XrdNetConnect.cc.o >[ 17%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdNet/XrdNetLink.cc.o >[ 18%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdNet/XrdNetMsg.cc.o >[ 18%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdNet/XrdNetSecurity.cc.o >[ 18%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdNet/XrdNetSocket.cc.o >[ 19%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdNet/XrdNetWork.cc.o >[ 19%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSut/XrdSutAux.cc.o >[ 20%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSut/XrdSutCache.cc.o >[ 20%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSut/XrdSutBucket.cc.o >[ 20%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSut/XrdSutBuckList.cc.o >[ 21%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSut/XrdSutBuffer.cc.o >[ 21%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSut/XrdSutPFile.cc.o >[ 21%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSut/XrdSutPFEntry.cc.o >[ 22%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSut/XrdSutRndm.cc.o >[ 22%] Building CXX object src/CMakeFiles/XrdUtils.dir/Xrd/XrdBuffer.cc.o >[ 22%] Building CXX object src/CMakeFiles/XrdUtils.dir/Xrd/XrdInet.cc.o >[ 23%] Building CXX object src/CMakeFiles/XrdUtils.dir/Xrd/XrdInfo.cc.o >[ 23%] Building CXX object src/CMakeFiles/XrdUtils.dir/Xrd/XrdLink.cc.o >[ 23%] Building CXX object src/CMakeFiles/XrdUtils.dir/Xrd/XrdLinkMatch.cc.o >[ 24%] Building CXX object src/CMakeFiles/XrdUtils.dir/Xrd/XrdPoll.cc.o >[ 24%] [ 24%] Building CXX object src/CMakeFiles/XrdUtils.dir/Xrd/XrdProtLoad.cc.o >Building CXX object src/CMakeFiles/XrdUtils.dir/Xrd/XrdProtocol.cc.o >[ 25%] Building CXX object src/CMakeFiles/XrdUtils.dir/Xrd/XrdScheduler.cc.o >[ 25%] Building CXX object src/CMakeFiles/XrdUtils.dir/Xrd/XrdStats.cc.o >[ 25%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdCks/XrdCksCalccrc32.cc.o >[ 26%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdCks/XrdCksCalcmd5.cc.o >[ 26%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdCks/XrdCksConfig.cc.o >[ 27%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdCks/XrdCksManager.cc.o >Linking CXX shared library libXrdUtils.so >[ 27%] Built target XrdUtils >Scanning dependencies of target XrdMain >Scanning dependencies of target XrdCrypto >Scanning dependencies of target XrdClient >Scanning dependencies of target XrdServer >Scanning dependencies of target XrdSec >Scanning dependencies of target XrdSecgsiAuthzVO >Scanning dependencies of target XrdCryptoLite >Scanning dependencies of target XrdSecunix >[ 28%] [ 29%] Building CXX object src/CMakeFiles/XrdCryptoLite.dir/XrdCrypto/XrdCryptoLite.cc.o >Building CXX object src/CMakeFiles/XrdSecgsiAuthzVO.dir/XrdSecgsi/XrdSecgsiAuthzFunVO.cc.o >[ 30%] Building CXX object src/CMakeFiles/XrdSecunix.dir/XrdSecunix/XrdSecProtocolunix.cc.o >[ 31%] Building CXX object src/CMakeFiles/XrdMain.dir/Xrd/XrdConfig.cc.o >[ 32%] [ 33%] Building CXX object src/CMakeFiles/XrdSec.dir/XrdSec/XrdSecClient.cc.o >Building CXX object src/CMakeFiles/XrdCrypto.dir/XrdCrypto/PC1.cc.o >[ 33%] Building CXX object src/CMakeFiles/XrdCryptoLite.dir/XrdCrypto/XrdCryptoLite_bf32.cc.o >[ 34%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientAbs.cc.o >[ 34%] Building CXX object src/CMakeFiles/XrdCrypto.dir/XrdCrypto/PC3.cc.o >[ 34%] Building CXX object src/CMakeFiles/XrdServer.dir/XrdSfs/XrdSfsNative.cc.o >Linking CXX shared library libXrdCryptoLite.so >Linking CXX shared library libXrdSecunix.so >[ 34%] Building CXX object src/CMakeFiles/XrdSec.dir/XrdSec/XrdSecPManager.cc.o >Linking CXX shared library libXrdSecgsiAuthzVO.so >[ 34%] Built target XrdCryptoLite >[ 34%] [ 34%] Building CXX object src/CMakeFiles/XrdCrypto.dir/XrdCrypto/XrdCryptoAux.cc.o >Building CXX object src/CMakeFiles/XrdServer.dir/XrdFrc/XrdFrcCID.cc.o >[ 34%] Built target XrdSecunix >[ 35%] Building CXX object src/CMakeFiles/XrdCrypto.dir/XrdCrypto/XrdCryptoBasic.cc.o >[ 35%] Built target XrdSecgsiAuthzVO >[ 35%] Building CXX object src/CMakeFiles/XrdMain.dir/Xrd/XrdMain.cc.o >[ 35%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClient.cc.o >[ 35%] Building CXX object src/CMakeFiles/XrdCrypto.dir/XrdCrypto/XrdCryptoCipher.cc.o >[ 35%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientSock.cc.o >[ 35%] Building CXX object src/CMakeFiles/XrdCrypto.dir/XrdCrypto/XrdCryptoFactory.cc.o >[ 35%] Building CXX object src/CMakeFiles/XrdSec.dir/XrdSec/XrdSecProtocolhost.cc.o >[ 36%] Building CXX object src/CMakeFiles/XrdSec.dir/XrdSec/XrdSecServer.cc.o >Linking CXX shared library libXrdMain.so >[ 37%] Building CXX object src/CMakeFiles/XrdServer.dir/XrdFrc/XrdFrcProxy.cc.o >Scanning dependencies of target cconfig >[ 37%] [ 37%] Built target XrdMain >Building CXX object src/CMakeFiles/cconfig.dir/XrdApps/XrdAppsCconfig.cc.o >[ 38%] Building CXX object src/CMakeFiles/XrdCrypto.dir/XrdCrypto/XrdCryptoMsgDigest.cc.o >Scanning dependencies of target cns_ssi >[ 39%] Building CXX object src/CMakeFiles/cns_ssi.dir/XrdCns/XrdCnsSsi.cc.o >[ 39%] Building CXX object src/CMakeFiles/cns_ssi.dir/XrdCns/XrdCnsSsiCfg.cc.o >[ 39%] Building CXX object src/CMakeFiles/XrdServer.dir/XrdFrc/XrdFrcReqAgent.cc.o >Linking CXX executable cconfig >[ 39%] Building CXX object src/CMakeFiles/XrdCrypto.dir/XrdCrypto/XrdCryptoRSA.cc.o >[ 39%] Building CXX object src/CMakeFiles/XrdServer.dir/XrdFrc/XrdFrcReqFile.cc.o >[ 39%] Built target cconfig >[ 40%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientPSock.cc.o >[ 40%] Building CXX object src/CMakeFiles/XrdSec.dir/XrdSec/XrdSecTLayer.cc.o >[ 40%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientConn.cc.o >[ 41%] Building CXX object src/CMakeFiles/XrdCrypto.dir/XrdCrypto/XrdCryptoX509.cc.o >[ 42%] Building CXX object src/CMakeFiles/XrdServer.dir/XrdFrc/XrdFrcTrace.cc.o >Linking CXX shared library libXrdSec.so >[ 42%] Building CXX object src/CMakeFiles/cns_ssi.dir/XrdCns/XrdCnsSsiMain.cc.o >[ 42%] Built target XrdSec >[ 42%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientConnMgr.cc.o >Linking CXX executable cns_ssi >[ 42%] Building CXX object src/CMakeFiles/XrdServer.dir/XrdFrc/XrdFrcUtils.cc.o >[ 42%] Built target cns_ssi >[ 43%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientDebug.cc.o >[ 43%] Building CXX object src/CMakeFiles/XrdCrypto.dir/XrdCrypto/XrdCryptoX509Chain.cc.o >[ 43%] Building CXX object src/CMakeFiles/XrdServer.dir/XrdOss/XrdOssAio.cc.o >[ 43%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientInputBuffer.cc.o >[ 43%] Building CXX object src/CMakeFiles/XrdCrypto.dir/XrdCrypto/XrdCryptoX509Crl.cc.o >/var/tmp/portage/net-libs/xrootd-3.2.1/work/xrootd-3.2.1/src/XrdOss/XrdOssAio.cc: In member function âvirtual int XrdOssFile::Fsync(XrdSfsAio*)â: >/var/tmp/portage/net-libs/xrootd-3.2.1/work/xrootd-3.2.1/src/XrdOss/XrdOssAio.cc:94:31: error: âO_SYNCâ was not declared in this scope >make[2]: *** [src/CMakeFiles/XrdServer.dir/XrdOss/XrdOssAio.cc.o] Error 1 >make[1]: *** [src/CMakeFiles/XrdServer.dir/all] Error 2 >make[1]: *** Waiting for unfinished jobs.... >[ 43%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientLogConnection.cc.o >[ 44%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientPhyConnection.cc.o >[ 45%] Building CXX object src/CMakeFiles/XrdCrypto.dir/XrdCrypto/XrdCryptoX509Req.cc.o >[ 45%] Building CXX object src/CMakeFiles/XrdCrypto.dir/XrdCrypto/XrdCryptolocalCipher.cc.o >[ 45%] Building CXX object src/CMakeFiles/XrdCrypto.dir/XrdCrypto/XrdCryptolocalFactory.cc.o >[ 45%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientMessage.cc.o >[ 45%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientProtocol.cc.o >[ 46%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientReadCache.cc.o >[ 46%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientUrlInfo.cc.o >[ 46%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientUrlSet.cc.o >Linking CXX shared library libXrdCrypto.so >[ 46%] Built target XrdCrypto >[ 47%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientThread.cc.o >[ 47%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientAdmin.cc.o >[ 48%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientEnv.cc.o >[ 48%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientSid.cc.o >[ 48%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientMStream.cc.o >[ 48%] [ 49%] Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientReadV.cc.o >Building CXX object src/CMakeFiles/XrdClient.dir/XrdClient/XrdClientReadAhead.cc.o >Linking CXX shared library libXrdClient.so >[ 49%] Built target XrdClient >make: *** [all] Error 2 > * ERROR: net-libs/xrootd-3.2.1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-libs/xrootd-3.2.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-libs/xrootd-3.2.1::gentoo'`. > * The complete build log is located at '/var/log/log/build/net-libs/xrootd-3.2.1:20140822-174204.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-libs/xrootd-3.2.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-libs/xrootd-3.2.1/temp/environment'. > * Working directory: '/var/tmp/portage/net-libs/xrootd-3.2.1/work/xrootd-3.2.1_build' > * S: '/var/tmp/portage/net-libs/xrootd-3.2.1/work/xrootd-3.2.1'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 520632
: 383412