Source: crossfire
Version: 1.75.0-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240728 ftbfs-trixie

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 -DHAVE_CONFIG_H -I. 
> -I../../include  -I./include -I../../plugins/common/include -I../../include 
> -I/usr/include/python3.12  -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 -fvisibility=hidden -c -o 
> ../common/hashtable.lo ../common/hashtable.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I./include 
> -I../../plugins/common/include -I../../include -I/usr/include/python3.12 
> -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 
> -fvisibility=hidden -c cfpython_object.c  -fPIC -DPIC -o 
> .libs/cfpython_object.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I./include 
> -I../../plugins/common/include -I../../include -I/usr/include/python3.12 
> -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 
> -fvisibility=hidden -c cfpython.c  -fPIC -DPIC -o .libs/cfpython.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I./include 
> -I../../plugins/common/include -I../../include -I/usr/include/python3.12 
> -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 
> -fvisibility=hidden -c cfpython_region.c  -fPIC -DPIC -o 
> .libs/cfpython_region.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I./include 
> -I../../plugins/common/include -I../../include -I/usr/include/python3.12 
> -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 
> -fvisibility=hidden -c cfpython_archetype.c  -fPIC -DPIC -o 
> .libs/cfpython_archetype.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I./include 
> -I../../plugins/common/include -I../../include -I/usr/include/python3.12 
> -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 
> -fvisibility=hidden -c cfpython_party.c  -fPIC -DPIC -o .libs/cfpython_party.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I./include 
> -I../../plugins/common/include -I../../include -I/usr/include/python3.12 
> -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 
> -fvisibility=hidden -c cfpython_map.c  -fPIC -DPIC -o .libs/cfpython_map.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I./include 
> -I../../plugins/common/include -I../../include -I/usr/include/python3.12 
> -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 
> -fvisibility=hidden -c cjson.c  -fPIC -DPIC -o .libs/cjson.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I./include 
> -I../../plugins/common/include -I../../include -I/usr/include/python3.12 
> -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 
> -fvisibility=hidden -c ../common/hashtable.c  -fPIC -DPIC -o 
> ../common/.libs/hashtable.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I./include 
> -I../../plugins/common/include -I../../include -I/usr/include/python3.12 
> -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 
> -fvisibility=hidden -c ../common/hashtable.c -o ../common/hashtable.o 
> >/dev/null 2>&1
> cfpython_archetype.c:136:5: error: initialization of 'long int' from 'void *' 
> makes integer from pointer without a cast [-Wint-conversion]
>   136 |     NULL,                      /* tp_print*/
>       |     ^~~~
> cfpython_archetype.c:136:5: note: (near initialization for 
> 'Crossfire_ArchetypeType.tp_vectorcall_offset')
> make[4]: *** [Makefile:560: cfpython_archetype.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/07/28/crossfire_1.75.0-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240728;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240728&[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.

Reply via email to