Your message dated Fri, 06 Mar 2015 12:36:42 +0000
with message-id <[email protected]>
and subject line Bug#776281: fixed in webkit2gtk 2.6.2+dfsg1-4
has caused the Debian Bug report #776281,
regarding webkit2gtk FTBFS on hppa architecture (patch attached)
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.)


-- 
776281: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776281
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: webkit2gtk
Version: 2.6.2+dfsg1
Severity: important
Tags: patch

This package fails to build, because it doesn't seem to detect the CPU 
correctly.
This is the current error log:
-- Found Perl: /usr/bin/perl (found suitable version "5.20.1", minimum required is 
"5.10.0")
-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.9", minimum required 
is "2.6.0")
-- Could NOT find Ruby (missing:  RUBY_INCLUDE_DIR RUBY_LIBRARY RUBY_CONFIG_INCLUDE_DIR) (found 
suitable version "2.1.0", minimum required is "1.8.7")
CMake Error at CMakeLists.txt:107 (message):
  Unknown CPU 'parisc64'
-- Configuring incomplete, errors occurred!

Full log: 
http://buildd.debian-ports.org/status/fetch.php?pkg=webkit2gtk&arch=hppa&ver=2.6.2%2Bdfsg1-3&stamp=1419989416

The attached trivial patch fixes this.
Can you please apply it for the next upload?

By the way, it seems ALPHA needs a similiar patch:
http://buildd.debian-ports.org/status/fetch.php?pkg=webkit2gtk&arch=alpha&ver=2.6.2%2Bdfsg1-3&stamp=1418386625

Thanks,
Helge
diff -up ./CMakeLists.txt.org ./CMakeLists.txt
--- ./CMakeLists.txt.org	2015-01-24 22:52:12.848653789 +0100
+++ ./CMakeLists.txt	2015-01-24 22:56:20.177210553 +0100
@@ -99,6 +99,8 @@ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR
     set(WTF_CPU_PPC64 1)
 elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64le")
     set(WTF_CPU_PPC64LE 1)
+elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "parisc*")
+    set(WTF_CPU_HPPA 1)
 elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "s390")
     set(WTF_CPU_S390 1)
 elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "s390x")
diff -up ./Source/JavaScriptCore/CMakeLists.txt.org ./Source/JavaScriptCore/CMakeLists.txt
--- ./Source/JavaScriptCore/CMakeLists.txt.org	2015-01-24 22:58:17.473475827 +0100
+++ ./Source/JavaScriptCore/CMakeLists.txt	2015-01-24 22:58:47.801544540 +0100
@@ -1056,6 +1056,7 @@ if (WTF_CPU_ARM)
         list(APPEND JavaScriptCore_SOURCES ${DERIVED_SOURCES_DIR}/GeneratedJITStubs.obj)
     endif ()
 elseif (WTF_CPU_ARM64)
+elseif (WTF_CPU_HPPA)
 elseif (WTF_CPU_PPC)
 elseif (WTF_CPU_PPC64)
 elseif (WTF_CPU_PPC64LE)

--- End Message ---
--- Begin Message ---
Source: webkit2gtk
Source-Version: 2.6.2+dfsg1-4

We believe that the bug you reported is fixed in the latest version of
webkit2gtk, 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.
Alberto Garcia <[email protected]> (supplier of updated webkit2gtk 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: Fri, 06 Mar 2015 09:33:11 +0200
Source: webkit2gtk
Binary: libjavascriptcoregtk-4.0-18 libjavascriptcoregtk-4.0-dev 
libjavascriptcoregtk-4.0-18-dbg libjavascriptcoregtk-4.0-bin 
gir1.2-javascriptcoregtk-4.0 libwebkit2gtk-4.0-37 libwebkit2gtk-4.0-dev 
libwebkit2gtk-4.0-doc libwebkit2gtk-4.0-37-dbg gir1.2-webkit2-4.0
Architecture: source amd64 all
Version: 2.6.2+dfsg1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian WebKit Maintainers 
<[email protected]>
Changed-By: Alberto Garcia <[email protected]>
Description:
 gir1.2-javascriptcoregtk-4.0 - JavaScript engine library from WebKitGTK+ - 
GObject introspection
 gir1.2-webkit2-4.0 - Web content engine library for GTK+ - GObject 
introspection data
 libjavascriptcoregtk-4.0-18 - JavaScript engine library from WebKitGTK+
 libjavascriptcoregtk-4.0-18-dbg - JavaScript engine library from WebKitGTK+ - 
debugging symbols
 libjavascriptcoregtk-4.0-bin - JavaScript engine library from WebKitGTK+ - 
command-line interpre
 libjavascriptcoregtk-4.0-dev - JavaScript engine library from WebKitGTK+ - 
development files
 libwebkit2gtk-4.0-37 - Web content engine library for GTK+
 libwebkit2gtk-4.0-37-dbg - Web content engine library for GTK+ - debugging 
symbols
 libwebkit2gtk-4.0-dev - Web content engine library for GTK+ - development files
 libwebkit2gtk-4.0-doc - Web content engine library for GTK+ - documentation
Closes: 776281 777589
Changes:
 webkit2gtk (2.6.2+dfsg1-4) unstable; urgency=medium
 .
   * debian/patches/fix-ftbfs-hppa.patch:
     + Fix FTBFS in HPPA (Closes: #776281).
   * debian/libwebkit2gtk-4.0-doc.links:
     + Add symbolic link to make the documentation appear in devhelp
       (Closes: #777589).
   * debian/patches/fix-gstreamer-leak.patch:
     + Fix memory leak in GStreamer code.
   * debian/patches/remote-inspector.patch:
     + Make the remote inspector work again.
   * debian/patches/render-block-cast.patch:
     + Fix invalid cast in WebCore::RenderBlock::blockSelectionGaps.
   * debian/patches/fix-jit-crash.patch:
     + Fix crash in SpeculativeJIT::compile() when loading theblaze.com.
   * debian/patches/fix-null-renderer.patch:
     + NULL pointer check in HTMLPlugInImageElement.
   * debian/patches/fix-integer-overflow.patch:
     + Fix crash due to integer overflow.
   * debian/patches/serialized-script-value.patch:
     + Prevent unsafe access to internal types.
   * debian/patches/http-latin1.patch:
     + HTTP header values should be treated as latin1, not UTF-8.
   * debian/patches/fix-null-string-conversion.patch:
     + Add NULL check to convertToUTF8String().
   * debian/patches/fix-timers-animations.patch:
     + Timers might never be fired during animations.
   * debian/patches/fix-ax-crash.patch:
     + Recursive crash at WebCore::accessibleNameForNode.
   * debian/patches/fix-clearselection-segfault.patch:
     + Fix segfault when calling clearSelection on a detached RenderObject.
   * debian/patches/fix-date.patch:
     + String(new Date(Mar 30 2014 01:00:00)) is wrong in CET.
   * debian/patches/check-tls-errors.patch:
     + Check TLS errors as soon as they are set in the SoupMessage.
Checksums-Sha1:
 e4fb384381d96850f5bb3ada120ac858ba37bbcf 3596 webkit2gtk_2.6.2+dfsg1-4.dsc
 162287dd3e6547b5dd71acf18e0eeb12ebc175b4 133436 
webkit2gtk_2.6.2+dfsg1-4.debian.tar.xz
 947f6ac0de944613e3fd5a0c4920bb0bd7c5979f 2094212 
libjavascriptcoregtk-4.0-18_2.6.2+dfsg1-4_amd64.deb
 358d68498d3eef49c2b86da8f65c4bedae412033 49458 
libjavascriptcoregtk-4.0-dev_2.6.2+dfsg1-4_amd64.deb
 91c4283cea7c9795ff885dfdd2ab347eda49978b 103041476 
libjavascriptcoregtk-4.0-18-dbg_2.6.2+dfsg1-4_amd64.deb
 14eeb1be6d07452644c86ef1369594987cb21172 71022 
libjavascriptcoregtk-4.0-bin_2.6.2+dfsg1-4_amd64.deb
 814ec0beffff666c1eb7be538000c06463c9ddf4 38562 
gir1.2-javascriptcoregtk-4.0_2.6.2+dfsg1-4_amd64.deb
 6733cc4702ddc8d87a0fff6eae4c4da1e93a26e9 15882006 
libwebkit2gtk-4.0-37_2.6.2+dfsg1-4_amd64.deb
 1f5e19ffc892affce7f58acee5ba586c9bb8554a 186014 
libwebkit2gtk-4.0-dev_2.6.2+dfsg1-4_amd64.deb
 466660c40c7d630ff5e823c07b43721344c67dae 155898 
libwebkit2gtk-4.0-doc_2.6.2+dfsg1-4_all.deb
 edb6f208828abf3e6154fd5697153823f0883c93 835217824 
libwebkit2gtk-4.0-37-dbg_2.6.2+dfsg1-4_amd64.deb
 be2b9ce7337e19fcf4b25bf4a6b44ae8558cfaf6 79062 
gir1.2-webkit2-4.0_2.6.2+dfsg1-4_amd64.deb
Checksums-Sha256:
 9f4123b72be3fba8b3f4aeaf6d6d7f981046c9df24d00ab5e7b81dace67ace34 3596 
webkit2gtk_2.6.2+dfsg1-4.dsc
 5469f047cdfa2b18efe22a540adb9b640475ca05e54691ad3973cddb13959a49 133436 
webkit2gtk_2.6.2+dfsg1-4.debian.tar.xz
 84b06a2ebbb43e7a8ad90b6bdbac3984c694001a220e0d621d977aa8ebfb78c7 2094212 
libjavascriptcoregtk-4.0-18_2.6.2+dfsg1-4_amd64.deb
 8d348f8ca97aff2501e230c287c4359f94121fa66bd1dc492b6cbeea84fa7390 49458 
libjavascriptcoregtk-4.0-dev_2.6.2+dfsg1-4_amd64.deb
 582444aaf0945a8b7b6aece5684ad261fda7a7c7a5db4dd9cec10304c95fe6ed 103041476 
libjavascriptcoregtk-4.0-18-dbg_2.6.2+dfsg1-4_amd64.deb
 50b125f478641c5fa65810ae36a5f8e3022d5f4d0deb069c4351882ad87b003b 71022 
libjavascriptcoregtk-4.0-bin_2.6.2+dfsg1-4_amd64.deb
 820b1f62c30f2715c427283593f8b2e4b874b61d5d027c2d894ab6a7a5338952 38562 
gir1.2-javascriptcoregtk-4.0_2.6.2+dfsg1-4_amd64.deb
 082237d8714dfe3a39ca0aa7cfc25d0c62db9977dc140ef368887878004dc3b0 15882006 
libwebkit2gtk-4.0-37_2.6.2+dfsg1-4_amd64.deb
 053474f63c5366221f4e443248f196ae7101f3a06c1ac98210f1226fe7277737 186014 
libwebkit2gtk-4.0-dev_2.6.2+dfsg1-4_amd64.deb
 a5cf6be411d26155f582304ff795bcc6e7a8a395de2fc69da0932e231735cd40 155898 
libwebkit2gtk-4.0-doc_2.6.2+dfsg1-4_all.deb
 e3179e8bc5d36e228263e81892ccac04dfe896bf68a0b22ca91c0bc01af81357 835217824 
libwebkit2gtk-4.0-37-dbg_2.6.2+dfsg1-4_amd64.deb
 0588e3622730c21f252ce4e39482181778023dc9b3f4c42038d24abe164385ca 79062 
gir1.2-webkit2-4.0_2.6.2+dfsg1-4_amd64.deb
Files:
 69cb3fc0805d81551476084cde1c2404 3596 web optional webkit2gtk_2.6.2+dfsg1-4.dsc
 0475fde594172b96e9a47d0e9855a683 133436 web optional 
webkit2gtk_2.6.2+dfsg1-4.debian.tar.xz
 4af58bd25a9fe9d41c39a9f788931952 2094212 libs optional 
libjavascriptcoregtk-4.0-18_2.6.2+dfsg1-4_amd64.deb
 987226c8c76b59c24de390aae9dbfcfe 49458 libdevel extra 
libjavascriptcoregtk-4.0-dev_2.6.2+dfsg1-4_amd64.deb
 4f7dd2e6cff14378a962433bfcb37d0c 103041476 debug extra 
libjavascriptcoregtk-4.0-18-dbg_2.6.2+dfsg1-4_amd64.deb
 c49f600ddce3d937c5ece7da9d7e103f 71022 interpreters optional 
libjavascriptcoregtk-4.0-bin_2.6.2+dfsg1-4_amd64.deb
 fd3045bb2859a909055659a9ad83fbd5 38562 introspection optional 
gir1.2-javascriptcoregtk-4.0_2.6.2+dfsg1-4_amd64.deb
 9b7e70c1e303410dff7fcd6cd7c0fda6 15882006 libs optional 
libwebkit2gtk-4.0-37_2.6.2+dfsg1-4_amd64.deb
 9f4ce8c309d7546c45f35ba9af4d9c01 186014 libdevel extra 
libwebkit2gtk-4.0-dev_2.6.2+dfsg1-4_amd64.deb
 6fd5ffd5caddc90dea81ea483533283e 155898 doc extra 
libwebkit2gtk-4.0-doc_2.6.2+dfsg1-4_all.deb
 d8f07f7449ce09df10cad7c7e46b7951 835217824 debug extra 
libwebkit2gtk-4.0-37-dbg_2.6.2+dfsg1-4_amd64.deb
 fe51232a95eb30bfcb7ba92211165d11 79062 introspection optional 
gir1.2-webkit2-4.0_2.6.2+dfsg1-4_amd64.deb

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

iQIVAwUBVPmXL74yGa8+1BNBAQiRNw//SCV6vvqNSjWRjom7y8dWw7xILlGwx8cm
6dvJ/NG7UR03UvphYRVy6XdZ7dzFq3OApX5i3yo3N5BA2odz5DMe0h9wxs/wKO16
eZOo26MNYHl6qqYPBYHGKP9QnCR1Me2kJYw2OnqZjG51l280wLjjU5YOa6IuZF7g
Z6Pyz3BRFWeLxceL6B+d2HxCCN6L2jf9m/LoJgpzVbrzuBy0i3ILhqsPXQM2Z9E/
mH7gInfhXhmBzLJgUQlkP9xy+l+1/rAXB5LC+DrcrzsZPk4+J9tblyITEOmPV/Vw
xjMXQUNGfcqKdbY34qJwiObsQ876JpOUhOgibzJpmw+IvJ+DvKXuePyQDlQ6qUzo
BWHFwXjqJ2m0RhZvxF4su6BSvqVsVZSqdQ9w9aJoh4dDxOCWF234UnugZB1TxNrb
assbk4VTTLlLMI2BWH+6AoYGc1l5Gobe2AgAoo9nAoozYw1BMMvAoEttncaVpOQy
cI1hJapwjHGhjEdiNL7RoTG5UNFwOLyBmPS8xDAwY1uaH97U5xw3PsKs05/HLMYk
D/3JxFxzuHBYfdHxAFkx7ko/Ld3pcIm7tUU1PZukIuIKc2ir4GQKHi7t4slVZWB6
t7i8HKiXOVtioid84LjT5CEaa2dknY7pc+GVQ2w2t72VhvdVmR6Agu1JrMB+d3hh
FbM9VmrilNY=
=LSf1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to