pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/48660: devel/cmake 2.8.12.2nb2 DragonFly 3.7 problem with devel/libexecinfo



>Number:         48660
>Category:       pkg
>Synopsis:       devel/cmake 2.8.12.2nb2 DragonFly 3.7 problem with 
>devel/libexecinfo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 15 16:00:00 +0000 2014
>Originator:     David Shao
>Release:        DragonFly 3.7-DEVELOPMENT x86_64 and i386
>Organization:
>Environment:
DragonFly  3.7-DEVELOPMENT DragonFly v3.7.1.897.g7dada-DEVELOPMENT #0: Thu Mar 
13 19:26:03 PDT 2014   xxxxx@:/usr/obj/usr/src/sys/X86_64_GENERIC  x86_64
>Description:
Post-pkgsrc cvs commit

Module Name:    pkgsrc
Date:           Fri Mar 14 22:47:44 UTC 2014

Modified Files:
        pkgsrc/devel/cmake: Makefile

Log Message:
Uses libexecinfo (fixes build on FreeBSD 10).

devel/cmake 2.8.12.2nb2 does not build on DragonFly 3.7-DEVELOPMENT i386 or 
x86_64.  Reverting the one line addition to the Makefile

.include "../../devel/libexecinfo/buildlink3.mk"

does allow devel/cmake to build again.  This problem does not appear to 
manifest on NetBSD 6.99.36 amd64 X11_TYPE=modular.

=> Tool dependency gmake>=3.81: found gmake-4.0
=> Full dependency libexecinfo>=1.1: found libexecinfo-1.1
=> Full dependency expat>=2.0.0nb1: found expat-2.1.0
=> Full dependency curl>=7.35.0nb1: found curl-7.35.0nb1
...
CMake 2.8.12.2, Copyright 2000-2012 Kitware, Inc.
C compiler on this system is: cc -g -I/usr/include -I/usr/pkg/include
C++ compiler on this system is: c++ -g -I/usr/include -I/usr/pkg/include
Makefile processor on this system is: make
c++ is GNU compiler
c++ has setenv
c++ has unsetenv
c++ does not have environ in stdlib.h
c++ has STL in std:: namespace
c++ has ANSI streams
c++ has streams in std:: namespace
c++ has sstream
c++ has operator!=(string, char*)
c++ has stl iterator_traits
c++ has standard template allocator
c++ has allocator<>::rebind<>
c++ does not have non-standard allocator<>::max_size argument
c++ has stl containers supporting allocator objects
c++ has header cstddef
c++ requires template friends to use <>
c++ supports member templates
c++ has standard template specialization syntax
c++ has argument dependent lookup
c++ has struct stat with st_mtim member
c++ has ios::binary openmode
c++ has ANSI for scoping
...
loading initial cache file 
/usr/pkgsrc/devel/cmake/work/cmake-2.8.12.2/Bootstrap.cmk/InitialCacheFlags.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/pkgsrc/devel/cmake/work/.wrapper/bin/cc
-- Check for working C compiler: /usr/pkgsrc/devel/cmake/work/.wrapper/bin/cc 
-- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++
-- Check for working CXX compiler: 
/usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for C++ include iostream
-- Looking for C++ include iostream - found
-- Check for STD namespace
-- Check for STD namespace - found
-- Check for ANSI scope
-- Check for ANSI scope - found
-- Check for sstream
-- Check for sstream - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for environ
-- Looking for environ - not found
-- Checking whether header cstdio is available
-- Checking whether header cstdio is available - yes
-- Checking for Large File Support
-- Checking for Large File Support - yes
-- Checking whether STL classes are in std namespace
-- Checking whether STL classes are in std namespace - yes
-- Checking whether ANSI stream headers are available
-- Checking whether ANSI stream headers are available - yes
-- Checking whether ANSI streams are in std namespace
-- Checking whether ANSI streams are in std namespace - yes
-- Checking whether ANSI string stream is available
-- Checking whether ANSI string stream is available - yes
-- Checking whether header cstddef is available
-- Checking whether header cstddef is available - yes
-- Checking whether stl string has operator!= for char*
-- Checking whether stl string has operator!= for char* - yes
-- Checking whether stl has iterator_traits
-- Checking whether stl has iterator_traits - yes
-- Checking whether stl has standard template allocator
-- Checking whether stl has standard template allocator - yes
-- Checking for rebind member of stl allocator
-- Checking for rebind member of stl allocator - yes
-- Checking for non-standard argument to stl allocator<>::max_size
-- Checking for non-standard argument to stl allocator<>::max_size - no
-- Checking whether stl containers support allocator objects.
-- Checking whether stl containers support allocator objects. - yes
-- Checking whether ios has binary openmode
-- Checking whether ios has binary openmode - yes
-- Checking whether "<>" is needed for template friends
-- Checking whether "<>" is needed for template friends - yes
-- Checking for member template support
-- Checking for member template support - yes
-- Checking for standard template specialization syntax
-- Checking for standard template specialization syntax - yes
-- Checking whether argument dependent lookup is supported
-- Checking whether argument dependent lookup is supported - yes
-- Checking whether struct stat has st_mtim member
-- Checking whether struct stat has st_mtim member - yes
-- Checking whether C++ compiler has 'long long'
-- Checking whether C++ compiler has 'long long' - yes
-- Checking whether C++ compiler has '__int64'
-- Checking whether C++ compiler has '__int64' - no
-- Checking for C type size macros
-- Checking for C type size macros - compiled
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of char
-- Check size of char - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Checking whether char is signed
-- Checking whether char is signed - yes
-- Checking if istream supports long long
-- Checking if istream supports long long - yes
-- Checking if ostream supports long long
-- Checking if ostream supports long long - yes
-- Checking whether C compiler has ptrdiff_t in stddef.h
-- Checking whether C compiler has ptrdiff_t in stddef.h - yes
-- Checking whether C compiler has ssize_t in unistd.h
-- Checking whether C compiler has ssize_t in unistd.h - yes
-- Checking whether CXX compiler has setenv
-- Checking whether CXX compiler has setenv - yes
-- Checking whether CXX compiler has unsetenv
-- Checking whether CXX compiler has unsetenv - yes
-- Checking whether CXX compiler has environ in stdlib.h
-- Checking whether CXX compiler has environ in stdlib.h - no
-- Checking whether CXX compiler has utimes
-- Checking whether CXX compiler has utimes - yes
-- Checking whether CXX compiler has utimensat
-- Checking whether CXX compiler has utimensat - no
-- Looking for include files sys/types.h, ifaddrs.h
-- Looking for include files sys/types.h, ifaddrs.h - found
-- Checking whether CXX compiler has rlimit64
-- Checking whether CXX compiler has rlimit64 - no
-- Checking whether CXX compiler has atol
-- Checking whether CXX compiler has atol - yes
-- Checking whether CXX compiler has atoll
-- Checking whether CXX compiler has atoll - yes
-- Checking whether CXX compiler has _atoi64
-- Checking whether CXX compiler has _atoi64 - no
-- Looking for C++ include execinfo.h
-- Looking for C++ include execinfo.h - found
-- Checking whether backtrace works with this C++ compiler
-- Checking whether backtrace works with this C++ compiler - yes
-- Looking for C++ include dlfcn.h
-- Looking for C++ include dlfcn.h - found
-- Checking whether dladdr works with this C++ compiler
-- Checking whether dladdr works with this C++ compiler - yes
-- Looking for C++ include cxxabi.h
-- Looking for C++ include cxxabi.h - found
-- Checking whether cxxabi works with this C++ compiler
-- Checking whether cxxabi works with this C++ compiler - yes
-- Using system-installed BZIP2
-- Using system-installed CURL
-- Using system-installed EXPAT
-- Using system-installed LIBARCHIVE
-- Using system-installed ZLIB
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.8") 
-- Found CURL: /usr/pkg/lib/libcurl.so (found version "7.35.0") 
-- Found BZip2: /usr/lib/libbz2.so (found version "1.0.6") 
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so - found
-- Found LibArchive: /usr/lib/libarchive.so (found version "3.1.2") 
-- Found EXPAT: /usr/pkg/lib/libexpat.so (found version "2.1.0") 
-- Looking for wsyncup in /usr/lib/libcurses.so
-- Looking for wsyncup in /usr/lib/libcurses.so - found
-- Looking for elf.h
-- Looking for elf.h - found
-- Looking for a Fortran compiler
-- Looking for a Fortran compiler - NOTFOUND
-- Found unsuitable Qt version "" from NOTFOUND
-- Performing Test run_pic_test
-- Performing Test run_pic_test - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/pkgsrc/devel/cmake/work/cmake-2.8.12.2
...
[  5%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/IOStream.cxx.o
[  5%] Building CXX object 
Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.cxx.o
/usr/pkgsrc/devel/cmake/work/cmake-2.8.12.2/Source/kwsys/SystemInformation.cxx: 
In member function 'std::string 
cmsys::{anonymous}::SymbolProperties::Demangle(const char*) const':
/usr/pkgsrc/devel/cmake/work/cmake-2.8.12.2/Source/kwsys/SystemInformation.cxx:1476:5:
 error: 'abi' has not been declared
/usr/pkgsrc/devel/cmake/work/cmake-2.8.12.2/Source/kwsys/SystemInformation.cxx: 
In member function 'void 
cmsys::{anonymous}::SymbolProperties::Initialize(void*)':
/usr/pkgsrc/devel/cmake/work/cmake-2.8.12.2/Source/kwsys/SystemInformation.cxx:1494:3:
 error: 'Dl_info' was not declared in this scope
/usr/pkgsrc/devel/cmake/work/cmake-2.8.12.2/Source/kwsys/SystemInformation.cxx:1494:11:
 error: expected ';' before 'info'
/usr/pkgsrc/devel/cmake/work/cmake-2.8.12.2/Source/kwsys/SystemInformation.cxx:1495:34:
 error: 'info' was not declared in this scope
/usr/pkgsrc/devel/cmake/work/cmake-2.8.12.2/Source/kwsys/SystemInformation.cxx:1495:38:
 error: 'dladdr' was not declared in this scope
/usr/pkgsrc/devel/cmake/work/cmake-2.8.12.2/Source/kwsys/SystemInformation.cxx: 
In static member function 'static std::string 
cmsys::SystemInformationImplementation::GetProgramStack(int, int)':
/usr/pkgsrc/devel/cmake/work/cmake-2.8.12.2/Source/kwsys/SystemInformation.cxx:3647:41:
 error: 'backtrace' was not declared in this scope
Source/kwsys/CMakeFiles/cmsys.dir/build.make:353: recipe for target 
'Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.cxx.o' failed
gmake[2]: *** [Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.cxx.o] Error 
1
CMakeFiles/Makefile2:1001: recipe for target 
'Source/kwsys/CMakeFiles/cmsys.dir/all' failed
gmake[1]: *** [Source/kwsys/CMakeFiles/cmsys.dir/all] Error 2
Makefile:143: recipe for target 'all' failed
gmake: *** [all] Error 2
...

# cd /usr/pkgsrc/devel/cmake
# grep -R libexecinfo .
./work/.rrdepends:full  libexecinfo>=1.1        libexecinfo-1.1
./work/.patch_makevars.mk:BUILDLINK_PREFIX.libexecinfo= /usr/pkg
./work/.patch_makevars.mk:IS_BUILTIN.libexecinfo=       no
./work/.patch_makevars.mk:USE_BUILTIN.libexecinfo=      no
./work/.patch_makevars.mk:_BLNK_PKG_DBDIR.libexecinfo=  
/var/db/pkg/libexecinfo-1.1
./work/.tools_makevars.mk:BUILDLINK_PREFIX.libexecinfo= /usr/pkg
./work/.tools_makevars.mk:IS_BUILTIN.libexecinfo=       no
./work/.tools_makevars.mk:USE_BUILTIN.libexecinfo=      no
./work/.tools_makevars.mk:_BLNK_PKG_DBDIR.libexecinfo=  
/var/db/pkg/libexecinfo-1.1
Binary file ./work/cmake-2.8.12.2/Bootstrap.cmk/cmake matches
./work/cmake-2.8.12.2/CMakeCache.txt:EXECINFO_LIB:FILEPATH=/usr/pkg/lib/libexecinfo.so
./work/cmake-2.8.12.2/CMakeCache.txt:cmsys_LIB_DEPENDS:STATIC=general;/usr/pkg/lib/libexecinfo.so;
./work/cmake-2.8.12.2/Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/link.txt:/usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++
   -g -I/usr/include -I/usr/pkg/include    -L/usr/lib -Wl,-R/usr/lib -lexecinfo 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
CMakeFiles/runcompilecommands.dir/run_compile_commands.cxx.o  -o 
runcompilecommands  ../../Source/libCMakeLib.a ../../Source/kwsys/libcmsys.a 
/usr/pkg/lib/libexecinfo.so /usr/pkg/lib/libexpat.so -lz -larchive 
../../Utilities/cmcompress/libcmcompress.a /usr/pkg/lib/libcurl.so 
-Wl,-rpath,/usr/pkg/lib 
./work/cmake-2.8.12.2/Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/build.make:Tests/CMakeLib/runcompilecommands:
 /usr/pkg/lib/libexecinfo.so
./work/cmake-2.8.12.2/Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/link.txt:/usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++
   -g -I/usr/include -I/usr/pkg/include    -L/usr/lib -Wl,-R/usr/lib -lexecinfo 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
CMakeFiles/CMakeLibTests.dir/CMakeLibTests.cxx.o 
CMakeFiles/CMakeLibTests.dir/testGeneratedFileStream.cxx.o 
CMakeFiles/CMakeLibTests.dir/testSystemTools.cxx.o 
CMakeFiles/CMakeLibTests.dir/testUTF8.cxx.o 
CMakeFiles/CMakeLibTests.dir/testXMLParser.cxx.o 
CMakeFiles/CMakeLibTests.dir/testXMLSafe.cxx.o  -o CMakeLibTests  
../../Source/libCMakeLib.a ../../Source/kwsys/libcmsys.a 
/usr/pkg/lib/libexecinfo.so /usr/pkg/lib/libexpat.so -lz -larchive 
../../Utilities/cmcompress/libcmcompress.a /usr/pkg/lib/libcurl.so 
-Wl,-rpath,/usr/pkg/lib 
./work/cmake-2.8.12.2/Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/build.make:Tests/CMakeLib/CMakeLibTests:
 /usr/pkg/lib/libexecinfo.so
./work/cmake-2.8.12.2/Tests/CTestTestMemcheck/CMakeFiles/pseudo_valgrind.dir/link.txt:/usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++
   -g -I/usr/include -I/usr/pkg/include    -L/usr/lib -Wl,-R/usr/lib -lexecinfo 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib CMakeFiles/pseudo_valgrind.dir/ret0.cxx.o  -o 
valgrind  ../../Source/libCMakeLib.a ../../Source/kwsys/libcmsys.a 
/usr/pkg/lib/libexecinfo.so /usr/pkg/lib/libexpat.so -lz -larchive 
../../Utilities/cmcompress/libcmcompress.a /usr/pkg/lib/libcurl.so 
-Wl,-rpath,/usr/pkg/lib 
./work/cmake-2.8.12.2/Tests/CTestTestMemcheck/CMakeFiles/pseudo_valgrind.dir/build.make:Tests/CTestTestMemcheck/valgrind:
 /usr/pkg/lib/libexecinfo.so
./work/cmake-2.8.12.2/Tests/CTestTestMemcheck/CMakeFiles/pseudo_BC.dir/link.txt:/usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++
   -g -I/usr/include -I/usr/pkg/include    -L/usr/lib -Wl,-R/usr/lib -lexecinfo 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib CMakeFiles/pseudo_BC.dir/ret0.cxx.o  -o BC  
../../Source/libCMakeLib.a ../../Source/kwsys/libcmsys.a 
/usr/pkg/lib/libexecinfo.so /usr/pkg/lib/libexpat.so -lz -larchive 
../../Utilities/cmcompress/libcmcompress.a /usr/pkg/lib/libcurl.so 
-Wl,-rpath,/usr/pkg/lib 
./work/cmake-2.8.12.2/Tests/CTestTestMemcheck/CMakeFiles/pseudo_BC.dir/build.make:Tests/CTestTestMemcheck/BC:
 /usr/pkg/lib/libexecinfo.so
./work/cmake-2.8.12.2/Tests/CTestTestMemcheck/CMakeFiles/pseudo_purify.dir/link.txt:/usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++
   -g -I/usr/include -I/usr/pkg/include    -L/usr/lib -Wl,-R/usr/lib -lexecinfo 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib CMakeFiles/pseudo_purify.dir/ret0.cxx.o  -o 
purify  ../../Source/libCMakeLib.a ../../Source/kwsys/libcmsys.a 
/usr/pkg/lib/libexecinfo.so /usr/pkg/lib/libexpat.so -lz -larchive 
../../Utilities/cmcompress/libcmcompress.a /usr/pkg/lib/libcurl.so 
-Wl,-rpath,/usr/pkg/lib 
./work/cmake-2.8.12.2/Tests/CTestTestMemcheck/CMakeFiles/pseudo_purify.dir/build.make:Tests/CTestTestMemcheck/purify:
 /usr/pkg/lib/libexecinfo.so
./work/cmake-2.8.12.2/Tests/CTestTestMemcheck/CMakeFiles/memcheck_fail.dir/link.txt:/usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++
   -g -I/usr/include -I/usr/pkg/include    -L/usr/lib -Wl,-R/usr/lib -lexecinfo 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib CMakeFiles/memcheck_fail.dir/ret1.cxx.o  -o 
memcheck_fail  ../../Source/libCMakeLib.a ../../Source/kwsys/libcmsys.a 
/usr/pkg/lib/libexecinfo.so /usr/pkg/lib/libexpat.so -lz -larchive 
../../Utilities/cmcompress/libcmcompress.a /usr/pkg/lib/libcurl.so 
-Wl,-rpath,/usr/pkg/lib 
./work/cmake-2.8.12.2/Tests/CTestTestMemcheck/CMakeFiles/memcheck_fail.dir/build.make:Tests/CTestTestMemcheck/memcheck_fail:
 /usr/pkg/lib/libexecinfo.so
./work/cmake-2.8.12.2/Source/kwsys/CMakeLists.txt:    # it's in libexecinfo
./work/cmake-2.8.12.2/Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/link.txt:/usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++
   -g -I/usr/include -I/usr/pkg/include    -L/usr/lib -Wl,-R/usr/lib -lexecinfo 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
CMakeFiles/cmsysTestsCxx.dir/cmsysTestsCxx.cxx.o 
CMakeFiles/cmsysTestsCxx.dir/testAutoPtr.cxx.o 
CMakeFiles/cmsysTestsCxx.dir/testHashSTL.cxx.o 
CMakeFiles/cmsysTestsCxx.dir/testIOS.cxx.o 
CMakeFiles/cmsysTestsCxx.dir/testSystemTools.cxx.o 
CMakeFiles/cmsysTestsCxx.dir/testCommandLineArguments.cxx.o 
CMakeFiles/cmsysTestsCxx.dir/testCommandLineArguments1.cxx.o 
CMakeFiles/cmsysTestsCxx.dir/testSystemInformation.cxx.o 
CMakeFiles/cmsysTestsCxx.dir/testDynamicLoader.cxx.o  -o cmsysTestsCxx  
libcmsys.a /usr/pkg/lib/libexecinfo.so -Wl,-rpath,/usr/pkg/lib 
./work/cmake-2.8.12.2/Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/build.make:Source/kwsys/cmsysTestsCxx:
 /usr/pkg/lib/libexecinfo.so
Binary file 
./work/cmake-2.8.12.2/Source/kwsys/CMakeFiles/KWSYS_C_TYPE_MACROS.bin matches
./work/cmake-2.8.12.2/Source/CMakeFiles/ccmake.dir/link.txt:/usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++
   -g -I/usr/include -I/usr/pkg/include    -L/usr/lib -Wl,-R/usr/lib -lexecinfo 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
CMakeFiles/ccmake.dir/CursesDialog/cmCursesBoolWidget.cxx.o 
CMakeFiles/ccmake.dir/CursesDialog/cmCursesCacheEntryComposite.cxx.o 
CMakeFiles/ccmake.dir/CursesDialog/cmCursesDummyWidget.cxx.o 
CMakeFiles/ccmake.dir/CursesDialog/cmCursesFilePathWidget.cxx.o 
CMakeFiles/ccmake.dir/CursesDialog/cmCursesForm.cxx.o 
CMakeFiles/ccmake.dir/CursesDialog/cmCursesLabelWidget.cxx.o 
CMakeFiles/ccmake.dir/CursesDialog/cmCursesLongMessageForm.cxx.o 
CMakeFiles/ccmake.dir/CursesDialog/cmCursesMainForm.cxx.o 
CMakeFiles/ccmake.dir/CursesDialog/cmCursesPathWidget.cxx.o 
CMakeFiles/ccmake.dir/CursesDialog/cmCursesStringWidget.cxx.o 
CMakeFiles/ccmake.dir/CursesDialog/cmCursesWidget.cxx.o 
CMakeFiles/ccmake.dir/CursesDialog/ccmake.cxx.o  -o ../bin/ccmake  
libCMakeLib.a CursesDialog/form/li
 bcmForm.a kwsys/libcmsys.a /usr/pkg/lib/libexecinfo.so 
/usr/pkg/lib/libexpat.so -lz -larchive ../Utilities/cmcompress/libcmcompress.a 
/usr/pkg/lib/libcurl.so -lcurses -Wl,-rpath,/usr/pkg/lib 
./work/cmake-2.8.12.2/Source/CMakeFiles/ccmake.dir/build.make:bin/ccmake: 
/usr/pkg/lib/libexecinfo.so
./work/cmake-2.8.12.2/Source/CMakeFiles/ctest.dir/link.txt:/usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++
   -g -I/usr/include -I/usr/pkg/include    -L/usr/lib -Wl,-R/usr/lib -lexecinfo 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib CMakeFiles/ctest.dir/ctest.cxx.o  -o 
../bin/ctest  libCTestLib.a libCMakeLib.a kwsys/libcmsys.a 
/usr/pkg/lib/libexecinfo.so /usr/pkg/lib/libexpat.so -lz -larchive 
../Utilities/cmcompress/libcmcompress.a /usr/pkg/lib/libcurl.so 
-Wl,-rpath,/usr/pkg/lib 
./work/cmake-2.8.12.2/Source/CMakeFiles/ctest.dir/build.make:bin/ctest: 
/usr/pkg/lib/libexecinfo.so
./work/cmake-2.8.12.2/Source/CMakeFiles/cmake.dir/link.txt:/usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++
   -g -I/usr/include -I/usr/pkg/include    -L/usr/lib -Wl,-R/usr/lib -lexecinfo 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib CMakeFiles/cmake.dir/cmakemain.cxx.o  -o 
../bin/cmake  libCMakeLib.a kwsys/libcmsys.a /usr/pkg/lib/libexecinfo.so 
/usr/pkg/lib/libexpat.so -lz -larchive ../Utilities/cmcompress/libcmcompress.a 
/usr/pkg/lib/libcurl.so -Wl,-rpath,/usr/pkg/lib 
./work/cmake-2.8.12.2/Source/CMakeFiles/cmake.dir/build.make:bin/cmake: 
/usr/pkg/lib/libexecinfo.so
./work/cmake-2.8.12.2/Source/CMakeFiles/cpack.dir/link.txt:/usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++
   -g -I/usr/include -I/usr/pkg/include    -L/usr/lib -Wl,-R/usr/lib -lexecinfo 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib CMakeFiles/cpack.dir/CPack/cpack.cxx.o  -o 
../bin/cpack  libCPackLib.a libCMakeLib.a kwsys/libcmsys.a 
/usr/pkg/lib/libexecinfo.so /usr/pkg/lib/libexpat.so -lz -larchive 
../Utilities/cmcompress/libcmcompress.a /usr/pkg/lib/libcurl.so 
-Wl,-rpath,/usr/pkg/lib 
./work/cmake-2.8.12.2/Source/CMakeFiles/cpack.dir/build.make:bin/cpack: 
/usr/pkg/lib/libexecinfo.so
./work/cmake-2.8.12.2/CMakeFiles/CMakeOutput.log:/usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++
   -g -I/usr/include -I/usr/pkg/include     -L/usr/lib -Wl,-R/usr/lib 
-lexecinfo -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
CMakeFiles/cmTryCompileExec1285714726.dir/kwsysPlatformTestsCXX.cxx.o  -o 
cmTryCompileExec1285714726  /usr/pkg/lib/libexecinfo.so -Wl,-rpath,/usr/pkg/lib 
Binary file 
./work/cmake-2.8.12.2/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF_CHAR.bin matches
./work/.depends:full    libexecinfo>=1.1        ../../devel/libexecinfo
./work/.rdepends:full   libexecinfo>=1.1        libexecinfo-1.1
./work/.work.log:[*] /usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++ 
/usr/pkgsrc/devel/cmake/work/.wrapper/bin/c++ -g -I/usr/include 
-I/usr/pkg/include -L/usr/lib -Wl,-R/usr/lib -lexecinfo -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib 
CMakeFiles/cmTryCompileExec1285714726.dir/kwsysPlatformTestsCXX.cxx.o -o 
cmTryCompileExec1285714726 /usr/pkg/lib/libexecinfo.so -Wl,-rpath,/usr/pkg/lib
Binary file ./work/.buildlink/lib/libexecinfo.a matches
Binary file ./work/.buildlink/lib/libexecinfo.so.1.0 matches
Binary file ./work/.buildlink/lib/libexecinfo.so matches
Binary file ./work/.buildlink/lib/libexecinfo.so.1 matches
Binary file ./work/.buildlink/lib/libexecinfo_pic.a matches
./work/.buildlink/.buildlink_libexecinfo_done:/usr/pkg/lib/libexecinfo.a
./work/.buildlink/.buildlink_libexecinfo_done:/usr/pkg/lib/libexecinfo.so
./work/.buildlink/.buildlink_libexecinfo_done:/usr/pkg/lib/libexecinfo.so.1
./work/.buildlink/.buildlink_libexecinfo_done:/usr/pkg/lib/libexecinfo.so.1.0
./work/.buildlink/.buildlink_libexecinfo_done:/usr/pkg/lib/libexecinfo_pic.a
./work/.build_makevars.mk:BUILDLINK_PREFIX.libexecinfo= /usr/pkg
./work/.build_makevars.mk:IS_BUILTIN.libexecinfo=       no
./work/.build_makevars.mk:USE_BUILTIN.libexecinfo=      no
./work/.build_makevars.mk:_BLNK_PKG_DBDIR.libexecinfo=  
/var/db/pkg/libexecinfo-1.1
./work/.extract_makevars.mk:BUILDLINK_PREFIX.libexecinfo=       /usr/pkg
./work/.extract_makevars.mk:IS_BUILTIN.libexecinfo=     no
./work/.extract_makevars.mk:USE_BUILTIN.libexecinfo=    no
./work/.extract_makevars.mk:_BLNK_PKG_DBDIR.libexecinfo=        
/var/db/pkg/libexecinfo-1.1
./work/.configure_makevars.mk:BUILDLINK_PREFIX.libexecinfo=     /usr/pkg
./work/.configure_makevars.mk:IS_BUILTIN.libexecinfo=   no
./work/.configure_makevars.mk:USE_BUILTIN.libexecinfo=  no
./work/.configure_makevars.mk:_BLNK_PKG_DBDIR.libexecinfo=      
/var/db/pkg/libexecinfo-1.1
./work/.wrapper_makevars.mk:BUILDLINK_PREFIX.libexecinfo=       /usr/pkg
./work/.wrapper_makevars.mk:IS_BUILTIN.libexecinfo=     no
./work/.wrapper_makevars.mk:USE_BUILTIN.libexecinfo=    no
./work/.wrapper_makevars.mk:_BLNK_PKG_DBDIR.libexecinfo=        
/var/db/pkg/libexecinfo-1.1
./Makefile:.include "../../devel/libexecinfo/buildlink3.mk"


>How-To-Repeat:

>Fix:
For DragonFly 3.7-DEVELOPMENT remove the line

.include "../../devel/libexecinfo/buildlink3.mk"

from

devel/cmake/Makefile



Home | Main Index | Thread Index | Old Index