HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 3 and Version 4 of dev-util/cmake


Ignore:
Timestamp:
06/20/08 22:22:11 (7 years ago)
Author:
scottmc
Comment:

Added build attempt output

Legend:

Unmodified
Added
Removed
Modified
  • dev-util/cmake

    v3 v4  
    1111||Haiku||broken|| 
    1212 
     13Dependencies: 
     14 *[wiki:sys-libs/ncurses] 
     15 
    1316=== work in progress (scottmc) - [Haiku] === 
    1417 
    … …  
    1619 
    1720Still some more work to be done to get this one to go, but this patch is getting it closer.[[BR]] 
    18 Specifically need to check over ProcessUNIX.c and !SystemTools.cxx better as something still seems to not be right there.[[BR]] 
    19 There's also an entire BeOS section in the !DynamicLoader.cxx file that needs to be figured out.[[BR]] 
    20 !CurlTests.c also may need some work.  I think the masking out of !__BEOS!__ isn't going to work on this one as Haiku[[BR]] 
    21 may have the same issues as BeOS with O_NONBLOCK.  I'll run this through again using this patch and post the results here. 
     21Specifically may need to check over ProcessUNIX.c and !SystemTools.cxx better as something may still not be right there.[[BR]] 
    2222 
     23{{{ 
     24~/cmake-2.6.0-haiku-test> ./configure --prefix=/boot/common 
     25--------------------------------------------- 
     26CMake 2.6-0, Copyright (c) 2007 Kitware, Inc., Insight Consortium 
     27C compiler on this system is: cc 
     28C++ compiler on this system is: g++ 
     29Makefile processor on this system is: make 
     30g++ is GNU compiler 
     31g++ has STL in std:: namespace 
     32g++ has ANSI streams 
     33g++ has streams in std:: namespace 
     34g++ has sstream 
     35g++ has operator!=(string, char*) 
     36g++ has stl iterator_traits 
     37g++ has standard template allocator 
     38g++ has allocator<>::rebind<> 
     39g++ does not have non-standard allocator<>::max_size argument 
     40g++ has stl containers supporting allocator objects 
     41g++ has header cstddef 
     42g++ requires template friends to use <> 
     43g++ supports member templates 
     44g++ has standard template specialization syntax 
     45g++ has argument dependent lookup 
     46g++ does not have struct stat with st_mtim member 
     47g++ has ANSI for scoping 
     48sh: src/system/libroot/posix/malloc/processheap.cpp:166:void BPrivate::processHe 
     49ap::free(void *): sb 
     50--------------------------------------------- 
     51g++ -I/boot/home/cmake-2.6.0-haiku-test/Source   -I/boot/home/cmake-2.6.0-haiku- 
     52test/Bootstrap.cmk -c /boot/home/cmake-2.6.0-haiku-test/Source/cmake.cxx -o cmak 
     53e.o 
     54g++ -I/boot/home/cmake-2.6.0-haiku-test/Source   -I/boot/home/cmake-2.6.0-haiku- 
     55test/Bootstrap.cmk -c /boot/home/cmake-2.6.0-haiku-test/Source/cmakemain.cxx -o 
     56cmakemain.o 
     57g++ -I/boot/home/cmake-2.6.0-haiku-test/Source   -I/boot/home/cmake-2.6.0-haiku- 
     58test/Bootstrap.cmk -c /boot/home/cmake-2.6.0-haiku-test/Source/cmakewizard.cxx - 
     59o cmakewizard.o 
     60g++ -I/boot/home/cmake-2.6.0-haiku-test/Source   -I/boot/home/cmake-2.6.0-haiku- 
     61test/Bootstrap.cmk -c /boot/home/cmake-2.6.0-haiku-test/Source/cmCommandArgument 
     62Lexer.cxx -o cmCommandArgumentLexer.o 
     63g++ -I/boot/home/cmake-2.6.0-haiku-test/Source   -I/boot/home/cmake-2.6.0-haiku- 
     64test/Bootstrap.cmk -c /boot/home/cmake-2.6.0-haiku-test/Source/cmCommandArgument 
     65Parser.cxx -o cmCommandArgumentParser.o 
     66 
     67. 
     68. yada yada... 
     69. 
     70 
     71cc -I/boot/home/cmake-2.6.0-haiku-test/Source   -I/boot/home/cmake-2.6.0-haiku-t 
     72est/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /boot/home/cmake-2.6.0-haiku-test/S 
     73ource/kwsys/ProcessUNIX.c -o ProcessUNIX.o 
     74cc -I/boot/home/cmake-2.6.0-haiku-test/Source   -I/boot/home/cmake-2.6.0-haiku-t 
     75est/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /boot/home/cmake-2.6.0-haiku-test/S 
     76ource/kwsys/String.c -o String.o 
     77cc -I/boot/home/cmake-2.6.0-haiku-test/Source   -I/boot/home/cmake-2.6.0-haiku-t 
     78est/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /boot/home/cmake-2.6.0-haiku-test/S 
     79ource/kwsys/System.c -o System.o 
     80g++  -lroot -lbe -I/boot/home/cmake-2.6.0-haiku-test/Source   -I/boot/home/cmake 
     81-2.6.0-haiku-test/Bootstrap.cmk  cmake.o cmakemain.o cmakewizard.o cmCommandArgu 
     82mentLexer.o cmCommandArgumentParser.o cmCommandArgumentParserHelper.o cmDepends. 
     83o cmDependsC.o cmDocumentationFormatter.o cmDocumentationFormatterText.o cmPolic 
     84ies.o cmProperty.o cmPropertyMap.o cmPropertyDefinition.o cmPropertyDefinitionMa 
     85p.o cmMakeDepend.o cmMakefile.o cmExportFileGenerator.o cmExportInstallFileGener 
     86ator.o cmInstallDirectoryGenerator.o cmGeneratedFileStream.o cmGlobalGenerator.o 
     87 cmLocalGenerator.o cmInstallGenerator.o cmInstallExportGenerator.o cmInstallFil 
     88esGenerator.o cmInstallScriptGenerator.o cmInstallTargetGenerator.o cmSourceFile 
     89.o cmSourceFileLocation.o cmSystemTools.o cmVersion.o cmFileTimeComparison.o cmG 
     90lobalUnixMakefileGenerator3.o cmLocalUnixMakefileGenerator3.o cmMakefileExecutab 
     91leTargetGenerator.o cmMakefileLibraryTargetGenerator.o cmMakefileTargetGenerator 
     92.o cmMakefileUtilityTargetGenerator.o cmBootstrapCommands.o cmCommands.o cmTarge 
     93t.o cmTest.o cmCustomCommand.o cmDocumentVariables.o cmCacheManager.o cmListFile 
     94Cache.o cmComputeLinkDepends.o cmComputeLinkInformation.o cmOrderDirectories.o c 
     95mComputeTargetDepends.o cmComputeComponentGraph.o cmExprLexer.o cmExprParser.o c 
     96mExprParserHelper.o cmListFileLexer.o Directory.o Glob.o RegularExpression.o Sys 
     97temTools.o ProcessUNIX.o String.o System.o -o cmake 
     98loading initial cache file /boot/home/cmake-2.6.0-haiku-test/Bootstrap.cmk/Initi 
     99alCacheFlags.cmake 
     100CMake Error at Utilities/cmcurl/CMake/OtherTests.cmake:89 (MESSAGE): 
     101 Unable to link function recv 
     102Call Stack (most recent call first): 
     103 Utilities/cmcurl/CMakeLists.txt:689 (INCLUDE) 
     104 
     105 
     106-- Configuring done 
     107--------------------------------------------- 
     108Error when bootstrapping CMake: 
     109Problem while running initial CMake 
     110--------------------------------------------- 
     111~/cmake-2.6.0-haiku-test> 
     112}}} 
    23113 
    24114== version 2.5-20070131 == 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/