Your message dated Fri, 09 Aug 2024 00:35:00 +0000
with message-id <[email protected]>
and subject line Bug#1075197: fixed in libprelude 5.2.0-5.6
has caused the Debian Bug report #1075197,
regarding libprelude: ftbfs with GCC-14
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.)
--
1075197: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075197
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libprelude
Version: 5.2.0-5.5
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/libprelude_5.2.0-5.5_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html
[...]
54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat
-Wformat-security -I./include -I.. -I../src/include -I./libprelude-error
-I../libmissing -I../libmissing -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 -c -o
prelude-msgbuf.lo prelude-msgbuf.c
prelude-connection.c: In function
‘prelude_connection_permission_new_from_string’:
prelude-connection.c:1021:9: warning: ‘__builtin_strncpy’ specified bound 1024
equals destination size [-Wstringop-truncation]
1021 | strncpy(buf, permission, sizeof(buf));
| ^
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual
-Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include
-I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing
-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 -c prelude-msgbuf.c -fPIC -DPIC -o
.libs/prelude-msgbuf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual
-Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include
-I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing
-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 -c prelude-msg.c -fPIC -DPIC -o
.libs/prelude-msg.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat
-Wformat-security -I./include -I.. -I../src/include -I./libprelude-error
-I../libmissing -I../libmissing -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 -c -o
prelude-option.lo prelude-option.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat
-Wformat-security -I./include -I.. -I../src/include -I./libprelude-error
-I../libmissing -I../libmissing -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 -c -o
prelude-option-wide.lo prelude-option-wide.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual
-Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include
-I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing
-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 -c prelude-option.c -fPIC -DPIC -o
.libs/prelude-option.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat
-Wformat-security -I./include -I.. -I../src/include -I./libprelude-error
-I../libmissing -I../libmissing -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 -c -o
prelude-plugin.lo prelude-plugin.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat
-Wformat-security -I./include -I.. -I../src/include -I./libprelude-error
-I../libmissing -I../libmissing -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 -c -o
prelude-string.lo prelude-string.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual
-Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include
-I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing
-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 -c prelude-option-wide.c -fPIC -DPIC
-o .libs/prelude-option-wide.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat
-Wformat-security -I./include -I.. -I../src/include -I./libprelude-error
-I../libmissing -I../libmissing -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 -c -o
prelude-timer.lo prelude-timer.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat
-Wformat-security -I./include -I.. -I../src/include -I./libprelude-error
-I../libmissing -I../libmissing -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 -c -o
prelude-thread.lo prelude-thread.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat
-Wformat-security -I./include -I.. -I../src/include -I./libprelude-error
-I../libmissing -I../libmissing -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 -c -o
idmef-additional-data.lo idmef-additional-data.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual
-Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include
-I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing
-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 -c prelude-plugin.c -fPIC -DPIC -o
.libs/prelude-plugin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual
-Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include
-I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing
-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 -c prelude-string.c -fPIC -DPIC -o
.libs/prelude-string.o
prelude-option-wide.c: In function ‘read_option_request’:
prelude-option-wide.c:280:63: warning: to be safe all intermediate pointers in
cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
280 | ret = prelude_extract_characters_safe((const
char **) &request, buf, len);
| ^
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual
-Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include
-I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing
-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 -c prelude-timer.c -fPIC -DPIC -o
.libs/prelude-timer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual
-Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include
-I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing
-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 -c prelude-thread.c -fPIC -DPIC -o
.libs/prelude-thread.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual
-Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include
-I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing
-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 -c idmef-additional-data.c -fPIC -DPIC
-o .libs/idmef-additional-data.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat
-Wformat-security -I./include -I.. -I../src/include -I./libprelude-error
-I../libmissing -I../libmissing -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 -c -o
idmef-class.lo idmef-class.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual
-Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include
-I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing
-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 -c idmef-class.c -fPIC -DPIC -o
.libs/idmef-class.o
In function ‘read_option_request’,
inlined from ‘prelude_option_process_request’ at
prelude-option-wide.c:425:16:
prelude-option-wide.c:284:39: warning: ‘request’ may be used uninitialized
[-Wmaybe-uninitialized]
284 | if ( type < 0 || ! request ) {
| ~~~~~~~~~^~~~~~~~~~~~
prelude-option-wide.c: In function ‘prelude_option_process_request’:
prelude-option-wide.c:245:15: note: ‘request’ was declared here
245 | char *request;
| ^~~~~~~
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat
-Wformat-security -I./include -I.. -I../src/include -I./libprelude-error
-I../libmissing -I../libmissing -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 -c -o
idmef-criteria.lo idmef-criteria.c
test -f idmef-criteria-string.yac.c || /bin/bash ../ylwrap
idmef-criteria-string.yac.y y.tab.c idmef-criteria-string.yac.c y.tab.h `echo
idmef-criteria-string.yac.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e
s/c++$/h++/ -e s/c$/h/` y.output idmef-criteria-string.yac.output -- yacc -d
test -f idmef-criteria-string.lex.c || /bin/bash ../ylwrap
idmef-criteria-string.lex.l lex._preludeyy.c idmef-criteria-string.lex.c --
/bin/bash '/<<PKGBUILDDIR>>/missing' flex
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat
-Wformat-security -I./include -I.. -I../src/include -I./libprelude-error
-I../libmissing -I../libmissing -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 -c -o
idmef-criterion-value.lo idmef-criterion-value.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat
-Wformat-security -I./include -I.. -I../src/include -I./libprelude-error
-I../libmissing -I../libmissing -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 -c -o
idmef-data.lo idmef-data.c
idmef-class.c: In function ‘idmef_class_get_child_attributes’:
idmef-class.c:164:24: error: returning ‘int’ from a function with return type
‘const char **’ makes pointer from integer without a cast [-Wint-conversion]
164 | return ret;
| ^~~
make[6]: *** [Makefile:1813: idmef-class.lo] Error 1
make[6]: *** Waiting for unfinished jobs....
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual
-Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include
-I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing
-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 -c idmef-criteria.c -fPIC -DPIC -o
.libs/idmef-criteria.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual
-Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include
-I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing
-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 -c idmef-criterion-value.c -fPIC -DPIC
-o .libs/idmef-criterion-value.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual
-Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include
-I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing
-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 -c idmef-data.c -fPIC -DPIC -o
.libs/idmef-data.o
make[6]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[5]: *** [Makefile:1855: all-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[4]: *** [Makefile:1659: all] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:1685: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:1551: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:47: build-core] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:67: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libprelude
Source-Version: 5.2.0-5.6
Done: gregor herrmann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libprelude, 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.
gregor herrmann <[email protected]> (supplier of updated libprelude 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, 9 Aug 2024 02:13:21 CEST
Source: libprelude
Binary:
Architecture: source
Version: 5.2.0-5.6
Distribution: unstable
Urgency: medium
Maintainer: Pierre Chifflier <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
Closes: 1075197
Changes:
libprelude (5.2.0-5.6) unstable; urgency=medium
.
* Non-maintainer upload.
* Add patch from Niko Tyni:
Fix idmef_class_get_child_attributes() return value.
Closes: #1075197
Checksums-Sha256:
db81580cdcf6f172c8068488bb0a97b785641941be399d71ddebf6c83d0b3021 3046
libprelude_5.2.0-5.6.dsc
f92065cde115e84287c474f62623b75f6197aa6259267cc95a9a3e5f3b54193d 30620
libprelude_5.2.0-5.6.debian.tar.xz
ddfd06e292d26f615ae6e028b2afc94b4a585361d30867d564b0e344097ed7a4 16054
libprelude_5.2.0-5.6_sourceonly.buildinfo
Checksums-Sha1:
a81120cf4b5c74d889be229858892bdd2fcd4a70 3046 libprelude_5.2.0-5.6.dsc
2dbb089c31d024b45aeb8a6b888232334058fbf8 30620
libprelude_5.2.0-5.6.debian.tar.xz
8141a1629cdb5ed07a6ffe5ea7f134c439491569 16054
libprelude_5.2.0-5.6_sourceonly.buildinfo
Files:
dade88cd58d5ab3de0a989fb0b011c5f 3046 libs optional libprelude_5.2.0-5.6.dsc
15332d24815d31ba3d78f326dfe06ab5 30620 libs optional
libprelude_5.2.0-5.6.debian.tar.xz
f408874a68470cd71d4756f0ce4730d9 16054 - -
libprelude_5.2.0-5.6_sourceonly.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAma1XyJfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbWTA/7B7WNOWDZSETCelyGtaqUtPsTzQ94JXt6ygTSu6wlSAGzFXsgKh4JgJib
8OKgL703zRNjN8HnOdoBdG50rd7jjJQlF7dzJ4RYLWkLUPF8RKoFe2zcdECKNOPe
x1NAMxJGkOT5yU4AyBqGJ4hxyIpYwX0xBM5sB7dxxdb5abci7tZOuv6rfeOpaiD7
zoKXalDhqstHrgTjJWFfpqS6zZuqhAwlptdcZ1USQIeXAF4nKVAPdlWbUp4791H5
ZOpig6c14mwe8+HguN6rHbcfhRS7wItGrEXTdDh9GiRnoU1ZXtRBtarMekC/WoS8
i22O9Yxx2G6oh9zb3wd1Q8oVadndK4cn4WbfQeXaLHopO3hOpW8OcmWXOtXblBh9
fUsyCjSIvCOZSBthtDb4FL5qzxn3rDrDr3l/gpYMvUItAKPAMP5G1Xu/i8nNPGeg
etBYOj9dOU+n4I0xmXFMOT1WGt94VYwmliOJ4pZWLon/+rmdk6lr1l99GtHvUs/7
4oesUsuRVr9PTaBCk0HfRqi9lJdl234U2qIJQfSm5WSWBuKIYiA1ajl+wG5WhOJI
wGsWrJ+9E1XVGltJPZitIbux2HEcj7iAeXnmohqo4YbGxK46q9YP8oFCvT+i0lOl
UPKXZu0YRgZ3FsQdYuwamzPr1sMRt1RsBNOCg0Y5LaEGaCsspeY=
=Y0Q2
-----END PGP SIGNATURE-----
pgpu4viRINX2i.pgp
Description: PGP signature
--- End Message ---