| Summary: | kde-base/kdelibs-4.14.3-r1 fail to build | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Szef <gena.kazachek> |
| Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge --info
build.log strigiconfig.h strigiconfig.h |
||
|
Description
Szef
2015-01-12 12:34:50 UTC
Created attachment 393770 [details]
emerge --info
Created attachment 393782 [details]
build.log
Could you please attach a build log for strigi as well as /usr/include/strigi/strigiconfig.h ? Build log for strigi is not available now I afraid. Created attachment 395104 [details]
strigiconfig.h
Created attachment 395106 [details]
strigiconfig.h
NOTE! I patched this strigiconfig.h in order to kdelibs build properly. So instead of 67 #if 0 68 # include <socket.h> 69 #endif originally was 67 #if 1 68 # include <socket.h> 69 #endif What's at /usr/include/socket.h then - does it belong to any package? I don't have such file. I guess, that may be, in other systems there is such file, and, probably, it has capabilities of sys/socket.h in Linux, but strigi was not configured properly. It's picking up a stray socket.h from somewhere, otherwise you would not have #if 1
CMakeFiles/{CMakeError.log,CMakeOutput.log} from the build dir would be helpful
You mean strigi CMake* files or kdelibs ones? As strigi was compiled successfully no files remains. Yeah, strigi. Sorry, then. |