Package: src:libinfinity
Version: 0.7.2-2.1
User: [email protected]
Usertags: ftbfs-during-trixie-support-period
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable in the year 2028, your package
failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary --with=gir
dh_update_autotools_config
cp: warning: behavior of -n is non-portable and may change in future; use
--update=none instead
cp: warning: behavior of -n is non-portable and may change in future; use
--update=none instead
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'
[... snipped ...]
destdir=`dirname /<<PKGBUILDDIR>>/docs/reference/libinftext/$file`; \
test -d "$destdir" || mkdir -p "$destdir"; \
test -f /<<PKGBUILDDIR>>/docs/reference/libinftext/$file && \
cp -pf /<<PKGBUILDDIR>>/docs/reference/libinftext/$file
/<<PKGBUILDDIR>>/docs/reference/libinftext/$file || true; \
done; \
fi; \
fi
/usr/bin/mkdir -p xml && ( \
echo "<!ENTITY package \"libinfinity\">"; \
echo "<!ENTITY package_bugreport \"[email protected]\">"; \
echo "<!ENTITY package_name \"libinfinity\">"; \
echo "<!ENTITY package_string \"libinfinity 0.7.2\">"; \
echo "<!ENTITY package_tarname \"libinfinity\">"; \
echo "<!ENTITY package_url \"\">"; \
echo "<!ENTITY package_version \"0.7.2\">"; \
) > xml/gtkdocentities.ent
touch setup-build.stamp
_source_dir='' ; \
for i in ../../../libinftext ; do \
_source_dir="${_source_dir} --source-dir=$i" ; \
done ; \
gtkdoc-scan --module=libinftext-0.7 --ignore-headers="" ${_source_dir}
--rebuild-types
if grep -l '^..*$' libinftext-0.7.types > /dev/null 2>&1 ; then \
scanobj_options=""; \
gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\--verbose"; \
if test "$?" = "0"; then \
if test "x" = "x1"; then \
scanobj_options="--verbose"; \
fi; \
fi; \
CC="/bin/bash ../../../libtool --tag=CC --mode=compile gcc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/libxml2 -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection" LD="/bin/bash ../../../libtool --tag=CC --mode=link gcc -lgobject-2.0 -lglib-2.0 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now" RUN="/bin/bash ../../../libtool --mode=execute" CFLAGS=" -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection" LDFLAGS="-lgobject-2.0 -lglib-2.0 -lxml2 ../../../libinfinity/libinfinity-0.7.la
../../../libinftext/libinftext-0.7.la -Wl,-z,relro -Wl,-z,now" \
gtkdoc-scangobj $scanobj_options --module=libinftext-0.7; \
else \
for i in libinftext-0.7.actions libinftext-0.7.args libinftext-0.7.hierarchy
libinftext-0.7.interfaces libinftext-0.7.prerequisites libinftext-0.7.signals ;
do \
test -f $i || touch $i ; \
done \
fi
touch scan-build.stamp
_source_dir='' ; \
for i in ../../../libinftext ; do \
_source_dir="${_source_dir} --source-dir=$i" ; \
done ; \
gtkdoc-mkdb --module=libinftext-0.7 --output-format=xml
--expand-content-files="" --main-sgml-file=libinftext-0.7-docs.sgml
${_source_dir} --sgml-mode --output-format=xml
unknown:0: warning: Field descriptions for struct
InfTextInsertOperationInterface are missing in source code comment block.
unknown:0: warning: Value descriptions for InfTextSessionError are missing in
source code comment block.
unknown:0: warning: Field descriptions for struct InfTextUserClass are missing
in source code comment block.
../../../libinftext/inf-text-buffer.c:158: warning: Parameter description for
inf_text_buffer_insert_text::text (type=guint8*) (array length=bytes) (transfer
none) is not used from source code comment block.
../../../libinftext/inf-text-buffer.c:158: warning: Parameter description for
inf_text_buffer_insert_text::text is missing in source code comment block.
../../../libinftext/inf-text-chunk.c:584: warning: Parameter description for
inf_text_chunk_insert_text::text (type const guint8*) (array length=bytes)
(transfer none) is not used from source code comment block.
../../../libinftext/inf-text-chunk.c:584: warning: Parameter description for
inf_text_chunk_insert_text::text is missing in source code comment block.
./libinftext-0.7-unused.txt:1: warning: 2 unused declarations. They should be
added to libinftext-0.7-sections.txt in the appropriate place.
touch sgml-build.stamp
rm -rf html && mkdir html && \
mkhtml_options=""; \
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\--verbose"; \
if test "$?" = "0"; then \
if test "x" = "x1"; then \
mkhtml_options="$mkhtml_options --verbose"; \
fi; \
fi; \
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\--path"; \
if test "$?" = "0"; then \
mkhtml_options="$mkhtml_options
--path=\"/<<PKGBUILDDIR>>/docs/reference/libinftext\""; \
fi; \
cd html && gtkdoc-mkhtml $mkhtml_options libinftext-0.7
../libinftext-0.7-docs.sgml
gtkdoc-fixxref --module=libinftext-0.7 --module-dir=html
--html-dir=/usr/share/gtk-doc/html --extra-dir=../libinfinity/html
html/InfTextBuffer.html:221: warning: no link for: "G-SIGNAL-RUN-FIRST:CAPS" ->
(Run First).
html/InfTextBuffer.html:280: warning: no link for: "GtkTextBuffer" -> (<span
class="type">GtkTextBuffer</span>).
html/InfTextBuffer.html:287: warning: no link for: "InfTextGtkBuffer" -> (<span
class="type">InfTextGtkBuffer</span>).
html/InfTextBuffer.html:448: warning: no link for: "NULL:CAPS" -> (<code
class="literal">NULL</code>).
html/InfTextBuffer.html:658: warning: no link for: "FALSE:CAPS" -> (<code
class="literal">FALSE</code>).
html/InfTextBuffer.html:766: warning: no link for: "g-free" -> (<code
class="function">g_free()</code>).
html/InfTextMoveOperation.html:261: warning: no link for: "TRUE:CAPS" -> (<code
class="literal">TRUE</code>).
html/InfTextUndoGrouping.html:103: warning: no link for: "g-object-unref" -> (<code
class="function">g_object_unref()</code>).
html/InfTextUser.html:126: warning: no link for: "G-SIGNAL-RUN-LAST:CAPS" ->
(Run Last).
html/libinftext-0.7-InfTextFilesystemFormat.html:113: warning: no link for: "GError" -> (<span
class="type">GError</span>).
touch html-build.stamp
make[5]: Leaving directory '/<<PKGBUILDDIR>>/docs/reference/libinftext'
Making all in libinfgtk
make[5]: Entering directory '/<<PKGBUILDDIR>>/docs/reference/libinfgtk'
if test "/<<PKGBUILDDIR>>/docs/reference/libinfgtk" !=
"/<<PKGBUILDDIR>>/docs/reference/libinfgtk" ; then \
files=`echo ../version.xml libinfgtk-0.7-docs.sgml
libinfgtk-0.7-sections.txt libinfgtk-0.7-overrides.txt libinfgtk-0.7.types`; \
if test "x$files" != "x" ; then \
for file in $files ; do \
destdir=`dirname /<<PKGBUILDDIR>>/docs/reference/libinfgtk/$file`; \
test -d "$destdir" || mkdir -p "$destdir"; \
test -f /<<PKGBUILDDIR>>/docs/reference/libinfgtk/$file && \
cp -pf /<<PKGBUILDDIR>>/docs/reference/libinfgtk/$file
/<<PKGBUILDDIR>>/docs/reference/libinfgtk/$file || true; \
done; \
fi; \
fi
/usr/bin/mkdir -p xml && ( \
echo "<!ENTITY package \"libinfinity\">"; \
echo "<!ENTITY package_bugreport \"[email protected]\">"; \
echo "<!ENTITY package_name \"libinfinity\">"; \
echo "<!ENTITY package_string \"libinfinity 0.7.2\">"; \
echo "<!ENTITY package_tarname \"libinfinity\">"; \
echo "<!ENTITY package_url \"\">"; \
echo "<!ENTITY package_version \"0.7.2\">"; \
) > xml/gtkdocentities.ent
touch setup-build.stamp
_source_dir='' ; \
for i in ../../../libinfgtk ; do \
_source_dir="${_source_dir} --source-dir=$i" ; \
done ; \
gtkdoc-scan --module=libinfgtk-0.7 --ignore-headers="inf-gtk-resources.h"
${_source_dir} --rebuild-types
if grep -l '^..*$' libinfgtk-0.7.types > /dev/null 2>&1 ; then \
scanobj_options=""; \
gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\--verbose"; \
if test "$?" = "0"; then \
if test "x" = "x1"; then \
scanobj_options="--verbose"; \
fi; \
fi; \
CC="/bin/bash ../../../libtool --tag=CC --mode=compile gcc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders
-I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" LD="/bin/bash ../../../libtool --tag=CC --mode=link gcc -lgobject-2.0 -lglib-2.0
-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now" RUN="/bin/bash ../../../libtool --mode=execute" CFLAGS=" -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection" LDFLAGS="-lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo
-lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../../../libinfinity/libinfinity-0.7.la ../../../libinfgtk/libinfgtk-0.7.la -Wl,-z,relro -Wl,-z,now" \
gtkdoc-scangobj $scanobj_options --module=libinfgtk-0.7; \
else \
for i in libinfgtk-0.7.actions libinfgtk-0.7.args libinfgtk-0.7.hierarchy
libinfgtk-0.7.interfaces libinfgtk-0.7.prerequisites libinfgtk-0.7.signals ; do
\
test -f $i || touch $i ; \
done \
fi
touch scan-build.stamp
_source_dir='' ; \
for i in ../../../libinfgtk ; do \
_source_dir="${_source_dir} --source-dir=$i" ; \
done ; \
gtkdoc-mkdb --module=libinfgtk-0.7 --output-format=xml
--expand-content-files="" --main-sgml-file=libinfgtk-0.7-docs.sgml
${_source_dir} --sgml-mode --output-format=xml
unknown:0: warning: Field descriptions for struct InfGtkBrowserViewClass are
missing in source code comment block.
touch sgml-build.stamp
rm -rf html && mkdir html && \
mkhtml_options=""; \
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\--verbose"; \
if test "$?" = "0"; then \
if test "x" = "x1"; then \
mkhtml_options="$mkhtml_options --verbose"; \
fi; \
fi; \
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\--path"; \
if test "$?" = "0"; then \
mkhtml_options="$mkhtml_options
--path=\"/<<PKGBUILDDIR>>/docs/reference/libinfgtk\""; \
fi; \
cd html && gtkdoc-mkhtml $mkhtml_options libinfgtk-0.7
../libinfgtk-0.7-docs.sgml
gtkdoc-fixxref --module=libinfgtk-0.7 --module-dir=html
--html-dir=/usr/share/gtk-doc/html --extra-dir=../libinfinity/html
html/InfGtkAclSheetView.html:181: warning: no link for: "G-SIGNAL-RUN-LAST:CAPS"
-> (Run Last).
html/InfGtkAclSheetView.html:270: warning: no link for: "NULL:CAPS" -> (<code
class="literal">NULL</code>).
html/InfGtkAclSheetView.html:365: warning: no link for: "TRUE:CAPS" -> (<code
class="literal">TRUE</code>).
html/InfGtkAclSheetView.html:365: warning: no link for: "FALSE:CAPS" -> (<code
class="literal">FALSE</code>).
html/InfGtkBrowserModel.html:166: warning: no link for: "GtkTreeModel" -> (<span
class="type">GtkTreeModel</span>).
html/InfGtkBrowserModel.html:167: warning: no link for: "GtkTreeView" -> (<span
class="type">GtkTreeView</span>).
html/InfGtkBrowserModel.html:179: warning: no link for: "GtkTreePath" -> (<span
class="type">GtkTreePath</span>).
html/InfGtkBrowserModel.html:180: warning: no link for: "GtkTreeIter" -> (<span
class="type">GtkTreeIter</span>).
html/InfGtkBrowserModel.html:532: warning: no link for: "GError" -> (<span
class="type">GError</span>).
html/InfGtkBrowserView.html:307: warning: no link for: "GtkMenu" -> (<span
class="type">GtkMenu</span>).
html/InfGtkCertificateDialog.html:160: warning: no link for: "GtkWindow" -> (<span
class="type">GtkWindow</span>).
html/InfGtkCertificateDialog.html:161: warning: no link for: "GtkDialogFlags" -> (<span
class="type">GtkDialogFlags</span>).
html/InfGtkChat.html:321: warning: no link for: "GtkEntry" -> (<span
class="type">GtkEntry</span>).
html/InfGtkIo.html:97: warning: no link for: "g-object-unref" -> (<code
class="function">g_object_unref()</code>).
html/InfGtkPermissionsDialog.html:216: warning: no link for: "gtk-widget-destroy" -> (<code
class="function">gtk_widget_destroy()</code>).
touch html-build.stamp
make[5]: Leaving directory '/<<PKGBUILDDIR>>/docs/reference/libinfgtk'
Making all in libinftextgtk
make[5]: Entering directory '/<<PKGBUILDDIR>>/docs/reference/libinftextgtk'
if test "/<<PKGBUILDDIR>>/docs/reference/libinftextgtk" !=
"/<<PKGBUILDDIR>>/docs/reference/libinftextgtk" ; then \
files=`echo ../version.xml libinftextgtk-0.7-docs.sgml
libinftextgtk-0.7-sections.txt libinftextgtk-0.7-overrides.txt
libinftextgtk-0.7.types`; \
if test "x$files" != "x" ; then \
for file in $files ; do \
destdir=`dirname /<<PKGBUILDDIR>>/docs/reference/libinftextgtk/$file`; \
test -d "$destdir" || mkdir -p "$destdir"; \
test -f /<<PKGBUILDDIR>>/docs/reference/libinftextgtk/$file && \
cp -pf /<<PKGBUILDDIR>>/docs/reference/libinftextgtk/$file
/<<PKGBUILDDIR>>/docs/reference/libinftextgtk/$file || true; \
done; \
fi; \
fi
/usr/bin/mkdir -p xml && ( \
echo "<!ENTITY package \"libinfinity\">"; \
echo "<!ENTITY package_bugreport \"[email protected]\">"; \
echo "<!ENTITY package_name \"libinfinity\">"; \
echo "<!ENTITY package_string \"libinfinity 0.7.2\">"; \
echo "<!ENTITY package_tarname \"libinfinity\">"; \
echo "<!ENTITY package_url \"\">"; \
echo "<!ENTITY package_version \"0.7.2\">"; \
) > xml/gtkdocentities.ent
touch setup-build.stamp
_source_dir='' ; \
for i in ../../../libinftextgtk ; do \
_source_dir="${_source_dir} --source-dir=$i" ; \
done ; \
gtkdoc-scan --module=libinftextgtk-0.7 --ignore-headers="" ${_source_dir}
--rebuild-types
if grep -l '^..*$' libinftextgtk-0.7.types > /dev/null 2>&1 ; then \
scanobj_options=""; \
gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\--verbose"; \
if test "$?" = "0"; then \
if test "x" = "x1"; then \
scanobj_options="--verbose"; \
fi; \
fi; \
CC="/bin/bash ../../../libtool --tag=CC --mode=compile gcc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders
-I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" LD="/bin/bash ../../../libtool --tag=CC --mode=link gcc -lgobject-2.0 -lglib-2.0
-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now" RUN="/bin/bash ../../../libtool --mode=execute" CFLAGS=" -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection" LDFLAGS="-lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo
-lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm ../../../libinfinity/libinfinity-0.7.la ../../../libinftext/libinftext-0.7.la
../../../libinfgtk/libinfgtk-0.7.la ../../../libinftextgtk/libinftextgtk-0.7.la -Wl,-z,relro -Wl,-z,now" \
gtkdoc-scangobj $scanobj_options --module=libinftextgtk-0.7; \
else \
for i in libinftextgtk-0.7.actions libinftextgtk-0.7.args
libinftextgtk-0.7.hierarchy libinftextgtk-0.7.interfaces
libinftextgtk-0.7.prerequisites libinftextgtk-0.7.signals ; do \
test -f $i || touch $i ; \
done \
fi
touch scan-build.stamp
_source_dir='' ; \
for i in ../../../libinftextgtk ; do \
_source_dir="${_source_dir} --source-dir=$i" ; \
done ; \
gtkdoc-mkdb --module=libinftextgtk-0.7 --output-format=xml
--expand-content-files="" --main-sgml-file=libinftextgtk-0.7-docs.sgml
${_source_dir} --sgml-mode --output-format=xml
touch sgml-build.stamp
rm -rf html && mkdir html && \
mkhtml_options=""; \
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\--verbose"; \
if test "$?" = "0"; then \
if test "x" = "x1"; then \
mkhtml_options="$mkhtml_options --verbose"; \
fi; \
fi; \
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\--path"; \
if test "$?" = "0"; then \
mkhtml_options="$mkhtml_options
--path=\"/<<PKGBUILDDIR>>/docs/reference/libinftextgtk\""; \
fi; \
cd html && gtkdoc-mkhtml $mkhtml_options libinftextgtk-0.7
../libinftextgtk-0.7-docs.sgml
gtkdoc-fixxref --module=libinftextgtk-0.7 --module-dir=html
--html-dir=/usr/share/gtk-doc/html --extra-dir=../libinfinity/html
--extra-dir=../libinftext/html --extra-dir=../libinfgtk/html
html/InfTextGtkBuffer.html:33: warning: no link for: "GtkTextBuffer" -> (<span
class="type">GtkTextBuffer</span>).
html/InfTextGtkBuffer.html:313: warning: no link for: "GtkTextView" -> (<span
class="type">GtkTextView</span>).
html/InfTextGtkBuffer.html:325: warning: no link for: "GtkTextTag" -> (<span
class="type">GtkTextTag</span>).
html/InfTextGtkBuffer.html:431: warning: no link for: "NULL:CAPS" -> (<code
class="literal">NULL</code>).
html/InfTextGtkBuffer.html:471: warning: no link for: "GtkTextIter" -> (<span
class="type">GtkTextIter</span>).
html/InfTextGtkBuffer.html:554: warning: no link for: "TRUE:CAPS" -> (<code
class="literal">TRUE</code>).
html/InfTextGtkBuffer.html:557: warning: no link for: "FALSE:CAPS" -> (<code
class="literal">FALSE</code>).
html/InfTextGtkHueChooser.html:125: warning: no link for: "G-SIGNAL-RUN-LAST:CAPS"
-> (Run Last).
html/InfTextGtkHueChooser.html:130: warning: no link for: "G-SIGNAL-ACTION:CAPS"
-> (Action).
html/InfTextGtkHueChooser.html:387: warning: no link for: "GtkDirectionType" -> (<span
class="type">GtkDirectionType</span>).
html/InfTextGtkView.html:214: warning: no link for: "GtkSourceView" -> (<span
class="type">GtkSourceView</span>).
html/InfTextGtkViewport.html:129: warning: no link for: "GtkScrolledWindow" -> (<span
class="type">GtkScrolledWindow</span>).
touch html-build.stamp
make[5]: Leaving directory '/<<PKGBUILDDIR>>/docs/reference/libinftextgtk'
Making all in libinfinoted-plugin-manager
make[5]: Entering directory
'/<<PKGBUILDDIR>>/docs/reference/libinfinoted-plugin-manager'
if test "/<<PKGBUILDDIR>>/docs/reference/libinfinoted-plugin-manager" !=
"/<<PKGBUILDDIR>>/docs/reference/libinfinoted-plugin-manager" ; then \
files=`echo ../version.xml libinfinoted-plugin-manager-0.7-docs.sgml
libinfinoted-plugin-manager-0.7-sections.txt
libinfinoted-plugin-manager-0.7-overrides.txt
libinfinoted-plugin-manager-0.7.types`; \
if test "x$files" != "x" ; then \
for file in $files ; do \
destdir=`dirname
/<<PKGBUILDDIR>>/docs/reference/libinfinoted-plugin-manager/$file`; \
test -d "$destdir" || mkdir -p "$destdir"; \
test -f /<<PKGBUILDDIR>>/docs/reference/libinfinoted-plugin-manager/$file
&& \
cp -pf /<<PKGBUILDDIR>>/docs/reference/libinfinoted-plugin-manager/$file
/<<PKGBUILDDIR>>/docs/reference/libinfinoted-plugin-manager/$file || true; \
done; \
fi; \
fi
/usr/bin/mkdir -p xml && ( \
echo "<!ENTITY package \"libinfinity\">"; \
echo "<!ENTITY package_bugreport \"[email protected]\">"; \
echo "<!ENTITY package_name \"libinfinity\">"; \
echo "<!ENTITY package_string \"libinfinity 0.7.2\">"; \
echo "<!ENTITY package_tarname \"libinfinity\">"; \
echo "<!ENTITY package_url \"\">"; \
echo "<!ENTITY package_version \"0.7.2\">"; \
) > xml/gtkdocentities.ent
touch setup-build.stamp
_source_dir='' ; \
for i in ../../../infinoted ; do \
_source_dir="${_source_dir} --source-dir=$i" ; \
done ; \
gtkdoc-scan --module=libinfinoted-plugin-manager-0.7
--ignore-headers="infinoted-config-reload.h infinoted-dh-params.h
infinoted-options.h infinoted-pam.h infinoted-run.h infinoted-signal.h
infinoted-startup.h infinoted-plugin-util-navigate-browser.h" ${_source_dir}
--rebuild-types
if grep -l '^..*$' libinfinoted-plugin-manager-0.7.types > /dev/null 2>&1 ;
then \
scanobj_options=""; \
gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\--verbose"; \
if test "$?" = "0"; then \
if test "x" = "x1"; then \
scanobj_options="--verbose"; \
fi; \
fi; \
CC="/bin/bash ../../../libtool --tag=CC --mode=compile gcc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/p11-kit-1 -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection" LD="/bin/bash ../../../libtool --tag=CC --mode=link gcc -lgobject-2.0 -lglib-2.0 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now" RUN="/bin/bash ../../../libtool --mode=execute" CFLAGS=" -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection" LDFLAGS="../../../infinoted/libinfinoted-plugin-manager-0.7.la ../../../libinfinity/libinfinity-0.7.la
-lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lglib-2.0 -lgnutls -ldaemon -Wl,-z,relro -Wl,-z,now" \
gtkdoc-scangobj $scanobj_options --module=libinfinoted-plugin-manager-0.7; \
else \
for i in libinfinoted-plugin-manager-0.7.actions
libinfinoted-plugin-manager-0.7.args libinfinoted-plugin-manager-0.7.hierarchy
libinfinoted-plugin-manager-0.7.interfaces
libinfinoted-plugin-manager-0.7.prerequisites
libinfinoted-plugin-manager-0.7.signals ; do \
test -f $i || touch $i ; \
done \
fi
touch scan-build.stamp
_source_dir='' ; \
for i in ../../../infinoted ; do \
_source_dir="${_source_dir} --source-dir=$i" ; \
done ; \
gtkdoc-mkdb --module=libinfinoted-plugin-manager-0.7 --output-format=xml
--expand-content-files=""
--main-sgml-file=libinfinoted-plugin-manager-0.7-docs.sgml ${_source_dir} --sgml-mode
--output-format=xml
touch sgml-build.stamp
rm -rf html && mkdir html && \
mkhtml_options=""; \
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\--verbose"; \
if test "$?" = "0"; then \
if test "x" = "x1"; then \
mkhtml_options="$mkhtml_options --verbose"; \
fi; \
fi; \
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\--path"; \
if test "$?" = "0"; then \
mkhtml_options="$mkhtml_options
--path=\"/<<PKGBUILDDIR>>/docs/reference/libinfinoted-plugin-manager\""; \
fi; \
cd html && gtkdoc-mkhtml $mkhtml_options libinfinoted-plugin-manager-0.7
../libinfinoted-plugin-manager-0.7-docs.sgml
gtkdoc-fixxref --module=libinfinoted-plugin-manager-0.7 --module-dir=html
--html-dir=/usr/share/gtk-doc/html --extra-dir=../libinfinity/html
html/InfinotedLog.html:148: warning: no link for: "G-SIGNAL-RUN-FIRST:CAPS" ->
(Run First).
html/InfinotedLog.html:200: warning: no link for: "g-object-unref" -> (<code
class="function">g_object_unref()</code>).
html/InfinotedLog.html:211: warning: no link for: "GError" -> (<span
class="type">GError</span>).
html/InfinotedLog.html:213: warning: no link for: "FALSE:CAPS" -> (<code
class="literal">FALSE</code>).
html/InfinotedLog.html:217: warning: no link for: "NULL:CAPS" -> (<code
class="literal">NULL</code>).
html/InfinotedLog.html:248: warning: no link for: "TRUE:CAPS" -> (<code
class="literal">TRUE</code>).
html/InfinotedLog.html:283: warning: no link for: "LOG-ERR:CAPS" -> (<code
class="literal">LOG_ERR</code>).
html/InfinotedLog.html:284: warning: no link for: "LOG-WARNING:CAPS" -> (<code
class="literal">LOG_WARNING</code>).
html/InfinotedLog.html:284: warning: no link for: "LOG-INFO:CAPS" -> (<code
class="literal">LOG_INFO</code>).
html/InfinotedPluginManager.html:272: warning: no link for: "GKeyFile" -> (<span
class="type">GKeyFile</span>).
html/InfinotedPluginManager.html:541: warning: no link for: "GQuark" -> (<span
class="type">GQuark</span>).
html/libinfinoted-plugin-manager-0.7-InfinotedParameter.html:358: warning: no link for: "GDestroyNotify"
-> (<span class="type">GDestroyNotify</span>).
html/libinfinoted-plugin-manager-0.7-InfinotedParameter.html:832: warning: no link for: "GFlagsValue"
-> (<span class="type">GFlagsValue</span>).
html/libinfinoted-plugin-manager-0.7-InfinotedParameter.html:1112: warning: no link for:
"G-STRUCT-OFFSET:CAPS" -> (<code class="literal">G_STRUCT_OFFSET</code>).
html/libinfinoted-plugin-manager-0.7-InfinotedUtil.html:215: warning: no link for:
"daemon-pid-file-kill" -> (<code
class="function">daemon_pid_file_kill()</code>).
html/libinfinoted-plugin-manager-0.7-InfinotedUtil.html:216: warning: no link for:
"daemon-pid-file-kill-wait" -> (<code
class="function">daemon_pid_file_kill_wait()</code>).
touch html-build.stamp
make[5]: Leaving directory
'/<<PKGBUILDDIR>>/docs/reference/libinfinoted-plugin-manager'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/docs/reference'
make[4]: Entering directory '/<<PKGBUILDDIR>>/docs'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/docs'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/docs'
Making all in po
make[3]: Entering directory '/<<PKGBUILDDIR>>/po'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/po'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
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 libinfinity
make[2]: Entering directory '/<<PKGBUILDDIR>>/libinfinity'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libinfinity'
Making check in libinftext
make[2]: Entering directory '/<<PKGBUILDDIR>>/libinftext'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libinftext'
Making check in libinfgtk
make[2]: Entering directory '/<<PKGBUILDDIR>>/libinfgtk'
make check-am
make[3]: Entering directory '/<<PKGBUILDDIR>>/libinfgtk'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libinfgtk'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libinfgtk'
Making check in libinftextgtk
make[2]: Entering directory '/<<PKGBUILDDIR>>/libinftextgtk'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libinftextgtk'
Making check in infinoted
make[2]: Entering directory '/<<PKGBUILDDIR>>/infinoted'
Making check in .
make[3]: Entering directory '/<<PKGBUILDDIR>>/infinoted'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/infinoted'
Making check in plugins
make[3]: Entering directory '/<<PKGBUILDDIR>>/infinoted/plugins'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/infinoted/plugins'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/infinoted'
Making check in pixmaps
make[2]: Entering directory '/<<PKGBUILDDIR>>/pixmaps'
Making check in 16x16
make[3]: Entering directory '/<<PKGBUILDDIR>>/pixmaps/16x16'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/pixmaps/16x16'
Making check in 22x22
make[3]: Entering directory '/<<PKGBUILDDIR>>/pixmaps/22x22'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/pixmaps/22x22'
Making check in scalable
make[3]: Entering directory '/<<PKGBUILDDIR>>/pixmaps/scalable'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/pixmaps/scalable'
make[3]: Entering directory '/<<PKGBUILDDIR>>/pixmaps'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/pixmaps'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/pixmaps'
Making check in test
make[2]: Entering directory '/<<PKGBUILDDIR>>/test'
Making check in util
make[3]: Entering directory '/<<PKGBUILDDIR>>/test/util'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test/util'
Making check in session
make[3]: Entering directory '/<<PKGBUILDDIR>>/test/session'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test/session'
Making check in cleanup
make[3]: Entering directory '/<<PKGBUILDDIR>>/test/cleanup'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test/cleanup'
Making check in certs
make[3]: Entering directory '/<<PKGBUILDDIR>>/test/certs'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test/certs'
make[3]: Entering directory '/<<PKGBUILDDIR>>/test'
make check-TESTS
make[4]: Entering directory '/<<PKGBUILDDIR>>/test'
make[5]: Entering directory '/<<PKGBUILDDIR>>/test'
PASS: inf-test-state-vector
PASS: inf-test-chunk
PASS: inf-test-text-cleanup
PASS: inf-test-text-fixline
FAIL: inf-test-certificate-validate
PASS: inf-test-text-session
============================================
libinfinity 0.7.2: test/test-suite.log
============================================
# TOTAL: 6
# PASS: 5
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: inf-test-certificate-validate
===================================
/<<PKGBUILDDIR>>/test/certs
expired-trusted... OK
expired-pinned... OK
expired-pinned-to-good... Certificate rejected but not expected to
expired-pinned-to-good-mismatch-query-accept... Certificate rejected but not
expected to
expired-pinned-to-good-mismatch-query-reject... Certificate rejected but not
expected to
good... Certificate rejected but not expected to
good-pinned... Certificate rejected but not expected to
good-pinned-to-other... Certificate rejected but not expected to
good-pinned-mismatch... Certificate rejected but not expected to
good-pinned-to-other-mismatch-query-accept... Certificate rejected but not
expected to
good-pinned-to-other-mismatch-query-reject... Certificate rejected but not
expected to
good-mismatch-query-accept... Certificate rejected but not expected to
good-mismatch-query-reject... Certificate rejected but not expected to
good-untrusted-query-accept... OK
good-untrusted-query-reject... OK
good-pinned-untrusted... OK
FAIL inf-test-certificate-validate (exit status: 1)
============================================================================
Testsuite summary for libinfinity 0.7.2
============================================================================
# TOTAL: 6
# PASS: 5
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See test/test-suite.log
Please report to [email protected]
============================================================================
make[5]: *** [Makefile:1347: test-suite.log] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[4]: *** [Makefile:1455: check-TESTS] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[3]: *** [Makefile:1587: check-am] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[2]: *** [Makefile:1239: check-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[1]: *** [Makefile:541: check-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j2 check "TESTSUITEFLAGS=-j2 --verbose" VERBOSE=1
returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/ftbfs-future/
About the archive rebuild: This is an effort to keep trixie free from FTBFS bugs
during its lifetime as a supported distribution, as explained here:
https://lists.debian.org/debian-devel/2024/05/msg00414.html
(While they are not yet, please note that the bugs will be RC for trixie)
The build was made using sbuild and a reduced chroot with only
build-essential packages.
If you could not 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 affects, so that this is still visible in the BTS web
page for this package.
Thanks.