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

Bug 254254

Summary: dev-cpp/clucene header causes GCC 4.4 build failure in app-misc/strigi
Product: Gentoo Linux Reporter: Daniel J. <sleeperseven>
Component: [OLD] GCC PortingAssignee: Tomáš Chvátal (RETIRED) <scarabeus>
Status: RESOLVED UPSTREAM    
Severity: normal CC: kde, rhill
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://sourceforge.net/tracker2/?func=detail&aid=2494318&group_id=80013&atid=558446
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 249226    
Attachments: Upstream patch to fix clucene headers for strigi compile

Description Daniel J. 2009-01-08 18:56:40 UTC
A missing #include <stdio.h> in a CLucene header file causes app-misc/strigi to fail when compiling with GCC 4.4.  Patch has been submitted upstream.  This appears to apply to all versions (to date) of clucene and strigi.
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-01-09 14:56:19 UTC
Report upstream, we should start bother about it when 4.4 really arives if upstream wont fix it in meantime.
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2009-01-09 22:34:19 UTC
please attach the patch and i'll add it to the overlay.
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2009-01-09 22:51:34 UTC
(In reply to comment #2)
> please attach the patch and i'll add it to the overlay.
> 

Nah if you want it that desperately it is just adding one #include <stdio.h>
i am too lazy ;]
feel free to revbump if you want it.
I allow you to do it since i am the maintainer.

Howgh :D
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2009-01-09 22:52:48 UTC
Add it without revbump, is what i meaned, i should doubleread my fucking posts.
Comment 5 Daniel J. 2009-01-10 17:45:53 UTC
Created attachment 177979 [details, diff]
Upstream patch to fix clucene headers for strigi compile
Comment 6 Ryan Hill (RETIRED) gentoo-dev 2009-03-15 06:19:15 UTC
what version / USE flags are you using?  2.2.1-r1 builds fine for me.  (though the testsuite explodes in an spectacular manner)
Comment 7 Daniel J. 2009-03-16 00:57:29 UTC
I tried strigi 0.6.4 and live SVN in mid-February, and both had the problem compiling against stock clucene-0.9.21b.  Since then I've removed all KDE-dependent apps from my system, so I no longer have either one installed.

This was fixed in upstream clucene trunk as of today, March 15; however, it may take a while for the fix to trickle down to the branches.
Comment 8 Ryan Hill (RETIRED) gentoo-dev 2009-03-26 05:18:59 UTC
Fixed.