Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254254 - dev-cpp/clucene header causes GCC 4.4 build failure in app-misc/strigi
Summary: dev-cpp/clucene header causes GCC 4.4 build failure in app-misc/strigi
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tomáš Chvátal (RETIRED)
URL: https://sourceforge.net/tracker2/?fun...
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.4
  Show dependency tree
 
Reported: 2009-01-08 18:56 UTC by Daniel J.
Modified: 2009-03-26 05:18 UTC (History)
2 users (show)

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


Attachments
Upstream patch to fix clucene headers for strigi compile (clucene-0.9.21b-gcc-4.4.patch,290 bytes, patch)
2009-01-10 17:45 UTC, Daniel J.
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.