Your message dated Sun, 05 Apr 2009 05:17:04 +0000
with message-id <e1lqkja-0006b5...@ries.debian.org>
and subject line Bug#518281: fixed in midori 0.1.5-1
has caused the Debian Bug report #518281,
regarding FTBS: midori on pa-risc
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.)


-- 
518281: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518281
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: midori
Version: 0.1.2-1
Severity: serious
Tags: patch

midori fails to compile hppa [1].
The patch attached could help, I have no access to hppa box to say this
for sure :)
I talked to upstream and it is prefered to add a check for parisc
instead making libgkatze .so or adding -fPIC unconditional. Sould
someone test or test-build it?

[1]
https://buildd.debian.org/fetch.cgi?&pkg=midori&ver=0.1.2-1&arch=hppa&stamp=1234726742&file=log

Sebastian
>From b7767200c69be8720d0efdc898c818a4557a53c7 Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior <sebast...@breakpoint.cc>
Date: Wed, 4 Mar 2009 22:02:58 +0100
Subject: [PATCH] Always use -fPIC in libkatze

in the midori build:
- libkatze is compiled as a static library
- addons / extensions is compiled as a shared library

The extensions have to be build as .so and loaded at runtime. libkatze is
required by midori and should be built-in. Some of the extensions need symbols
which are exported by libkatze so we have to make libkatze -fPIC _or_ make a
.so as well.

Signed-off-by: Sebastian Andrzej Siewior <sebast...@breakpoint.cc>
---
 katze/wscript_build  |    3 +++
 midori/wscript_build |    6 ++++++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/katze/wscript_build b/katze/wscript_build
index 128fd35..4ee3c52 100644
--- a/katze/wscript_build
+++ b/katze/wscript_build
@@ -14,3 +14,6 @@ obj.install_path = None
 
 if platform.architecture ()[0] == '64bit':
     obj.env.append_value ('CCFLAGS', '-fPIC')
+
+if platform.machine() == 'parisc':
+    obj.env.append_value ('CCFLAGS', '-fPIC')
diff --git a/midori/wscript_build b/midori/wscript_build
index 91f5302..adee630 100644
--- a/midori/wscript_build
+++ b/midori/wscript_build
@@ -17,6 +17,9 @@ obj.install_path = None
 if platform.architecture ()[0] == '64bit':
     obj.env.append_value ('CCFLAGS', '-fPIC')
 
+if platform.machine() == 'parisc':
+    obj.env.append_value ('CCFLAGS', '-fPIC')
+
 obj = bld.new_task_gen ('cc', 'staticlib')
 obj.name = 'panels'
 obj.target = 'panels'
@@ -29,6 +32,9 @@ obj.install_path = None
 if platform.architecture ()[0] == '64bit':
     obj.env.append_value ('CCFLAGS', '-fPIC')
 
+if platform.machine() == 'parisc':
+    obj.env.append_value ('CCFLAGS', '-fPIC')
+
 obj = bld.new_task_gen ('cc', 'program')
 obj.target = 'midori'
 obj.includes = '. .. ../panels'
-- 
1.6.1.3


--- End Message ---
--- Begin Message ---
Source: midori
Source-Version: 0.1.5-1

We believe that the bug you reported is fixed in the latest version of
midori, which is due to be installed in the Debian FTP archive:

midori-dbg_0.1.5-1_amd64.deb
  to pool/main/m/midori/midori-dbg_0.1.5-1_amd64.deb
midori_0.1.5-1.diff.gz
  to pool/main/m/midori/midori_0.1.5-1.diff.gz
midori_0.1.5-1.dsc
  to pool/main/m/midori/midori_0.1.5-1.dsc
midori_0.1.5-1_amd64.deb
  to pool/main/m/midori/midori_0.1.5-1_amd64.deb
midori_0.1.5.orig.tar.gz
  to pool/main/m/midori/midori_0.1.5.orig.tar.gz



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 518...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Trent W. Buck <trentb...@gmail.com> (supplier of updated midori 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 05 Apr 2009 14:07:42 +1000
Source: midori
Binary: midori midori-dbg
Architecture: source amd64
Version: 0.1.5-1
Distribution: experimental
Urgency: low
Maintainer: Trent W. Buck <trentb...@gmail.com>
Changed-By: Trent W. Buck <trentb...@gmail.com>
Description: 
 midori     - fast, lightweight graphical web browser
 midori-dbg - fast, lightweight graphical web browser (debug symbols)
Closes: 518281 522436 522549
Changes: 
 midori (0.1.5-1) experimental; urgency=low
 .
   * New upstream release (Closes: #522549).
   * Cherry-pick -fPIC fix from upstream's git and remove previous
     kludge from debian/rules (Closes: #518281).
   * Don't allow linking with incompatibly old libsoup (Closes: #522436).
   * Use new "debug" section for midori-dbg.
   * As Midori is still immature, reduce its priority as an x-www-browser
     alternatives.  Mainly this is to keep Ubuntu's iceweasel users happy.
 .
     Long-term, I should collaborate with the other x-www-browser providers
     to agree on a numbering system (e.g. by popcon popularity).  Currently
     it is as follows:
 .
     20 conkeror, 30 chimera2, 50 dillo, 50 midori, 69 xlinks2,
     70 iceweasel, 70 kazehakase, 85 epiphany-gecko, 100 konqueror,
     100 netsurf, 120 galeon
Checksums-Sha1: 
 2cad1f5fcbe3790093041d93c548bc3a9fbfd0a8 1452 midori_0.1.5-1.dsc
 58bb86c046f9d685487ed12f49fa0035df6b2f58 523072 midori_0.1.5.orig.tar.gz
 d48b263733df7ced12683bb4bce0434fdb2eda98 10614 midori_0.1.5-1.diff.gz
 e4ff7ac40f8705caa1979b28e523ca2613df6c7a 406794 midori_0.1.5-1_amd64.deb
 5c60518f67adb5e7d03acb5d54d03d4c941bbe75 381532 midori-dbg_0.1.5-1_amd64.deb
Checksums-Sha256: 
 80ab4b1282fef67283892c265ef2db03810bd307d75470252868bb860cfa0233 1452 
midori_0.1.5-1.dsc
 af5a03b1c465f9ce4cd02cfd1c4bec9ea7d34d81d5372ad2abafb226f2a8a099 523072 
midori_0.1.5.orig.tar.gz
 1c30b3e29f5cf87f7983b87a532be5eb3a8624d95b64bb5f44ec1f54edc99da8 10614 
midori_0.1.5-1.diff.gz
 90fad73e8cd40143cb3facc12106c77e8e05f75cd8d85aa271e163bc16e3451e 406794 
midori_0.1.5-1_amd64.deb
 3ad05d32292887bc8f0684e6e8a39ed25439c38fa4d85532b0315477fe9e695c 381532 
midori-dbg_0.1.5-1_amd64.deb
Files: 
 61005dce66ea75a095183f17b7f09802 1452 web optional midori_0.1.5-1.dsc
 f3eaafec4caec1aab3fe4cf0542a51df 523072 web optional midori_0.1.5.orig.tar.gz
 28e5959f9e0ca1ee9cebf36d1d080205 10614 web optional midori_0.1.5-1.diff.gz
 943c8a6958cc9cefe997238b48f0dd98 406794 web optional midori_0.1.5-1_amd64.deb
 79b7b87a0191b217c241c80ba60c32fc 381532 debug extra 
midori-dbg_0.1.5-1_amd64.deb

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

iEYEARECAAYFAknYPogACgkQLpef9iTtxAYg4ACeK3LvzpkQoV9Yr9bTl+iQ0ec0
7pAAoNWp/uf/TpS5rL+tOP2x/FaUqBNg
=Upzw
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to