Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705818 - dev-util/cmake fails to build with USE="emacs"
Summary: dev-util/cmake fails to build with USE="emacs"
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-19 10:29 UTC by qmpcggv2ei0p
Modified: 2020-09-05 16:24 UTC (History)
1 user (show)

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


Attachments
emerge-info (emerge-info.txt,5.14 KB, text/plain)
2020-01-19 10:29 UTC, qmpcggv2ei0p
Details
build log (build.log.xz,6.12 KB, application/x-xz)
2020-01-19 10:29 UTC, qmpcggv2ei0p
Details

Note You need to log in before you can comment on or make changes to this bug.
Description qmpcggv2ei0p 2020-01-19 10:29:00 UTC
Created attachment 603704 [details]
emerge-info

Cmake fails to build with USE="emacs". The almost same use flags but with USE="-emacs" build successfully.
[ebuild   R   ] dev-util/cmake-3.16.2-r1  USE="emacs* ncurses -doc -qt5 -test"
Comment 1 qmpcggv2ei0p 2020-01-19 10:29:23 UTC
Created attachment 603706 [details]
build log
Comment 2 Mike Gilbert gentoo-dev 2020-01-19 19:16:55 UTC
This looks like it might be a race condition of some sort. From the build log:

{standard input}: Assembler messages:
{standard input}:89210: Warning: end of file not at end of a line; newline inserted
{standard input}:89387: Error: number of operands mismatch for `movq'
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
x86_64-pc-linux-gnu-g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[2]: *** [Source/CMakeFiles/CMakeLib.dir/build.make:1207: Source/CMakeFiles/CMakeLib.dir/cmGeneratorTarget.cxx.o] Error 1
make[2]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.16.2-r1/work/cmake-3.16.2_build'
make[1]: *** [CMakeFiles/Makefile2:509: Source/CMakeFiles/CMakeLib.dir/all] Error 2
make[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.16.2-r1/work/cmake-3.16.2_build'
make: *** [Makefile:163: all] Error 2
Comment 3 Andreas Sturmlechner gentoo-dev 2020-07-22 15:19:39 UTC
Was this ever reproduced?