Package: src:openjdk-7 Version: 7u51-2.4.4-1 Severity: serious Tags: patch https://buildd.debian.org/status/package.php?p=openjdk-7 > Checking debian/patches/kfreebsd-support-hotspot.diff > 1 out of 11 hunks FAILED > ERROR patch debian/patches/kfreebsd-support-hotspot.diff FAILED! > WARNING make clean-patch before retrying a fix > make[1]: *** [stamps/patch.stamp] Error 2 > make[1]: Leaving directory `/«PKGBUILDDIR»/build' > make: *** [stamps/build] Error 1
Fuzz in the above mentioned patch is fixed by the attached diff. It then proceeds to building; this is taking quite some time on my machine so I don't know if there will be other issues yet. 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 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru a/openjdk-7-7u51-2.4.4/debian/patches/kfreebsd-support-hotspot.diff b/openjdk-7-7u51-2.4.4/debian/patches/kfreebsd-support-hotspot.diff --- a/openjdk-7-7u51-2.4.4/debian/patches/kfreebsd-support-hotspot.diff 2014-01-21 22:09:45.487113966 +0000 +++ b/openjdk-7-7u51-2.4.4/debian/patches/kfreebsd-support-hotspot.diff 2014-01-21 21:40:37.267075421 +0000 @@ -350,7 +350,7 @@ +#endif address os::current_stack_pointer() { - #if defined(SPARC) && !defined(ZERO)_WORKS + #ifdef SPARC_WORKS @@ -113,15 +163,27 @@ }