Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 602726 - dev-cpp/clucene-2.3.3.4-r6 fails to build with distcc enabled
Summary: dev-cpp/clucene-2.3.3.4-r6 fails to build with distcc enabled
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks:
 
Reported: 2016-12-15 02:11 UTC by Zdeněk Žamberský
Modified: 2020-11-27 23:58 UTC (History)
0 users

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


Attachments
build.log (build.log,17.86 KB, text/plain)
2016-12-15 02:14 UTC, Zdeněk Žamberský
Details
emerge-info.log (emerge-info.log,6.18 KB, text/plain)
2016-12-15 02:14 UTC, Zdeněk Žamberský
Details
CMakeOutput.log (CMakeOutput.log,192.06 KB, text/plain)
2016-12-15 02:15 UTC, Zdeněk Žamberský
Details
CMakeError.log (CMakeError.log,138.93 KB, text/plain)
2016-12-15 02:15 UTC, Zdeněk Žamberský
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zdeněk Žamberský 2016-12-15 02:11:17 UTC
Build of dev-cpp/clucene-2.3.3.4-r6 fails if distcc is enabled ( FEATURES="distcc distcc-pump ). Build succeeds when distcc is disabled. Distcc server is also gentoo and has same version of all sys-devel/gcc (5.4.0), sys-devel/binutils (2.27) and sys-devel/distcc (3.2_rc1-r4).

Error is:
CMake Error at src/shared/cmake/MacroMustDefine.cmake:6 (MESSAGE):
  The symbol 'HAVE_TYPE_INT8_T' was not defined.
Call Stack (most recent call first):
  src/shared/CMakeLists.txt:263 (MUSTDEFINE_VAR)

(full build.log is attached)


I found there were also others affected by this issue:

https://forums.gentoo.org/viewtopic-t-1012764-start-0-postdays-0-postorder-asc-highlight-.html
Comment 1 Zdeněk Žamberský 2016-12-15 02:14:18 UTC
Created attachment 456268 [details]
build.log
Comment 2 Zdeněk Žamberský 2016-12-15 02:14:43 UTC
Created attachment 456270 [details]
emerge-info.log
Comment 3 Zdeněk Žamberský 2016-12-15 02:15:23 UTC
Created attachment 456272 [details]
CMakeOutput.log
Comment 4 Zdeněk Žamberský 2016-12-15 02:15:51 UTC
Created attachment 456274 [details]
CMakeError.log