Your message dated Sat, 14 Sep 2013 10:19:31 +0000
with message-id <e1vkmwt-0002nw...@franck.debian.org>
and subject line Bug#722260: fixed in scite 3.3.5-1
has caused the Debian Bug report #722260,
regarding scite: FTBFS on !linux archs
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 ow...@bugs.debian.org
immediately.)
--
722260: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722260
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: scite
Version: 3.3.4-1
Severity: serious
Tags: patch fixed-upstream
Justification: fails to build from source (but built successfully in the past)
Control: forwarded -1 https://sourceforge.net/p/scintilla/bugs/1523/
Hi,
scite 3.3.4-1 fails to build on non-Linux archs [1][2][3].
The problem is the missing link to libdl, needed for dlopen/dlclose
(used in the copy of the lua sources).
The easy fix, which I reported upstream [4] yesterday and it was
committed already, is to link to libdl when the platform string
contains "GNU" (i.e. on GNU-based OSes, which are using GNU libc).
Patch attached here too.
[1]
https://buildd.debian.org/status/fetch.php?pkg=scite&arch=kfreebsd-i386&ver=3.3.4-1&stamp=1377335693
[2]
https://buildd.debian.org/status/fetch.php?pkg=scite&arch=kfreebsd-amd64&ver=3.3.4-1&stamp=1377329564
[3]
https://buildd.debian.org/status/fetch.php?pkg=scite&arch=hurd-i386&ver=3.3.4-1&stamp=1377329532
[4] https://sourceforge.net/p/scintilla/bugs/1523/
Thanks,
--
Pino
--- a/scite/gtk/makefile
+++ b/scite/gtk/makefile
@@ -89,6 +89,9 @@
ifeq ($(UNAME), Linux)
LIBDL:=-ldl
endif
+ifneq (,$(findstring GNU,$(UNAME)))
+LIBDL:=-ldl
+endif
ifeq ($(UNAME), Darwin)
CXXTFLAGS:=$(CXXTFLAGS) -Dunix
endif
--- End Message ---
--- Begin Message ---
Source: scite
Source-Version: 3.3.5-1
We believe that the bug you reported is fixed in the latest version of
scite, 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 722...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Antonio Valentino <antonio.valent...@tiscali.it> (supplier of updated scite
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 31 Aug 2013 09:26:55 +0000
Source: scite
Binary: scite
Architecture: source amd64
Version: 3.3.5-1
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt <m...@debian.org>
Changed-By: Antonio Valentino <antonio.valent...@tiscali.it>
Description:
scite - Lightweight GTK-based Programming Editor
Closes: 398753 722260
Changes:
scite (3.3.5-1) unstable; urgency=low
.
* new upstream release
* debian/control:
- provide the editor virtual package (closes: #398753)
- move the Homepage field to the source section (silence cme warnings)
* debian/patches:
- refresh all patches
- new patch for linking libdl.so even on kfreensd-* and hurd
(closes: #722260). Thanks to Pino Toscano.
* debian/rules:
- avoid to remove "scintilla/src/Editor.cxx.orig" that is in the orig
archive (override_dh_clean)
- small refinements to the override_dh_auto_clean target
Checksums-Sha1:
7be28f577cfd797581949c852c624714dd6cb6fb 1195 scite_3.3.5-1.dsc
eb9ed4de5d721dfd1364af0d9de085a520d4671c 2099170 scite_3.3.5.orig.tar.gz
a42d155b2df576683735bf31bd1c0bdc5c13bd3d 14205 scite_3.3.5-1.debian.tar.gz
3c4d873a03404f10f9003fa05e7b1d1cf261a0d0 1302108 scite_3.3.5-1_amd64.deb
Checksums-Sha256:
d1d88a9c5d5336b1e9559eea5b4d3b71e5e71302e83bf72f7f14d5591e639ec2 1195
scite_3.3.5-1.dsc
5acd167046afe7dfa280c034ab9c7dc5d1be1d548e4999c2456fb2a61468fa89 2099170
scite_3.3.5.orig.tar.gz
efa8a968a66b14e4922868c6df4f52bd45a0371f7456a7122a935a94f6c51814 14205
scite_3.3.5-1.debian.tar.gz
2d9472003913d08c470baba6999cb7008295d34faadc5d52c1c5fb3078375ed3 1302108
scite_3.3.5-1_amd64.deb
Files:
1e04951c312b3b73a62fa8524deb32f7 1195 editors optional scite_3.3.5-1.dsc
81d888a00b3bbcc934ba51fd2ddb3b3c 2099170 editors optional
scite_3.3.5.orig.tar.gz
16b708e461456159e59e71d50615505c 14205 editors optional
scite_3.3.5-1.debian.tar.gz
57bbcb9a31629532db705e7730c4e6c0 1302108 editors optional
scite_3.3.5-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iEYEARECAAYFAlI0L/sACgkQliSD4VZixzQOQQCffPr1sLF0OA5iUt/v9sOXBjiY
t28AnjLcWu41XyACbup4eN7vYwe3THXd
=nknW
-----END PGP SIGNATURE-----
--- End Message ---