Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 594960

Summary: 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
Product: Gentoo Linux Reporter: anonymous <gentoobugs>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=570050
https://bugs.gentoo.org/show_bug.cgi?id=594644
https://bugs.gentoo.org/show_bug.cgi?id=594518
https://bugs.gentoo.org/show_bug.cgi?id=636806
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

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.