Your message dated Wed, 19 May 2010 10:14:53 +0000
with message-id <[email protected]>
and subject line Bug#581956: fixed in lusernet.app 0.4.2-5
has caused the Debian Bug report #581956,
regarding lusernet.app: FTBFS with gnustep-base/1.20.0: Pref_Posting.m:151:
undefined reference to `NSLocalizedString'
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.)
--
581956: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581956
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: lusernet.app
Version: 0.4.2-4
Severity: important
User: [email protected]
Usertags: gnustep-base1.20-transition gnustep-transition
This package fails to build with gnustep-base/1.20.0 with the
following error:
gcc -rdynamic -lPantomime -Wl,-z,defs -Wl,--as-needed -shared-libgcc
-fexceptions -fgnu-runtime -o LuserNET.app/./LuserNET \
./obj/LuserNET.obj/NNTPServer.m.o ./obj/LuserNET.obj/MsgDB.m.o
./obj/LuserNET.obj/NNTPSource.m.o ./obj/LuserNET.obj/KeyWindow.m.o
./obj/LuserNET.obj/NNTPSourceGUI.m.o ./obj/LuserNET.obj/main.m.o
./obj/LuserNET.obj/main_prefs.m.o ./obj/LuserNET.obj/FolderListController.m.o
./obj/LuserNET.obj/FolderWindowController.m.o
./obj/LuserNET.obj/FolderThreader.m.o
./obj/LuserNET.obj/LogWindowController.m.o
./obj/LuserNET.obj/MessageViewController.m.o
./obj/LuserNET.obj/ComposeWindowController.m.o
./obj/LuserNET.obj/PreferencesWindowController.m.o
./obj/LuserNET.obj/Pref_Sources.m.o ./obj/LuserNET.obj/Pref_MessageViewing.m.o
./obj/LuserNET.obj/Pref_ReadAhead.m.o ./obj/LuserNET.obj/Pref_Posting.m.o
./obj/LuserNET.obj/autokeyviewchain.m.o -L/usr/local/lib -L/usr/lib
-lgnustep-gui -lgnustep-base -lpthread -lobjc -lm
./obj/LuserNET.obj/Pref_Posting.m.o: In function `-[Pref(Posting) _name]':
/tmp/gs-tests/lusernet.app-0.4.2/Pref_Posting.m:151: undefined reference to
`NSLocalizedString'
./obj/LuserNET.obj/Pref_Posting.m.o: In function `-[Pref(Posting)
_setupButton:]':
/tmp/gs-tests/lusernet.app-0.4.2/Pref_Posting.m:156: undefined reference to
`NSLocalizedString'
./obj/LuserNET.obj/Pref_Posting.m.o: In function `-[Pref(Posting) _willShow]':
/tmp/gs-tests/lusernet.app-0.4.2/Pref_Posting.m:192: undefined reference to
`NSLocalizedString'
/tmp/gs-tests/lusernet.app-0.4.2/Pref_Posting.m:212: undefined reference to
`NSLocalizedString'
/tmp/gs-tests/lusernet.app-0.4.2/Pref_Posting.m:230: undefined reference to
`NSLocalizedString'
./obj/LuserNET.obj/Pref_Posting.m.o:/tmp/gs-tests/lusernet.app-0.4.2/Pref_Posting.m:246:
more undefined references to `NSLocalizedString' follow
collect2: ld returned 1 exit status
make[4]: *** [LuserNET.app/./LuserNET] Error 1
Newest GNUstep libraries are not yet available in Debian; the plan is
to upload them within May. You can find source and binary packages at
http://fsa-bg.org/~yavorescu/gnustep/.
--- End Message ---
--- Begin Message ---
Source: lusernet.app
Source-Version: 0.4.2-5
We believe that the bug you reported is fixed in the latest version of
lusernet.app, which is due to be installed in the Debian FTP archive:
lusernet.app_0.4.2-5.diff.gz
to main/l/lusernet.app/lusernet.app_0.4.2-5.diff.gz
lusernet.app_0.4.2-5.dsc
to main/l/lusernet.app/lusernet.app_0.4.2-5.dsc
lusernet.app_0.4.2-5_i386.deb
to main/l/lusernet.app/lusernet.app_0.4.2-5_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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Yavor Doganov <[email protected]> (supplier of updated lusernet.app 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: SHA1
Format: 1.8
Date: Wed, 19 May 2010 10:42:03 +0300
Source: lusernet.app
Binary: lusernet.app
Architecture: source i386
Version: 0.4.2-5
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers
<[email protected]>
Changed-By: Yavor Doganov <[email protected]>
Description:
lusernet.app - News reader for GNUstep
Closes: 581956
Changes:
lusernet.app (0.4.2-5) unstable; urgency=low
.
* debian/patches/07_missing-includes.dpatch: Simplify a bit and fix
FTBFS with gnustep-base/1.20.0 (Closes: #581956).
* debian/compat: Set to 7.
* debian/control (Build-Depends): Bump debhelper accordingly. Remove
version requirement for libgnustep-gui-dev.
(Section): Change to `gnustep'.
(Depends): Add ${gnustep:Depends}.
(Description): Extend.
(Standards-Version): Compliant to 3.8.4 as of this release.
(Vcs-Arch): New field.
* debian/LuserNET.desktop: Set version to 1.0.
* debian/rules: Export GNUSTEP_MAKEFILES and remove gs_make usage.
(OBJCFLAGS): Do not define; use debug=yes conditionally.
(install): Replace dh_clean -k with dh_prep.
* debian/source/format:
* debian/README.source:
* debian/watch: New file.
Checksums-Sha1:
8ffa5400ce08851ddc97e8cfc5bb8aec5206ebd5 1282 lusernet.app_0.4.2-5.dsc
c7ba42e48ef20ea174d71459c5f268a3d0afc707 16233 lusernet.app_0.4.2-5.diff.gz
ab91f1cb8fa54958865029c5c199677e61489f0f 144940 lusernet.app_0.4.2-5_i386.deb
Checksums-Sha256:
de982d6d1587cb98a7337fea292c0dd7b9f73a3cab4633c4ee3256e3ef70a65f 1282
lusernet.app_0.4.2-5.dsc
a34e1a9692267889feeac50185a442e28dbb0ac220789d0c5968bd400263c3a1 16233
lusernet.app_0.4.2-5.diff.gz
3440b4119865b65c6008c37d9fec924afd91cfbeda753c9ce85d38785edd3921 144940
lusernet.app_0.4.2-5_i386.deb
Files:
a05176c0ee8dc41f93d82bbc02d6254e 1282 gnustep optional lusernet.app_0.4.2-5.dsc
0922c62a973a962f441fd11725265818 16233 gnustep optional
lusernet.app_0.4.2-5.diff.gz
6e29e4ee093b0119b9b521e029034354 144940 gnustep optional
lusernet.app_0.4.2-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkvzrJ4ACgkQnXjXEYa8KlAJtgCaAigXb78BmD8ZCWt41yDGCqtz
6p8An0WJ5fJHuq9C6a4ei31EdTaTicK+
=8Rff
-----END PGP SIGNATURE-----
--- End Message ---