Your message dated Tue, 28 Oct 2014 16:20:53 +0000
with message-id <e1xj9vt-0000tx...@franck.debian.org>
and subject line Bug#767115: fixed in libfreemarker-java 2.3.20-4
has caused the Debian Bug report #767115,
regarding libfreemarker-java: Declares a parent pom not packaged in Debian
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.)


-- 
767115: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767115
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libfreemarker-java
Severity: serious

Hi,

By request of Emmanuel, I'm filing this serious bug afainst libfreemarker.

I'm trying to build kurento-module-creator, which builds ok in Launchpad PPA,
but fails on Debian. Apparently, it declares a dep on a non-packaged pom
(http://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom ?)
as seen in this build log:

dpkg-source: warning: failed to verify signature on 
/usr/src/packages/SOURCES/kurento-module-creator_3.0.6-trusty.dsc
dpkg-source: info: extracting kurento-module-creator in 
/usr/src/packages/BUILD/kurento-module-creator-3.0.6
dpkg-source: info: unpacking kurento-module-creator_3.0.6-trusty.tar.gz
-----------------------------------------------------------------
----- building kurento-module-creator_3.0.6-trusty.dsc (user abuild)
-----------------------------------------------------------------
-----------------------------------------------------------------
Reading package lists...
dpkg-buildpackage: source package kurento-module-creator
dpkg-buildpackage: source version 3.0.6-trustybs1
dpkg-buildpackage: source distribution trusty
dpkg-buildpackage: source changed by abuild <abuild@buildd>
 dpkg-source --before-build kurento-module-creator-3.0.6
dpkg-buildpackage: host architecture armhf
 fakeroot debian/rules clean
test -x debian/rules
mkdir -p "."
mh_lspoms --non-interactive --offline -pkurento-module-creator --force
Analysing pom.xml...
The list of POM files is now in debian/kurento-module-creator.poms
/usr/share/maven-debian-helper/copy-repo.sh 
/usr/src/packages/BUILD/kurento-module-creator-3.0.6/debian
mh_patchpoms -pkurento-module-creator --debian-build --keep-pom-version 
--maven-repo=/usr/src/packages/BUILD/kurento-module-creator-3.0.6/debian/maven-repo
  --build-no-docs --ignore-rules=debian/maven.ignoreRules 
--clean-ignore-rules=debian/maven.cleanIgnoreRules
touch debian/stamp-poms-patched
cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar  
-Dclassworlds.conf=/etc/maven2/m2-debian.conf org.codehaus.classworlds.Launcher 
-s/etc/maven2/settings-debian.xml 
-Dmaven.repo.local=/usr/src/packages/BUILD/kurento-module-creator-3.0.6/debian/maven-repo
  clean
[INFO]
NOTE: Maven is executing in offline mode. Any artifacts not already in your 
local
repository will be inaccessible.

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building kurento-module-creator
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Tue Oct 28 12:23:10 UTC 2014
[INFO] Final Memory: 4M/15M
[INFO] ------------------------------------------------------------------------
rm -f -r /usr/src/packages/BUILD/kurento-module-creator-3.0.6/debian/maven-repo 
debian/stamp-maven-build
rm -f debian/maven.rules
rm -f debian/*.substvars
/usr/bin/make -f debian/rules unpatch-poms
make[1]: Entering directory 
'/usr/src/packages/BUILD/kurento-module-creator-3.0.6'
mh_unpatchpoms -pkurento-module-creator
rm -f -f debian/stamp-poms-patched
make[1]: Leaving directory 
'/usr/src/packages/BUILD/kurento-module-creator-3.0.6'
dh_clean
mh_unpatchpoms -pkurento-module-creator
rm -f -f debian/stamp-poms-patched
mh_clean
 debian/rules build
test -x debian/rules
mkdir -p "."
mh_lspoms --non-interactive --offline -pkurento-module-creator --force
Analysing pom.xml...
The list of POM files is now in debian/kurento-module-creator.poms
/usr/share/maven-debian-helper/copy-repo.sh 
/usr/src/packages/BUILD/kurento-module-creator-3.0.6/debian
mh_patchpoms -pkurento-module-creator --debian-build --keep-pom-version 
--maven-repo=/usr/src/packages/BUILD/kurento-module-creator-3.0.6/debian/maven-repo
  --build-no-docs
touch debian/stamp-poms-patched
# before-build target may be used to unpatch the pom files, so we need to check 
if
# patching the pom files is needed here, normally not
if [ ! -f pom.xml.save ]; then \
      /usr/bin/make -f debian/rules patch-poms; \
fi
cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar  
-Dclassworlds.conf=/etc/maven2/m2-debian-nodocs.conf 
org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
-Dmaven.repo.local=/usr/src/packages/BUILD/kurento-module-creator-3.0.6/debian/maven-repo
  package
[INFO]
NOTE: Maven is executing in offline mode. Any artifacts not already in your 
local
repository will be inaccessible.

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building kurento-module-creator
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 42 resources
[INFO] Copying 1 resource
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.freemarker:freemarker:jar:debian

Reason: Cannot find parent: org.sonatype.oss:oss-parent for project: 
org.freemarker:freemarker:jar:debian for project 
org.freemarker:freemarker:jar:debian


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 seconds
[INFO] Finished at: Tue Oct 28 12:23:47 UTC 2014
[INFO] Final Memory: 7M/17M
[INFO] ------------------------------------------------------------------------
/usr/share/cdbs/1/class/maven.mk:87: recipe for target 'mvn-build' failed
make: *** [mvn-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
Source: libfreemarker-java
Source-Version: 2.3.20-4

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 767...@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: Tue, 28 Oct 2014 16:58:52 +0100
Source: libfreemarker-java
Binary: libfreemarker-java libfreemarker-java-doc
Architecture: source all
Version: 2.3.20-4
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: 767115
Changes:
 libfreemarker-java (2.3.20-4) unstable; urgency=medium
 .
   * Ignore the parent pom org.sonatype.oss:oss-parent (Closes: #767115)
   * Standards-Version updated to 3.9.6 (no changes)
   * debian/watch: Fixed the detection of the versions 1.6.x
Checksums-Sha1:
 fdd9d2588eb55354bedfe8b9ebc518d6c29e09cd 2695 libfreemarker-java_2.3.20-4.dsc
 a5476d4aa357e7e8ccf46a5fadfbebedcb4bf1d8 12696 
libfreemarker-java_2.3.20-4.debian.tar.xz
 a563d67c55fb4e3082930d70b649c5b75b67a6eb 914474 
libfreemarker-java_2.3.20-4_all.deb
 25bcfc0cf9c7451a8fbba325781c0aad7a4d4100 284292 
libfreemarker-java-doc_2.3.20-4_all.deb
Checksums-Sha256:
 0261a26d5ced55a8c45b42b4a46bb4db4c6eef6122a2108e1696d196a9142758 2695 
libfreemarker-java_2.3.20-4.dsc
 cb16d04d0f428729f93e86de580bb484a53c97208e9bc215acdf58efac47e92b 12696 
libfreemarker-java_2.3.20-4.debian.tar.xz
 dac17c675db5bfb90ccc61f138adb4a8cb6d502142e73ec38b0fc5dee70d7372 914474 
libfreemarker-java_2.3.20-4_all.deb
 55ea344a06e05882114f805bc600509d01a81eee9460872d2d7ed5ef40b0d5e3 284292 
libfreemarker-java-doc_2.3.20-4_all.deb
Files:
 606224d2031f0e81cc750250ab977279 2695 java optional 
libfreemarker-java_2.3.20-4.dsc
 b9bdc45dab98d1f20322ff606476d568 12696 java optional 
libfreemarker-java_2.3.20-4.debian.tar.xz
 9a4faf0d94e104e26f965ecca710e698 914474 java optional 
libfreemarker-java_2.3.20-4_all.deb
 56bea1273a5d597e86e35753de7839d4 284292 doc optional 
libfreemarker-java-doc_2.3.20-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJUT75/AAoJEPUTxBnkudCsnyMQAImP6y48Ox5kUlEXcmDJzsV3
40hVguvUXm22qc55lyiXJHQZyJMim0HsDJ214g5w3WDmTQPykKgNi1SK8K/W34Ij
4QR/rjyK/yOC7HIDP3hh6T5ZTIRhGEiAy8WCjbo15Xmt4vns3QF/FS9pjYfWKte1
PVgEFN1ZWWJ9sPKJgETz3bzML/633m4jb8z9rG4wowb3XPquFBoh8fXbUoJwSMj1
2MPPvT0cdLw/41Cqt1EIdqjF2U5BGHX0827aiyeGkfoJMX7ODs088pAWhgiSTSFN
uNq/H3s1iCv+idGM50JhaPr8TCcXPMIqTQCAYAISciQaidTVa/2Wlf7s7dgZvL13
UUzZAPpmwibJqDSeiTK2Tol7hljRWNYZYCZUU4vGPC1Z440GEu98r6G0AzY0/WHC
AcWpqCA9HE+0g+F/VFVUf2i/5GCORpAmg+cpij6KhrZmcooOa2u3tPp47NkxNWqy
wEYssoDbDSqD8rdxz/FYlr1M9sML2LHWn0YAR1XJoI9GADwL3KklkcbLFscMpWQP
V8OdQ9+w4BN9kFLkSxlGMNqbdQqiQ3GDBL02Xyi6sJ8vwpYNfu7eMGjI741WAM7Y
xeBP4GHeiWWGnLXdswxkSNKmH+dmP63DYe/IR2ok5I0o1IdC0T4DImTs7KV+J9nf
uiwy5cmA8xfZuAAxkpTV
=ZNi9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to