Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 350523

Summary: Fails to emerge: dev-util/cmake-2.8.3-r1
Product: Gentoo/Alt Reporter: Rabbe Fogelholm <rabbe>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 298121    
Bug Blocks:    

Description Rabbe Fogelholm 2011-01-04 10:22:11 UTC
Platform is Gentoo Prefix on SUSE Enterprise 10 SP2, the gcc version in the prefix is 4.2.4-r01.2. Emerging cmake fails with

CMake has bootstrapped.  Now run gmake.
>>> Source prepared.
>>> Configuring source in /local/scratch/portage/dev-util/cmake-2.8.3-r1/work/cmake-2.8.3 ...
>>> Working in BUILD_DIR: "/local/scratch/portage/dev-util/cmake-2.8.3-r1/work/cmake-2.8.3"
/local/scratch/portage/dev-util/cmake-2.8.3-r1/work/cmake-2.8.3/Bootstrap.cmk/cmake -C /local/scratch/portage/dev-util/cmake-2.8.3-r1/temp/gentoo_common_config.cmake -DCMAKE_INSTALL_PREFIX=/local/tmp/e/usr -DCMAKE_USE_SYSTEM_LIBRARIES=ON -DCMAKE_INSTALL_PREFIX=/local/tmp/e/usr -DCMAKE_DOC_DIR=/share/doc/cmake-2.8.3-r1 -DCMAKE_MAN_DIR=/share/man -DCMAKE_DATA_DIR=/share/cmake -DBUILD_CursesDialog=ON -DBUILD_QtDialog=OFF -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/local/scratch/portage/dev-util/cmake-2.8.3-r1/temp/gentoo_rules.cmake  /local/scratch/portage/dev-util/cmake-2.8.3-r1/work/cmake-2.8.3
loading initial cache file /local/scratch/portage/dev-util/cmake-2.8.3-r1/temp/gentoo_common_config.cmake
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
CMake Error: Error in cmake code at
/local/scratch/portage/dev-util/cmake-2.8.3-r1/temp/gentoo_rules.cmake:23:
Parse error.  Function missing ending ")".  Instead found unterminated string with text " FORCE)
Comment 1 Fabian Groffen gentoo-dev 2011-01-13 19:18:24 UTC
should be fixed by fix to cmake-utils.eclass
Comment 2 Rabbe Fogelholm 2011-02-19 12:11:16 UTC
Confirming successful emerge of cmake-2.8.3-r1 now.