Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 350523 - Fails to emerge: dev-util/cmake-2.8.3-r1
Summary: Fails to emerge: dev-util/cmake-2.8.3-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on: 298121
Blocks:
  Show dependency tree
 
Reported: 2011-01-04 10:22 UTC by Rabbe Fogelholm
Modified: 2011-02-19 12:11 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.