Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 392953 - =dev-java/lucene-3.6.2 - Version bump.
Summary: =dev-java/lucene-3.6.2 - Version bump.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Robin Johnson
URL: http://lucene.apache.org/java/docs/in...
Whiteboard:
Keywords:
: 363389 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-12-02 22:10 UTC by Shubhadeep Chaudhuri
Modified: 2014-01-23 05:57 UTC (History)
3 users (show)

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


Attachments
build.log (build-2.log,7.35 KB, text/x-log)
2014-01-23 05:50 UTC, Johann Schmitz (ercpe) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shubhadeep Chaudhuri 2011-12-02 22:10:51 UTC
Lucene 3.5 was released a few days ago
Comment 1 Martin Walch 2012-02-04 15:52:01 UTC
I guess this can be merged to bug #363389?
Comment 2 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-05-12 19:18:37 UTC
*** Bug 363389 has been marked as a duplicate of this bug. ***
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2013-12-28 21:09:29 UTC
InCVS; somebody in java might want to look at building with contrib, the testsuite there is doing something weird.
FEATURES=test USE=contrib
Comment 4 Attila Tóth 2014-01-22 20:38:23 UTC
It only compiles with USE=-contrib for me.
Comment 5 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2014-01-23 05:50:14 UTC
Created attachment 368520 [details]
build.log

With +contrib, the ebuild builds code in test-framework/ even without "test"
Comment 6 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2014-01-23 05:57:15 UTC
I'm a bit in a hurry, so this is untested but the depend stuff should more like

CDEPEND="contrib? (
              dev-java/commons-beanutils:1.7
              >=dev-java/commons-codec-1.6:0
              dev-java/commons-collections:0
              dev-java/commons-compress:0
              dev-java/commons-digester:0
              dev-java/commons-logging:0
              dev-java/jakarta-regexp:1.4
    )

RDEPEND=">=virtual/jre-1.5
   ${CDEPEND}"
DEPEND=">=virtual/jdk-1.5
   ${CDEPEND}
    >=dev-java/ant-ivy-2.2.0:2
    test? ( =dev-java/junit-4.10*:4
            dev-java/hamcrest-core
           dev-java/ant-junit:0
    )
"

I don't think that dev-java/ant-nodeps:0 is needed here, and dev-java/hamcrest-core needs a slot.