Your message dated Tue, 02 Jul 2024 15:19:57 +0000
with message-id <[email protected]>
and subject line Bug#1074651: fixed in rl-renderpm 4.0.3+repack-2
has caused the Debian Bug report #1074651,
regarding rl-renderpm: FTBFS: _renderPM.c:2:10: fatal error: Python.h: No such
file or directory
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.)
--
1074651: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074651
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rl-renderpm
Version: 4.0.3+repack-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240702 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g
> -Werror=implicit-function-declaration -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g
> -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.11 -c
> /<<PKGBUILDDIR>>/src/_renderPM.c -o
> build/temp.linux-x86_64-cpython-311/<<PKGBUILDDIR>>/src/_renderPM.o
> /<<PKGBUILDDIR>>/src/_renderPM.c:2:10: fatal error: Python.h: No such file or
> directory
> 2 | #include "Python.h"
> | ^~~~~~~~~~
> compilation terminated.
> error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
> E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1:
> /usr/bin/python3.11 setup.py build
> I: pybuild base:311: /usr/bin/python3 setup.py build
> ===================================================
> Attempting build of _renderPM
> extension from '/<<PKGBUILDDIR>>/src'
> ===================================================
> will use package libart 2.3.12
> installing with freetype version 2.13.2
> FT_LIB_DIR=['/usr/lib/x86_64-linux-gnu'] FT_INC_DIR=['/usr/include',
> '/usr/include/freetype2']
> running build
> running build_ext
> building '_rl_renderPM' extension
> creating build/temp.linux-x86_64-cpython-312
> creating build/temp.linux-x86_64-cpython-312/build
> creating build/temp.linux-x86_64-cpython-312/<<BUILDDIR>>
> creating build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>
> creating build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src
> creating build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/gt1
> creating build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/_renderPM.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/_renderPM.o
> /<<PKGBUILDDIR>>/src/_renderPM.c: In function ‘gstate__stringPath’:
> /<<PKGBUILDDIR>>/src/_renderPM.c:1185:25: warning: ‘text’ may be used
> uninitialized [-Wmaybe-uninitialized]
> 1185 | c = text[i]&0xff;
> | ^
> /<<PKGBUILDDIR>>/src/_renderPM.c:1113:17: note: ‘text’ was declared here
> 1113 | char* text;
> | ^~~~
> /<<PKGBUILDDIR>>/src/_renderPM.c: In function ‘gstate_drawString’:
> /<<PKGBUILDDIR>>/src/_renderPM.c:968:26: warning: ‘text’ may be used
> uninitialized [-Wmaybe-uninitialized]
> 968 | c = (text[i])&0xff;
> | ^
> /<<PKGBUILDDIR>>/src/_renderPM.c:880:17: note: ‘text’ was declared here
> 880 | char* text;
> | ^~~~
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/gt1/gt1-dict.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/gt1/gt1-dict.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/gt1/gt1-namecontext.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/gt1/gt1-namecontext.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/gt1/gt1-parset1.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/gt1/gt1-parset1.o
> /<<PKGBUILDDIR>>/src/gt1/gt1-parset1.c: In function ‘print_string’:
> /<<PKGBUILDDIR>>/src/gt1/gt1-parset1.c:604:9: warning: this ‘for’ clause does
> not guard... [-Wmisleading-indentation]
> 604 | for (i = 0; i < size; i++);
> | ^~~
> /<<PKGBUILDDIR>>/src/gt1/gt1-parset1.c:605:17: note: ...this statement, but
> the latter is misleadingly indented as if it were guarded by the ‘for’
> 605 | printf ("%c", start[i]);
> | ^~~~~~
> /<<PKGBUILDDIR>>/src/gt1/gt1-parset1.c: In function ‘pscontext_new’:
> /<<PKGBUILDDIR>>/src/gt1/gt1-parset1.c:1907:23: warning: comparison of
> integer expressions of different signedness: ‘int’ and ‘long unsigned int’
> [-Wsign-compare]
> 1907 | for (i = 0; i < sizeof(internal_procs) /
> sizeof(InternalGt1ProcListing); i++)
> | ^
> /<<PKGBUILDDIR>>/src/gt1/gt1-parset1.c: At top level:
> /<<PKGBUILDDIR>>/src/gt1/gt1-parset1.c:710:1: warning: ‘print_value_deep’
> defined but not used [-Wunused-function]
> 710 | print_value_deep (Gt1PSContext *psc, Gt1Value *val, int nest)
> | ^~~~~~~~~~~~~~~~
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/gt1/gt1-region.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/gt1/gt1-region.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_affine.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_affine.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_misc.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_misc.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_rect.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_rect.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_affine.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_affine.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_affine_private.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_affine_private.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_pixbuf_affine.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_pixbuf_affine.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_rgba_affine.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_rgba_affine.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_svp.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_svp.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_svp.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_svp.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_intersect.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_intersect.o
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_intersect.c: In function
> ‘art_svp_intersect_add_seg’:
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_intersect.c:1402:17: warning:
> variable ‘beg_range’ set but not used [-Wunused-but-set-variable]
> 1402 | ArtActiveSeg *beg_range;
> | ^~~~~~~~~
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_ops.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_ops.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_render_aa.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_render_aa.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_vpath.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_vpath.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_vpath_stroke.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_vpath_stroke.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_wind.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_wind.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_vpath.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_vpath.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_vpath_bpath.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_vpath_bpath.o
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2
> -Wall -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DRENDERPM_FT -DLIBART_COMPILATION
> -DLIBART_VERSION=2.3.12 -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/src/libart_lgpl -I/<<PKGBUILDDIR>>/src/gt1 -I/usr/include
> -I/usr/include/freetype2 -I/usr/include/python3.12 -c
> /<<PKGBUILDDIR>>/src/libart_lgpl/art_vpath_dash.c -o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_vpath_dash.o
> x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g
> -fwrapv -O2 -Wl,-z,relro -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/_renderPM.o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/gt1/gt1-dict.o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/gt1/gt1-namecontext.o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/gt1/gt1-parset1.o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/gt1/gt1-region.o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_affine.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_misc.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_rect.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb.o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_affine.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_affine_private.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_pixbuf_affine.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_rgba_affine.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_rgb_svp.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_svp.o
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_intersect.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_ops.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_render_aa.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_vpath.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_vpath_stroke.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_svp_wind.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_vpath.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_vpath_bpath.o
>
> build/temp.linux-x86_64-cpython-312/<<PKGBUILDDIR>>/src/libart_lgpl/art_vpath_dash.o
> -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lfreetype -o
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_rl-renderpm/build/_rl_renderPM.cpython-312-x86_64-linux-gnu.so
> dh_auto_build: error: pybuild --build -i python{version} -p "3.11 3.12"
> returned exit code 13
> make: *** [debian/rules:10: binary] Error 25
The full build log is available from:
http://qa-logs.debian.net/2024/07/02/rl-renderpm_4.0.3+repack-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240702;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240702&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: rl-renderpm
Source-Version: 4.0.3+repack-2
Done: Georges Khaznadar <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rl-renderpm, 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.
Georges Khaznadar <[email protected]> (supplier of updated rl-renderpm
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: Tue, 02 Jul 2024 16:44:31 +0200
Source: rl-renderpm
Architecture: source
Version: 4.0.3+repack-2
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar <[email protected]>
Changed-By: Georges Khaznadar <[email protected]>
Closes: 1074651
Changes:
rl-renderpm (4.0.3+repack-2) unstable; urgency=medium
.
* added export CFLAGS="-I/usr/include/python3.12 -I/usr/include/python3.11"
in d/rules. Closes: #1074651
Checksums-Sha1:
a009d2a8f5e2cc2ff7840b5ff57ac3227bb72b29 2090 rl-renderpm_4.0.3+repack-2.dsc
c53b0ba7d0ae9ee62327c409e52def681a5b6220 4320
rl-renderpm_4.0.3+repack-2.debian.tar.xz
982ebdae7cecb0074167ceb3d94c49bc80c52eca 7276
rl-renderpm_4.0.3+repack-2_amd64.buildinfo
Checksums-Sha256:
ed780f50e63aa3843f6decdf5481f9c95cb3e4e814b1aea2ecbf919b9ec59199 2090
rl-renderpm_4.0.3+repack-2.dsc
cbbe872d799db9a765c04f75e5189810ee2cfe4f238a40d475822c332dc4ea42 4320
rl-renderpm_4.0.3+repack-2.debian.tar.xz
f879c0e8d6072a8320acb2c90afe78ac66a3b94b620eb706efb7ac1f4763f94f 7276
rl-renderpm_4.0.3+repack-2_amd64.buildinfo
Files:
791aa0eb9869cc1dd6e587345f4d5948 2090 python optional
rl-renderpm_4.0.3+repack-2.dsc
9073ace85dfe05ee954d0f8145a7052c 4320 python optional
rl-renderpm_4.0.3+repack-2.debian.tar.xz
ccaaf12d040ecd04e38801e1ff46d0d5 7276 python optional
rl-renderpm_4.0.3+repack-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEM0CzZP9nFT+3zK6FHCgWkHE2rjkFAmaEFPQACgkQHCgWkHE2
rjn8NhAAhxALwRnhId6K32rpnhOX+12jO0uuQXofaTe5KnZkzJ2vHPBTxP4WGlSH
kaIO7LlPYwO28UTJyJ/Uw11q74Qel9pA+ZBtnW+Y9WmAs6HUPkH2c2oVscEZKw6Q
I2nY8XzINjTeiLMU6bBsGCvLiU3/FC1QZCK+s5TAzzd9PbXq7Ay0E4xuTMx0z7r4
YzppIpsp1Ocb1et0WzNaCUSLEDgI89kF+WLjYV6zh3Adep0xXXJfHyBV7T5t7iMJ
CSfStfhupV9YFDLgFqpCV208zq8paFu6J4EXQZfENE66r7E72G91sRN2sBjlk2MT
UwX78LFNhYdO+9MZ7+MWuD/9du2F4J3csHn+lZZfS3q8eHJnQWwQnecS4mqCZuns
7QWIOo9ABXeBS/xs+glEtzwanQAcBXQSi3dlLKOOCJw7LLiITHuz9PHJ+5sn6tuE
+vtDO9A/k1wLbkJ6dE3SldL9wkuJKj/aCLzZTsOEPBFbBGPPV7+FYmTvL3OHjmEi
fjd1SnLsNoRSk3ngv30QP9ckIpZcf3X5Z+H6kLj/WJOZoqMBxNloxkbEVWYaClr6
E1cFlLOBm+L+Cu+lh0jiUT1PAyOT0STg2OKP1mIhZ+oSwPOsr+stxwE2pvI3HZZA
OcANwUse6Xb/wMExaYrvJsXYwrdwg3aieyglC/ZC95zbxlva3QM=
=rrB1
-----END PGP SIGNATURE-----
pgpEp7xqtcxwE.pgp
Description: PGP signature
--- End Message ---