Your message dated Fri, 05 Jul 2013 13:33:10 +0000
with message-id <e1uv68m-0005ab...@franck.debian.org>
and subject line Bug#678032: fixed in libiscwt-java 5.3.20100629-3
has caused the Debian Bug report #678032,
regarding libiscwt-java: FTBFS with OpenJDK-7 - uses "internal proprietary API" 
which has changed
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.)


-- 
678032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libiscwt-java
Version: 5.3.20100629-2
Severity: normal
User: ubuntu-de...@lists.ubuntu.com
Usertags: openjdk-7-transition

Hi,

This package FTBFS with OpenJDK-7 as default-java (can be tested by using
default-jdk from experimental).  Attached is the full log, but the relevant
parts have been inlined here:

"""
find src -name *.java -and -type f -print0 | xargs -0 
/usr/lib/jvm/default-java/bin/javac -cp 
/usr/share/java/isnativec.jar:/usr/share/java/isfreetype.jar:/usr/share/java/isrt.jar:rt.jar:/usr/share/java/swt.jar:debian/_jh_build.iscwt
 -d debian/_jh_build.iscwt -source 1.5
warning: [options] bootstrap class path not set in conjunction with -source 1.5
src/de/intarsys/cwt/font/truetype/TTFontParser.java:175: warning: unmappable 
character for encoding ASCII
         *  UFWORD        advanceWidthMax        Maximum advance width value in 
?hmtx? table.
                                                                                
^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:175: warning: unmappable 
character for encoding ASCII
         *  UFWORD        advanceWidthMax        Maximum advance width value in 
?hmtx? table.
                                                                                
     ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:176: warning: unmappable 
character for encoding ASCII
         *  FWORD        minLeftSideBearing        Minimum left sidebearing 
value in ?hmtx? table.
                                                                                
     ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:176: warning: unmappable 
character for encoding ASCII
         *  FWORD        minLeftSideBearing        Minimum left sidebearing 
value in ?hmtx? table.
                                                                                
          ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:187: warning: unmappable 
character for encoding ASCII
         *  USHORT        numberOfHMetrics        Number of hMetric entries in  
?hmtx? table; may be smaller than the total number of glyphs in the font.
                                                                                
^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:187: warning: unmappable 
character for encoding ASCII
         *  USHORT        numberOfHMetrics        Number of hMetric entries in  
?hmtx? table; may be smaller than the total number of glyphs in the font.
                                                                                
     ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:351: warning: unmappable 
character for encoding ASCII
         *  ULONG        ulUnicodeRange1        Bits 0?31
                                                      ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:352: warning: unmappable 
character for encoding ASCII
         *  ULONG        ulUnicodeRange2        Bits 32?63
                                                       ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:353: warning: unmappable 
character for encoding ASCII
         *  ULONG        ulUnicodeRange3        Bits 64?95
                                                       ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:354: warning: unmappable 
character for encoding ASCII
         *  ULONG        ulUnicodeRange4        Bits 96?127
                                                       ^
src/de/intarsys/cwt/font/FontEnvironment.java:43: warning: FontManager is 
internal proprietary API and may be removed in a future release
import sun.font.FontManager;
               ^
src/de/intarsys/cwt/swt/image/ImageConverterAwt2Swt.java:53: warning: 
ByteInterleavedRaster is internal proprietary API and may be removed in a 
future release
import sun.awt.image.ByteInterleavedRaster;
                    ^
src/de/intarsys/cwt/swt/image/ImageConverterAwt2Swt.java:54: warning: 
BytePackedRaster is internal proprietary API and may be removed in a future 
release
import sun.awt.image.BytePackedRaster;
                    ^
src/de/intarsys/cwt/font/FontEnvironment.java:105: warning: FontManager is 
internal proprietary API and may be removed in a future release
                definition = FontManager.getFontPath(true);
                             ^
src/de/intarsys/cwt/font/FontEnvironment.java:105: error: cannot find symbol
                definition = FontManager.getFontPath(true);
                                        ^
  symbol:   method getFontPath(boolean)
  location: interface FontManager
src/de/intarsys/cwt/swt/image/ImageConverterAwt2Swt.java:290: warning: 
ByteInterleavedRaster is internal proprietary API and may be removed in a 
future release
                } else if (raster instanceof ByteInterleavedRaster) {
                                             ^
src/de/intarsys/cwt/swt/image/ImageConverterAwt2Swt.java:292: warning: 
ByteInterleavedRaster is internal proprietary API and may be removed in a 
future release
                        bytes = ((ByteInterleavedRaster) 
raster).getDataStorage();
                                  ^
src/de/intarsys/cwt/swt/image/ImageConverterAwt2Swt.java:293: warning: 
BytePackedRaster is internal proprietary API and may be removed in a future 
release
                } else if (raster instanceof BytePackedRaster) {
                                             ^
src/de/intarsys/cwt/swt/image/ImageConverterAwt2Swt.java:295: warning: 
BytePackedRaster is internal proprietary API and may be removed in a future 
release
                        bytes = ((BytePackedRaster) raster).getDataStorage();
                                  ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
19 warnings
"""

~Niels
Complete layout information:
        buildArea=<builddir>/build-area
        origDir=<builddir>/tarballs
        trunkDir=<builddir>/libiscwt-java
        trunkUrl=svn+ssh://svn.debian.org/svn/pkg-java/trunk/libiscwt-java
dpkg-checkbuilddeps
<builddir>/build-area/libiscwt-java-5.3.20100629 exists, renaming to 
/home/moon/debian/test-build/java7/build-area/libiscwt-java-5.3.20100629.obsolete.0.983080024671839
mergeWithUpstream mode detected, looking for 
<builddir>/tarballs/libiscwt-java_5.3.20100629.orig.tar.gz
I: mergeWithUpstream property set, looking for upstream source tarball...
 tar --no-same-owner --no-same-permissions --extract --gzip --file 
<builddir>/tarballs/libiscwt-java_5.3.20100629.orig.tar.gz --directory <1 more 
argument>
 mv <builddir>/build-area/tmp-0.822409086951183/libiscwt-java-5.3.20100629 
/home/moon/debian/test-build/java7/build-area/libiscwt-java-5.3.20100629
 mkdir -p <builddir>/build-area/libiscwt-java-5.3.20100629/debian 
/home/moon/debian/test-build/java7/build-area/libiscwt-java-5.3.20100629/debian/source
 cp --parents -laf debian/README.source debian/control debian/copyright 
debian/changelog debian/source/format debian/README.Debian debian/watch 
debian/javabuild <6 more arguments>
rm -rf <builddir>/build-area/tmp-0.822409086951183
chmod -R u+r+w+X,g+r-w+X,o+r-w+X -- 
<builddir>/build-area/libiscwt-java-5.3.20100629
dpkg-buildpackage -us -uc -tc
dpkg-buildpackage: source package libiscwt-java
dpkg-buildpackage: source version 5.3.20100629-2
dpkg-buildpackage: source changed by Niels Thykier <ni...@thykier.net>
 dpkg-source --before-build libiscwt-java-5.3.20100629
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh --with javahelper clean
   dh_testdir
   dh_auto_clean
   jh_clean
   dh_clean
 dpkg-source -b libiscwt-java-5.3.20100629
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building libiscwt-java using existing 
./libiscwt-java_5.3.20100629.orig.tar.gz
dpkg-source: info: building libiscwt-java in 
libiscwt-java_5.3.20100629-2.debian.tar.gz
dpkg-source: info: building libiscwt-java in libiscwt-java_5.3.20100629-2.dsc
 debian/rules build
dh --with javahelper build
   dh_testdir
   dh_auto_configure
   jh_linkjars
   dh_auto_build
   jh_build
find src -name *.java -and -type f -print0 | xargs -0 
/usr/lib/jvm/default-java/bin/javac -cp 
/usr/share/java/isnativec.jar:/usr/share/java/isfreetype.jar:/usr/share/java/isrt.jar:rt.jar:/usr/share/java/swt.jar:debian/_jh_build.iscwt
 -d debian/_jh_build.iscwt -source 1.5
warning: [options] bootstrap class path not set in conjunction with -source 1.5
src/de/intarsys/cwt/font/truetype/TTFontParser.java:175: warning: unmappable 
character for encoding ASCII
         *  UFWORD        advanceWidthMax        Maximum advance width value in 
?hmtx? table.
                                                                                
^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:175: warning: unmappable 
character for encoding ASCII
         *  UFWORD        advanceWidthMax        Maximum advance width value in 
?hmtx? table.
                                                                                
     ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:176: warning: unmappable 
character for encoding ASCII
         *  FWORD        minLeftSideBearing        Minimum left sidebearing 
value in ?hmtx? table.
                                                                                
     ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:176: warning: unmappable 
character for encoding ASCII
         *  FWORD        minLeftSideBearing        Minimum left sidebearing 
value in ?hmtx? table.
                                                                                
          ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:187: warning: unmappable 
character for encoding ASCII
         *  USHORT        numberOfHMetrics        Number of hMetric entries in  
?hmtx? table; may be smaller than the total number of glyphs in the font.
                                                                                
^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:187: warning: unmappable 
character for encoding ASCII
         *  USHORT        numberOfHMetrics        Number of hMetric entries in  
?hmtx? table; may be smaller than the total number of glyphs in the font.
                                                                                
     ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:351: warning: unmappable 
character for encoding ASCII
         *  ULONG        ulUnicodeRange1        Bits 0?31
                                                      ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:352: warning: unmappable 
character for encoding ASCII
         *  ULONG        ulUnicodeRange2        Bits 32?63
                                                       ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:353: warning: unmappable 
character for encoding ASCII
         *  ULONG        ulUnicodeRange3        Bits 64?95
                                                       ^
src/de/intarsys/cwt/font/truetype/TTFontParser.java:354: warning: unmappable 
character for encoding ASCII
         *  ULONG        ulUnicodeRange4        Bits 96?127
                                                       ^
src/de/intarsys/cwt/font/FontEnvironment.java:43: warning: FontManager is 
internal proprietary API and may be removed in a future release
import sun.font.FontManager;
               ^
src/de/intarsys/cwt/swt/image/ImageConverterAwt2Swt.java:53: warning: 
ByteInterleavedRaster is internal proprietary API and may be removed in a 
future release
import sun.awt.image.ByteInterleavedRaster;
                    ^
src/de/intarsys/cwt/swt/image/ImageConverterAwt2Swt.java:54: warning: 
BytePackedRaster is internal proprietary API and may be removed in a future 
release
import sun.awt.image.BytePackedRaster;
                    ^
src/de/intarsys/cwt/font/FontEnvironment.java:105: warning: FontManager is 
internal proprietary API and may be removed in a future release
                definition = FontManager.getFontPath(true);
                             ^
src/de/intarsys/cwt/font/FontEnvironment.java:105: error: cannot find symbol
                definition = FontManager.getFontPath(true);
                                        ^
  symbol:   method getFontPath(boolean)
  location: interface FontManager
src/de/intarsys/cwt/swt/image/ImageConverterAwt2Swt.java:290: warning: 
ByteInterleavedRaster is internal proprietary API and may be removed in a 
future release
                } else if (raster instanceof ByteInterleavedRaster) {
                                             ^
src/de/intarsys/cwt/swt/image/ImageConverterAwt2Swt.java:292: warning: 
ByteInterleavedRaster is internal proprietary API and may be removed in a 
future release
                        bytes = ((ByteInterleavedRaster) 
raster).getDataStorage();
                                  ^
src/de/intarsys/cwt/swt/image/ImageConverterAwt2Swt.java:293: warning: 
BytePackedRaster is internal proprietary API and may be removed in a future 
release
                } else if (raster instanceof BytePackedRaster) {
                                             ^
src/de/intarsys/cwt/swt/image/ImageConverterAwt2Swt.java:295: warning: 
BytePackedRaster is internal proprietary API and may be removed in a future 
release
                        bytes = ((BytePackedRaster) raster).getDataStorage();
                                  ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
19 warnings
make: *** [build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
build command failed in <builddir>/build-area/libiscwt-java-5.3.20100629
Aborting.
W: build directory not purged!

--- End Message ---
--- Begin Message ---
Source: libiscwt-java
Source-Version: 5.3.20100629-3

We believe that the bug you reported is fixed in the latest version of
libiscwt-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 678...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
ShuxiongYe <yeshuxi...@gmail.com> (supplier of updated libiscwt-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: Fri, 05 Jul 2013 18:59:40 +0800
Source: libiscwt-java
Binary: libiscwt-java libiscwt-java-doc
Architecture: source all
Version: 5.3.20100629-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: ShuxiongYe <yeshuxi...@gmail.com>
Description: 
 libiscwt-java - abstractions and Java implementations for rendering PDF
 libiscwt-java-doc - Javadoc API description for isCWT
Closes: 678032
Changes: 
 libiscwt-java (5.3.20100629-3) unstable; urgency=low
 .
   [ Miguel Landaeta ]
   * Team upload.
   * Bump Standards-Version to 3.9.4. No changes were required.
   * Fix vcs-field-not-canonical lintian warning.
   * Fix extended-description-is-probably-too-short lintian warning.
   * Fix needless-dependency-on-jre lintian warning.
 .
   [ James Page ]
   * Fix FTBFS with openjdk-7 as default-jdk (LP: #888963) (Closes: 678032):
     - d/patches/java7-compat.patch: Update usage of FontManager for
       Java 7.
 .
   [ ShuxiongYe ]
   * Compatible with both openjdk-6 and openjdk-7
     - debian/patch/java6andjava7-compat.patch
Checksums-Sha1: 
 0672de591bd8b52ac7369f3ef0c1255926e314e4 1549 libiscwt-java_5.3.20100629-3.dsc
 69cc74fe4d9fba259eeca16fa313061685f603ab 4957 
libiscwt-java_5.3.20100629-3.debian.tar.gz
 e0c4d42bbdc2be9cc3651a91122f68a9d53fbeb4 89930 
libiscwt-java_5.3.20100629-3_all.deb
 d9e808608cb1e186d0f0ccc918b874bbe26dff74 119194 
libiscwt-java-doc_5.3.20100629-3_all.deb
Checksums-Sha256: 
 09aa600da44f610d323265a937b94183fa56450c5d1e85d1c191166577fc7423 1549 
libiscwt-java_5.3.20100629-3.dsc
 c7637403e9165b39ae469118ee9674781a8b775ca1de2317297797bd5219e58e 4957 
libiscwt-java_5.3.20100629-3.debian.tar.gz
 cba85904cb4744a06af0722a29449505f2cdd19736d8033fbc17e442c8e25572 89930 
libiscwt-java_5.3.20100629-3_all.deb
 5e7cdc8cb7ad35854f960dd016e2e931b29b4613d58aa092948c1618219f4099 119194 
libiscwt-java-doc_5.3.20100629-3_all.deb
Files: 
 465cc4bf62de8ef2bbf5a79a372a9c80 1549 java extra 
libiscwt-java_5.3.20100629-3.dsc
 abfacffa7a7814344fb9538a62593ccb 4957 java extra 
libiscwt-java_5.3.20100629-3.debian.tar.gz
 69d0088bbde072a0be75b72a984d5726 89930 java extra 
libiscwt-java_5.3.20100629-3_all.deb
 f955679cc5ec71753387f3540d0987f3 119194 doc extra 
libiscwt-java-doc_5.3.20100629-3_all.deb

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

iEYEARECAAYFAlHWyVUACgkQiOXXM92JlhC/pACfTia9XH97SNoXQVf8nWYcUOXW
M2IAoPYyYzCEvAfD3DJQ1tV4E0BjW4A5
=nfgI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to