Your message dated Sat, 01 Feb 2025 19:02:58 +0000
with message-id <[email protected]>
and subject line Bug#1094178: fixed in sope 5.11.1-2
has caused the Debian Bug report #1094178,
regarding sope: FTBFS with the GNUstep multiarch layout: dh_install errors
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.)
--
1094178: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1094178
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sope
Version: 5.11.1-1
Tags: sid trixie ftbfs patch
Control: block 1093620 with -1
Control: block -1 with 1093948
User: [email protected]
Usertags: gnustep-multiarch
This package FTBFS with the GNUstep multiarch layout:
dh_install
dh_install: warning: Cannot find (any matches for) "usr/lib/*.so.*" (tried in
., debian/tmp)
dh_install: warning: libsope1 missing files: usr/lib/*.so.*
dh_install: warning: Cannot find (any matches for) "usr/lib/GNUstep" (tried in
., debian/tmp)
dh_install: warning: libsope1 missing files: usr/lib/GNUstep
dh_install: warning: Cannot find (any matches for) "usr/lib/*.so" (tried in .,
debian/tmp)
dh_install: warning: libsope-dev missing files: usr/lib/*.so
dh_install: error: missing files, aborting
make: *** [debian/rules:9: binary] Error 255
Patch attached. This bug will become RC when the GNUstep
multiarch-based core packages will be uploaded to unstable (hopefully
early next week).
>From 894e88da2b2ad59fc92dbb1d7e93476c242bc933 Mon Sep 17 00:00:00 2001
From: Yavor Doganov <[email protected]>
Date: Sat, 25 Jan 2025 17:28:25 +0200
Subject: [PATCH] Fix FTBFS with the multiarch layout.
---
debian/changelog | 10 ++++++++++
debian/control | 3 ++-
debian/libsope-dev.install | 2 +-
debian/libsope1.install | 4 ++--
4 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cdd725c..fd77596 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+sope (5.11.1-2) UNRELEASED; urgency=medium
+
+ * debian/control (Build-Depends): Require libgnustep-base-dev (>=
+ 1.30.0-10) for the multiarch layout.
+ (libsope1): Mark as Multi-Arch: same.
+ * debian/libsope1.install: Update for the multiarch layout.
+ * debian/libsope-dev.install: Likewise.
+
+ -- Yavor Doganov <[email protected]> Wed, 15 Jan 2025 00:05:08 +0200
+
sope (5.11.1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index e9ac2f2..63fd56e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Jeroen Dekkers <[email protected]>,
Build-Depends: debhelper-compat (= 13),
gnustep-make,
gobjc,
- libgnustep-base-dev (>= 1.29),
+ libgnustep-base-dev (>= 1.30.0-10),
libxml2-dev,
libldap2-dev,
libpq-dev,
@@ -24,6 +24,7 @@ Vcs-Git: https://salsa.debian.org/debian/sope.git
Package: libsope1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
Description: SKYRiX Object Publishing Environment (shared libraries)
An extensive set of Objective-C frameworks which form a complete Web
application server environment. Besides the Apple WebObjects
diff --git a/debian/libsope-dev.install b/debian/libsope-dev.install
index dcbb718..4f4b806 100644
--- a/debian/libsope-dev.install
+++ b/debian/libsope-dev.install
@@ -1,3 +1,3 @@
usr/include
-usr/lib/*.so
+usr/lib/*/*.so
usr/share/GNUstep/Makefiles/*
diff --git a/debian/libsope1.install b/debian/libsope1.install
index c7a0c29..2bdacd4 100644
--- a/debian/libsope1.install
+++ b/debian/libsope1.install
@@ -1,2 +1,2 @@
-usr/lib/*.so.*
-usr/lib/GNUstep
+usr/lib/*/*.so.*
+usr/lib/*/GNUstep
--
2.47.2
--- End Message ---
--- Begin Message ---
Source: sope
Source-Version: 5.11.1-2
Done: Jordi Mallach <[email protected]>
We believe that the bug you reported is fixed in the latest version of
sope, 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.
Jordi Mallach <[email protected]> (supplier of updated sope 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: Fri, 31 Jan 2025 10:00:11 +0100
Source: sope
Architecture: source
Version: 5.11.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian SOGo Maintainers
<[email protected]>
Changed-By: Jordi Mallach <[email protected]>
Closes: 1094178 1094184
Changes:
sope (5.11.1-2) unstable; urgency=medium
.
[ Yavor Doganov ]
* debian/control (Build-Depends): Require libgnustep-base-dev (>=
1.30.0-10) for the multiarch layout. Closes: #1094178
Remove unnecessary gobjc.
(libsope1): Mark as Multi-Arch: same.
* debian/libsope1.install: Update for the multiarch layout.
* debian/libsope-dev.install: Likewise.
* debian/rules: Include /usr/share/GNUstep/debian/config.mk to avoid
using the build architecture Objective-C compiler. Fixes FTCBFS.
(override_dh_auto_build): Use dh_auto_build and pass $(optim) and
$(verbose) to support noopt and terse in DEB_BUILD_OyPTIONS.
(override_dh_auto_install): Remove; no longer necessary.
Closes: #1094184.
.
[ Jordi Mallach ]
* Update Standards-Version to 4.7.0.
* Update copyright years.
Checksums-Sha1:
5587ea906d971c6d40faf4a8ba292398b185ae85 2148 sope_5.11.1-2.dsc
6914f0dd7dc7b30bf655a2ecdef4fa0a66e68505 7436 sope_5.11.1-2.debian.tar.xz
5b0761474959ab576c7248a9256374431dd881bc 8801 sope_5.11.1-2_amd64.buildinfo
Checksums-Sha256:
971232312034caa6b9734856d15c9af9f2b2ca6092f58e918f3c38a77762675e 2148
sope_5.11.1-2.dsc
1a0b0db7a235893b760b9c0f985708b6f4a8c594cdb4b44ea103c6bbfa6d0a46 7436
sope_5.11.1-2.debian.tar.xz
3550d52615f49c916bd49e5fd4959ecfdf49e4a048e49fd372ad5afb1b93dfdb 8801
sope_5.11.1-2_amd64.buildinfo
Files:
e8ca95bee5e73d9d93eb9987bf2ac83f 2148 libs optional sope_5.11.1-2.dsc
39789cb64c9a292fc307a015ea0c9d71 7436 libs optional sope_5.11.1-2.debian.tar.xz
31f6254c6cf7350d57472bbfb97b0347 8801 libs optional
sope_5.11.1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE6BdUhsApKYN8KGoWJVAvb8vjywQFAmeeZQUACgkQJVAvb8vj
ywReCw/+IV6swET4ZqqL9bmcCdLoZNLcrloZl/2jLM2fyA55LDVG+Hp7/3FOiKvo
76IYY1FpUSKsuSnStTu2W3MJjvH6cGbdjLr70YNIr0iHNERVA8gl/xvJSrwJZUiq
ywHTCcLwrWDJAgNIBK9SnLcQR5UcnKlMUErgd9SICtTVwFJ8W5cIClshYskS0Ir6
lF14BtxpOQN9w7Fn+MMO9c2n9JFFawnpbt53B5v1GVK3ftx8RCERiiEjYdYp5Xpu
vXFk+lRRdlMRmp8Wo09MQaesfl+Sc7n4gs8HPxbAFY3r1aVGCeedP6IgKnsNkDGR
i9e7Dhs29AN7prpdrVFqdhCp0e89f+SBmPafUzdnwrRHu45twUtoIWUuu1i1cK87
bXmNCdc+dhAp56mgj5l2M9PRGn1E573ovnjHPTRQKjN3rB1w6CXay1+U2duujJHX
eRuljnalLhl6ZqMiW/kxFVqQXR6tVWxrUBl5fTfApvBJ1sWRmvNc0TeG8KwG2vmK
CmFSadxxTqbT2H/ZLRMDdmUPE8Erc5fTisKd4AkhnR6vsvXxsoy2Uz5s5ZvRUjcB
fy7/xUdpRCxf5/6bTdUnY2UzlyL694bQCt1bAJZ63Gd1YSNlZ2vLNCb2GFDDTzdR
GXifgW/QJ+lS3oODLJzk1ZOLHWV19WEV0NsHKQjiu2yJ8Ba0Kss=
=yRNF
-----END PGP SIGNATURE-----
pgppIJE33ESCz.pgp
Description: PGP signature
--- End Message ---