Your message dated Thu, 24 May 2018 17:38:03 +0000
with message-id <e1flubf-0005ax...@fasolo.debian.org>
and subject line Bug#898764: fixed in smuxi 1.0.7-3
has caused the Debian Bug report #898764,
regarding smuxi: FTBFS: dh_clideps: Error: Missing shlibs entry: 
libncursesw.so.5 or ncurses for: smuxi-frontend-stfl.exe!
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.)


-- 
898764: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898764
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: smuxi
Version: 1.0.7-2
Severity: serious

Your package FTBFS in unstable, here is the tail of my build log:

,----
|       DLL map: 'ncurses' target: 'libncursesw.so.5'
| dh_clideps: Error: Missing shlibs entry: libncursesw.so.5 or ncurses for: 
smuxi-frontend-stfl.exe!
| Use of uninitialized value $newpkgref in pattern match (m//) at 
/usr/bin/dh_clideps line 508, <F> line 2.
|       Resolved moduleref via DLL map: ncurses to: libncursesw.so.5
|       Looking for libncursesw.so.5 at libncursesw.so.5
|       Checking smuxi for libncursesw.so.5
|       Looking for libncursesw.so.5 at libncursesw.so.5
|       Checking smuxi-engine for libncursesw.so.5
|       Looking for libncursesw.so.5 at libncursesw.so.5
|       Checking smuxi-frontend-gnome for libncursesw.so.5
|       Looking for libncursesw.so.5 at libncursesw.so.5
|       Checking smuxi-frontend-stfl for libncursesw.so.5
|       Looking for libncursesw.so.5 at libncursesw.so.5
|       Loading clideps-override for smuxi-frontend-stfl...
| Use of uninitialized value $pkgref in concatenation (.) or string at 
/usr/bin/dh_clideps line 539.
| Use of uninitialized value $newpkgref in concatenation (.) or string at 
/usr/bin/dh_clideps line 539.
|       resolved pkgref:  to depends: 
|       Resolved moduleref via DLL map: stfl to: libstfl.so.0
|       Loading clideps-override for smuxi-frontend-stfl...
|       resolved pkgref: libstfl0 to depends: libstfl0
|       running CLI parser command: LANG=C MONO_PATH= MONO_GAC_PREFIX=  
MONO_GAC_PREFIX=$MONO_GAC_PREFIX:debian/smuxi-frontend-stfl/usr 
/usr/bin/monodis --assemblyref smuxi-frontend-stfl.exe 2>&1 > 
/tmp/dh_clideps.sxBP
|       Loading clideps-override for smuxi-frontend-stfl...
|       resolved pkgref: liblog4net1.2-cil (>= 1.2.10) to depends: 
liblog4net1.2-cil (>= 1.2.10)
|       Loading clideps-override for smuxi-frontend-stfl...
|       resolved pkgref: libmono-corlib4.5-cil (>= 4.6.1.3) to depends: 
libmono-corlib4.5-cil (>= 4.6.1.3)
|       Loading clideps-override for smuxi-frontend-stfl...
|       resolved pkgref: libmono-system4.0-cil (>= 4.6.1.3) to depends: 
libmono-system4.0-cil (>= 4.6.1.3)
|       Loading clideps-override for smuxi-frontend-stfl...
|       resolved pkgref: libmono-posix4.0-cil (>= 4.6.1.3) to depends: 
libmono-posix4.0-cil (>= 4.6.1.3)
|       Loading clideps-override for smuxi-frontend-stfl...
|       resolved pkgref: libmono-system-core4.0-cil (>= 4.6.1.3) to depends: 
libmono-system-core4.0-cil (>= 4.6.1.3)
|       (grep -a -s -v cli:Depends debian/smuxi-frontend-stfl.substvars; echo 
"cli:Depends=mono-runtime (>= 3.0~), liblog4net1.2-cil (>= 1.2.10), 
libmono-corlib4.5-cil (>= 4.6.1.3), libmono-posix4.0-cil (>= 4.6.1.3), 
libmono-system-core4.0-cil (>= 4.6.1.3), libmono-system4.0-cil (>= 4.6.1.3), 
libstfl0") > debian/smuxi-frontend-stfl.substvars.new
|       mv debian/smuxi-frontend-stfl.substvars.new 
debian/smuxi-frontend-stfl.substvars
|       grep -a -s -v '^cli:Recommends=' debian/smuxi-frontend-stfl.substvars > 
debian/smuxi-frontend-stfl.substvars.new || true
|       mv debian/smuxi-frontend-stfl.substvars.new 
debian/smuxi-frontend-stfl.substvars
|       grep -a -s -v '^cli:Suggests=' debian/smuxi-frontend-stfl.substvars > 
debian/smuxi-frontend-stfl.substvars.new || true
| dh_clideps: Error: unresolvable module references or missing shlibs entries, 
please check above errors!
|       mv debian/smuxi-frontend-stfl.substvars.new 
debian/smuxi-frontend-stfl.substvars
| debian/rules:32: recipe for target 'override_dh_clideps' failed
| make[1]: *** [override_dh_clideps] Error 255
| make[1]: Leaving directory '/tmp/smuxi-1.0.7'
| debian/rules:53: recipe for target 'binary' failed
| make: *** [binary] Error 2
| dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned 
exit status 2
`----

The reason is that libncursesw.so.5 is no longer guaranteed to be found
on the build system, as it is being superseded by libncursesw.so.6 (see
#894049).  And src/Frontend-STFL/smuxi-frontend-stfl.exe.config contains
the following line:

    <dllmap os="linux" dll="ncurses" target="libncursesw.so.5" />


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 4.17.0-rc5-nouveau (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

--- End Message ---
--- Begin Message ---
Source: smuxi
Source-Version: 1.0.7-3

We believe that the bug you reported is fixed in the latest version of
smuxi, 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 898...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Victor Seva <vs...@debian.org> (supplier of updated smuxi 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: SHA512

Format: 1.8
Date: Thu, 24 May 2018 18:56:58 +0200
Source: smuxi
Binary: smuxi smuxi-engine smuxi-frontend-gnome
Architecture: source all
Version: 1.0.7-3
Distribution: unstable
Urgency: medium
Maintainer: Mirco Bauer <mee...@debian.org>
Changed-By: Victor Seva <vs...@debian.org>
Description:
 smuxi      - graphical IRC client
 smuxi-engine - Engine libraries for Smuxi (IRC, Twitter, XMPP, Campfire, JabbR)
 smuxi-frontend-gnome - GNOME frontend for Smuxi
Closes: 898764
Changes:
 smuxi (1.0.7-3) unstable; urgency=medium
 .
   * remove smuxi-frontend-stfl (Closes: #898764)
Checksums-Sha1:
 f3796fc7a27b807d04856d8241fccc75caf95d4c 2706 smuxi_1.0.7-3.dsc
 c163656bc806de80c16f9a06c2731db49556e689 13884 smuxi_1.0.7-3.debian.tar.xz
 c6c6f7f2c35cacbe24c504c2bae03322093589e1 1670092 smuxi-engine_1.0.7-3_all.deb
 2e69072b7dbe661c816f151f042ef69678edc825 555168 
smuxi-frontend-gnome_1.0.7-3_all.deb
 654df206a94836dd5deb3e47c0bbfdba7f88cf79 13376 smuxi_1.0.7-3_all.deb
 e45c9ce00092e66cc70bbcc3f8cdba0d3fdbfc52 21816 smuxi_1.0.7-3_amd64.buildinfo
Checksums-Sha256:
 6b366db1950aa2b05f8489bc3f13170d182590454d175dbc1272d4ecd53276fd 2706 
smuxi_1.0.7-3.dsc
 430edd411ee514b1df59c0b0ddf44c32c097f068d2e23d0b8b01a345f0fa6a76 13884 
smuxi_1.0.7-3.debian.tar.xz
 6fc316dd98ec0403e02469d2c857c47297cefebc85bda4db36c5e079b434341a 1670092 
smuxi-engine_1.0.7-3_all.deb
 9fe3acd3ce1080c09eda22d2b731ca2e58a9574c7cff7b32599db5e00ddb6656 555168 
smuxi-frontend-gnome_1.0.7-3_all.deb
 ab8ee844a516d0627677b6463d65771c7a04eb3fa0e3c8646c3d05162a1ed28a 13376 
smuxi_1.0.7-3_all.deb
 160c0b3df396df797fcbbda9f2491bd472ce77d82ba74caa93ca34d07b8b6c6b 21816 
smuxi_1.0.7-3_amd64.buildinfo
Files:
 88d89b53711d0fbda6f217e7f9e7f289 2706 gnome optional smuxi_1.0.7-3.dsc
 5badcbebd2a5630299398b06b02bca0c 13884 gnome optional 
smuxi_1.0.7-3.debian.tar.xz
 738626982eda88f0ccf6a16bd72244ad 1670092 gnome optional 
smuxi-engine_1.0.7-3_all.deb
 558c3e46fd09d8f96b2fe787f5ed6fbb 555168 gnome optional 
smuxi-frontend-gnome_1.0.7-3_all.deb
 11ca0e1a1f65fc98c918510284a28a7a 13376 gnome optional smuxi_1.0.7-3_all.deb
 90e9882ed8e7ff87f3c0261b0ddd4153 21816 gnome optional 
smuxi_1.0.7-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEjxnK3NQqQtRVY3MMUaCbGM9aUGgFAlsG8k0RHHZzZXZhQGRl
Ymlhbi5vcmcACgkQUaCbGM9aUGhhoQ/+OWVC6oifWsW4KmBXppSKpBCr+ziuDH+6
fWNB7aPHuZxzE1aT7g3I1H/RGOUecrmUBdmjlnn8UDdtv4/sik0YLNhADYTTJhec
KUk+0WZ3VR29qqokyQJjQRh6iVDaCnKKLctEwjRJul8TqMDkMpm8b/CO9JyMXgFV
FJ1bMR8I2EGPAuPYhH6UyFq9vnoWducSEBpuO6jQdzkeOx54PzqPWcEZJuDRbs2z
pPI1Lwi6nPCHAqBzVU4KwQgNPRjjmOLknNkCrczAWnSRDLJkkcQmKj8iD2cec6DF
7u96Sl20lA5KjhVJggY/LreWQmH6uJGvBvouT/JCJHilrbcmUAKVMONlr1wTvLuB
1VuA2IbUvc6Hf1Ffdw97rtZKCw/xRleK44opKNKgNe++rX5YpcmHgZYdnEPOTzpm
c5BQTghKd9sZssxLx7eNTKPP9aY7GjCOBdEVxja2MKPDYxLVULiAo4FwBRJnyWza
wFVIBhbpvuHFT15zjk35HOtP6WWI2QFAwS/WBxwi5TAeuZLhk6xP2gvPWRPeQv0u
Aykx2x1fdwZ5XWVzIEHVHToZhDZxNUaF11FSk5Repn4WXsnvKPce/Y3fjVjw7LUg
Vdzesqtl7lKEtNrKRYc8OrPkZKoVy6YgkXbXF1135FSa5kbsoZLCOInzJBgZ5hpq
yEbY/idcheA=
=UlZC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to