Your message dated Wed, 03 Sep 2014 10:06:12 +0000
with message-id <e1xp7s8-00054l...@franck.debian.org>
and subject line Bug#760160: fixed in openjdk-7 7u65-2.5.2-2
has caused the Debian Bug report #760160,
regarding openjdk-7: FTBFS[openjdk-7]: regression in jamvm build system?
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.)
--
760160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760160
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openjdk-7
Version: 7u65-2.5.2-1
Severity: serious
Tags: patch
Hi,
jamvm/configure.ac had been patched for kfreebsd-amd64, but the
configure file is no longer being generated from it during the
build.
If that was an intended change, we'll need to amend
kfreebsd-support-jamvm.diff to patch the configure file shipped by
upstream. (Please find new version of this patch attached).
Thanks.
https://buildd.debian.org/status/fetch.php?pkg=openjdk-7&arch=kfreebsd-amd64&ver=7u65-2.5.1-5&stamp=1408934369
| cd jamvm/jamvm && \
| ./autogen.sh --with-java-runtime-library=openjdk7 \
| --prefix=/«PKGBUILDDIR»/build/jamvm/install \
| CFLAGS='-g -fstack-protector-strong -Wformat -Werror=format-security -O3'
LDFLAGS='-Wl,-z,relro' CPPFLAGS='-D_FORTIFY_SOURCE=2' CXXFLAGS='-g
-fstack-protector-strong -Wformat -Werror=format-security -O3'; \
| /usr/bin/make ; \
| /usr/bin/make install
https://buildd.debian.org/status/fetch.php?pkg=openjdk-7&arch=kfreebsd-amd64&ver=7u65-2.5.2-1&stamp=1409569283
| cd jamvm/jamvm && \
| ./configure --with-java-runtime-library=openjdk7 \
| --prefix=/«PKGBUILDDIR»/build/jamvm/install \
| CFLAGS='-g -fstack-protector-strong -Wformat -Werror=format-security -O3'
LDFLAGS='-Wl,-z,relro' CPPFLAGS='-D_FORTIFY_SOURCE=2' CXXFLAGS='-g
-fstack-protector-strong -Wformat -Werror=format-security -O3'; \
| /usr/bin/make ; \
| /usr/bin/make install
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: kfreebsd-amd64 (x86_64)
Kernel: kFreeBSD 9.0-2-amd64-xenhvm-ipsec
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description:
- Add iddef TIOCINQ = FIONREAD
jamvm/src/classlib/openjdk/jvm.c
- Update configure for kfreebsd-amd64
jamvm/jamvm/configure.ac
Author: Damien Raude-Morvan <draz...@debian.org>
Last-Update: 2011-08-05
Forwarded: no
--- jamvm/jamvm/configure.orig
+++ jamvm/jamvm/configure
@@ -39,6 +39,7 @@
i386-*-freebsd*) host_os=bsd libdl_needed=no ;;
i386-*-solaris*) host_cpu=x86 host_os=solaris ;;
x86_64-*-linux*) host_os=linux ;;
+x86_64-*-kfreebsd*) host_os=linux ;;
hppa*-*-linux*) host_cpu=parisc host_os=linux ;;
mips*-*-linux*) host_cpu=mips host_os=linux ;;
x86_64-*-openbsd*) host_os=bsd libdl_needed=no ;;
--- jamvm/jamvm/configure.ac.orig
+++ jamvm/jamvm/configure.ac
@@ -39,6 +39,7 @@
i386-*-freebsd*) host_os=bsd libdl_needed=no ;;
i386-*-solaris*) host_cpu=x86 host_os=solaris ;;
x86_64-*-linux*) host_os=linux ;;
+x86_64-*-kfreebsd*) host_os=linux ;;
hppa*-*-linux*) host_cpu=parisc host_os=linux ;;
mips*-*-linux*) host_cpu=mips host_os=linux ;;
x86_64-*-openbsd*) host_os=bsd libdl_needed=no ;;
--- jamvm/jamvm/src/classlib/openjdk/jvm.c.orig
+++ jamvm/jamvm/src/classlib/openjdk/jvm.c
@@ -64,6 +64,10 @@
#define have_monotonic_clock FALSE
#endif
+#ifndef TIOCINQ
+#define TIOCINQ FIONREAD
+#endif
+
static Class *cloneable_class, *constant_pool_class;
static Class *exception_class, *runtime_excp_class;
--- End Message ---
--- Begin Message ---
Source: openjdk-7
Source-Version: 7u65-2.5.2-2
We believe that the bug you reported is fixed in the latest version of
openjdk-7, 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 760...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <d...@ubuntu.com> (supplier of updated openjdk-7 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, 02 Sep 2014 22:48:03 +0200
Source: openjdk-7
Binary: openjdk-7-jdk openjdk-7-jre-headless openjdk-7-jre openjdk-7-jre-lib
openjdk-7-demo openjdk-7-source openjdk-7-doc openjdk-7-dbg icedtea-7-jre-jamvm
openjdk-7-jre-zero
Architecture: source amd64 all
Version: 7u65-2.5.2-2
Distribution: unstable
Urgency: medium
Maintainer: OpenJDK Team <open...@lists.launchpad.net>
Changed-By: Matthias Klose <d...@ubuntu.com>
Description:
icedtea-7-jre-jamvm - Alternative JVM for OpenJDK, using JamVM
openjdk-7-dbg - Java runtime based on OpenJDK (debugging symbols)
openjdk-7-demo - Java runtime based on OpenJDK (demos and examples)
openjdk-7-doc - OpenJDK Development Kit (JDK) documentation
openjdk-7-jdk - OpenJDK Development Kit (JDK)
openjdk-7-jre - OpenJDK Java runtime, using ${vm:Name}
openjdk-7-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
openjdk-7-jre-lib - OpenJDK Java runtime (architecture independent libraries)
openjdk-7-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
openjdk-7-source - OpenJDK Development Kit (JDK) source files
Closes: 760160
Changes:
openjdk-7 (7u65-2.5.2-2) unstable; urgency=medium
.
* Update JamVM patch for kfreebsd (Steven Chamberlain). Closes: #760160.
Checksums-Sha1:
ffe83a7716fc2c9d62b345075123e076a9055e7d 4042 openjdk-7_7u65-2.5.2-2.dsc
3cfd546467947eb87065547393485c54d5011068 157752
openjdk-7_7u65-2.5.2-2.debian.tar.xz
04d32a2ee4643beca19e89116e2cbcad9bdb65f0 16036586
openjdk-7-jdk_7u65-2.5.2-2_amd64.deb
a76a2299f0da7dda2cba5e589ed101c2e2b3a1d4 39683992
openjdk-7-jre-headless_7u65-2.5.2-2_amd64.deb
eaf6d748ddb772faa97ae41950ff6fa14d171718 188612
openjdk-7-jre_7u65-2.5.2-2_amd64.deb
a21d55c3f273e211fb0cd3a4b6cc6972d7632b56 1886590
openjdk-7-demo_7u65-2.5.2-2_amd64.deb
37d80161a9bf6c5f70d6ccc69799a4a3d2141cb4 74695538
openjdk-7-dbg_7u65-2.5.2-2_amd64.deb
d7b360c6887e845e1552f7be4735963ff35ef49b 480644
icedtea-7-jre-jamvm_7u65-2.5.2-2_amd64.deb
b638a4b7cf65193520809816557ea820ae135c88 1957116
openjdk-7-jre-zero_7u65-2.5.2-2_amd64.deb
705b5afb3fb3ed53fdca3ce98a0a028d0d7efffc 72974
openjdk-7-jre-lib_7u65-2.5.2-2_all.deb
eb75721fe9810aae9c66f590659e0c848077bcac 39935482
openjdk-7-source_7u65-2.5.2-2_all.deb
4449fefe48183324c27ab8d6ef4e30d9183ef61b 10901352
openjdk-7-doc_7u65-2.5.2-2_all.deb
Checksums-Sha256:
bab94d0ed05c39d00584746a12405038caae30f1ae15641b6d0da433b5a8c3fa 4042
openjdk-7_7u65-2.5.2-2.dsc
48ae9178f282bac80b81140654f9d37e7922396f4ce3255a636b3d6bce9292dd 157752
openjdk-7_7u65-2.5.2-2.debian.tar.xz
c8dded246eb6e33d90b3438a7dbb11c338cb0eb6e8d5a12aaaacc73c00b73675 16036586
openjdk-7-jdk_7u65-2.5.2-2_amd64.deb
8ef18f969a00bf4844396be5bdb607c40b24b2c382fcc3cdc01a45377f332747 39683992
openjdk-7-jre-headless_7u65-2.5.2-2_amd64.deb
a00fab8d166f3c192b6a81f4978a836f0f5c11688afabe3ce9f74a1c7e8d469a 188612
openjdk-7-jre_7u65-2.5.2-2_amd64.deb
009ddd3d262108ac4b14d0f2f815464887d923acf6f48ada6ac9ac305afcf901 1886590
openjdk-7-demo_7u65-2.5.2-2_amd64.deb
811e90f835bb1b5a70645c8bdc7d4ad6e1c440d9b375148e2a4a1ec9dd3b8214 74695538
openjdk-7-dbg_7u65-2.5.2-2_amd64.deb
9efe80ebb2de377cc8cc420f1e3ce416861b81937985cd0327e7d46ddb192891 480644
icedtea-7-jre-jamvm_7u65-2.5.2-2_amd64.deb
372cfbbf9cefcb48f520957fc20e20b4c0a64e7c1d1e5223f4bfd735e0681541 1957116
openjdk-7-jre-zero_7u65-2.5.2-2_amd64.deb
bce2ced25a36c49edaf57615d6f1a0a794c1a0bb2c7240095bea5de193d3fd5a 72974
openjdk-7-jre-lib_7u65-2.5.2-2_all.deb
b293ac52f5b50c118b1ff9bd594f8604f71ba1462be3cf512419a063c15285ed 39935482
openjdk-7-source_7u65-2.5.2-2_all.deb
1b4c9b28e2472eb2f2d01d16e7ff7524d2f57c602d106b23994b79b281550487 10901352
openjdk-7-doc_7u65-2.5.2-2_all.deb
Files:
ff3686148bf7a9f57c55175d91fd18c0 16036586 java optional
openjdk-7-jdk_7u65-2.5.2-2_amd64.deb
06971e956e1b75ebe61e405feff77b70 39683992 java optional
openjdk-7-jre-headless_7u65-2.5.2-2_amd64.deb
ceed73bf0bbd4ef3064f44ccd14378da 188612 java optional
openjdk-7-jre_7u65-2.5.2-2_amd64.deb
dc4bdf28b3bf0c3e1122c2a21128a89b 1886590 java extra
openjdk-7-demo_7u65-2.5.2-2_amd64.deb
b466d0914b0b6d5c357f77d20ff511df 74695538 debug extra
openjdk-7-dbg_7u65-2.5.2-2_amd64.deb
2dda6bb6a65c646f4310cc279dca8379 480644 java extra
icedtea-7-jre-jamvm_7u65-2.5.2-2_amd64.deb
54564a29d824699d197aded347a8df63 1957116 java extra
openjdk-7-jre-zero_7u65-2.5.2-2_amd64.deb
2beaa5916cdc6d1ea958aab22b52b128 72974 oldlibs extra
openjdk-7-jre-lib_7u65-2.5.2-2_all.deb
9374779e75d87921f7352be6698518c5 39935482 java extra
openjdk-7-source_7u65-2.5.2-2_all.deb
8a164f02eb9e41ca7fc9e7169a5e7ac0 10901352 doc extra
openjdk-7-doc_7u65-2.5.2-2_all.deb
acd19ea1a5f8aca0dc4d94487b020ec8 4042 java optional openjdk-7_7u65-2.5.2-2.dsc
bb9467657315cc559e3d8a53afc00a14 157752 java optional
openjdk-7_7u65-2.5.2-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlQG5Z8ACgkQStlRaw+TLJygLgCfc8m/NYUdQUyItTpnWZpLNzDV
3toAoJGqX2ir2qRvnDKXEhjrDo0MlCQs
=bt+W
-----END PGP SIGNATURE-----
--- End Message ---