Your message dated Wed, 04 Nov 2009 14:31:53 +0000
with message-id <e1n5gtt-0000uz...@ries.debian.org>
and subject line Bug#549812: fixed in lucene2 2.9.0+ds1-2
has caused the Debian Bug report #549812,
regarding lucene2: FTBFS: annotations are not supported in -source 1.4
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.)


-- 
549812: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549812
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lucene2
Version: 2.4.1+ds1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091005 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-lucene2_2.4.1+ds1-1-amd64-jkWpnG/lucene2-2.4.1+ds1'
> make[1]: Nothing to be done for `update-config'.
> make[1]: Leaving directory 
> `/build/user-lucene2_2.4.1+ds1-1-amd64-jkWpnG/lucene2-2.4.1+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-nodeps.jar:/usr/share/java/ant-junit.jar:/usr/share/java/junit.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-lucene2_2.4.1+ds1-1-amd64-jkWpnG/lucene2-2.4.1+ds1/debian/ant.properties
>  javacc jar-core build-contrib war-demo javadocs
> Buildfile: build.xml
> 
> clean-javacc:
> 
> javacc-uptodate-check:
> 
> javacc-notice:
>      [echo] 
>      [echo]       One or more of the JavaCC .jj files is newer than its 
> corresponding
>      [echo]       .java file.  Run the "javacc" target to regenerate the 
> artifacts.
>      [echo]     
> 
> jflex-uptodate-check:
> 
> jflex-notice:
> 
> init:
> 
> javacc-check:
> 
> javacc-QueryParser:
>    [javacc] Java Compiler Compiler Version 5.0 (Parser Generator)
>    [javacc] (type "javacc" with no arguments for help)
>    [javacc] Reading from file 
> /build/user-lucene2_2.4.1+ds1-1-amd64-jkWpnG/lucene2-2.4.1+ds1/src/java/org/apache/lucene/queryParser/QueryParser.jj
>  . . .
>    [javacc] File "TokenMgrError.java" does not exist.  Will create one.
>    [javacc] File "ParseException.java" does not exist.  Will create one.
>    [javacc] File "Token.java" does not exist.  Will create one.
>    [javacc] File "CharStream.java" does not exist.  Will create one.
>    [javacc] Parser generated successfully.
> 
> javacc-HTMLParser:
>    [javacc] Java Compiler Compiler Version 5.0 (Parser Generator)
>    [javacc] (type "javacc" with no arguments for help)
>    [javacc] Reading from file 
> /build/user-lucene2_2.4.1+ds1-1-amd64-jkWpnG/lucene2-2.4.1+ds1/src/demo/org/apache/lucene/demo/html/HTMLParser.jj
>  . . .
>    [javacc] Warning: Line 22, Column 3: Bad option name 
> "OPTIMIZE_TOKEN_MANAGER".  Option setting will be ignored.
>    [javacc] File "TokenMgrError.java" does not exist.  Will create one.
>    [javacc] File "ParseException.java" does not exist.  Will create one.
>    [javacc] File "Token.java" does not exist.  Will create one.
>    [javacc] File "SimpleCharStream.java" does not exist.  Will create one.
>    [javacc] Parser generated with 0 errors and 1 warnings.
> 
> javacc:
> 
> javacc-uptodate-check:
> 
> javacc-notice:
> 
> jflex-uptodate-check:
> 
> jflex-notice:
> 
> init:
> 
> clover.setup:
> 
> clover.info:
>      [echo] 
>      [echo]       Clover not found. Code coverage reports disabled.
>      [echo]           
> 
> clover:
> 
> common.compile-core:
>     [mkdir] Created dir: 
> /build/user-lucene2_2.4.1+ds1-1-amd64-jkWpnG/lucene2-2.4.1+ds1/build/classes/java
>     [javac] Compiling 330 source files to 
> /build/user-lucene2_2.4.1+ds1-1-amd64-jkWpnG/lucene2-2.4.1+ds1/build/classes/java
>     [javac] 
> /build/user-lucene2_2.4.1+ds1-1-amd64-jkWpnG/lucene2-2.4.1+ds1/src/java/org/apache/lucene/queryParser/CharStream.java:30:
>  annotations are not supported in -source 1.4
>     [javac] (use -source 5 or higher to enable annotations)
>     [javac]   @Deprecated
>     [javac]    ^
>     [javac] 
> /build/user-lucene2_2.4.1+ds1-1-amd64-jkWpnG/lucene2-2.4.1+ds1/src/java/org/apache/lucene/queryParser/QueryParser.java:1659:
>  generics are not supported in -source 1.4
>     [javac] (use -source 5 or higher to enable generics)
>     [javac]   private java.util.List<int[]> jj_expentries = new 
> java.util.ArrayList<int[]>();
>     [javac]                         ^
>     [javac] 2 errors
> 
> BUILD FAILED
> /build/user-lucene2_2.4.1+ds1-1-amd64-jkWpnG/lucene2-2.4.1+ds1/common-build.xml:223:
>  The following error occurred while executing this line:
> /build/user-lucene2_2.4.1+ds1-1-amd64-jkWpnG/lucene2-2.4.1+ds1/common-build.xml:482:
>  Compile failed; see the compiler error output for details.
> 
> Total time: 2 seconds
> make: *** [debian/stamp-ant-build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/10/05/lucene2_2.4.1+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: lucene2
Source-Version: 2.9.0+ds1-2

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

liblucene2-java-doc_2.9.0+ds1-2_all.deb
  to main/l/lucene2/liblucene2-java-doc_2.9.0+ds1-2_all.deb
liblucene2-java_2.9.0+ds1-2_all.deb
  to main/l/lucene2/liblucene2-java_2.9.0+ds1-2_all.deb
lucene2_2.9.0+ds1-2.diff.gz
  to main/l/lucene2/lucene2_2.9.0+ds1-2.diff.gz
lucene2_2.9.0+ds1-2.dsc
  to main/l/lucene2/lucene2_2.9.0+ds1-2.dsc
lucene2_2.9.0+ds1.orig.tar.gz
  to main/l/lucene2/lucene2_2.9.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 549...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jan-Pascal van Best <janpas...@vanbest.org> (supplier of updated lucene2 
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: Wed, 04 Nov 2009 10:27:47 +0100
Source: lucene2
Binary: liblucene2-java liblucene2-java-doc
Architecture: source all
Version: 2.9.0+ds1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Jan-Pascal van Best <janpas...@vanbest.org>
Description: 
 liblucene2-java - Full-text search engine library for Java(TM)
 liblucene2-java-doc - Documentation for Lucene
Closes: 549812
Changes: 
 lucene2 (2.9.0+ds1-2) unstable; urgency=low
 .
   * Updated Java source and target version to 1.5 (Closes: #549812)
   * Added missing dependency on libicu4j-java (for contrib/collation)
   * Added missing dependency on libjtidy-java (for contrib/ant)
   * Fix lucli script (shebang line was places after the license block)
   * Converted debian/copyright to machine-readable format
Checksums-Sha1: 
 94538e42b7954889f4e6f9e981d72538383014e0 1852 lucene2_2.9.0+ds1-2.dsc
 db22cfc7eda90ef6d24b1cbc58eb162078e3a5dc 6513061 lucene2_2.9.0+ds1.orig.tar.gz
 d8775b1b60f19b890b64e5bdae12a8e861ac91dd 13896 lucene2_2.9.0+ds1-2.diff.gz
 2a53bceb741e533fa0d8756b42d93bcdb4d5cd04 5827796 
liblucene2-java_2.9.0+ds1-2_all.deb
 a1ee7ffdce7256c4a61ca9df63d1f7093970fdbc 7251672 
liblucene2-java-doc_2.9.0+ds1-2_all.deb
Checksums-Sha256: 
 ea114b88c1823974feedcabcf69c49d9c4b4b71ec82ed50b21edc02d3df596c5 1852 
lucene2_2.9.0+ds1-2.dsc
 6f5ddb319939d5b18be8d0ff2cf2e1b51c096ca772d82dd7ba5928abdb22198a 6513061 
lucene2_2.9.0+ds1.orig.tar.gz
 0dfb08871d7db2426c77c389fe78efd8b49d5c247932772b9918c00c2b1782db 13896 
lucene2_2.9.0+ds1-2.diff.gz
 7d10787e76fb96a333fecfbddd0799c08bff47447987bc50e7aafd74b0f1ec92 5827796 
liblucene2-java_2.9.0+ds1-2_all.deb
 60eb313cd8b017ba4cf6b1d6b33b79214d91a1a5914accebf531eed355db1b4f 7251672 
liblucene2-java-doc_2.9.0+ds1-2_all.deb
Files: 
 27233fbaac79b0521f7eb658c840cdbe 1852 java optional lucene2_2.9.0+ds1-2.dsc
 41f7099c15ad8dc2f80ee8597ca4ebd6 6513061 java optional 
lucene2_2.9.0+ds1.orig.tar.gz
 9d1ebb5afbaee9fa26e9614e4fba189e 13896 java optional 
lucene2_2.9.0+ds1-2.diff.gz
 9d9f3b1fbc82e34b0889a0141069e5f3 5827796 java optional 
liblucene2-java_2.9.0+ds1-2_all.deb
 07649add257503ed2946a29972b83d4e 7251672 doc optional 
liblucene2-java-doc_2.9.0+ds1-2_all.deb

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

iEYEARECAAYFAkrxdFEACgkQOkyycBqJzCPU0wCfa69ZRUQJFS3gaXz49XXhvv4F
DfMAoKfV2wJdamcYhZRgMsogBQkyTaRS
=9cEO
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to