Your message dated Fri, 13 Mar 2026 09:10:48 +0000
with message-id <[email protected]>
and subject line Bug#1126645: fixed in network-manager-iodine 1.2.0-3.4
has caused the Debian Bug report #1126645,
regarding network-manager-iodine: FTBFS: dh_install: error: missing files, 
aborting
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.)


-- 
1126645: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126645
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:network-manager-iodine
Version: 1.2.0-3.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/202601/

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:network-manager-iodine, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'

[... snipped ...]

 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1304:3: note: in expansion of macro 
'_GLIB_GNUC_DO_PRAGMA'
 1304 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated 
pre-processor symbol: replace with #f))
      |   ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: in expansion 
of macro 'GLIB_DEPRECATED_MACRO_FOR'
  584 | #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) 
GLIB_DEPRECATED_MACRO_FOR (f)
      |                                                 
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:688:145: note: in expansion of macro 
'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
  688 | #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   
((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) 
GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
      |                                                                         
                                                                        
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nm-iodine.c:91:39: note: in expansion of macro 'G_TYPE_INSTANCE_GET_PRIVATE'
   91 | #define IODINE_EDITOR_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), 
IODINE_TYPE_EDITOR, IodineEditorPrivate))
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
nm-iodine.c:536:37: note: in expansion of macro 'IODINE_EDITOR_GET_PRIVATE'
  536 |         IodineEditorPrivate *priv = IODINE_EDITOR_GET_PRIVATE (self);
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
nm-iodine.c: In function 'nm_vpn_editor_interface_new':
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor 
symbol: replace with "G_ADD_PRIVATE"
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1304:3: note: in expansion of macro 
'_GLIB_GNUC_DO_PRAGMA'
 1304 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated 
pre-processor symbol: replace with #f))
      |   ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: in expansion 
of macro 'GLIB_DEPRECATED_MACRO_FOR'
  584 | #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) 
GLIB_DEPRECATED_MACRO_FOR (f)
      |                                                 
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:688:145: note: in expansion of macro 
'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
  688 | #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   
((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) 
GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
      |                                                                         
                                                                        
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nm-iodine.c:91:39: note: in expansion of macro 'G_TYPE_INSTANCE_GET_PRIVATE'
   91 | #define IODINE_EDITOR_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), 
IODINE_TYPE_EDITOR, IodineEditorPrivate))
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
nm-iodine.c:596:16: note: in expansion of macro 'IODINE_EDITOR_GET_PRIVATE'
  596 |         priv = IODINE_EDITOR_GET_PRIVATE (object);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
nm-iodine.c: In function 'dispose':
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor 
symbol: replace with "G_ADD_PRIVATE"
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1304:3: note: in expansion of macro 
'_GLIB_GNUC_DO_PRAGMA'
 1304 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated 
pre-processor symbol: replace with #f))
      |   ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: in expansion 
of macro 'GLIB_DEPRECATED_MACRO_FOR'
  584 | #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) 
GLIB_DEPRECATED_MACRO_FOR (f)
      |                                                 
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:688:145: note: in expansion of macro 
'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
  688 | #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   
((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) 
GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
      |                                                                         
                                                                        
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nm-iodine.c:91:39: note: in expansion of macro 'G_TYPE_INSTANCE_GET_PRIVATE'
   91 | #define IODINE_EDITOR_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), 
IODINE_TYPE_EDITOR, IodineEditorPrivate))
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
nm-iodine.c:635:17: note: in expansion of macro 'IODINE_EDITOR_GET_PRIVATE'
  635 |                 IODINE_EDITOR_GET_PRIVATE (plugin);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
nm-iodine.c: In function 'iodine_editor_class_init':
nm-iodine.c:654:9: warning: 'g_type_class_add_private' is deprecated 
[-Wdeprecated-declarations]
  654 |         g_type_class_add_private (req_class, sizeof 
(IodineEditorPrivate));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from nm-iodine.c:34:
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
 1503 | void     g_type_class_add_private       (gpointer                    
g_class,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc -I/usr/incl 
[too-long-redacted] o-2.0 -lgobject-2.0 -lglib-2.0 
libtool: link: gcc -shared  -fPIC -DPIC  
.libs/libnm_vpn_plugin_iodine_la-nm-iodine.o   -lgtk-3 -lgdk-3 -lz 
-lpangocairo-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -latk-1.0 -lpango-1.0 -lcairo 
-lharfbuzz -lnma -lnm -lgio-2.0 -lgobject-2.0 -lglib-2.0  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Werror=format-security -Wl,-z -Wl,relro   -pthread 
-Wl,-soname -Wl,libnm-vpn-plugin-iodine.so -o .libs/libnm-vpn-plugin-iodine.so
libtool: link: ( cd ".libs" && rm -f "libnm-vpn-plugin-iodine.la" && ln -s 
"../libnm-vpn-plugin-iodine.la" "libnm-vpn-plugin-iodine.la" )
make[3]: Leaving directory '/<<PKGBUILDDIR>>/properties'
Making all in po
make[3]: Entering directory '/<<PKGBUILDDIR>>/po'
file=`echo bs | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file bs.po
file=`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ca.po
file=`echo cs | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo el | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file el.po
file=`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo hu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file hu.po
file=`echo id | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file id.po
file=`echo it | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=`echo lv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file lv.po
file=`echo lt | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file lt.po
file=`echo pa | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pa.po
file=`echo pl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pl.po
file=`echo pt | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pt.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
file=`echo sl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sl.po
file=`echo sr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sr.po
file=`echo sr@latin | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file [email protected]
file=`echo sv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sv.po
file=`echo tr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file tr.po
make[3]: Leaving directory '/<<PKGBUILDDIR>>/po'
Making all in auth-dialog
make[3]: Entering directory '/<<PKGBUILDDIR>>/auth-dialog'
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/gtk-3.0 -I/usr/ 
[too-long-redacted] -f 'main.c' || echo './'`main.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -Wall -std=gnu89 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wshadow -Wmissing-declarations 
-Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes 
-Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing  
-Wl,-z,relro -o nm-iodine-auth-dialog nm_iodine_auth_dialog-main.o -lgtk-3 
-lgdk-3 -lz -lpangocairo-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -latk-1.0 
-lpango-1.0 -lcairo -lharfbuzz -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lnm 
-lgio-2.0 -lgobject-2.0 -lglib-2.0 -lnma -lnm -lgio-2.0 -lgobject-2.0 
-lglib-2.0 -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 
libtool: link: gcc -Wall -std=gnu89 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wshadow -Wmissing-declarations 
-Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes 
-Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing 
-Wl,-z -Wl,relro -o nm-iodine-auth-dialog nm_iodine_auth_dialog-main.o  -lgtk-3 
-lgdk-3 -lz -lpangocairo-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -latk-1.0 
-lpango-1.0 -lcairo -lharfbuzz -lnma -lnm -lsecret-1 -lgio-2.0 -lgobject-2.0 
-lglib-2.0
make[3]: Leaving directory '/<<PKGBUILDDIR>>/auth-dialog'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
LC_ALL=C /usr/bin/intltool-merge  -x -u -c ./po/.intltool-merge-cache ./po 
appdata/network-manager-iodine.metainfo.xml.in 
appdata/network-manager-iodine.metainfo.xml
sed -e 's|[@]LIBEXECDIR[@]|/usr/libexec|g' \
    -e 's|[@]PLUGINDIR[@]/||g' \
    nm-iodine-service.name.in >nm-iodine-service.name
Generating and caching the translation database
Merging translations into appdata/network-manager-iodine.metainfo.xml.
CREATED appdata/network-manager-iodine.metainfo.xml
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
        make -j2 check TESTSUITEFLAGS="-j2 --verbose" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making check in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
Making check in properties
make[2]: Entering directory '/<<PKGBUILDDIR>>/properties'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/properties'
Making check in po
make[2]: Entering directory '/<<PKGBUILDDIR>>/po'
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" 
srcdir=. /usr/bin/intltool-update --gettext-package NetworkManager-iodine --pot
rm -f missing notexist
srcdir=. /usr/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
  exit 1; \
fi
make[2]: Leaving directory '/<<PKGBUILDDIR>>/po'
Making check in auth-dialog
make[2]: Entering directory '/<<PKGBUILDDIR>>/auth-dialog'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/auth-dialog'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_prep
   dh_auto_install
        make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp 
AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making install in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/libexec'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c nm-iodine-service 
'/<<PKGBUILDDIR>>/debian/tmp/usr/libexec'
libtool: install: /usr/bin/install -c nm-iodine-service 
/<<PKGBUILDDIR>>/debian/tmp/usr/libexec/nm-iodine-service
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
Making install in properties
make[2]: Entering directory '/<<PKGBUILDDIR>>/properties'
make[3]: Entering directory '/<<PKGBUILDDIR>>/properties'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p 
'/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/NetworkManager'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   
libnm-vpn-plugin-iodine.la 
'/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/NetworkManager'
libtool: install: /usr/bin/install -c .libs/libnm-vpn-plugin-iodine.so 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-vpn-plugin-iodine.so
libtool: install: /usr/bin/install -c .libs/libnm-vpn-plugin-iodine.lai 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-vpn-plugin-iodine.la
libtool: warning: remember to run 'libtool --finish 
/usr/lib/x86_64-linux-gnu/NetworkManager'
 /usr/bin/mkdir -p 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/gnome-vpn-properties/iodine'
 /usr/bin/install -c -m 644 nm-iodine-dialog.ui 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/gnome-vpn-properties/iodine'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/properties'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/properties'
Making install in po
make[2]: Entering directory '/<<PKGBUILDDIR>>/po'
linguas="bs ca cs de el es hu id it ja lv lt pa pl pt pt_BR sl sr sr@latin sv 
tr "; \
for lang in $linguas; do \
  dir=/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/$lang/LC_MESSAGES; \
  /bin/bash /<<PKGBUILDDIR>>/install-sh -d $dir; \
  if test -r $lang.gmo; then \
    /usr/bin/install -c -m 644 $lang.gmo $dir/NetworkManager-iodine.mo; \
    echo "installing $lang.gmo as $dir/NetworkManager-iodine.mo"; \
  else \
    /usr/bin/install -c -m 644 ./$lang.gmo $dir/NetworkManager-iodine.mo; \
    echo "installing ./$lang.gmo as" \
         "$dir/NetworkManager-iodine.mo"; \
  fi; \
  if test -r $lang.gmo.m; then \
    /usr/bin/install -c -m 644 $lang.gmo.m $dir/NetworkManager-iodine.mo.m; \
    echo "installing $lang.gmo.m as $dir/NetworkManager-iodine.mo.m"; \
  else \
    if test -r ./$lang.gmo.m ; then \
      /usr/bin/install -c -m 644 ./$lang.gmo.m \
        $dir/NetworkManager-iodine.mo.m; \
      echo "installing ./$lang.gmo.m as" \
           "$dir/NetworkManager-iodine.mo.m"; \
    else \
      true; \
    fi; \
  fi; \
done
installing bs.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/bs/LC_MESSAGES/NetworkManager-iodine.mo
installing ca.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ca/LC_MESSAGES/NetworkManager-iodine.mo
installing cs.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/cs/LC_MESSAGES/NetworkManager-iodine.mo
installing de.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/de/LC_MESSAGES/NetworkManager-iodine.mo
installing el.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/el/LC_MESSAGES/NetworkManager-iodine.mo
installing es.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/es/LC_MESSAGES/NetworkManager-iodine.mo
installing hu.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/hu/LC_MESSAGES/NetworkManager-iodine.mo
installing id.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/id/LC_MESSAGES/NetworkManager-iodine.mo
installing it.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/it/LC_MESSAGES/NetworkManager-iodine.mo
installing ja.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ja/LC_MESSAGES/NetworkManager-iodine.mo
installing lv.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/lv/LC_MESSAGES/NetworkManager-iodine.mo
installing lt.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/lt/LC_MESSAGES/NetworkManager-iodine.mo
installing pa.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/pa/LC_MESSAGES/NetworkManager-iodine.mo
installing pl.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/pl/LC_MESSAGES/NetworkManager-iodine.mo
installing pt.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/pt/LC_MESSAGES/NetworkManager-iodine.mo
installing pt_BR.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/pt_BR/LC_MESSAGES/NetworkManager-iodine.mo
installing sl.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sl/LC_MESSAGES/NetworkManager-iodine.mo
installing sr.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sr/LC_MESSAGES/NetworkManager-iodine.mo
installing [email protected] as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sr@latin/LC_MESSAGES/NetworkManager-iodine.mo
installing sv.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sv/LC_MESSAGES/NetworkManager-iodine.mo
installing tr.gmo as 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/tr/LC_MESSAGES/NetworkManager-iodine.mo
make[2]: Leaving directory '/<<PKGBUILDDIR>>/po'
Making install in auth-dialog
make[2]: Entering directory '/<<PKGBUILDDIR>>/auth-dialog'
make[3]: Entering directory '/<<PKGBUILDDIR>>/auth-dialog'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/libexec'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c 
nm-iodine-auth-dialog '/<<PKGBUILDDIR>>/debian/tmp/usr/libexec'
libtool: install: /usr/bin/install -c nm-iodine-auth-dialog 
/<<PKGBUILDDIR>>/debian/tmp/usr/libexec/nm-iodine-auth-dialog
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/auth-dialog'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/auth-dialog'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/metainfo'
 /usr/bin/install -c -m 644 appdata/network-manager-iodine.metainfo.xml 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/metainfo'
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/etc/dbus-1/system.d'
 /usr/bin/install -c -m 644 nm-iodine-service.conf 
'/<<PKGBUILDDIR>>/debian/tmp/etc/dbus-1/system.d'
make  install-data-hook
make[4]: Entering directory '/<<PKGBUILDDIR>>'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules execute_before_dh_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
find debian/tmp -name '*.la' -print -delete
debian/tmp/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-vpn-plugin-iodine.la
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_install
dh_install: warning: Cannot find (any matches for) 
"usr/lib/NetworkManager/VPN/nm-iodine-service.name" (tried in ., debian/tmp)

dh_install: warning: network-manager-iodine missing files: 
usr/lib/NetworkManager/VPN/nm-iodine-service.name
dh_install: error: missing files, aborting
make: *** [debian/rules:7: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: network-manager-iodine
Source-Version: 1.2.0-3.4
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
network-manager-iodine, 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.
Adrian Bunk <[email protected]> (supplier of updated network-manager-iodine 
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: Fri, 27 Feb 2026 23:05:36 +0200
Source: network-manager-iodine
Architecture: source
Version: 1.2.0-3.4
Distribution: unstable
Urgency: medium
Maintainer: Guido Günther <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1126645
Changes:
 network-manager-iodine (1.2.0-3.4) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Backport upstream fix for FTBFS with recent pkgconf,
     thanks to Michael Biebl. (Closes: #1126645)
Checksums-Sha1:
 c32e5c81d2b5584aed116fc8306e7052a4dfdd2d 2250 
network-manager-iodine_1.2.0-3.4.dsc
 92b5a378fcc43d6953cf96e1e481232929783678 6804 
network-manager-iodine_1.2.0-3.4.debian.tar.xz
Checksums-Sha256:
 257e3d37f4bb16b372ab1a196c5084cd4d7d40b029af68aee1a6c95d8471f7de 2250 
network-manager-iodine_1.2.0-3.4.dsc
 2261cc18fce840d269bbe16fb9751da001de3c4d05b9e8d6ea4293d6a8f233f6 6804 
network-manager-iodine_1.2.0-3.4.debian.tar.xz
Files:
 9a525f8795341334d968672b0b134440 2250 net optional 
network-manager-iodine_1.2.0-3.4.dsc
 fcb87c4b358c10b618611b07d199804e 6804 net optional 
network-manager-iodine_1.2.0-3.4.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmmiB+0ACgkQiNJCh6LY
mLESOQ/8DZZICPO3aEYE95GSzRp8c6EAJjKE//t0DfubGGhszeXAWYJH91Xq0ln0
qf2ScFfqvrvjgtCedz1Qc9U5dWVq5eqNktBTf9oOSEViDPXnknfD7ci3jZlhTQWQ
hd+FB2uRDg/RLk6Tk9a02fWHXmAPvFbgn0QGjICVNifs90GZOo2yjuFm/eqRQllz
z1RQbKE+GA+x7Nlh5zuolMlYtUVeYJHUXkFY7d6MoCdxpNkOMjTrPXFtdFaRGwfk
uH05VTzF83vcbdHF6hUmb/kqxN+xOZ45UtwPxtbrFflHFQZ8Yt4DSuX9w/wS3TjY
fOxxUhOoEcf7KlwKa4NFIYoz4fzYL9PGRxPS0NNAQ9KQtp+5QI9C4CIyAA3KXx1t
HKKTBzN12chTxS8aV3zEJ5wuglfUfU4Iquo/vNEah34Porv2rONWaLe2Jb5QHYvf
8CfNWi8xa74IMvDGL10T64AAU7h5MnDQ6+uly9Zqiin+yxkfOWRAZFdev6YjyKpn
kFyJJLpj33AIPKdebxyjMB/WU9UFRfvLjhzvxwM7+DahsMdmHhbXVl9Mib/Lgnvv
bfD8u4sCQf94qCEsTtZAULDZaOKSd+08A4bXwPJ8COiN1sQFhxS3+MdDJUiGP83O
L/1G7NKdKr/AA6GugBrpnMzRhQETiaOT+8ZibMcn11g4zcOtAvo=
=flEc
-----END PGP SIGNATURE-----

Attachment: pgpQDMkaZLHqE.pgp
Description: PGP signature


--- End Message ---

Reply via email to