Your message dated Mon, 24 Mar 2014 16:49:31 +0000
with message-id <e1ws843-0004hy...@franck.debian.org>
and subject line Bug#741811: fixed in libfreemarker-java 2.3.20-2
has caused the Debian Bug report #741811,
regarding libfreemarker-java: FTBFS: java.io.FileNotFoundException:
/sbuild-nonexistent/.ivy2/cache/resolved-org.freemarker-freemarker-work...@ip-172-31-6-244.xml
(No such file or directory)
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.)
--
741811: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741811
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libfreemarker-java
Version: 2.3.20-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140315 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 "."
> 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/junit.jar:/usr/share/java/ant-junit.jar:/usr/share/java/ivy.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 javacc jar javadoc
> Buildfile: /«PKGBUILDDIR»/build.xml
> [copy] Copying 1 file to /«PKGBUILDDIR»/build
> [delete] Deleting: /«PKGBUILDDIR»/build/version.properties.tmp
>
> _autoget-deps:
> [copy] Copying 1 file to /«PKGBUILDDIR»/build
> [delete] Deleting: /«PKGBUILDDIR»/build/version.properties.tmp
>
> update-deps:
> [echo] Getting dependencies...
> [echo] -------------------------------------------------------
> [ivy:retrieve] :: Apache Ivy non official version - ::
> http://ant.apache.org/ivy/ ::
> [ivy:retrieve] :: loading settings :: file = /«PKGBUILDDIR»/ivysettings.xml
> [ivy:retrieve] :: resolving dependencies ::
> org.freemarker#freemarker;working@ip-172-31-6-244
> [ivy:retrieve] confs: [default, runtime, build.base, build,
> build.j2se1.4, build.j2se1.5, build.jsp1.2, build.jsp2.0, build.jsp2.1,
> build.jython2.0, build.jython2.2, build.jython2.5, build.test, test, IDE,
> retrotranslate, parser, manual, emma, bnd, example.servlet, example.webapp1,
> example.webapp2, example.struts-webapp, example.ant]
> [ivy:retrieve] found xml-apis#xml-apis;1.3.04 in debian
> [ivy:retrieve] found jaxen#jaxen;1.0-FCS in debian
> [ivy:retrieve] found xalan#xalan2;2.7.0 in debian
> [ivy:retrieve] found dom4j#dom4j;1.3 in debian
> [ivy:retrieve] found org.jdom#jdom1;1.0-beta8-dev in debian
> [ivy:retrieve] found ant#ant;1.6.5 in debian
> [ivy:retrieve] found rhino#js;1.6R1 in debian
> [ivy:retrieve] found log4j#log4j-1.2;1.2.6 in debian
> [ivy:retrieve] found org.slf4j#slf4j-api;1.6.1 in debian
> [ivy:retrieve] found commons-logging#commons-logging;1.1.1 in debian
> [ivy:retrieve] found javax.el#el-api-2.1;2.1 in debian
> [ivy:retrieve] found javax.servlet.jsp#jsp-api-2.1;2.1 in debian
> [ivy:retrieve] found javax.servlet#servlet-api-2.5;2.5 in debian
> [ivy:retrieve] found org.python#jython;2.0.0 in debian
> [ivy:retrieve] found org.python#jython;2.2.1 in debian
> [ivy:retrieve] found org.python#jython;2.5.0 in debian
> [ivy:retrieve] found junit#junit;3.7 in debian
> [ivy:retrieve] found com.google.guava#guava;15.0 in debian
> [ivy:retrieve] found org.jruby.extras#constantine;0.7 in debian
> [ivy:retrieve] found org.jruby#jruby;1.7.11 in debian
> [ivy:retrieve] found org.antlr#antlr3;3.2 in debian
> [ivy:retrieve] found org.antlr#antlr3-runtime;3.2 in debian
> [ivy:retrieve] found asm#asm3-all;3.3 in debian
> [ivy:retrieve] found net.java.dev.javacc#javacc;3.2 in debian
> [ivy:retrieve] found biz.aQute#bnd;1.50.0 in debian
>
> BUILD FAILED
> /«PKGBUILDDIR»/build.xml:909: The following error occurred while executing
> this line:
> /«PKGBUILDDIR»/build.xml:921: impossible to resolve dependencies:
> java.io.FileNotFoundException:
> /sbuild-nonexistent/.ivy2/cache/resolved-org.freemarker-freemarker-work...@ip-172-31-6-244.xml
> (No such file or directory)
> at java.io.FileOutputStream.open(Native Method)
> at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
> at java.io.FileOutputStream.<init>(FileOutputStream.java:171)
> at
> org.apache.ivy.plugins.parser.xml.XmlModuleDescriptorUpdater.update(XmlModuleDescriptorUpdater.java:135)
> at
> org.apache.ivy.plugins.parser.xml.XmlModuleDescriptorParser.toIvyFile(XmlModuleDescriptorParser.java:158)
> at
> org.apache.ivy.core.module.descriptor.DefaultModuleDescriptor.toIvyFile(DefaultModuleDescriptor.java:560)
> at
> org.apache.ivy.core.cache.DefaultResolutionCacheManager.saveResolvedModuleDescriptor(DefaultResolutionCacheManager.java:167)
> at
> org.apache.ivy.core.resolve.ResolveEngine.resolve(ResolveEngine.java:243)
> at
> org.apache.ivy.core.resolve.ResolveEngine.resolve(ResolveEngine.java:195)
> at org.apache.ivy.Ivy.resolve(Ivy.java:507)
> at org.apache.ivy.ant.IvyResolve.doExecute(IvyResolve.java:326)
> at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277)
> at
> org.apache.ivy.ant.IvyPostResolveTask.ensureResolved(IvyPostResolveTask.java:231)
> at
> org.apache.ivy.ant.IvyPostResolveTask.prepareAndCheck(IvyPostResolveTask.java:178)
> at org.apache.ivy.ant.IvyRetrieve.doExecute(IvyRetrieve.java:87)
> at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
> at org.apache.tools.ant.Task.perform(Task.java:348)
> at org.apache.tools.ant.Target.execute(Target.java:435)
> at org.apache.tools.ant.Target.performTasks(Target.java:456)
> at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
> at
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
> at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
> at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
> at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
> at org.apache.tools.ant.Task.perform(Task.java:348)
> at org.apache.tools.ant.Target.execute(Target.java:435)
> at org.apache.tools.ant.Target.performTasks(Target.java:456)
> at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
> at
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
> at org.apache.tools.ant.Main.runBuild(Main.java:851)
> at org.apache.tools.ant.Main.startAnt(Main.java:235)
> at org.apache.tools.ant.Main.start(Main.java:198)
> at org.apache.tools.ant.Main.main(Main.java:286)
>
> 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/03/15/libfreemarker-java_2.3.20-1_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.
--- End Message ---
--- Begin Message ---
Source: libfreemarker-java
Source-Version: 2.3.20-2
We believe that the bug you reported is fixed in the latest version of
libfreemarker-java, 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 741...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated libfreemarker-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...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 24 Mar 2014 17:37:37 +0100
Source: libfreemarker-java
Binary: libfreemarker-java libfreemarker-java-doc
Architecture: source all
Version: 2.3.20-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
libfreemarker-java - template engine written in Java
libfreemarker-java-doc - template engine written in Java (documentation)
Closes: 741811
Changes:
libfreemarker-java (2.3.20-2) unstable; urgency=medium
.
* Relocate the Ivy cache directory from the user home to the current
directory
to avoid a build failure with sbuild (Closes: #741811)
Checksums-Sha1:
f41f00f354217906aa4c0f59c533c62cf9d19eaa 2681 libfreemarker-java_2.3.20-2.dsc
66e9876c3cac7939aaa1a0f001340e910944e2cc 12524
libfreemarker-java_2.3.20-2.debian.tar.xz
058c40e1a3b5bc19fd1e9bff6fe4894112e088d5 914344
libfreemarker-java_2.3.20-2_all.deb
fa467957376b5fd391b4fea4f5b4803a3e260b01 283752
libfreemarker-java-doc_2.3.20-2_all.deb
Checksums-Sha256:
30338d2cf8d8ce78b99314c3a3ffaab71c8254a58be910eb92a64727c338d3dc 2681
libfreemarker-java_2.3.20-2.dsc
0648d0f1c8ee49ed0959bdcf95f02a33e73f4dd73ed5dd21e11ada6c328a3ec3 12524
libfreemarker-java_2.3.20-2.debian.tar.xz
1dc42a5e1fda2befab69683977d3e40286549fa156c1eda2b1ac71aded93ad19 914344
libfreemarker-java_2.3.20-2_all.deb
bcd320aafd8f10bf1d6eb015bcbdec563a2fc747b3e506f71ec8853aabc17462 283752
libfreemarker-java-doc_2.3.20-2_all.deb
Files:
37a8cd24cf3a70ab72029dc31f39d05c 2681 java optional
libfreemarker-java_2.3.20-2.dsc
9bb583bb42f8189e01e921524fea886a 12524 java optional
libfreemarker-java_2.3.20-2.debian.tar.xz
f72eeda007a9b227e673c0fb875e43c7 914344 java optional
libfreemarker-java_2.3.20-2_all.deb
b7ca3ee11f2f0a584a3c3f4ce15c80b8 283752 doc optional
libfreemarker-java-doc_2.3.20-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJTMF/JAAoJEPUTxBnkudCsFG8P/iwOpoyyOEcjIh2NXOquvA3/
NQGzBsBaMKuzHY8q7q4seeBmjSO3jZ4ZWvH+8wcxz8fjrO+pORMozL70C17XQknD
LfAdVK7fVNWMDn5WLI318iWCV2d57X5RGyngNiywCD7AZYsPLRlNCVx+7MNi2BBw
ZQDzkSULd4Ms9cIeu31QUK2+04JXP/iDg9vsKCcmjn1LTE7j+bjonSj4UFyH9MgY
Ogz/dJN64EG1y7OqaNYXyG7pepKhuesj2hbScaQtuJxE30+KU3ZOnjA7wNu1VIhi
Mxeh2kuhoITP8HLrkiz7CsH+Y4o7L+bVRhG0UqmMijEidNMG4Uqz/xmw9d6XBLmf
cvmgRs5EigKqFZg3eNmO19F+TNy5V2vxMeZ5MfIyH18eB049jTVUcT8yYStnhLCQ
oYPy9ohLTydF6iwFVmhZE72NshwpWI7o2RO86CVBN4eaUWxEOg7eEIT9NAAqMbHS
EJDgLoJd8rm79WCp+KiE+BEL3it7alslnhRmQpceGX0gtqm/r5F8JB/5ykcyxF7C
Hj8TSmkhxtw+zzDnCm9KZZi8+IiZbmf7em62ylBUoOgrJGQLjng8orxE+/SMbIsI
Yt3CMil4V0Yp+oS/l8xX5wV+i2/KthJBdxLAH7UHrk6Uln2G6FWj1i9xOvyV/F25
LkCKaQwP7qkWGtCx64p/
=OYyS
-----END PGP SIGNATURE-----
--- End Message ---