Your message dated Wed, 25 Mar 2009 01:32:04 +0000
with message-id <e1lmhyo-0004zk...@ries.debian.org>
and subject line Bug#518281: fixed in midori 0.1.4-2
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.4-2
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.4-2_i386.deb
to pool/main/m/midori/midori-dbg_0.1.4-2_i386.deb
midori_0.1.4-2.diff.gz
to pool/main/m/midori/midori_0.1.4-2.diff.gz
midori_0.1.4-2.dsc
to pool/main/m/midori/midori_0.1.4-2.dsc
midori_0.1.4-2_i386.deb
to pool/main/m/midori/midori_0.1.4-2_i386.deb
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: Sat, 21 Mar 2009 21:39:05 +1100
Source: midori
Binary: midori midori-dbg
Architecture: source i386
Version: 0.1.4-2
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: 509801 518281 519123 519854 520381
Changes:
midori (0.1.4-2) experimental; urgency=low
.
* Always use -fPIC. (Closes: #518281).
* Force rebuild with newer dependencies, to see what happens.
The next upstream release will require these version bumps anyway.
.
* Bump libsoup dependency to 2.25.2.
* Bump webkit dependency to 1.1 (Closes: #519854, #519123).
* Bump libunique dependency to 1.0.6 (Closes: #509801).
Note that 1.0.2 should work: only 1.0.4 is bad.
.
* Reintroduce quilt while we wait for the 3.0 source format.
* Add a Debian search to the default search list (Closes: #520381).
* Make the homepage a local file. See patch header for rationale.
.
* Use new dh 7.2 "overrides" style.
* Update copyright file.
* Remove stale CDBS dependency.
* Bump standards version to 3.8.1. No changes necessary.
Checksums-Sha1:
1046761d8041a1d98cca037c7dba890b7bc62f1a 1449 midori_0.1.4-2.dsc
113602809540c776ea5a90593058c39897b625fb 9657 midori_0.1.4-2.diff.gz
4b2e250bb55ee5a3825a58880e2a52e97506c6b5 396558 midori_0.1.4-2_i386.deb
f3c46f384128d2af5a274955eaa3e33d10e2659e 451486 midori-dbg_0.1.4-2_i386.deb
Checksums-Sha256:
20a8d0b4a86481af4ec4b7adb6de261a44cb1b038525e7e6c7b3e7a30a8f4fab 1449
midori_0.1.4-2.dsc
5814c17e769b81a551d51635043f5392aa42a620967e1ccf1e152021511a2735 9657
midori_0.1.4-2.diff.gz
2befccbef675da17b4635f4d2a60b9e1c199a26fbf9d5a2e1cc942915d3283f2 396558
midori_0.1.4-2_i386.deb
e63a833e167a5157b6697f361e259899c2b2a5ba7e63baf144cd733a9c22c976 451486
midori-dbg_0.1.4-2_i386.deb
Files:
f257c937a5ec9df6f7a68d5d901d2cde 1449 web optional midori_0.1.4-2.dsc
88f56d34c908688431f9ae6a98263fed 9657 web optional midori_0.1.4-2.diff.gz
fedbcbe5b81e55ff811f18ed3666ce2b 396558 web optional midori_0.1.4-2_i386.deb
dc5bdfbb24ff9372c4d0d9009c49c0f0 451486 devel extra midori-dbg_0.1.4-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAknG3j0ACgkQLpef9iTtxAZGngCfRDynvmECrSXGPgZ9vgloG8B5
AMAAn3r6Y1WVqGNlINrLJSaHCVwuM0/R
=pIAK
-----END PGP SIGNATURE-----
--- End Message ---