Your message dated Wed, 04 Aug 2010 02:47:18 +0000
with message-id <e1ogu0k-0002eu...@franck.debian.org>
and subject line Bug#591122: fixed in libbsf-java 1:2.4.0-4
has caused the Debian Bug report #591122,
regarding libbsf-java: FTBFS: cannot find symbol PyJavaInstance
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.)


-- 
591122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591122
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libbsf-java
Version: 1:2.4.0-3
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100731 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-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0'
> make[1]: Nothing to be done for `update-config'.
> make[1]: Leaving directory 
> `/build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0'
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/xalan2.jar:/usr/share/java/jython.jar:/usr/share/ant/lib/ant-junit.jar:/usr/share/java/junit.jar:/usr/share/java/commons-logging.jar:/usr/lib/jvm/default-java/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
> -Dcompile.optimize=true    -propertyfile 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/debian/ant.properties
>  jar javadocs
> Buildfile: 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/build.xml
> 
> clean:
> 
> init:
> 
> prepare:
>     [mkdir] Created dir: 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/build/dist
> 
> checkDependencies:
> 
> checkJacl:
>      [echo] Warning: Jacl dependencies were not resolved.
> 
> checkJython:
> 
> checkNetRexx:
>      [echo] Warning: NetRexx dependencies were not resolved.
> 
> checkRhino:
>      [echo] Warning: Rhino dependencies were not resolved.
> 
> checkXalan:
> 
> checkJUnit:
> 
> compile:
>     [mkdir] Created dir: 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/build/classes
>     [javac] 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/build.xml:214: 
> warning: 'includeantruntime' was not set, defaulting to 
> build.sysclasspath=last; set to false for repeatable builds
>     [javac] Compiling 50 source files to 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/build/classes
>     [javac] 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/src/org/apache/bsf/engines/jython/JythonEngine.java:29:
>  cannot find symbol
>     [javac] symbol  : class PyJavaInstance
>     [javac] location: package org.python.core
>     [javac] import org.python.core.PyJavaInstance;
>     [javac]                       ^
>     [javac] 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/src/org/apache/bsf/engines/jython/JythonEngine.java:113:
>  cannot find symbol
>     [javac] symbol  : class PyJavaInstance
>     [javac] location: class org.apache.bsf.engines.jython.JythonEngine
>     [javac]           if (result != null && result instanceof PyJavaInstance)
>     [javac]                                                   ^
>     [javac] 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/src/org/apache/bsf/engines/jython/JythonEngine.java:114:
>  cannot find symbol
>     [javac] symbol  : class PyJavaInstance
>     [javac] location: class org.apache.bsf.engines.jython.JythonEngine
>     [javac]               result = 
> ((PyJavaInstance)result).__tojava__(Object.class);
>     [javac]                          ^
>     [javac] 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/src/org/apache/bsf/engines/jython/JythonEngine.java:129:
>  cannot find symbol
>     [javac] symbol  : class PyJavaInstance
>     [javac] location: class org.apache.bsf.engines.jython.JythonEngine
>     [javac]     if (result != null && result instanceof PyJavaInstance)
>     [javac]                                             ^
>     [javac] 
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/src/org/apache/bsf/engines/jython/JythonEngine.java:130:
>  cannot find symbol
>     [javac] symbol  : class PyJavaInstance
>     [javac] location: class org.apache.bsf.engines.jython.JythonEngine
>     [javac]           result = 
> ((PyJavaInstance)result).__tojava__(Object.class);
>     [javac]                      ^
>     [javac] 5 errors
> 
> BUILD FAILED
> /build/user-libbsf-java_2.4.0-3-amd64-uQA5BU/libbsf-java-2.4.0/build.xml:214: 
> Compile failed; see the compiler error output for details.
> 
> Total time: 1 second
> make: *** [debian/stamp-ant-build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/07/31/libbsf-java_1:2.4.0-3_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: libbsf-java
Source-Version: 1:2.4.0-4

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

libbsf-java_2.4.0-4.diff.gz
  to main/libb/libbsf-java/libbsf-java_2.4.0-4.diff.gz
libbsf-java_2.4.0-4.dsc
  to main/libb/libbsf-java/libbsf-java_2.4.0-4.dsc
libbsf-java_2.4.0-4_all.deb
  to main/libb/libbsf-java/libbsf-java_2.4.0-4_all.deb



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 591...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner <twer...@debian.org> (supplier of updated libbsf-java 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 Aug 2010 04:31:45 +0200
Source: libbsf-java
Binary: libbsf-java
Architecture: source all
Version: 1:2.4.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Torsten Werner <twer...@debian.org>
Description: 
 libbsf-java - Bean Scripting Framework to support scripting languages in Java
Closes: 591122
Changes: 
 libbsf-java (1:2.4.0-4) unstable; urgency=low
 .
   * Disable jython support because it is broken for jython >= 2.5.
     (Closes: #591122)
   * Remove Stefan and Arnaud from Uploaders list. Thanks to your contributions!
Checksums-Sha1: 
 10fb75ee2bef62033ba2bcd9ef373fc5012f0198 1384 libbsf-java_2.4.0-4.dsc
 3ea7d14438ec1c38bf54435ff5640659694c4824 6074 libbsf-java_2.4.0-4.diff.gz
 e70f08b8f3be8831df365741e93379af5d7d31f6 280674 libbsf-java_2.4.0-4_all.deb
Checksums-Sha256: 
 03b42253dd7fb4f6b1d80a61903118de5f1f7e4b9026f546e45d21ff55556efc 1384 
libbsf-java_2.4.0-4.dsc
 1256c52d0981d558f4d14940a5efe43965c28f0b865e23c52a1fb4cbc13280f4 6074 
libbsf-java_2.4.0-4.diff.gz
 14ca23ccdd82b0907245cda226a5784f9db8963774e08d79c02a245b392ce3d3 280674 
libbsf-java_2.4.0-4_all.deb
Files: 
 df381a6f8dc99b30eea0c8dfb9481f78 1384 java optional libbsf-java_2.4.0-4.dsc
 5eb85bec70b4bc10701abf95074ec0bb 6074 java optional libbsf-java_2.4.0-4.diff.gz
 bf58748612bba7da4ce6f4d1ca787021 280674 java optional 
libbsf-java_2.4.0-4_all.deb

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

iEYEARECAAYFAkxY0ckACgkQfY3dicTPjsMsoQCeKyebZKygkExTDfUz4pV3/ojn
tTsAnilMkYPvZr5sx2cYbPEu9lFeWQir
=s6wu
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to