Your message dated Mon, 20 Feb 2023 06:34:00 +0000
with message-id <[email protected]>
and subject line Bug#1028577: fixed in gnustep-dl2 0.12.0-16
has caused the Debian Bug report #1028577,
regarding src:gnustep-dl2: FTBFS with gnustep-base/1.29.0
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.)
--
1028577: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028577
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gnustep-dl2
Version: 1.12.0-15.1
Severity: important
Tags: sid bookworm
User: [email protected]
Usertags: gnustep-base1.29-transition gnustep-transition
This package fails to build with gnustep-base/1.29.0-1 from
experimental:
gcc EOAdaptor.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP_BASE_LIBRARY=1
-DGNU_RUNTIME=1 -g -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1
-DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions
-fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN
-DGSDIAGNOSE -Wno-import -g -O2 -g -O2
-ffile-prefix-map=/build/gnustep-dl2-0.12.0=. -fstack-protector-strong -Wformat
-Werror=format-security -DDEBUG -fconstant-string-class=NSConstantString
-I../EOControl/. -I.. -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/EOAccess.obj/EOAdaptor.m.o
EOAdaptor.m:132:39: error: 'NSGB2312StringEncoding' undeclared here (not in a
function); did you mean 'NSHZ_GB_2312StringEncoding'?
132 | { @"NSGB2312StringEncoding", NSGB2312StringEncoding },
| ^~~~~~~~~~~~~~~~~~~~~~
| NSHZ_GB_2312StringEncoding
EOAdaptor.m:135:39: error: 'NSBIG5StringEncoding' undeclared here (not in a
function); did you mean 'NSBig5StringEncoding'?
135 | { @"NSBIG5StringEncoding", NSBIG5StringEncoding },
| ^~~~~~~~~~~~~~~~~~~~
| NSBig5StringEncoding
make[6]: *** [/usr/share/GNUstep/Makefiles/rules.make:521:
obj/EOAccess.obj/EOAdaptor.m.o] Error 1
The severity of this bug will be raised to "serious" once
gnustep-base/1.29.0 is uploaded to unstable.
--- End Message ---
--- Begin Message ---
Source: gnustep-dl2
Source-Version: 0.12.0-16
Done: Yavor Doganov <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gnustep-dl2, 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.
Yavor Doganov <[email protected]> (supplier of updated gnustep-dl2 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: SHA256
Format: 1.8
Date: Sun, 19 Feb 2023 18:09:36 +0200
Source: gnustep-dl2
Architecture: source
Version: 0.12.0-16
Distribution: unstable
Urgency: medium
Maintainer: Debian GNUstep maintainers
<[email protected]>
Changed-By: Yavor Doganov <[email protected]>
Closes: 1028577
Changes:
gnustep-dl2 (0.12.0-16) unstable; urgency=medium
.
* Team upload.
* debian/patches/base-1.29.patch: New; fix FTBFS with
gnustep-base/1.29.0 (Closes: #1028577).
* debian/patches/implicit-func-decl.patch: New, fix implicit function
declaration (patch taken from upstream).
* debian/patches/spelling-errors.patch: New, fix some spelling errors.
* debian/control: Strip trailing whitespace.
(Build-Depends): Switch to the debhelper-compat mechanism; set compat
level to 13. Remove autotools-dev. Remove libgnustep-gui-dev; pulled
in by other dependencies.
(Depends): Remove dpkg (>= 1.17.14); no longer needed.
(Conflicts, Replaces): Remove; obsolete.
(Vcs-Git, Vcs-Browser): Point to the repository at salsa.d.o.
(Rules-Requires-Root): Set to "no".
(Standards-Version): Claim compliance with 4.6.2.
* debian/compat: Delete.
* debian/rules: Drop --with autotools_dev. Enable hardening. Use
$(optim) and $(verbose) where necessary in order to support "noopt"
and "terse" in DEB_BUILD_OPTIONS.
(override_dh_auto_build): Do not create a .xpm icon.
(override_dh_auto_install): Delete unusable upstream .desktop file,
empty directories and symlinks pointing to them. Create a .png icon.
(override_dh_strip): Remove override; we _want_ dbgsym packages.
(override_dh_fixperms): Remove override; now unnecessary since the
upstream .desktop file is deleted.
* debian/libgnustep-dl2-dev.install: Install .gsdoc files.
* debian/gnustep-dl2.install: Add usr/share/info so that the manual gets
installed by the upstream build system, otherwise dh_missing fails.
Restore installation of eoutil and app; although buggy they're still
usable (and the app gets installed in /usr/lib anyway). Install
the .desktop file. Don't install the .xpm icon.
* debian/gnustep-dl2.info: Delete.
* debian/gnustep-dl2.manpages: Uncomment both manpages.
* debian/gnustep-dl2-postgresql-adaptor.install: Add documentation and
headers; simplify.
* debian/gnustep-dl2-postgresql-adaptor.links: Delete; there is no point
to move anything to /usr/share -- it should be installed as usually
GNUstep Frameworks are installed in Debian.
* debian/gnustep-dl2-postgresql-adaptor.maintscript: Revert
dir_to_symlink/symlink_to_dir transition; this makes the login panel
usable again and avoids shipping an executable in /usr/share.
* debian/gnustep-dl2-postgresql-adaptor.lintian-overrides: Remove
arch-dependent-file-in-usr-share as it was legitimate. Add
lacks-ldconfig-trigger.
* debian/gnustep-dl2-sqlite-adaptor.install: Simplify.
* debian/gnustep-dl2-sqlite-adaptor.links: Delete; same reasons as
above for the postgresql adaptor.
* debian/gnustep-dl2-sqlite-adaptor.maintscript: Revert actions
analogically to the postgresql adaptor above. Likewise, this makes
the login panel usable again and avoids an executable in /usr/share.
* debian/gnustep-dl2-sqlite-adaptor.dirs: Delete; entirely unnecessary.
* debian/gnustep-dl2-sqlite-adaptor.lintian-overrides: Remove
package-contains-empty-directory (now fixed) and
arch-dependent-file-in-usr-share (wrongly overridden). Add
lacks-ldconfig-trigger.
* debian/gnustep-dl2.maintscript: Delete; no longer needed.
* debian/DBModeler.desktop: Use the .png icon, for AppStream's sake.
* debian/source/options: Delete; no longer needed.
* debian/changelog: Strip trailing whitespace.
* debian/gnustep-dl2.lintian-overrides: Rename
non-dev-pkg-with-shlib-symlink to
link-to-shared-library-in-wrong-package (tag renamed in Lintian).
* debian/eoutil.1: Fix spelling error.
* debian/gnustep-dl2.symbols: Delete; harmful for ObjC libraries.
* debian/libgnustep-dl2-0d.symbols: Likewise.
* debian/not-installed: New file; omit gdlgsdoc and its documentation.
* debian/gnustep-dl2.doc-base: Point to symlinks in /usr/share/doc.
* debian/gnustep-dl2.links: Create doc symlinks in /usr/share/doc.
* debian/libgnustep-dl2-dev.doc-base: Point to symlinks in
/usr/share/doc as required by doc-base and lintian.
* debian/libgnustep-dl2-dev.links: New file; create doc symlinks.
* debian/copyright: Add two more holders, update copyright years.
Checksums-Sha1:
3e67ef5f3b12aed6318ad896f55e3b4e7fd9efa3 2453 gnustep-dl2_0.12.0-16.dsc
1868fe8ecf9a478982f37f2ad3a32be3f4509b40 110420
gnustep-dl2_0.12.0-16.debian.tar.xz
378f59f65eb80b34063efc7cf2a7f3f215fc81a9 12149
gnustep-dl2_0.12.0-16_source.buildinfo
Checksums-Sha256:
9764d50012116cfbf3b6e0fe70aa9d8392de3ea7ef9a527bd7f358b2654b733a 2453
gnustep-dl2_0.12.0-16.dsc
4b9b8428b82d0bb69984e58ccc582bda3aa79053e243b997aa99f2f81d7ac0c5 110420
gnustep-dl2_0.12.0-16.debian.tar.xz
b72c66c1539e1ecf11e068271e5ed81f5007066d051f1f713c3c703b2a197127 12149
gnustep-dl2_0.12.0-16_source.buildinfo
Files:
8bed03b5c242644c382704123ab1cb52 2453 gnustep optional
gnustep-dl2_0.12.0-16.dsc
a4f351d9d062c8ddc68bed3d465ac1b5 110420 gnustep optional
gnustep-dl2_0.12.0-16.debian.tar.xz
8b4bec47d1a48477cd08d0e792d0512e 12149 gnustep optional
gnustep-dl2_0.12.0-16_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEtgob82PcExn/Co6JEWhSvN91FcAFAmPzD8EACgkQEWhSvN91
FcAJVQ//U4Px1DuV0ChJ6SMm1H/WcM5qb+qjOpVPT/fkRT1PXPbTj6D3Z1MdS8xp
f0uo+WyCKfGtRGCJi4MLBtCoOh1hG6rKUDIYdVaxxlOuwHQuLbJKO00DGMw6Rzez
U3LmBMw16/+az1RfMHyO3rAe/l4ij/m4vnsTnZ62u1gbAyltHGL0QCNvgYG0wWre
iLoURpRt/dj6KdZ9c2TEMSdkGH/j9FTGyEwZXyGbTsuAE0WfeeSciC657tSl/WY8
c8WYjeLLweAIZs+Y32J4UTqw9pExuTZJ5oSKL4QKnC6ylTS8FCGar3959ORUF0FR
dKMoqk9VASHjb28ruW87ZyPoiyIY7igNiuqNoHhHWkTDAH7DaX2sJXXQBOref5/Z
wMqmoKj5onYMTQiBGBhJSNytU6nkXzaLBUz+x2dBILGNKFFgPzm2bP9kbkb8eZaW
SBr5W74NQcP4LOuQo93xCC2eVtvWw1PD1MInZGCiIrLszozZ33wYJxbuMFt8wXsH
TRvLv8GQUaAGoiZVBGGPlOS2MLSGayupdjNCoVJCXl42cmJs7Vsrvsx9ba5lR/kh
Kmy+gXvIJU1VsiElanTB7yHsg9brSPIBIR8xTUKt8nbmNDZwLit5sbF7I9+AK1sH
G6+OdX0GQG81vQ5HsCJjnio1LwV4tOBgffdmvQqFHdcoj4W9voo=
=+2Mg
-----END PGP SIGNATURE-----
--- End Message ---