Your message dated Sat, 24 Apr 2010 09:34:14 +0000
with message-id <e1o5bkc-0000mv...@ries.debian.org>
and subject line Bug#577859: fixed in red5 0.9.1-1
has caused the Debian Bug report #577859,
regarding red5: 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.)
--
577859: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577859
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: red5
Version: 0.9~svn3968-2
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100415 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-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968'
> make[1]: Nothing to be done for `update-config'.
> make[1]: Leaving directory
> `/build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968'
> 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-trax.jar:/usr/share/java/xercesImpl.jar:/usr/share/java/xmlParserAPIs.jar:/usr/share/java/ant-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 -Ddoc.prepare=true -Ddoc.wiki2docbook=true
> -propertyfile
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/debian/ant.properties
> jar remote-jar javadoc doc-html
> Buildfile:
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/build.xml
> [taskdef] Could not load definitions from resource
> org/apache/ivy/ant/antlib.xml. It could not be found.
>
> -library.check:
> [echo] Java: java.home is /usr/lib/jvm/java-6-openjdk/jre and the target
> version is 1.6
> [echo] Ant: ant.home is /usr/share/ant and the target version is Apache
> Ant version 1.8.0 compiled on March 11 2010
>
> -java6.check:
> [echo] Using Java 1.6
>
> prepare:
> [mkdir] Created dir:
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/bin
> [mkdir] Created dir:
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/dist
> [mkdir] Created dir:
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/log
> [mkdir] Created dir:
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/dist/log
> [mkdir] Created dir:
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/cluster
> [mkdir] Created dir:
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/cluster/origin
> [mkdir] Created dir:
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/cluster/edge
> [mkdir] Created dir:
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/bin/testcases/classes
> [mkdir] Created dir:
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/bin/testcases/testreports
>
> compile:
> [echo] javac version: 1.6
> [echo] Not using the Eclipse IDE
> [echo] Compiler adapter name: modern
> [taskdef] Could not load definitions from resource
> org/apache/ivy/ant/antlib.xml. It could not be found.
>
> compile-core:
> [taskdef] Could not load definitions from resource
> org/apache/ivy/ant/antlib.xml. It could not be found.
>
> retrieve:
> [javac]
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/build.xml:242:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
> [javac] Compiling 516 source files to
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/bin
> [javac]
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/src/org/red5/logging/ContextLoggingListener.java:53:
> cannot find symbol
> [javac] symbol : method getContextSelector()
> [javac] location: class org.slf4j.impl.StaticLoggerBinder
> [javac] ContextSelector selector =
> StaticLoggerBinder.getSingleton().getContextSelector();
> [javac]
> ^
> [javac]
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/src/org/red5/logging/ContextLoggingListener.java:73:
> cannot find symbol
> [javac] symbol : method getContextSelector()
> [javac] location: class org.slf4j.impl.StaticLoggerBinder
> [javac] selector = (LoggingContextSelector)
> StaticLoggerBinder.getSingleton().getContextSelector();
> [javac]
> ^
> [javac]
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/src/org/red5/logging/LoggerContextFilter.java:67:
> cannot find symbol
> [javac] symbol : method getContextSelector()
> [javac] location: class org.slf4j.impl.StaticLoggerBinder
> [javac] LoggingContextSelector selector =
> (LoggingContextSelector)
> StaticLoggerBinder.getSingleton().getContextSelector();
> [javac]
> ^
> [javac]
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/src/org/red5/logging/Red5LoggerFactory.java:121:
> cannot find symbol
> [javac] symbol : method getContextSelector()
> [javac] location: class org.slf4j.impl.StaticLoggerBinder
> [javac] ContextSelector selector =
> StaticLoggerBinder.getSingleton().getContextSelector();
> [javac]
> ^
> [javac]
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/src/org/red5/logging/W3CAppender.java:267:
> cannot find symbol
> [javac] symbol : method writerWrite(java.lang.String,boolean)
> [javac] location: class org.red5.logging.W3CAppender
> [javac] writerWrite(sbuf.toString(), true);
> [javac] ^
> [javac] Note:
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/src/org/red5/io/FileKeyFrameMetaCache.java
> uses or overrides a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] Note:
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/src/org/red5/io/object/Serializer.java
> uses unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 5 errors
>
> BUILD FAILED
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/build.xml:221:
> The following error occurred while executing this line:
> /build/user-red5_0.9~svn3968-2-amd64-Vm6vY1/red5-0.9~svn3968/build.xml:242:
> 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/2010/04/15/red5_0.9~svn3968-2_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: red5
Source-Version: 0.9.1-1
We believe that the bug you reported is fixed in the latest version of
red5, which is due to be installed in the Debian FTP archive:
libred5-java_0.9.1-1_all.deb
to main/r/red5/libred5-java_0.9.1-1_all.deb
red5-doc_0.9.1-1_all.deb
to main/r/red5/red5-doc_0.9.1-1_all.deb
red5-server_0.9.1-1_all.deb
to main/r/red5/red5-server_0.9.1-1_all.deb
red5_0.9.1-1.debian.tar.gz
to main/r/red5/red5_0.9.1-1.debian.tar.gz
red5_0.9.1-1.dsc
to main/r/red5/red5_0.9.1-1.dsc
red5_0.9.1.orig-doc.tar.gz
to main/r/red5/red5_0.9.1.orig-doc.tar.gz
red5_0.9.1.orig.tar.gz
to main/r/red5/red5_0.9.1.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 577...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Damien Raude-Morvan <draz...@debian.org> (supplier of updated red5 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: Fri, 23 Apr 2010 20:35:14 +0200
Source: red5
Binary: libred5-java red5-server red5-doc
Architecture: source all
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Damien Raude-Morvan <draz...@debian.org>
Changed-By: Damien Raude-Morvan <draz...@debian.org>
Description:
libred5-java - remote API for Red5 flash streaming server
red5-doc - flash streaming server - documentation
red5-server - flash streaming server
Closes: 576355 577859
Changes:
red5 (0.9.1-1) unstable; urgency=low
.
* New upstream release (Closes: #576355):
- Refresh patches.
* Bump Standards-Version to 3.8.4: no changes needed.
* Switch to 3.0 (quilt) source format:
- d/source/format: Set 3.0 (quilt)
- d/rules: Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk
- d/control: Remove B-D on quilt
- d/README.source: Removed
- Use multi-orig-tarball support: create new "orig-doc.tar.gz".
* Add Build-Conflicts: liblogback-java (= 0.9.20-1)
(Closes: #577859)
Checksums-Sha1:
9b3bcecc016bc3a13164d407facab1ed92b26be7 2246 red5_0.9.1-1.dsc
9db2c94c157cc2cd705839185212ef5b8276c154 1707124 red5_0.9.1.orig-doc.tar.gz
58392469089676df6e08829543fa9a224415135b 565114 red5_0.9.1.orig.tar.gz
f16f5ccd86db3c2eb60d4613370c307b437800d6 15137 red5_0.9.1-1.debian.tar.gz
58a08400d5ded10c448a6bc5aafb186918217ef3 928864 libred5-java_0.9.1-1_all.deb
76b131ad87e4c5cdeaaa7b81289bf4516e729553 56882 red5-server_0.9.1-1_all.deb
4c7b0f031b993a0d0903763789cce6675b76ba26 1832286 red5-doc_0.9.1-1_all.deb
Checksums-Sha256:
52f78f7bfb0d0b9c33537edce6e09f51b02d88d7ef43b7ba9ed0b76210c4a265 2246
red5_0.9.1-1.dsc
6c8d8e22fac36a1bb14620281014e4e02c5d0115fb7118f3af6ee79fef770881 1707124
red5_0.9.1.orig-doc.tar.gz
13081298ab18125a6ed6639a3184afb7336d6334f9c81b5dc284d3dc0b229479 565114
red5_0.9.1.orig.tar.gz
d44551a52e9ae56f22dd9c4d4c30c793920510871911792d86f472bbb93ddeb9 15137
red5_0.9.1-1.debian.tar.gz
ce589386f90f7faa251a188c1c7691e11c23d3fca56e3bc35cfc4f50043e707f 928864
libred5-java_0.9.1-1_all.deb
28eac4c342713cb72be6531efa92019df21ab2e277012b5f70a284f05293134d 56882
red5-server_0.9.1-1_all.deb
03d39a51df1e3b1897331977561f7aebdb980fe0230c1756f4982e7737b68ece 1832286
red5-doc_0.9.1-1_all.deb
Files:
425368b26fbf2882139d24bd8c5146ca 2246 java optional red5_0.9.1-1.dsc
a7a9b16481810b2d1c8e1419a18d3d37 1707124 java optional
red5_0.9.1.orig-doc.tar.gz
15a05f24cb529964f53ce3f1bb806091 565114 java optional red5_0.9.1.orig.tar.gz
ea254a1b2f1fe1f94e8bc315fc09c2d1 15137 java optional red5_0.9.1-1.debian.tar.gz
0fa2dfb89eea1982d366ab2f2591d424 928864 java optional
libred5-java_0.9.1-1_all.deb
a8c7fc7e5960e02bbd08e0f3d514dac7 56882 java optional
red5-server_0.9.1-1_all.deb
49baed4478f6885eb8b33271c7fb5940 1832286 doc optional red5-doc_0.9.1-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkvSqbMACgkQyIFXyIXHk4mIAACeJcUHwqTRNiB/wT4ivea8iLP/
CUMAni/hx/gE04j7NGSrB1specJdVdRr
=EV96
-----END PGP SIGNATURE-----
--- End Message ---