Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416825 - dev-util/cmake-2.8.7-r5 fails to build
Summary: dev-util/cmake-2.8.7-r5 fails to build
Status: RESOLVED DUPLICATE of bug 416657
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 00:14 UTC by John L. Poole
Modified: 2012-05-21 01:52 UTC (History)
0 users

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


Attachments
build.log (build.log,286.19 KB, text/plain)
2012-05-21 00:15 UTC, John L. Poole
Details
environment (environment,109.90 KB, text/plain)
2012-05-21 00:16 UTC, John L. Poole
Details
emerge -info (emerge-info_dev-util_cmake-2.8.7-r5.txt,4.69 KB, text/plain)
2012-05-21 00:16 UTC, John L. Poole
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John L. Poole 2012-05-21 00:14:47 UTC
emerge  dev-util/cmake results in error.







Reproducible: Always

Steps to Reproduce:
1.emerge  dev-util/cmake

Actual Results:  
...
cmake_progress_report /var/tmp/portage/dev-util/cmake-2.8.7-r5/work/cmake-2.8.7_build/CMakeFiles  51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
[ 96%] Built target CTestLib
make[1]: Leaving directory `/var/tmp/portage/dev-util/cmake-2.8.7-r5/work/cmake-2.8.7_build'
make: *** [all] Error 2
 * ERROR: dev-util/cmake-2.8.7-r5 failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of 'emerge --info =dev-util/cmake-2.8.7-r5',
 * the complete build log and the output of 'emerge -pqv =dev-util/cmake-2.8.7-r5'.
 * The complete build log is located at '/var/tmp/portage/dev-util/cmake-2.8.7-r5/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/cmake-2.8.7-r5/temp/environment'.
 * S: '/var/tmp/portage/dev-util/cmake-2.8.7-r5/work/cmake-2.8.7'

Expected Results:  
successful build and install

hermes ~ # emerge -pqv =dev-util/cmake-2.8.7-r5
[ebuild     U ] dev-util/cmake-2.8.7-r5 [2.8.6-r4] USE="ncurses -emacs -qt4 -test -vim-syntax"

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

hermes ~ #

output of 'emerge --info =dev-util/cmake-2.8.7-r5' and build log to be attached.

hermes ~ # uname -a
Linux hermes 3.3.4 #2 SMP Mon May 14 03:57:19 PDT 2012 x86_64 AMD Phenom(tm) II X4 940 Processor AuthenticAMD GNU/Linux
hermes ~ #

I do not have any custom settings referencing cmake:
hermes ~ # find /etc/portage |xargs grep cmake
hermes ~ #
Comment 1 John L. Poole 2012-05-21 00:15:46 UTC
Created attachment 312429 [details]
build.log
Comment 2 John L. Poole 2012-05-21 00:16:21 UTC
Created attachment 312431 [details]
environment
Comment 3 John L. Poole 2012-05-21 00:16:51 UTC
Created attachment 312433 [details]
emerge -info
Comment 4 Chí-Thanh Christopher Nguyễn gentoo-dev 2012-05-21 00:51:17 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libicuuc.so.48, needed by /usr/lib64/libxml2.so.2, not found (try using -rpath or -rpath-link)

Looks like bug 416657. Did you run revdep-rebuild yet?
Comment 5 Chí-Thanh Christopher Nguyễn gentoo-dev 2012-05-21 01:00:30 UTC

*** This bug has been marked as a duplicate of bug 416657 ***
Comment 6 John L. Poole 2012-05-21 01:52:15 UTC
I performed a revdep-rebuild and then subsequent emerge of dev-util/cmake worked.  Thank you.

I had searched to make sure this was not a duplicate bug, but the title of the bug my bug duplicates had the term way off to the right so I didn't see it.