Your message dated Thu, 07 May 2026 23:11:05 +0000
with message-id <[email protected]>
and subject line Bug#1134276: fixed in font-manager 0.9.4-4
has caused the Debian Bug report #1134276,
regarding font-manager: FTBFS: 
../src/font-manager/Collections.vala:543.48-543.78: error: use `new' operator 
to create new objects
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.)


-- 
1134276: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1134276
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:font-manager
Version: 0.9.4-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202604/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

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

Thanks.

--------------------------------------------------------------------------------
[...]
[53/219] cc -Isrc/common/libvala-common.a.p -Isrc/common -I. 
[too-long-redacted] -common.a.p/WaterfallSettings.c
[54/219] /usr/bin/glib-compile-resources 
../src/font-manager/font-manager-gresources.xml --sourcedir ../src/font-manager 
--internal --generate --target src/font-manager/font-manager-gresources.h
[55/219] valac --depfile src/font-manager/font-manager.depfi 
[too-long-redacted] ala src/common/vala-common.vapi
FAILED: [code=1] src/font-manager/font-manager.p/Application 
[too-long-redacted] manager.p/web/google/WebFont.c 
valac --depfile src/font-manager/font-manager.depfile -C -D  
[too-long-redacted] ala src/common/vala-common.vapi
../src/font-manager/Collections.vala:543.48-543.78: error: use `new' operator 
to create new objects
  543 |             var gtk_drag_icon = (Gtk.DragIcon) 
Gtk.DragIcon.get_for_drag(drag);
      |                                                
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
../src/font-manager/FontList.vala:672.48-672.78: error: use `new' operator to 
create new objects
  672 |             var gtk_drag_icon = (Gtk.DragIcon) 
Gtk.DragIcon.get_for_drag(drag);
      |                                                
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
../src/font-manager/BrowseTreeView.vala:80.9-80.28: warning: `Gtk.TreeStore' 
has been deprecated since 4.10
   80 |         Gtk.TreeStore? store = null;
      |         ^~~~~~~~~~~~~~~~~~~~        
../src/font-manager/BrowseTreeView.vala:123.25-123.37: warning: `Gtk.TreeStore' 
has been deprecated since 4.10
  123 |             store = new Gtk.TreeStore(1, typeof(Json.Object));
      |                         ^~~~~~~~~~~~~                         
../src/font-manager/BrowseTreeView.vala:130.30-130.33: warning: `Gtk.TreeIter' 
has been deprecated since 4.10
  130 |                 Gtk.TreeIter iter;
      |                              ^~~~ 
../src/font-manager/BrowseTreeView.vala:140.34-140.43: warning: `Gtk.TreeIter' 
has been deprecated since 4.10
  140 |                     Gtk.TreeIter child_iter;
      |                                  ^~~~~~~~~~ 
../src/font-manager/BrowseTreeView.vala:151.30-151.54: warning: 
`Gtk.TreeViewColumn' has been deprecated since 4.10
  151 |         void cell_data_func (Gtk.TreeViewColumn layout,
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~ 
../src/font-manager/BrowseTreeView.vala:152.30-152.50: warning: 
`Gtk.CellRenderer' has been deprecated since 4.10
  152 |                              Gtk.CellRenderer cell,
      |                              ^~~~~~~~~~~~~~~~~~~~~ 
../src/font-manager/BrowseTreeView.vala:153.30-153.48: warning: `Gtk.TreeModel' 
has been deprecated since 4.10
  153 |                              Gtk.TreeModel model,
      |                              ^~~~~~~~~~~~~~~~~~~ 
../src/font-manager/BrowseTreeView.vala:154.30-154.50: warning: `Gtk.TreeIter' 
has been deprecated since 4.10
  154 |                              Gtk.TreeIter treeiter) {
      |                              ^~~~~~~~~~~~~~~~~~~~~   
../src/font-manager/BrowseTreeView.vala:38.40-38.66: warning: 
`Gtk.CellRendererState' has been deprecated since 4.20
   38 |                                        Gtk.CellRendererState flags)
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 
../src/font-manager/BrowseTreeView.vala:42.40-42.63: warning: 
`Gtk.Widget.get_style_context' has been deprecated since 4.10
   42 |                 Gtk.StyleContext ctx = widget.get_style_context();
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~   
../src/font-manager/BrowseTreeView.vala:42.34-42.36: warning: 
`Gtk.StyleContext' has been deprecated since 4.10
   42 |                 Gtk.StyleContext ctx = widget.get_style_context();
      |                                  ^~~                              
../src/font-manager/BrowseTreeView.vala:52.17-52.42: warning: 
`Gtk.Snapshot.render_background' has been deprecated since 4.10
   52 |                 snapshot.render_background(ctx, a.x, a.y, a.width, 
a.height);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~                              
     
../src/font-manager/BrowseTreeView.vala:53.17-53.37: warning: 
`Gtk.Snapshot.render_frame' has been deprecated since 4.10
   53 |                 snapshot.render_frame(ctx, a.x, a.y, a.width, a.height);
      |                 ^~~~~~~~~~~~~~~~~~~~~                                   
../src/font-manager/Browse.vala:427.45-427.48: warning: Argument 1: Cannot pass 
null to non-null parameter type
  427 |             var builder = new StringBuilder(null);
      |                                             ^~~~  
../src/font-manager/preferences/Substitutions.vala:101.13-101.32: warning: 
`Gtk.Entry.set_completion' has been deprecated since 4.10
  101 |             entry.set_completion(get_family_completion());
      |             ^~~~~~~~~~~~~~~~~~~~                          
../src/font-manager/preferences/Substitutions.vala:41.53-41.71: warning: 
`Gtk.EntryCompletion' has been deprecated since 4.10
   41 |         Gtk.EntryCompletion family_completion = new 
Gtk.EntryCompletion();
      |                                                     ^~~~~~~~~~~~~~~~~~~ 
  
../src/font-manager/preferences/Substitutions.vala:41.29-41.45: warning: 
`Gtk.EntryCompletion' has been deprecated since 4.10
   41 |         Gtk.EntryCompletion family_completion = new 
Gtk.EntryCompletion();
      |                             ^~~~~~~~~~~~~~~~~                           
  
../src/font-manager/preferences/Substitutions.vala:24.5-24.51: warning: 
`Gtk.ListStore' has been deprecated since 4.10
   24 |     internal Gtk.ListStore? family_completion_model = null;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
../src/font-manager/preferences/Substitutions.vala:28.43-28.55: warning: 
`Gtk.ListStore' has been deprecated since 4.10
   28 |             family_completion_model = new Gtk.ListStore(1, 
typeof(string));
      |                                           ^~~~~~~~~~~~~                 
   
../src/font-manager/preferences/Substitutions.vala:32.30-32.33: warning: 
`Gtk.TreeIter' has been deprecated since 4.10
   32 |                 Gtk.TreeIter iter;
      |                              ^~~~ 
../src/font-manager/preferences/Substitutions.vala:66.13-66.33: warning: 
`Gtk.Entry.set_completion' has been deprecated since 4.10
   66 |             target.set_completion(get_family_completion());
      |             ^~~~~~~~~~~~~~~~~~~~~                          
../src/font-manager/Application.vala:86.21-86.57: warning: 
`Gtk.Settings.gtk_application_prefer_dark_theme' has been deprecated since 4.20
   86 |                     gtk.gtk_application_prefer_dark_theme = 
prefer_dark_theme;
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
      
Compilation failed: 2 error(s), 22 warning(s)
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j1 -v 
returned exit code 1
make: *** [debian/rules:16: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: font-manager
Source-Version: 0.9.4-4
Done: Bastian Germann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
font-manager, 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.
Bastian Germann <[email protected]> (supplier of updated font-manager 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: SHA512

Format: 1.8
Date: Thu, 07 May 2026 23:18:28 +0200
Source: font-manager
Architecture: source
Version: 0.9.4-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force <[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1134276
Changes:
 font-manager (0.9.4-4) unstable; urgency=medium
 .
   * Team upload.
   * Fix vala compilation. (Closes: #1134276)
Checksums-Sha1:
 df54abb9792935ac18f3db39ae70c6c87b7e7127 3029 font-manager_0.9.4-4.dsc
 a16a2a8179770b7c3fa3b2bd527ca7ca31433e9d 7968 
font-manager_0.9.4-4.debian.tar.xz
 6b84c8341db855a2121b1765ae03d98b15cbb7d0 6997 
font-manager_0.9.4-4_source.buildinfo
Checksums-Sha256:
 857b09ae32f8b23669ab68c4a0a90721c67b70474501ccb5c12465742d02cd1d 3029 
font-manager_0.9.4-4.dsc
 67ac8a26c0e9115bca86bd7a8505db5619e7a6824d7a0e885876c2381a26b8c2 7968 
font-manager_0.9.4-4.debian.tar.xz
 24a409d131b2ca8a647aec9d25b841f7ef4b0948d3e17a562d9e951a6df0c315 6997 
font-manager_0.9.4-4_source.buildinfo
Files:
 e7da85e7522f6e56936dcdc2c86b91af 3029 fonts optional font-manager_0.9.4-4.dsc
 255ca33430aadef7a75c90a21f99914b 7968 fonts optional 
font-manager_0.9.4-4.debian.tar.xz
 1f663c1235fd22519a6ae733a71b5a63 6997 fonts optional 
font-manager_0.9.4-4_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmn9Ac4QHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFFxoC/96Ro+3t0jYZ4HKPKR9c2/ig4FvMAgmZ9Gn
xPZuMRyuvK7px7FOfbTazuScJu9xSWxYn8i9j3+FU1mJo0INCT8YtHkFbxXY6qHr
yDWkN9brFE5NqbNhSF62Q/xQfjdXzEfEB3yxCd2irSJqq1ikS+YiCD71JHkSYBZx
dFpuwvqhOi/xJPLf8xxzGwdCkMuxCgB0eyOmWxthC7JeViRCyH+0zlRUEItiFuFs
N+qvJp8ATZ95JXfY+ft4iJ0osn/0B7Kcw9TdzoIT45WdGohV1nkrSmT1slVMhEvc
5wkoVL8I/VE+O4k4GUWAHWY1ZWn/n0izxdcp2OcSwtCW52salTw048GifderhJDZ
GrL7IT6ifRhHmbTxBKQt6tfj9/WczXeQf3hdhLAhqrrC+78htL7JC+7caIe2D6/F
bYpKfpnxxuJm4j7zmaGGc0dQ21ASwzG5Su/OCrz0nxrhWoXdHLdmhHmM5pnjsady
7Tqq4cz8m7TCARigV0ot2XcyrXreJ2U=
=NVD3
-----END PGP SIGNATURE-----

Attachment: pgpQat11BAqsB.pgp
Description: PGP signature


--- End Message ---

Reply via email to