Your message dated Wed, 13 Feb 2019 12:04:25 +0000
with message-id <[email protected]>
and subject line Bug#921782: fixed in gmpc 11.8.16-15
has caused the Debian Bug report #921782,
regarding gmpc: FTBFS (error: Assigning delegate without required target)
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.)


-- 
921782: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921782
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gmpc
Version: 11.8.16-14
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep
   dh_update_autotools_config -i
   dh_autoreconf -i
configure.ac:44: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in 
body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4170: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5253: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
configure.ac:44: the top level

[... snipped ...]

        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Widgets/GmpcVolume.vala:111.40-111.70: warning: use of possibly unassigned 
parameter `requisition'
    public override void size_request (out Gtk.Requisition requisition) {
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Providers/music-tree.vala:212.8-212.32: warning: use of possibly unassigned 
parameter `list'
                                                        
list.append((owned)item);
                                                        
^^^^^^^^^^^^^^^^^^^^^^^^^
Providers/music-tree.vala:176.3-176.30: warning: use of possibly unassigned 
parameter `list'
                out List<MetaData.Item> list,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Providers/music-tree.vala:244.3-244.27: warning: use of possibly unassigned 
parameter `list'
                list.concat((owned)temp);
                ^^^^^^^^^^^^^^^^^^^^^^^^^
Providers/music-tree.vala:250.4-250.28: warning: use of possibly unassigned 
parameter `list'
                        list.concat((owned)temp);
                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Providers/music-tree.vala:256.5-256.29: warning: use of possibly unassigned 
parameter `list'
                                list.concat((owned)temp);
                                ^^^^^^^^^^^^^^^^^^^^^^^^^
Providers/music-tree.vala:233.3-233.35: warning: use of possibly unassigned 
parameter `list'
                out List<Gmpc.MetaData.Item> list,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Widgets/gmpc-widgets-qtable.vala:26.2-26.8: warning: attribute `compact' never 
used
[compact]
 ^^^^^^^
Providers/HTBackdrops.vala:186.23-186.30: warning: copying delegates is not 
supported
Providers/LyrDB.vala:240.17-240.24: warning: copying delegates is not supported
Providers/ChartLyrics.vala:109.23-109.30: warning: copying delegates is not 
supported
vala/gmpc-easy-command.vala:213.6-213.79: error: Assigning delegate without 
required target in scope
                                        model.get(iter, 1, out name, 2, out 
pattern, 3, out callback, 4, out data);
                                        
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
vala/gmpc-url-fetching-gui.vala:88.26-88.39: warning: copying delegates is not 
supported
vala/gmpc-url-fetching-gui.vala:89.29-89.45: warning: copying delegates is not 
supported
Compilation failed: 1 error(s), 667 warning(s)
make[4]: *** [Makefile:2201: gmpc_vala.stamp] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:849: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:498: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:426: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:6: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

(The above is just how the build ends and not necessarily the most relevant 
part)

The build was made in my autobuilder with "dpkg-buildpackage -A"
and it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gmpc.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: gmpc
Source-Version: 11.8.16-15

We believe that the bug you reported is fixed in the latest version of
gmpc, 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.
Simon McVittie <[email protected]> (supplier of updated gmpc 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: Mon, 11 Feb 2019 07:52:02 +0000
Source: gmpc
Architecture: source
Version: 11.8.16-15
Distribution: unstable
Urgency: medium
Maintainer: mpd maintainers <[email protected]>
Changed-By: Simon McVittie <[email protected]>
Closes: 921782
Changes:
 gmpc (11.8.16-15) unstable; urgency=medium
 .
   * d/p/Fix-build-failure-with-Vala-0.38.patch:
     Fix FTBFS with Vala 0.38 by declaring a delegate type as static
     (Closes: #921782)
   * Standards-Version: 4.3.0 (no changes required)
   * Set Rules-Requires-Root to no
   * Don't install upstream ChangeLog, which wasn't updated since 2008
Checksums-Sha1:
 a8062d688540c2412ee40f9d2310d69d31ef6678 2234 gmpc_11.8.16-15.dsc
 23dc698f9c216655d40bf60869af7f94595380f2 41440 gmpc_11.8.16-15.debian.tar.xz
 c5773bf364f86ee9d365bbdd01c51c0d1de5fca8 13300 gmpc_11.8.16-15_source.buildinfo
Checksums-Sha256:
 e9f5f3ccfce71dcfd15ae44ce2bc0e4b50d9ebeeda9d3d6dd4857684eed8ce4c 2234 
gmpc_11.8.16-15.dsc
 06945c08e9238d762230fa6c9ba1420b3a7bf7fbb90a1f3f1ccb832e4e743b38 41440 
gmpc_11.8.16-15.debian.tar.xz
 92110cc30ad6f94a7017cd71d3f72eff69e8cb7df175229f669119bb22cbe60f 13300 
gmpc_11.8.16-15_source.buildinfo
Files:
 15cb6684442a31eacaa78de7f82227f2 2234 sound optional gmpc_11.8.16-15.dsc
 69f0a53c4cb061347f85e2bd8b5d3e39 41440 sound optional 
gmpc_11.8.16-15.debian.tar.xz
 9faa7d81a62762102706d4f1574eb6cb 13300 sound optional 
gmpc_11.8.16-15_source.buildinfo

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

iQIzBAEBCAAdFiEENuxaZEik9e95vv6Y4FrhR4+BTE8FAlxkBP0ACgkQ4FrhR4+B
TE/T0BAAqH2LLfLcn0n79sVynEuWItun73e1QJLE80lxNczt+nr55la3CDDnOmxs
1CRz8PZwyHjaClpIbo3VY7dN16Cs0FQkTDvVFek3rC6ARiLx3AsDeCmYJaN0m9N8
1A1OmKRe+JSc1jJaK1JDG4Iz5n8x1zp8c6JbdIVF8dT0yoSmtPyVVOwSraJVh9rU
5+nm5IWwg6axapVX9n+9zQrLL6F42zC+5tyrivh8req05i622g4TmLQ9RYWLhpni
xQZVNr2yPTCDwRYlYYW2D83rEgnaQjysJ3lBy6w72FcVHbAtU7Y3pvtDNFo+grPE
VO6gc5MaLCOVOO/6KV8Snomeikn9FjEyS0FJ3SGDYe+GGpZBBt7J879AFFswhgsp
awWgsSPBRyPczy9jR3FVzo5a2MXrBMyHnYgpC9QT+4mQELTDw+l4cYOa85/OHZ3w
HlFOCwjj+HxMgAca3exIE3+RiyKGZHxddyLtvVst4mAaDVJJ/R8E2CeIJkjNHUqq
PjyTzq5PCnbSc3AKATMLBE5/xp64qWTKd1H34OIHVXzHPT/28ngWc6NQMOdeDKYg
RbN87zu1Biubfgq/R4MRlo8hyIL88pmaB3eAa9Ts2IxiOkAEFksGJcwHQB9B7P/n
25Edg7onSCDpzSA2Md38J/kKqS/bkfNgCyNKmJ2epFWjzis+aCs=
=X+vk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to