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

Bug 602726

Summary: dev-cpp/clucene-2.3.3.4-r6 fails to build with distcc enabled
Product: Gentoo Linux Reporter: Zdeněk Žamberský <zzdevel>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: normal Keywords: NeedPatch
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge-info.log
CMakeOutput.log
CMakeError.log

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