Your message dated Sat, 30 Aug 2014 09:22:55 +0000
with message-id <[email protected]>
and subject line Bug#752769: fixed in libxfce4util 4.10.1-2
has caused the Debian Bug report #752769,
regarding src:libxfce4util: FTBFS on ppc64el
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.)
--
752769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752769
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libxfce4util
Version: 4.10.1-1
Severity: normal
Tags: patch
Dear Maintainer,
On Ubuntu the attached patch was applied to achieve the following:
* Patch aclocal.m4 and configure to build on ppc64el.
Thanks for considering the patch.
Erwan Prioul.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Naur a/debian/patches/ppc64el.patch b/debian/patches/ppc64el.patch
--- a/debian/patches/ppc64el.patch 1970-01-01 01:00:00.000000000 +0100
+++ b/debian/patches/ppc64el.patch 2014-06-26 14:30:45.354375178 +0200
@@ -0,0 +1,54 @@
+diff -Naur a/aclocal.m4 b/aclocal.m4
+--- a/aclocal.m4 2014-06-26 14:08:28.606446225 +0200
++++ b/aclocal.m4 2014-06-26 14:12:48.802432396 +0200
+@@ -2060,7 +2060,10 @@
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_i386"
+ ;;
+- ppc64-*linux*|powerpc64-*linux*)
++ powerpc64le-*)
++ LD="${LD-ld} -m elf32lppclinux"
++ ;;
++ powerpc64-*)
+ LD="${LD-ld} -m elf32ppclinux"
+ ;;
+ s390x-*linux*)
+@@ -2079,7 +2082,10 @@
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_x86_64"
+ ;;
+- ppc*-*linux*|powerpc*-*linux*)
++ powerpcle-*)
++ LD="${LD-ld} -m elf64lppc"
++ ;;
++ powerpc-*)
+ LD="${LD-ld} -m elf64ppc"
+ ;;
+ s390*-*linux*|s390*-*tpf*)
+diff -Naur a/configure b/configure
+--- a/configure 2014-06-26 14:08:28.638446223 +0200
++++ b/configure 2014-06-26 14:16:51.938419473 +0200
+@@ -8281,7 +8281,10 @@
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_i386"
+ ;;
+- ppc64-*linux*|powerpc64-*linux*)
++ powerpc64le-*)
++ LD="${LD-ld} -m elf32lppclinux"
++ ;;
++ powerpc64-*)
+ LD="${LD-ld} -m elf32ppclinux"
+ ;;
+ s390x-*linux*)
+@@ -8300,7 +8303,10 @@
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_x86_64"
+ ;;
+- ppc*-*linux*|powerpc*-*linux*)
++ powerpcle-*)
++ LD="${LD-ld} -m elf64lppc"
++ ;;
++ powerpc-*)
+ LD="${LD-ld} -m elf64ppc"
+ ;;
+ s390*-*linux*|s390*-*tpf*)
diff -Naur a/debian/patches/series b/debian/patches/series
--- a/debian/patches/series 2014-06-26 14:32:43.130368918 +0200
+++ b/debian/patches/series 2014-06-26 14:36:43.094356164 +0200
@@ -1,2 +1,3 @@
01_add-desktop-base-in-config-dirs.patch
02_fix-abicheck.sh
+ppc64el.patch
--- End Message ---
--- Begin Message ---
Source: libxfce4util
Source-Version: 4.10.1-2
We believe that the bug you reported is fixed in the latest version of
libxfce4util, 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.
Yves-Alexis Perez <[email protected]> (supplier of updated libxfce4util 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: SHA512
Format: 1.8
Date: Sat, 30 Aug 2014 10:19:39 +0200
Source: libxfce4util
Binary: libxfce4util-dev libxfce4util6 libxfce4util6-dbg libxfce4util-bin
libxfce4util-common
Architecture: source amd64 all
Version: 4.10.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers <[email protected]>
Changed-By: Yves-Alexis Perez <[email protected]>
Description:
libxfce4util-bin - tools for libxfce4util
libxfce4util-common - common files for libxfce4util
libxfce4util-dev - Development files for libxfce4util6
libxfce4util6 - Utility functions library for Xfce4
libxfce4util6-dbg - debugging information for libxfce4util6
Closes: 752769
Changes:
libxfce4util (4.10.1-2) unstable; urgency=low
.
[ Evgeni Golov ]
* Correct Vcs-* URLs to point to anonscm.debian.org
.
[ Jackson Doak ]
* Bump standards version to 3.9.5
* debian/rules: Add disable-silent-rules
* debian/copyright: Don't use symlink licenses
.
[ Yves-Alexis Perez ]
* debian/control:
- add build-dep on dh-autoreconf, gtk-doc-tools and xfce4-dev-tools
- fix spelling error in libxfce4util6-dbg synopsys
* debian/rules:
- use dh-autoreconf addon to update aclocal.m4 and support ppc64el.
closes: #752769
Checksums-Sha1:
cc86faf63d2458d920d4e949072f408a42c59534 2013 libxfce4util_4.10.1-2.dsc
6eacbd2ec3aa31dd614a88b0d8eb2b60ebd49a8b 8548
libxfce4util_4.10.1-2.debian.tar.xz
fc5d22a0591d872891fdcccc2db82b61481d152f 82248
libxfce4util-dev_4.10.1-2_amd64.deb
bbbf7105a11a2b901195d9824ce2ba724e0115f6 71206 libxfce4util6_4.10.1-2_amd64.deb
88d44b320f27f1923ebf8b04ba3224024d7336d0 111946
libxfce4util6-dbg_4.10.1-2_amd64.deb
12db90890e1f9105699bb6257aa5398ec36525f5 54218
libxfce4util-bin_4.10.1-2_amd64.deb
ea98bcfc8f09c096e0a7e9ab1d027c6bdcdce333 92212
libxfce4util-common_4.10.1-2_all.deb
Checksums-Sha256:
9895347ced63bd177436c657f9712aadfdf8002d647482eb52b909bec53b154c 2013
libxfce4util_4.10.1-2.dsc
1e6eaf2c8bd70a10097fb98efafd99ba6ef0e2b55ed50465035ae9b171e05d22 8548
libxfce4util_4.10.1-2.debian.tar.xz
608a9382ac60ee25f49466da4ab201a05cd1a6d400125d244eaa6e3b76a75380 82248
libxfce4util-dev_4.10.1-2_amd64.deb
514a7b8436fb586bf55a2e606b9782f761ae389109eb801d2143e72dadef8fb0 71206
libxfce4util6_4.10.1-2_amd64.deb
70ef51c47d5027fb6794c3e9c8f268e2e79bc1c2cdbad346b5312791ac5eb2c1 111946
libxfce4util6-dbg_4.10.1-2_amd64.deb
b6727cdb41ba6ead5fa5ede16b72dd95dfe24440aa82f3ee62960303a1779bf6 54218
libxfce4util-bin_4.10.1-2_amd64.deb
cb851d6da46a8da217e9807cc7f925604a75169fe3f882d5e835f8f56180eeed 92212
libxfce4util-common_4.10.1-2_all.deb
Files:
283351188ab5bc3958c5fa34627fa9b1 82248 libdevel optional
libxfce4util-dev_4.10.1-2_amd64.deb
8ecab13cee10a1ee2580e9dec787b393 71206 xfce optional
libxfce4util6_4.10.1-2_amd64.deb
e0f057c1fcb8fce6ad11e5f410ecc64b 111946 debug extra
libxfce4util6-dbg_4.10.1-2_amd64.deb
752011af5907712c5a179d25391a30bb 54218 xfce optional
libxfce4util-bin_4.10.1-2_amd64.deb
765fb345138b38cf6a2ff3248c770a3b 92212 xfce optional
libxfce4util-common_4.10.1-2_all.deb
ad9a9a83f82cf61b843fa0b1355314b3 2013 xfce optional libxfce4util_4.10.1-2.dsc
554ed524ca98dd920e4946c8be485750 8548 xfce optional
libxfce4util_4.10.1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEcBAEBCgAGBQJUAYmYAAoJEG3bU/KmdcClDKoH/30C9daWWR2nNBqRI2K1fkaR
i0uiKN/lX7TAJ3ZDjce/OfwrybyCwg2dz66Ax2Vlteu6CfhUnaRr2fVYctkJ/4mK
ryrV4m0Fwkpo5mZ7b+kyb1vj/p/M3VmwCGvKt1owH5ejvo583iTyAn1EfZDE3Du+
j5eM+/krMnWMALYy5vRoo9p56SozgrphEJU4bxoed4DtsqkIzHWt57+6xkwO0Otk
jd2x+SkLn6SHoTFRrUaN5Isj7BuYIbo6V1+DO7LWD5E6FZnSsmwx6cG/igiYvvau
EXa7ozapdL3KIbAvX5DLSJezYM57LfVjLkbhPbXtch4e3KRQm8Aty4cS5J0jg8s=
=uRZD
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-xfce-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel