Your message dated Wed, 03 Sep 2014 21:09:14 +0000
with message-id <[email protected]>
and subject line Bug#756428: fixed in xfconf 4.10.0-3
has caused the Debian Bug report #756428,
regarding "xconf: run dh-autoreconf to update config.{sub, guess} and {libtool,
aclocal}.m4"
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.)
--
756428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756428
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xfconf
Version: 4.10.0-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
Dear Maintainer,
Currently xfconf doesn't build on ppc64el because the package fail to identify
ppc64el as a platform that support shared object.
dh_install --fail-missing -X .la
dh_install: libxfconf-0-dev missing files (usr/lib/*/lib*.so), aborting
make[1]: *** [override_dh_install] Error 255
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
status 2
So, I am going to ask you to patch the configure and aclocal.m4 files to add
ppc64el as an architecture that supports shared objects.
I got this patch from Canonical and it works fine on Debian/ppc64el.
Thank you
Breno
--- xfconf-4.10.0.orig/aclocal.m4
+++ xfconf-4.10.0/aclocal.m4
@@ -2060,7 +2060,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*
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 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*
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*)
Index: xfconf-4.10.0/configure
===================================================================
--- xfconf-4.10.0.orig/configure
+++ xfconf-4.10.0/configure
@@ -8413,7 +8413,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*
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*)
@@ -8432,7 +8435,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*
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*)
--- End Message ---
--- Begin Message ---
Source: xfconf
Source-Version: 4.10.0-3
We believe that the bug you reported is fixed in the latest version of
xfconf, 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 xfconf 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: Wed, 03 Sep 2014 22:07:46 +0200
Source: xfconf
Binary: libxfconf-0-dev libxfconf-0-2 libxfconf-0-2-dbg xfconf
Architecture: source amd64
Version: 4.10.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers <[email protected]>
Changed-By: Yves-Alexis Perez <[email protected]>
Description:
libxfconf-0-2 - Client library for Xfce4 configure interface
libxfconf-0-2-dbg - debugging information for libxfconf
libxfconf-0-dev - Development files for libxfconf
xfconf - utilities for managing settings in Xfce
Closes: 756428
Changes:
xfconf (4.10.0-3) unstable; urgency=low
.
[ Evgeni Golov ]
* Correct Vcs-* URLs to point to anonscm.debian.org
.
[ Jackson Doak ]
* debian/control: bump standards-version to 3.9.5
* debian/rules: Use disable-silent-rules
.
[ Yves-Alexis Perez ]
* debian/patches:
- 0001-Simplify-checks added, fix breakage in tests when running
xdt-autogen.
* debian/rules:
- call xdt-autogen before configure in order to regenerate autotools files
and support newer architectures. closes: #756428
* debian/control:
- add build-dep on xfce4-dev-tools, libtool and gtk-doc-tools.
- fix spelling error in -dbg synopsis.
Checksums-Sha1:
5734c77245fcd07a0c3caf5c1eae1d5d65990a04 1974 xfconf_4.10.0-3.dsc
28bd4cf970991d9a8ff8b2f9a3b8964dc97f846f 6620 xfconf_4.10.0-3.debian.tar.xz
ff9a2f3f9524f8f28d74d84a64ad2a68485977d2 80150
libxfconf-0-dev_4.10.0-3_amd64.deb
cda00a671300c7137835191b00e9d9636874f53b 79588 libxfconf-0-2_4.10.0-3_amd64.deb
74576ac815e161276d0656d58479192436f52dd4 202388
libxfconf-0-2-dbg_4.10.0-3_amd64.deb
173d3eb4209885409edcdc52537d5633961a06ea 138102 xfconf_4.10.0-3_amd64.deb
Checksums-Sha256:
7ca603047f00c551d459b390f130aab93b2db75e8209eef30b678257db0f51c3 1974
xfconf_4.10.0-3.dsc
676f82e5ba5db5ed29c90b5aeabcd782f6a282e9bf2c2ec8c3ccf95237eb3c26 6620
xfconf_4.10.0-3.debian.tar.xz
d6b43c45b527a4f69f6b98ecc499298d3a11eee6312e80bb406e6cd16b8c6388 80150
libxfconf-0-dev_4.10.0-3_amd64.deb
82174a609d88b1109a7eacaf74baa4d29e6fb118fadd801c21bdd8f9f86399c4 79588
libxfconf-0-2_4.10.0-3_amd64.deb
e58a24c08d553060d483fce41f71730e5493a1083e83a02362bd7be178de7bd6 202388
libxfconf-0-2-dbg_4.10.0-3_amd64.deb
102bd61cece1f996256c8aa0b08f3ca1243df4f9dcb28b1a0c01e7aa5147e68b 138102
xfconf_4.10.0-3_amd64.deb
Files:
ca70a9bb26ae9716392c1b5d6de65b40 80150 libdevel optional
libxfconf-0-dev_4.10.0-3_amd64.deb
ee9ff893cc6b2a00c489c17282f043de 79588 libs optional
libxfconf-0-2_4.10.0-3_amd64.deb
9ab58a99cc193cd9496eda016f43cc9c 202388 debug extra
libxfconf-0-2-dbg_4.10.0-3_amd64.deb
ef70811c20032c02a45c54ae5370af6c 138102 xfce optional xfconf_4.10.0-3_amd64.deb
76b5147ec16c8544be0eaa27a8885d05 1974 xfce optional xfconf_4.10.0-3.dsc
e51c493de2c26cd344588acbeb1cdeb0 6620 xfce optional
xfconf_4.10.0-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBCgAGBQJUB3WFAAoJEG3bU/KmdcClNVoH/3Wla08fnMxZ40LpE2QLHRei
MJvEPVmT9rXkbUzcRy6VPWIRBdcNfiUNlKbFdHHEwLcZYaYzvakgNklgn8o8Tcat
SRsvmGDeaE0mwUUXywzGDTmMSndmtx0pDqZYg5OovRFE8ONEu/Gw2+Hkspvu9L1c
UrbPdAcwRO7F0ehSxSXt5XGHOxzvEbHOR+0Wf2D41xqqbxu/VjtXiQlQ73W5jCFX
fRHzrrfUmc0LlPetpmAuLmQ+I5/U0Ob47Xh4T+Mims5d7DSYM+ajPswpTADppY0w
6jAXFdNCpTdGzeqWfv7SG64kUvaU8v1WpKx8wbIPDCOuhIW2oxjahgYVwWPq/qQ=
=iqdH
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-xfce-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel