Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613558 - app-vim/youcompleteme-20130910 : -- Configuring incomplete, errors occurred!
Summary: app-vim/youcompleteme-20130910 : -- Configuring incomplete, errors occurred!
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2017-03-22 17:25 UTC by Toralf Förster
Modified: 2020-02-25 10:07 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,5.48 KB, text/plain)
2017-03-22 17:26 UTC, Toralf Förster
Details
app-vim:youcompleteme-20130910:20170322-023511.log (app-vim:youcompleteme-20130910:20170322-023511.log,4.53 KB, text/plain)
2017-03-22 17:26 UTC, Toralf Förster
Details
CMakeOutput.log (CMakeOutput.log,44.33 KB, text/plain)
2017-03-22 17:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,273.70 KB, text/plain)
2017-03-22 17:26 UTC, Toralf Förster
Details
environment (environment,161.59 KB, text/plain)
2017-03-22 17:26 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,26.05 KB, application/x-bzip)
2017-03-22 17:26 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-03-22 17:25:58 UTC
    linked by target "ycm_core" in directory /var/tmp/portage/app-vim/youcompleteme-20130910/work/youcompleteme-20130910/cpp/ycm

-- Configuring incomplete, errors occurred!
See also "/var/tmp/portage/app-vim/youcompleteme-20130910/work/youcompleteme-20130910/cpp/CMakeFiles/CMakeOutput.log".
 * ERROR: app-vim/youcompleteme-20130910::gentoo failed (configure phase):
 *   cmake failed

  -----------------------------------------------------------------

  This is an unstable amd64 chroot image (named 13.0-systemd-libressl_20170316-210316) at a hardened host acting as a tinderbox.

  -----------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
Comment 1 Toralf Förster gentoo-dev 2017-03-22 17:26:01 UTC
Created attachment 467936 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-03-22 17:26:04 UTC
Created attachment 467938 [details]
app-vim:youcompleteme-20130910:20170322-023511.log
Comment 3 Toralf Förster gentoo-dev 2017-03-22 17:26:07 UTC
Created attachment 467940 [details]
CMakeOutput.log
Comment 4 Toralf Förster gentoo-dev 2017-03-22 17:26:10 UTC
Created attachment 467942 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2017-03-22 17:26:13 UTC
Created attachment 467944 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2017-03-22 17:26:16 UTC
Created attachment 467946 [details]
etc.portage.tbz2
Comment 7 aayla.secura.1138 2017-07-03 10:32:08 UTC
I just encountered the bug and managed to figure out it's because LD_LIBRARY_PATH is not being set correctly. Putting

export LD_LIBRARY_PATH=/usr/lib64/llvm/4/lib64/

in /etc/portage/env/app-vim/youcompleteme is a workaround. Odd thing that changing the ebuild (to add /4/lib64) to where LD_LIBRARY_PATH is being set didn't work, not sure what the correct way to fix the ebuild is.
Comment 8 Bryan Bugyi 2018-09-01 07:48:14 UTC
I was able to fix this by placing

export LD_LIBRARY_PATH=/usr/lib64/llvm/6/lib64/

at the top of the `src_configure` function. I think the previous fix didn't work because the `src_test` function was edited instead?
Comment 9 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2020-02-25 10:07:55 UTC
The package was removed.