Your message dated Mon, 08 Feb 2021 20:34:11 +0000
with message-id <e1l9dez-000dnl...@fasolo.debian.org>
and subject line Bug#955663: fixed in pangox-compat 0.0.2-5.1
has caused the Debian Bug report #955663,
regarding pangox-compat: FTBFS: pangox.c:282:13: error: ‘PangoFontClass’ {aka 
‘struct _PangoFontClass’} has no member named ‘find_shaper’
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.)


-- 
955663: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955663
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pangox-compat
Version: 0.0.2-5
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200402 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc 
> -DPACKAGE_NAME=\"pangox-compat\" -DPACKAGE_TARNAME=\"pangox-compat\" 
> -DPACKAGE_VERSION=\"0.0.2\" -DPACKAGE_STRING=\"pangox-compat\ 0.0.2\" 
> -DPACKAGE_BUGREPORT=\"/dev/null\" -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"pangox-compat\" -DVERSION=\"0.0.2\" -DSTDC_HEADERS=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  
> -DG_LOG_DOMAIN=\"PangoX-Compat\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE 
> -DPANGO_MODULE_PREFIX=_pango_basic_x -DSYSCONFDIR=\"/etc\" -pthread 
> -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 
> -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -Wdate-time -D_FORTIFY_SOURCE=2 
>  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -c -o libpangox_1_0_la-pangox.lo `test -f 
> 'pangox.c' || echo './'`pangox.c
> libtool: compile:  gcc -DPACKAGE_NAME=\"pangox-compat\" 
> -DPACKAGE_TARNAME=\"pangox-compat\" -DPACKAGE_VERSION=\"0.0.2\" 
> "-DPACKAGE_STRING=\"pangox-compat 0.0.2\"" -DPACKAGE_BUGREPORT=\"/dev/null\" 
> -DPACKAGE_URL=\"\" -DPACKAGE=\"pangox-compat\" -DVERSION=\"0.0.2\" 
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" 
> -I. -DG_LOG_DOMAIN=\"PangoX-Compat\" -DPANGO_ENABLE_BACKEND 
> -DPANGO_ENABLE_ENGINE -DPANGO_MODULE_PREFIX=_pango_basic_x 
> -DSYSCONFDIR=\"/etc\" -pthread -I/usr/include/pango-1.0 
> -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 
> -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/harfbuzz -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 
> -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -c pangox.c  -fPIC -DPIC -o 
> .libs/libpangox_1_0_la-pangox.o
> pangox.c: In function ‘pango_x_font_class_init’:
> pangox.c:282:13: error: ‘PangoFontClass’ {aka ‘struct _PangoFontClass’} has 
> no member named ‘find_shaper’
>   282 |   font_class->find_shaper = pango_x_font_find_shaper;
>       |             ^~
> pangox.c: In function ‘itemize_string_foreach’:
> pangox.c:758:4: warning: ‘pango_font_find_shaper’ is deprecated 
> [-Wdeprecated-declarations]
>   758 |    shaper = pango_font_find_shaper (font, language, wc);
>       |    ^~~~~~
> In file included from /usr/include/pango-1.0/pango/pango-attributes.h:25,
>                  from /usr/include/pango-1.0/pango/pango.h:25,
>                  from pango-impl-utils.h:28,
>                  from pangox.c:29:
> /usr/include/pango-1.0/pango/pango-font.h:625:23: note: declared here
>   625 | PangoEngineShape *    pango_font_find_shaper       (PangoFont        
> *font,
>       |                       ^~~~~~~~~~~~~~~~~~~~~~
> pangox.c: In function ‘pango_x_font_get_metrics’:
> pangox.c:983:17: warning: implicit declaration of function 
> ‘pango_font_metrics_new’; did you mean ‘pango_font_metrics_ref’? 
> [-Wimplicit-function-declaration]
>   983 |       metrics = pango_font_metrics_new ();
>       |                 ^~~~~~~~~~~~~~~~~~~~~~
>       |                 pango_font_metrics_ref
> pangox.c:983:15: warning: assignment to ‘PangoFontMetrics *’ {aka ‘struct 
> _PangoFontMetrics *’} from ‘int’ makes pointer from integer without a cast 
> [-Wint-conversion]
>   983 |       metrics = pango_font_metrics_new ();
>       |               ^
> pangox.c: In function ‘pango_x_get_shaper_map’:
> pangox.c:1359:3: warning: ‘pango_find_map’ is deprecated 
> [-Wdeprecated-declarations]
>  1359 |   return pango_find_map (language, engine_type_id, render_type_id);
>       |   ^~~~~~
> In file included from pangox-private.h:26,
>                  from pangox.c:30:
> /usr/include/pango-1.0/pango/pango-modules.h:59:16: note: declared here
>    59 | PangoMap *     pango_find_map        (PangoLanguage       *language,
>       |                ^~~~~~~~~~~~~~
> pangox.c: In function ‘pango_x_font_find_shaper’:
> pangox.c:1380:3: warning: ‘pango_script_for_unichar’ is deprecated: Use 
> 'g_unichar_get_script' instead [-Wdeprecated-declarations]
>  1380 |   script = pango_script_for_unichar (ch);
>       |   ^~~~~~
> In file included from /usr/include/pango-1.0/pango/pango-gravity.h:112,
>                  from /usr/include/pango-1.0/pango/pango-types.h:196,
>                  from /usr/include/pango-1.0/pango/pango-font.h:26,
>                  from /usr/include/pango-1.0/pango/pango-attributes.h:25,
>                  from /usr/include/pango-1.0/pango/pango.h:25,
>                  from pango-impl-utils.h:28,
>                  from pangox.c:29:
> /usr/include/pango-1.0/pango/pango-script.h:310:13: note: declared here
>   310 | PangoScript pango_script_for_unichar         (gunichar             
> ch) G_GNUC_CONST;
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~
> pangox.c:1381:3: warning: ‘pango_map_get_engine’ is deprecated 
> [-Wdeprecated-declarations]
>  1381 |   return (PangoEngineShape *)pango_map_get_engine (shape_map, script);
>       |   ^~~~~~
> In file included from pangox-private.h:26,
>                  from pangox.c:30:
> /usr/include/pango-1.0/pango/pango-modules.h:63:16: note: declared here
>    63 | PangoEngine *  pango_map_get_engine  (PangoMap            *map,
>       |                ^~~~~~~~~~~~~~~~~~~~
> make[1]: *** [Makefile:534: libpangox_1_0_la-pangox.lo] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/04/02/pangox-compat_0.0.2-5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: pangox-compat
Source-Version: 0.0.2-5.1
Done: Paul Gevers <elb...@debian.org>

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

Debian distribution maintenance software
pp.
Paul Gevers <elb...@debian.org> (supplier of updated pangox-compat 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: SHA256

Format: 1.8
Date: Mon, 08 Feb 2021 21:03:02 +0100
Source: pangox-compat
Architecture: source
Version: 0.0.2-5.1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Paul Gevers <elb...@debian.org>
Closes: 955663
Changes:
 pangox-compat (0.0.2-5.1) unstable; urgency=medium
 .
   [ William Grant ]
   * Stop setting PangoFontClass.find_shaper. It's gone from modern pango, as
     shape engines are no longer used. Closes: #955663
Checksums-Sha1:
 e09f3d30e1a8344fa264517e4ba9c2f9392b78ce 1978 pangox-compat_0.0.2-5.1.dsc
 64c50260e2cee32c5b515becd7192e6c5e5fb944 3356 
pangox-compat_0.0.2-5.1.debian.tar.xz
Checksums-Sha256:
 5c97c15e9960fb99207517d94f77add241a3ab59da8437741e6ea375a594f505 1978 
pangox-compat_0.0.2-5.1.dsc
 e9dfdcdd460bfa83f8df5ed6c4127b1c6e23d6cfc33459f0483b271c113e5cb5 3356 
pangox-compat_0.0.2-5.1.debian.tar.xz
Files:
 0163e5cdd6ee6be632e153e0bca7873d 1978 oldlibs extra pangox-compat_0.0.2-5.1.dsc
 f90c2562599cc989f4b4c7d83ff1a9cc 3356 oldlibs extra 
pangox-compat_0.0.2-5.1.debian.tar.xz

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

iQEzBAEBCAAdFiEEWLZtSHNr6TsFLeZynFyZ6wW9dQoFAmAhm8UACgkQnFyZ6wW9
dQrN/AgAhe76B55Pjk5QaMcFC9NNnuzbJ94KX4KXhZK4IqX/sbuobD4xFV7SZ7m0
go5PSenxtetMw/fdC7V8bYcbOQF4xD3ChujUM090II2l5a6pC4zOMCVtiEVIoayu
gn3e4nwH4mJ/oHU1oU6kwWi7ckVfSVZ0Gv64a3LnAEMHu3FELJEfs+BigtstKBzS
mg9GwLYu1P/+YYCBtHsSOA9wI0N+HAjW9YyFlW0RG6dzXAerawtSmtdmi+yMg59l
hJDI1JzQV6vaW4nh/m05On8NLXwp37DQh0pOoP1FbLvXGSwARl0yQG/aRjgrcDgm
3c4/e5pxTrs80TeF3/auyMc/JPrklg==
=tS3d
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to