Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 594960 - kde-frameworks/kpty-5.23.0 with FEATURES=distcc-pump - emake failed: src/kpty.cpp:69:22: fatal error: libutil.h: No such file or directory
Summary: kde-frameworks/kpty-5.23.0 with FEATURES=distcc-pump - emake failed: src/kpty...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-23 20:52 UTC by anonymous
Modified: 2017-11-12 10:37 UTC (History)
0 users

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


Attachments
build.log (build.log,23.97 KB, text/plain)
2016-09-23 20:52 UTC, anonymous
Details

Note You need to log in before you can comment on or make changes to this bug.
Description anonymous 2016-09-23 20:52:46 UTC
Created attachment 447656 [details]
build.log

/var/tmp/portage/kde-frameworks/kpty-5.23.0/work/kpty-5.23.0/src/kpty.cpp:69:22: fatal error: libutil.h: No such file or directory
compilation terminated.
distcc[2135] ERROR: compile /var/tmp/portage/kde-frameworks/kpty-5.23.0/work/kpty-5.23.0/src/kpty.cpp on localhost failed
src/CMakeFiles/KF5Pty.dir/build.make:62: recipe for target 'src/CMakeFiles/KF5Pty.dir/kpty.cpp.o' failed
make[2]: *** [src/CMakeFiles/KF5Pty.dir/kpty.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/var/tmp/portage/kde-frameworks/kpty-5.23.0/work/kpty-5.23.0/src/kptydevice.cpp:40:24: fatal error: sys/filio.h: No such file or directory
compilation terminated.
distcc[2136] ERROR: compile /var/tmp/portage/kde-frameworks/kpty-5.23.0/work/kpty-5.23.0/src/kptydevice.cpp on localhost failed
src/CMakeFiles/KF5Pty.dir/build.make:86: recipe for target 'src/CMakeFiles/KF5Pty.dir/kptydevice.cpp.o' failed
make[2]: *** [src/CMakeFiles/KF5Pty.dir/kptydevice.cpp.o] Error 1
make[2]: Leaving directory '/var/tmp/portage/kde-frameworks/kpty-5.23.0/work/kpty-5.23.0_build'
CMakeFiles/Makefile2:225: recipe for target 'src/CMakeFiles/KF5Pty.dir/all' failed
make[1]: *** [src/CMakeFiles/KF5Pty.dir/all] Error 2
make[1]: Leaving directory '/var/tmp/portage/kde-frameworks/kpty-5.23.0/work/kpty-5.23.0_build'
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
Comment 1 anonymous 2016-09-23 20:58:20 UTC
When we use pump mode, then on phase "configuring package":
> -- Looking for include files sys/types.h, libutil.h - found
...
> -- Looking for include file sys/filio.h - found

And when we use plain distcc, then:
> -- Looking for include files sys/types.h, libutil.h - not found
...
> -- Looking for include file sys/filio.h - not found
Comment 2 Coacher 2016-10-07 02:49:02 UTC
Please attach 'emerge --info' output.