Your message dated Fri, 24 Jul 2015 01:34:57 +0000
with message-id <[email protected]>
and subject line Bug#788982: fixed in openjdk-7 7u79-2.5.6-1
has caused the Debian Bug report #788982,
regarding openjdk-7: FTBFS on kfreebsd-*
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 [email protected]
immediately.)


-- 
788982: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788982
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:openjdk-7
Version: 7u79-2.5.5-1
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd

Hi,

openjdk-7 FTBFS on kfreebsd since 7u79-2.5.5-1:
| /«PKGBUILDDIR»/build/openjdk-boot/hotspot/agent/src/os/linux/libproc.h:41:26: 
fatal error: linux/ptrace.h: No such file or directory
|  #include <linux/ptrace.h>
|                           ^

Please find attached a simple patch to be appended to the existing
debian/patches/kfreebsd-support-hotspot.diff, tested to fix
the build on at least kfreebsd-amd64.

Thanks.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
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
--- openjdk/hotspot/agent/src/os/linux/libproc.h.orig
+++ openjdk/hotspot/agent/src/os/linux/libproc.h
@@ -38,7 +38,9 @@
 #include "libproc_md.h"
 #endif
 
+#ifdef __linux__
 #include <linux/ptrace.h>
+#endif
 
 /************************************************************************************
 

--- End Message ---
--- Begin Message ---
Source: openjdk-7
Source-Version: 7u79-2.5.6-1

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 23 Jul 2015 17:19:35 +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: 7u79-2.5.6-1
Distribution: unstable
Urgency: medium
Maintainer: OpenJDK Team <[email protected]>
Changed-By: Matthias Klose <[email protected]>
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: 786594 788982
Changes:
 openjdk-7 (7u79-2.5.6-1) unstable; urgency=medium
 .
   * IcedTea7 2.5.6 release (based on OpenJDK 7u79).
   * Security fixes
     - S8043202, CVE-2015-2808: Prohibit RC4 cipher suites.
     - S8067694, CVE-2015-2625: Improved certification checking.
     - S8071715, CVE-2015-4760: Tune font layout engine.
     - S8071731: Better scaling for C1.
     - S8072490: Better font morphing redux.
     - S8072887: Better font handling improvements.
     - S8073334: Improved font substitutions.
     - S8073773: Presume path preparedness.
     - S8073894: Getting to the root of certificate chains.
     - S8074330: Set font anchors more solidly.
     - S8074335: Substitute for substitution formats.
     - S8074865, CVE-2015-2601: General crypto resilience changes.
     - S8074871: Adjust device table handling.
     - S8075374, CVE-2015-4748: Responding to OCSP responses.
     - S8075378, CVE-2015-4749: JNDI DnsClient Exception Handling.
     - S8075738: Better multi-JVM sharing.
     - S8075833, CVE-2015-2613: Straighter Elliptic Curves.
     - S8075838: Method for typing MethodTypes.
     - S8075853, CVE-2015-2621: Proxy for MBean proxies.
     - S8076328, CVE-2015-4000: Enforce key exchange constraints.
     - S8076376, CVE-2015-2628: Enhance IIOP operations.
     - S8076397, CVE-2015-4731: Better MBean connections.
     - S8076401, CVE-2015-2590: Serialize OIS data.
     - S8076405, CVE-2015-4732: Improve serial serialization.
     - S8076409, CVE-2015-4733: Reinforce RMI framework.
     - S8077520, CVE-2015-2632: Morph tables into improved form.
     - PR2487, CVE-2015-4000: Make jdk8 mode the default for
       jdk.tls.ephemeralDHKeySize.
   * Update the kfreebsd hotspot support patch (Steven Chamberlain).
     Closes: #788982.
   * openjdk-7-jre: Recommend the real libgconf2-4 and libgnome2-0 packages.
     Closes: #786594.
Checksums-Sha1:
 a6b8f8a90d3ac3460a47f3df79c82dea2b6d3e82 4700 openjdk-7_7u79-2.5.6-1.dsc
 999c62b9184e1c0132424e3f400ab802d57d7663 64878206 
openjdk-7_7u79-2.5.6.orig.tar.gz
 17f22b1cb19006e68999d49f0372264cd912a169 213852 
openjdk-7_7u79-2.5.6-1.debian.tar.xz
 1e5fb5200a5807704664b860ebf4bc3500c4e696 486426 
icedtea-7-jre-jamvm_7u79-2.5.6-1_amd64.deb
 f32e4930411ed79d695a6a59ae87a0cecd0e55ee 75256722 
openjdk-7-dbg_7u79-2.5.6-1_amd64.deb
 d737defc3f649cab6b4a9dc06b23c33608bff90d 1886662 
openjdk-7-demo_7u79-2.5.6-1_amd64.deb
 46c603741e6691e62f1a5da7dc78c47ab90f08c5 10919092 
openjdk-7-doc_7u79-2.5.6-1_all.deb
 36360fbb5eb821525e3c867117e13be44d0ef514 16071074 
openjdk-7-jdk_7u79-2.5.6-1_amd64.deb
 6b3142fc7e9e718e6514f9a38873de6b55f48847 39714206 
openjdk-7-jre-headless_7u79-2.5.6-1_amd64.deb
 f08c28b9b5269232db37848ca5a861f49abb787d 75358 
openjdk-7-jre-lib_7u79-2.5.6-1_all.deb
 78f3bcf930ba968dc89ded5dad2a153ca52d51d0 1972560 
openjdk-7-jre-zero_7u79-2.5.6-1_amd64.deb
 b9841f792b47087d0a6628af3654a3a75555bdc0 174930 
openjdk-7-jre_7u79-2.5.6-1_amd64.deb
 18edffc42ab22b8db0d831e4487a5e70e216e4c6 39971788 
openjdk-7-source_7u79-2.5.6-1_all.deb
Checksums-Sha256:
 c8877206ddcd1d1062b832da79f152fc1e86fdd7810e7c8557df7e05d7d09302 4700 
openjdk-7_7u79-2.5.6-1.dsc
 34376bbbd75f975a0216d8ac3e759b10f40719aa4ce52a8f7c7887924505c07c 64878206 
openjdk-7_7u79-2.5.6.orig.tar.gz
 720b5bcc6b1491f41d398e61d0ec42e24e5dcc90ed9000f012d1d839e359dd8f 213852 
openjdk-7_7u79-2.5.6-1.debian.tar.xz
 9d1779ccec6b4773bc9d3d77fe36d917b3d3d0ad2a15eac7577d0a1e3d59c2d3 486426 
icedtea-7-jre-jamvm_7u79-2.5.6-1_amd64.deb
 5167ffced2d8ec4edc0aae94b4d04365d8535d691d71154ae998b3e3a96ff9c9 75256722 
openjdk-7-dbg_7u79-2.5.6-1_amd64.deb
 bd40a47e35412f43fcbdd1490834d3c238dc63e9b7ba254a341e20e658b7f23e 1886662 
openjdk-7-demo_7u79-2.5.6-1_amd64.deb
 a78683ab35078ade709484adcd7150e46bf6f32d8859bc201046e3703a8cd0db 10919092 
openjdk-7-doc_7u79-2.5.6-1_all.deb
 2b612aad6392cb5dbe7449f09f85cf15a45406c26e963f6cd84b71120b38871d 16071074 
openjdk-7-jdk_7u79-2.5.6-1_amd64.deb
 dabd60cfb43da3c7f44f99ab71158fa2af53c6a78bd45218a1fc4b813065ce97 39714206 
openjdk-7-jre-headless_7u79-2.5.6-1_amd64.deb
 aa0839be64103a184baece8c6eedcd6cc551625e0871f3035fea5c5536629005 75358 
openjdk-7-jre-lib_7u79-2.5.6-1_all.deb
 54d492527346b1e90a65107b39b32f06d763724e8d07eb2f71dc0993ff6fa024 1972560 
openjdk-7-jre-zero_7u79-2.5.6-1_amd64.deb
 f6c394c88fe16aefd7d6618e4ceb098cf762da2ed66b87467750e66d719c8845 174930 
openjdk-7-jre_7u79-2.5.6-1_amd64.deb
 9fa06e94f63bed5330b27f849d9961dad3e4199f5b46551160fded4267773e31 39971788 
openjdk-7-source_7u79-2.5.6-1_all.deb
Files:
 cff95c36e42a5f83a8ad0a812a35e7e5 4700 java optional openjdk-7_7u79-2.5.6-1.dsc
 6dc2ab0175379e0b05de87325a46cc3d 64878206 java optional 
openjdk-7_7u79-2.5.6.orig.tar.gz
 fe8c57bd57ea4cd7b8e73ebc079716a4 213852 java optional 
openjdk-7_7u79-2.5.6-1.debian.tar.xz
 68750841321f7ab749e88a2fc03f55b8 486426 java extra 
icedtea-7-jre-jamvm_7u79-2.5.6-1_amd64.deb
 948fff85b10eab2ea22ce706a0248929 75256722 debug extra 
openjdk-7-dbg_7u79-2.5.6-1_amd64.deb
 2a71f0ef1a6880cbee7c8c4dbfb99ff5 1886662 java extra 
openjdk-7-demo_7u79-2.5.6-1_amd64.deb
 3b88c5a9c1752b49d28735bbaa00bfaf 10919092 doc extra 
openjdk-7-doc_7u79-2.5.6-1_all.deb
 ae938c3ee182724fbb6162a5d720df64 16071074 java optional 
openjdk-7-jdk_7u79-2.5.6-1_amd64.deb
 ac336108c33afe0b2cd162b5d61a72b5 39714206 java optional 
openjdk-7-jre-headless_7u79-2.5.6-1_amd64.deb
 a62f73e37b6ea5f914a5d80944f60364 75358 oldlibs extra 
openjdk-7-jre-lib_7u79-2.5.6-1_all.deb
 28851f7d4aacd09ec0fcdf7003229527 1972560 java extra 
openjdk-7-jre-zero_7u79-2.5.6-1_amd64.deb
 4b6e2aa2a5e74b931fca7ba7e831d3ed 174930 java optional 
openjdk-7-jre_7u79-2.5.6-1_amd64.deb
 0c142c2bd8449cf59ad3be09a8f23420 39971788 java extra 
openjdk-7-source_7u79-2.5.6-1_all.deb

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

iQIcBAEBCAAGBQJVsZOPAAoJEL1+qmB3j6b17wsQANNmzddRjRrXFylTXl0uNyhf
BnKkiFW6p5Tw84ya5NjEA3jxMOQHSEu+NvRBl++bioUzKVD1nt8jtb5I16cBq5d/
kdCTCtsEcGp3tpckxktdYRZNXsiBj212sn49v5HEkr4BOGk/XXqeuA6zo4Ww494O
5bdWrzL1yEiWEkGF74V2nIJ3GstuU+zUS1qEfsS8h6zoXG3hhTbv6sye0nmNd6Vg
NBGpLkhYh3SqttYpyQopuRzFiMqRlekMdtDP7+Ks8XuXgpTtABwUJlUA2wOreN0L
1vtrotfsbC8p1V3h13vc8vgZ4exIL6XYiB/tG526gLQQMXmm9NjTj2BGSy6W1UnB
ChWTQswl+Hoy7rhOhgv/xC2NUDIx44kXOr2cRdd12FwPyrTRKLk4thyiWSPGJzGL
ZuItw7UCm4vrmbOZ3pLb7qq3I7E+6oV54CXjcolf21+9KCYNVbLEVhHiFgwKo9uY
jbk5J59gIO0Begn4d838M2gaHjOOUFdleL8ar7tVdMtigJQ9Kg/tEmEKW3yw0crw
yZwOd1Fm7rNK6eYiManDOLortvjlV2WYUjvUr0ATqX3XhXevaJKlQbnt2TpKBtoS
8zoU9Yc9UdJd+bHmvcOnxu/vKrkxgQ8gKFLiOP0r4RPM9xk/ce7QGqqr0RZtXkQP
uLQNrWL7B+Gr82nTxDU/
=Q3ES
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to