Your message dated Sun, 23 Oct 2022 18:24:06 +0000
with message-id <e1omfdm-000dbg...@fasolo.debian.org>
and subject line Bug#1022399: fixed in liblrdf 0.6.1-3
has caused the Debian Bug report #1022399,
regarding liblrdf: FTBFS: make: *** [/usr/share/cdbs/1/class/autotools.mk:46: 
debian/stamp-autotools] Error 2
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.)


-- 
1022399: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022399
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: liblrdf
Version: 0.6.1-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> 
> Scanning upstream source for new/changed copyright notices...
> 
> set -e; LC_ALL=C.UTF-8 /usr/bin/licensecheck --check '.*' --recursive 
> --copyright --deb-fmt --ignore 
> '^(debian/(changelog|copyright(|_hints|_newhints)))$' --lines 0 -- * | 
> /usr/lib/cdbs/licensecheck2dep5 > debian/copyright_newhints
> 5 combinations of copyright and licensing found.
> WARNING:                      New or changed notices discovered:
> 
> Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
>  examples/.gitignore
>  src/.gitignore
> License: public-domain
> License: GPL-2
> Copyright: 2003-2004, Robert Jordens <r...@gmx.de>
> 
> To fix the situation please do the following:
>   1) Examine debian/copyright_* and referenced files
>   2) Update debian/copyright as needed
>   3) Replace debian/copyright_hints with debian/copyright_newhints
> touch debian/stamp-copyright-check
> mkdir -p "debian/upstream-cruft"
> mv "INSTALL" "debian/upstream-cruft/INSTALL";                                 
>                         
> touch debian/stamp-upstream-cruft
> cd . && libtoolize -c -f
> 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'
> libtoolize: copying file 'm4/lt~obsolete.m4'
> cd . &&  aclocal -Im4 --install --force
> cd . &&  autoconf 
> configure.ac:4: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
> configure.ac:4: You should use the 'AC_CONFIG_HEADERS' macro instead.
> ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
> aclocal.m4:745: AM_CONFIG_HEADER is expanded from...
> configure.ac:4: the top level
> configure.ac:5: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are 
> deprecated.
> ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
> aclocal.m4:429: AM_INIT_AUTOMAKE is expanded from...
> configure.ac:5: the top level
> configure.ac:16: warning: The macro `AM_PROG_LIBTOOL' is obsolete.
> configure.ac:16: You should run autoupdate.
> m4/libtool.m4:101: AM_PROG_LIBTOOL is expanded from...
> configure.ac:16: the top level
> configure.ac:19: warning: The macro `AC_HEADER_STDC' is obsolete.
> configure.ac:19: You should run autoupdate.
> ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
> configure.ac:19: the top level
> configure.ac:41: warning: AC_OUTPUT should be used without arguments.
> configure.ac:41: You should run autoupdate.
> cd . &&  autoheader 
> cd . &&  automake --add-missing --copy --foreign --force
> configure.ac:5: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are 
> deprecated.  For more info, see:
> configure.ac:5: 
> https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
> configure.ac:11: installing './compile'
> configure.ac:16: installing './config.guess'
> configure.ac:16: installing './config.sub'
> configure.ac:5: installing './install-sh'
> configure.ac:5: installing './missing'
> examples/Makefile.am: installing './depcomp'
> parallel-tests: installing './test-driver'
> touch debian/stamp-autotools-files
> chmod a+x /<<PKGBUILDDIR>>/./configure
> mkdir -p .
> cd . && CFLAGS="-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" 
> LDFLAGS="-Wl,-z,relro" /<<PKGBUILDDIR>>/./configure --build=x86_64-linux-gnu 
> --prefix=/usr --includedir="\${prefix}/include" 
> --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" 
> --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/liblrdf" 
> --srcdir=. --disable-maintainer-mode --disable-dependency-tracking 
> --disable-silent-rules '--libdir=${prefix}/lib/x86_64-linux-gnu'
> configure: WARNING: unrecognized options: --disable-maintainer-mode
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a race-free mkdir -p... /bin/mkdir -p
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> checking for gawk... (cached) mawk
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables... 
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether the compiler supports GNU C... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to enable C11 features... none needed
> checking whether gcc understands -c and -o together... yes
> checking whether make supports the include directive... yes (GNU style)
> checking dependency style of gcc... none
> checking how to run the C preprocessor... gcc -E
> checking whether ln -s works... yes
> checking whether make sets $(MAKE)... (cached) yes
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking how to print strings... printf
> checking for a sed that does not truncate output... /bin/sed
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for fgrep... /bin/grep -F
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
> checking the name lister (/usr/bin/nm -B) interface... BSD nm
> checking the maximum length of command line arguments... 1572864
> checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
> format... func_convert_file_noop
> checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
> func_convert_file_noop
> checking for /usr/bin/ld option to reload object files... -r
> checking for file... file
> checking for objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for dlltool... no
> checking how to associate runtime and link libraries... printf %s\n
> checking for ar... ar
> checking for archiver @FILE support... @
> checking for strip... strip
> checking for ranlib... ranlib
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for sysroot... no
> checking for a working dd... /bin/dd
> checking how to truncate binary pipes... /bin/dd bs=4096 count=1
> checking for mt... no
> checking if : is a manifest tool... no
> checking for stdio.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for strings.h... yes
> checking for sys/stat.h... yes
> checking for sys/types.h... yes
> checking for unistd.h... yes
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC -DPIC
> checking if gcc PIC flag -fPIC -DPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
> libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for egrep... (cached) /bin/grep -E
> checking for errno.h... yes
> checking for limits.h... yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for unistd.h... (cached) yes
> /<<PKGBUILDDIR>>/./configure: line 12988: syntax error near unexpected token 
> `RAPTOR,'
> /<<PKGBUILDDIR>>/./configure: line 12988: `PKG_CHECK_MODULES(RAPTOR, raptor2 
> >= 2.0.0)'
> make: *** [/usr/share/cdbs/1/class/autotools.mk:46: debian/stamp-autotools] 
> Error 2


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/liblrdf_0.6.1-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@debian.org&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 marking 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: liblrdf
Source-Version: 0.6.1-3
Done: Nilesh Patra <nil...@debian.org>

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

Debian distribution maintenance software
pp.
Nilesh Patra <nil...@debian.org> (supplier of updated liblrdf 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: SHA512

Format: 1.8
Date: Sun, 23 Oct 2022 23:27:01 +0530
Source: liblrdf
Architecture: source
Version: 0.6.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: Nilesh Patra <nil...@debian.org>
Closes: 1022399
Changes:
 liblrdf (0.6.1-3) unstable; urgency=medium
 .
   [ Jonas Smedegaard ]
   * Team Upload.
   * remove myelf as uploader
 .
   [ Nilesh Patra ]
   * B-D on pkg-config to start detecting raptor2 via PKG_CHECK_MODULES
     (Closes: #1022399)
   * Add d/salsa-ci.yml
Checksums-Sha1:
 1b44563b94530ace1efe5e1d94a82c06a2173703 2125 liblrdf_0.6.1-3.dsc
 8e43b01e9d10e438bed79b388ed2abec4a3be14f 8912 liblrdf_0.6.1-3.debian.tar.xz
 31fb62f9c0d5bf9beea59c11563a9a293ecd83c3 8923 liblrdf_0.6.1-3_amd64.buildinfo
Checksums-Sha256:
 8e88a78635c30ac9539fd71f7b287932fc1a913671e36f25b74851f07292fa60 2125 
liblrdf_0.6.1-3.dsc
 a481a3072a74ae7e167b507b484242764445e029750ef7bda860768e42c48d06 8912 
liblrdf_0.6.1-3.debian.tar.xz
 6238b4ffc40b7a3d850f0c837a36c46eb9ad8be5681bc18bc6fb6707d4c8bac0 8923 
liblrdf_0.6.1-3_amd64.buildinfo
Files:
 ad6663f424c2e3c60cb40b4b7dbca796 2125 libs optional liblrdf_0.6.1-3.dsc
 49310d6ed2269c4f9d2858bb586ae008 8912 libs optional 
liblrdf_0.6.1-3.debian.tar.xz
 26d0eb7329ba515287150838125215dc 8923 libs optional 
liblrdf_0.6.1-3_amd64.buildinfo

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

iQJGBAEBCgAwFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAmNVgbQSHG5pbGVzaEBk
ZWJpYW4ub3JnAAoJEAC650s0M2nx5lQP/15I84zN3Cbk12ndkiQAuvonpWHUMIBC
I2emTvdeW07hehwE1m8de60UWJmqUstLZaUYkLJTUwe2QsCe4LKSlvJNvMrhRCsd
aHk8qpOw8mry1veYct6kamQGZT3PgtxCWu7wiUA8Vn2I/RWPw4liJoTXpFtjvjtw
GKFMp8xqmk78mWXN4sRvWBuIm7m6TnOUFm7lb8fLuh+0tUnoJ3FvihJjEKt8E+hv
XWiAK/0WlqSrvzTRtYRPeSSXfWFwdY7pkJx05CEBJBNman4AjTC67FEtXpz6OHZj
cjayeRKbn6O7eY4oohCNexE149VS7V5wfzCzt1J60dD4YaOn4mj/yn4V0yuVHeeQ
tgWGWwAw6s5ae8VQKff71jjcykcoWvurIdDcnuakJKiAuhoXu/xUsOEB0SeTlC8C
vkFtKWp19tFztObpItfATx9CAWR4rrs5oaiIFZ5vJOzD7S4ugRhtMBqb3MEmHuwy
CRWn5lncuoUCLhXNDU6y0Lj+kJHWHEnc81k8jwmtPUQAqlOJm87x2g6uqErOzmSe
rOqd8AIn3lleye/fOyuaAQ7FJApDedTmZbCneobTzY0Na7oGRqlU6R1Ukp/mK+bb
8d6bWJtdMZbjopVlrqlt4N+EiYSBeqd8ZiACl+AEV1an29OnDpp3ytHmXh3yGsAt
YYLQmiAOVE3I
=nyjT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to