Your message dated Mon, 15 Feb 2010 23:30:06 +0000
with message-id <e1nhaoe-00024q...@ries.debian.org>
and subject line Bug#560611: fixed in solr 1.4.0+ds1-1
has caused the Debian Bug report #560611,
regarding solr: FTBFS: java errors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560611: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560611
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: solr
Version: 1.3.0+ds1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1'
> make[1]: Nothing to be done for `update-config'.
> make[1]: Leaving directory 
> `/build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1'
> touch debian/stamp-patched
> cd . && /usr/lib/jvm/java-6-openjdk/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/ant-junit.jar:/usr/share/java/junit4.jar:/usr/lib/jvm/java-6-openjdk/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
> -Dcompile.optimize=true    -propertyfile 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/debian/ant.properties
>  compile javadoc dist-war
> Buildfile: build.xml
> 
> init-forrest-entities:
>     [mkdir] Created dir: 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/build
>     [mkdir] Created dir: 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/build/web
> 
> compile-common:
>     [mkdir] Created dir: 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/build/common
>     [javac] Compiling 36 source files to 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/build/common
>     [javac] Note: 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/common/util/FastInputStream.java
>  uses or overrides a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
> 
> compile:
>     [mkdir] Created dir: 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/build/core
>     [javac] Compiling 339 source files to 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/build/core
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java:45:
>  cannot find symbol
>     [javac] symbol  : class SpanScorer
>     [javac] location: package org.apache.lucene.search.highlight
>     [javac] import org.apache.lucene.search.highlight.SpanScorer;
>     [javac]                                          ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java:138:
>  cannot find symbol
>     [javac] symbol  : class SpanScorer
>     [javac] location: class org.apache.solr.highlight.DefaultSolrHighlighter
>     [javac]   private SpanScorer getSpanQueryScorer(Query query, String 
> fieldName, CachingTokenFilter tokenStream, SolrQueryRequest request) throws 
> IOException {
>     [javac]           ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/search/function/BoostedQuery.java:58:
>  interface expected here
>     [javac]   private class BoostedWeight implements Weight {
>     [javac]                                          ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/search/function/FunctionQuery.java:53:
>  interface expected here
>     [javac]   protected class FunctionWeight implements Weight {
>     [javac]                                             ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/search/SolrIndexSearcher.java:56:
>  org.apache.solr.search.SolrIndexSearcher is not abstract and does not 
> override abstract method 
> search(org.apache.lucene.search.Weight,org.apache.lucene.search.Filter,org.apache.lucene.search.Collector)
>  in org.apache.lucene.search.Searcher
>     [javac] public class SolrIndexSearcher extends Searcher implements 
> SolrInfoMBean {
>     [javac]        ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/search/function/FunctionQuery.java:154:
>  createWeight(org.apache.lucene.search.Searcher) in 
> org.apache.solr.search.function.FunctionQuery cannot override 
> createWeight(org.apache.lucene.search.Searcher) in 
> org.apache.lucene.search.Query; attempting to assign weaker access 
> privileges; was public
>     [javac]   protected Weight createWeight(Searcher searcher) {
>     [javac]                    ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/search/function/FunctionQuery.java:155:
>  incompatible types
>     [javac] found   : 
> org.apache.solr.search.function.FunctionQuery.FunctionWeight
>     [javac] required: org.apache.lucene.search.Weight
>     [javac]     return new FunctionQuery.FunctionWeight(searcher);
>     [javac]            ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java:141:
>  cannot find symbol
>     [javac] symbol  : class SpanScorer
>     [javac] location: class org.apache.solr.highlight.DefaultSolrHighlighter
>     [javac]       return new SpanScorer(query, fieldName, tokenStream);
>     [javac]                  ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java:144:
>  cannot find symbol
>     [javac] symbol  : class SpanScorer
>     [javac] location: class org.apache.solr.highlight.DefaultSolrHighlighter
>     [javac]       return new SpanScorer(query, null, tokenStream);
>     [javac]                  ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/highlight/RegexFragmenter.java:120:
>  org.apache.solr.highlight.LuceneRegexFragmenter is not abstract and does not 
> override abstract method isNewFragment() in 
> org.apache.lucene.search.highlight.Fragmenter
>     [javac] class LuceneRegexFragmenter implements Fragmenter
>     [javac] ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/search/function/BoostedQuery.java:54:
>  createWeight(org.apache.lucene.search.Searcher) in 
> org.apache.solr.search.function.BoostedQuery cannot override 
> createWeight(org.apache.lucene.search.Searcher) in 
> org.apache.lucene.search.Query; attempting to assign weaker access 
> privileges; was public
>     [javac]   protected Weight createWeight(Searcher searcher) throws 
> IOException {
>     [javac]                    ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/search/function/BoostedQuery.java:55:
>  incompatible types
>     [javac] found   : 
> org.apache.solr.search.function.BoostedQuery.BoostedWeight
>     [javac] required: org.apache.lucene.search.Weight
>     [javac]     return new BoostedQuery.BoostedWeight(searcher);
>     [javac]            ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/search/function/BoostedQuery.java:87:
>  scorer(org.apache.lucene.index.IndexReader,boolean,boolean) in 
> org.apache.lucene.search.Weight cannot be applied to 
> (org.apache.lucene.index.IndexReader)
>     [javac]       Scorer subQueryScorer = qWeight.scorer(reader);
>     [javac]                                      ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/search/function/QueryValueSource.java:90:
>  scorer(org.apache.lucene.index.IndexReader,boolean,boolean) in 
> org.apache.lucene.search.Weight cannot be applied to 
> (org.apache.lucene.index.IndexReader)
>     [javac]         scorer = weight.scorer(reader);
>     [javac]                        ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/util/HighlightingUtils.java:371:
>  method does not override or implement a method from a supertype
>     [javac]   @Override
>     [javac]   ^
>     [javac] 
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/src/java/org/apache/solr/util/HighlightingUtils.java:379:
>  method does not override or implement a method from a supertype
>     [javac]   @Override
>     [javac]   ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 16 errors
> 
> BUILD FAILED
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/build.xml:141: The 
> following error occurred while executing this line:
> /build/user-solr_1.3.0+ds1-1-amd64-7vNSin/solr-1.3.0+ds1/common-build.xml:149:
>  Compile failed; see the compiler error output for details.
> 
> Total time: 4 seconds
> make: *** [debian/stamp-ant-build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/10/solr_1.3.0+ds1-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: solr
Source-Version: 1.4.0+ds1-1

We believe that the bug you reported is fixed in the latest version of
solr, which is due to be installed in the Debian FTP archive:

solr-common_1.4.0+ds1-1_all.deb
  to main/s/solr/solr-common_1.4.0+ds1-1_all.deb
solr-jetty_1.4.0+ds1-1_all.deb
  to main/s/solr/solr-jetty_1.4.0+ds1-1_all.deb
solr-tomcat_1.4.0+ds1-1_all.deb
  to main/s/solr/solr-tomcat_1.4.0+ds1-1_all.deb
solr_1.4.0+ds1-1.debian.tar.gz
  to main/s/solr/solr_1.4.0+ds1-1.debian.tar.gz
solr_1.4.0+ds1-1.dsc
  to main/s/solr/solr_1.4.0+ds1-1.dsc
solr_1.4.0+ds1.orig.tar.gz
  to main/s/solr/solr_1.4.0+ds1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Koch <thomas.k...@ymc.ch> (supplier of updated solr package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 11 Feb 2010 15:05:54 +0100
Source: solr
Binary: solr-common solr-tomcat solr-jetty
Architecture: source all
Version: 1.4.0+ds1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Thomas Koch <thomas.k...@ymc.ch>
Description: 
 solr-common - enterprise search server based on Lucene - common files
 solr-jetty - enterprise search server based on Lucene - Jetty integration
 solr-tomcat - enterprise search server based on Lucene - Tomcat integration
Closes: 521009 540756 554110 559143 560611
Changes: 
 solr (1.4.0+ds1-1) unstable; urgency=low
 .
   * New upstream release (1.4.0). Closes: #559143.
   * Switched packaging to GIT. Closes: #540756.
   * Build with newest lucene version. Closes: #540756.
   * New version obsoletes Dependency bug. Closes: #521009.
   * Added japanese translation. Thanks to Hideki Yamane. Closes: #554110.
   * New Solr version builds with Lucene 2.9. Closes: #560611.
   * solr-jetty works now. Did it ever work?
Checksums-Sha1: 
 0b730f4c244ae82546aa811b500069b1a541c7bc 1810 solr_1.4.0+ds1-1.dsc
 c346de0c218ad584d0c87e29891c11dc24fc2689 1381442 solr_1.4.0+ds1.orig.tar.gz
 c71b6e767da4c09ab4344687558ca44ba7689d0d 22031 solr_1.4.0+ds1-1.debian.tar.gz
 a507f67e992504d8d73f84ce0b4bb01d99fa1cae 1578248 
solr-common_1.4.0+ds1-1_all.deb
 f6246b6cb75b8338a5f0f37f5e53ef423a9677ff 40760 solr-tomcat_1.4.0+ds1-1_all.deb
 4ec98cb93487cb349e5f77cbf3931ec30c86f637 40036 solr-jetty_1.4.0+ds1-1_all.deb
Checksums-Sha256: 
 cd65bd43ed1de328a022ec604680bccbc90ea824f4fd142a691eded7674d079e 1810 
solr_1.4.0+ds1-1.dsc
 1c5e6cc4c1c0871786fe9ff7ca845a4394a30f06af9a2eef6889513ce3079a65 1381442 
solr_1.4.0+ds1.orig.tar.gz
 8d661f87ba00b9379a8388594ff4bd6469ea43cb5a1d7dc2696954669334bc87 22031 
solr_1.4.0+ds1-1.debian.tar.gz
 091cafc1bcef116f4dc64b2063b74db0ad955652e96884077d9923facdb8240a 1578248 
solr-common_1.4.0+ds1-1_all.deb
 915312d207dbb92d0047d975d19a97d40ebc8546b0308ad89c41a3006491b3a9 40760 
solr-tomcat_1.4.0+ds1-1_all.deb
 c082a8760f22fa7012423515a063245b3642d0a9726afc5d89a14ba9f84115bb 40036 
solr-jetty_1.4.0+ds1-1_all.deb
Files: 
 8db54718a249d95f6cc68f8c626b783b 1810 java optional solr_1.4.0+ds1-1.dsc
 0fcc94286aa65507d869b05b667a1b28 1381442 java optional 
solr_1.4.0+ds1.orig.tar.gz
 5972cd6e47243893d9c0dc70a5a0ea0c 22031 java optional 
solr_1.4.0+ds1-1.debian.tar.gz
 54edf7e52b04018be54b3cbc4fea8c7a 1578248 java optional 
solr-common_1.4.0+ds1-1_all.deb
 570de30065dff1e0cc75f676aa6cbce5 40760 java optional 
solr-tomcat_1.4.0+ds1-1_all.deb
 10ab28339fa6aa0baa537ac2db780ad1 40036 java optional 
solr-jetty_1.4.0+ds1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkt4PnUACgkQpldmHVvob7mAKACg95zRsfseEPVmTVFHBJEgv5la
VZkAn1XKFv2EBt+5NrRSZwPbJsSiFowk
=9WR9
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to