Your message dated Sun, 02 Nov 2014 03:34:34 +0000
with message-id <e1xklw2-0004wm...@franck.debian.org>
and subject line Bug#759947: fixed in jruby 1.5.6-9
has caused the Debian Bug report #759947,
regarding jruby: FTBFS: [apt] E: Command line option 'd' [from -deprecation]
is not known.
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.)
--
759947: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759947
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jruby
Version: 1.5.6-7
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140830 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> debian/rules build
> test -x debian/rules
> mkdir -p "."
> # symlink system yecht-ruby jar into shared directory
> ln -s /usr/share/java/yecht-ruby.jar lib/ruby/site_ruby/shared/yecht.jar
> touch debian/stamp-yecht
> 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/ant-junit.jar:/usr/share/java/junit4.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 -Ddev.gems=false -DdocsNotNeeded=true
> -Dshared.lib.dir=/usr/share/java test dist-bin
> Buildfile: /«PKGBUILDDIR»/build.xml
>
> init:
>
> jar:
>
> init:
>
> extract-rdocs:
>
> prepare:
> [mkdir] Created dir: /«PKGBUILDDIR»/build
> [mkdir] Created dir: /«PKGBUILDDIR»/build/classes
> [mkdir] Created dir: /«PKGBUILDDIR»/build/classes/jruby
> [mkdir] Created dir: /«PKGBUILDDIR»/build/classes/test
> [mkdir] Created dir: /«PKGBUILDDIR»/build/test-results
> [mkdir] Created dir: /«PKGBUILDDIR»/build/test-results/html
> [mkdir] Created dir: /«PKGBUILDDIR»/docs/api
>
> prepare-resources:
> [copy] Copying 25 files to /«PKGBUILDDIR»/build/classes/jruby
> [copy] Copying 16 files to /«PKGBUILDDIR»/build/classes/jruby/builtin
> [copy] Copying 2 files to /«PKGBUILDDIR»/build/classes/jruby
>
> compile-annotation-binder:
> [mkdir] Created dir: /«PKGBUILDDIR»/src_gen
> [javac] /«PKGBUILDDIR»/build.xml:201: warning: 'includeantruntime' was
> not set, defaulting to build.sysclasspath=last; set to false for repeatable
> builds
> [javac] Compiling 6 source files to /«PKGBUILDDIR»/build/classes/jruby
> [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.5
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:5:
> warning: [deprecation] ReferenceType in com.sun.mirror.type has been
> deprecated
> [javac] import com.sun.mirror.type.ReferenceType;
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:25:
> warning: [deprecation] DeclarationVisitors in com.sun.mirror.util has been
> deprecated
> [javac] import static com.sun.mirror.util.DeclarationVisitors.*;
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:32:
> warning: [deprecation] AnnotationProcessorFactory in com.sun.mirror.apt has
> been deprecated
> [javac] public class AnnotationBinder implements
> AnnotationProcessorFactory {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:51:
> warning: [deprecation] AnnotationProcessor in com.sun.mirror.apt has been
> deprecated
> [javac] private static class AnnotationBindingProcessor implements
> AnnotationProcessor {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:77:
> warning: [deprecation] SimpleDeclarationVisitor in com.sun.mirror.util has
> been deprecated
> [javac] private class RubyClassVisitor extends
> SimpleDeclarationVisitor {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:46:
> warning: [deprecation] AnnotationTypeDeclaration in
> com.sun.mirror.declaration has been deprecated
> [javac] Set<AnnotationTypeDeclaration> atds,
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:47:
> warning: [deprecation] AnnotationProcessorEnvironment in com.sun.mirror.apt
> has been deprecated
> [javac] AnnotationProcessorEnvironment env) {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:45:
> warning: [deprecation] AnnotationProcessor in com.sun.mirror.apt has been
> deprecated
> [javac] public AnnotationProcessor getProcessorFor(
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:53:
> warning: [deprecation] AnnotationProcessorEnvironment in com.sun.mirror.apt
> has been deprecated
> [javac] private final AnnotationProcessorEnvironment env;
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:56:
> warning: [deprecation] AnnotationProcessorEnvironment in com.sun.mirror.apt
> has been deprecated
> [javac] AnnotationBindingProcessor(AnnotationProcessorEnvironment
> env) {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:61:
> warning: [deprecation] TypeDeclaration in com.sun.mirror.declaration has been
> deprecated
> [javac] for (TypeDeclaration typeDecl :
> env.getSpecifiedTypeDeclarations()) {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:83:
> warning: [deprecation] ClassDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] public void visitClassDeclaration(ClassDeclaration
> cd) {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:122:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] Map<String, List<MethodDeclaration>>
> annotatedMethods = new HashMap<String, List<MethodDeclaration>>();
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:122:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] Map<String, List<MethodDeclaration>>
> annotatedMethods = new HashMap<String, List<MethodDeclaration>>();
> [javac]
> ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:123:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] Map<String, List<MethodDeclaration>>
> staticAnnotatedMethods = new HashMap<String, List<MethodDeclaration>>();
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:123:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] Map<String, List<MethodDeclaration>>
> staticAnnotatedMethods = new HashMap<String, List<MethodDeclaration>>();
> [javac]
> ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:124:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] Map<String, List<MethodDeclaration>>
> annotatedMethods1_8 = new HashMap<String, List<MethodDeclaration>>();
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:124:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] Map<String, List<MethodDeclaration>>
> annotatedMethods1_8 = new HashMap<String, List<MethodDeclaration>>();
> [javac]
> ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:125:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] Map<String, List<MethodDeclaration>>
> staticAnnotatedMethods1_8 = new HashMap<String, List<MethodDeclaration>>();
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:125:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] Map<String, List<MethodDeclaration>>
> staticAnnotatedMethods1_8 = new HashMap<String, List<MethodDeclaration>>();
> [javac]
> ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:126:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] Map<String, List<MethodDeclaration>>
> annotatedMethods1_9 = new HashMap<String, List<MethodDeclaration>>();
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:126:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] Map<String, List<MethodDeclaration>>
> annotatedMethods1_9 = new HashMap<String, List<MethodDeclaration>>();
> [javac]
> ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:127:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] Map<String, List<MethodDeclaration>>
> staticAnnotatedMethods1_9 = new HashMap<String, List<MethodDeclaration>>();
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:127:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] Map<String, List<MethodDeclaration>>
> staticAnnotatedMethods1_9 = new HashMap<String, List<MethodDeclaration>>();
> [javac]
> ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:133:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] for (MethodDeclaration md : cd.getMethods()) {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:144:
> warning: [deprecation] ReferenceType in com.sun.mirror.type has been
> deprecated
> [javac] for (ReferenceType thrownType :
> md.getThrownTypes()) {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:154:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] List<MethodDeclaration> methodDescs;
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:155:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] Map<String, List<MethodDeclaration>>
> methodsHash = null;
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:156:
> warning: [deprecation] Modifier in com.sun.mirror.declaration has been
> deprecated
> [javac] if
> (md.getModifiers().contains(Modifier.STATIC)) {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:176:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] methodDescs = new
> ArrayList<MethodDeclaration>();
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:287:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] public void processMethodDeclarations(Map<String,
> List<MethodDeclaration>> declarations) {
> [javac]
> ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:288:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] for (Map.Entry<String, List<MethodDeclaration>>
> entry : declarations.entrySet()) {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:289:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] List<MethodDeclaration> list =
> entry.getValue();
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:301:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] public void
> processMethodDeclaration(MethodDeclaration md) {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:304:
> warning: [deprecation] Modifier in com.sun.mirror.declaration has been
> deprecated
> [javac] boolean isStatic =
> md.getModifiers().contains(Modifier.STATIC);
> [javac]
> ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:310:
> warning: [deprecation] ParameterDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] for (ParameterDeclaration pd :
> md.getParameters()) {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:337:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] public void
> processMethodDeclarationMulti(MethodDeclaration md) {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:340:
> warning: [deprecation] Modifier in com.sun.mirror.declaration has been
> deprecated
> [javac] boolean isStatic =
> md.getModifiers().contains(Modifier.STATIC);
> [javac]
> ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:346:
> warning: [deprecation] ParameterDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] for (ParameterDeclaration pd :
> md.getParameters()) {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:373:
> warning: [deprecation] TypeDeclaration in com.sun.mirror.declaration has been
> deprecated
> [javac] private String getActualQualifiedName(TypeDeclaration
> td) {
> [javac] ^
> [javac] /«PKGBUILDDIR»/src/org/jruby/anno/AnnotationBinder.java:438:
> warning: [deprecation] MethodDeclaration in com.sun.mirror.declaration has
> been deprecated
> [javac] public void generateMethodAddCalls(MethodDeclaration
> md, JRubyMethod jrubyMethod) {
> [javac] ^
> [javac] 42 warnings
>
> check-for-optional-java4-packages:
>
> check-for-optional-packages:
>
> compile-jruby:
> [apt] /«PKGBUILDDIR»/build.xml:214: warning: 'includeantruntime' was
> not set, defaulting to build.sysclasspath=last; set to false for repeatable
> builds
> [apt] Since compiler setting isn't classic or modern, ignoring fork
> setting.
> [apt] Since compiler setting isn't classic or modern, ignoring fork
> setting.
> [apt] Compiling 964 source files to /«PKGBUILDDIR»/build/classes/jruby
> [apt] Since compiler setting isn't classic or modern, ignoring fork
> setting.
> [apt] E: Command line option 'd' [from -deprecation] is not known.
>
> BUILD FAILED
> /«PKGBUILDDIR»/build.xml:566: The following error occurred while executing
> this line:
> /«PKGBUILDDIR»/build.xml:214: 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://aws-logs.debian.net/ftbfs-logs/2014/08/30/jruby_1.5.6-7_unstable.log
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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures. The build
was done with DEB_BUILD_OPTIONS="parallel=4", so if your packaging tries
to support this, it might be a good idea to explore whether this might
be the cause of the failure.
--- End Message ---
--- Begin Message ---
Source: jruby
Source-Version: 1.5.6-9
We believe that the bug you reported is fixed in the latest version of
jruby, which is due to be installed in the Debian FTP archive.
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 759...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated jruby 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...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 01 Nov 2014 19:55:32 -0700
Source: jruby
Binary: jruby
Architecture: source all
Version: 1.5.6-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Description:
jruby - 100% pure-Java implementation of Ruby
Closes: 759947
Changes:
jruby (1.5.6-9) unstable; urgency=medium
.
* Team upload.
* Build-depend on openjdk-7-jdk >= 7u71-2.5.3 (closes: #759947).
This version restores the "apt" tool.
- Thank you to Michael Gilbert for the patch.
Checksums-Sha1:
f9fc566e2f4b9558b4ac7855a8139a0e976201ad 2301 jruby_1.5.6-9.dsc
d4403322eeaa050680b82a7797d67a4ebb96c0d1 33484 jruby_1.5.6-9.debian.tar.xz
656648ab34ac4e08c9a72174167b0da152f86d39 7832142 jruby_1.5.6-9_all.deb
Checksums-Sha256:
a1bf4208d198caedca0af790be30942a64e24918a214824809966a95c8cca1f4 2301
jruby_1.5.6-9.dsc
d8d142093fbd7c9b17cf98448658f85c6c1639e0c9c4ab51ade5829241293833 33484
jruby_1.5.6-9.debian.tar.xz
3038d349932e3aa576abc003346483a55a18e8c4e1c44a87559fa084e2c97025 7832142
jruby_1.5.6-9_all.deb
Files:
bd2c35a8ed87377cfffd5f8d24898158 2301 ruby optional jruby_1.5.6-9.dsc
c5e45f1acc533765a927a87f3ee31407 33484 ruby optional
jruby_1.5.6-9.debian.tar.xz
dc4492b7b393c356911fc4d93f60cecf 7832142 ruby optional jruby_1.5.6-9_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJUVaLjAAoJECHSBYmXSz6WN+MP/iq9j7miluh/JjUnsfVVijX8
BMNKU5qVtlXlprZ93xSfuehd+Y2wqKNKcguCsY4TGOwz7vfov0ly9QdK68l8RLs1
4+ELt8FLYECmBA4FntjTvL92+Kq7iSTMNTlRJK8xkDC5enhhZlzHgaBcCHQZJKAA
DJ+vf57OdQbDnuX+3azfbbgKpa9D5Xqe3Cwh5dbd7ASIOdnN/FU71ncJ3+N8Hems
nlCfQuZ+dszgyFFHgFJgR3rOkt1ViUT8sq4kn+UGjV8NirjZk1YsBmlWu9LzKs3k
CgXMngxqCCMnl7i8QJtT7y5Wx0I1N0+CQCenulk4SVDqRp3SkOzvlQ3hehYC3ljW
jXzAoeOVilCouFNczsZ6PJ1RNIOGBBg5vQoR0s00H5JpiJKDAG+vuqqum9xjMPeM
CzY0+q//wtUdPhovFOKw8oI7I/omMeJ1CMFi05WkvLbtmnNK17OnMyShlP+aGFCT
v+IK9pcyYaSaLrasEt3Olg+fWDa5bJ/T3T5NsLS2QyF+lgJ2voyjAJBeV0g9LcY6
aZoGVLVcX+sXQuELEEKRql4TF+2L/JBW0bB2P/V4Vh7vsy57SDYMkyUoZf/coKRa
qlL7n7dlusnb5v5ZODWB7TvTyWhnU8CcfwBse/P9zRgz3/xPJwbXhyMXLc/g8+EN
U4L+7mpaYDNkNcEakzrY
=9s5H
-----END PGP SIGNATURE-----
--- End Message ---