Your message dated Thu, 21 Jan 2021 15:33:26 +0000
with message-id <e1l2bxe-0007c3...@fasolo.debian.org>
and subject line Bug#980674: fixed in civetweb 1.13+dfsg-5
has caused the Debian Bug report #980674,
regarding civetweb: FTBFS: cp: cannot stat 
'/usr/share/nodejs/jquery/dist/jquery.min.js': 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 ow...@bugs.debian.org
immediately.)


-- 
980674: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: civetweb
Version: 1.13+dfsg-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20210120 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> [ 50%] Building CXX object src/CMakeFiles/civetweb-cpp.dir/CivetServer.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
> -DCIVETWEB_CXX_DLL_EXPORTS -DCIVETWEB_DLL_IMPORTS 
> -DCRYPTO_LIB=\"libcrypto.so\" -DOPENSSL_API_1_1 -DSSL_LIB=\"libssl.so\" 
> -DUSE_STACK_SIZE=102400 -Dcivetweb_cpp_EXPORTS -I/<<PKGBUILDDIR>>/include -g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -Wall 
> -Wextra -Wshadow -Wmissing-prototypes -Wno-padded -Wno-unused-macros 
> -Wno-format-nonliteral -pedantic-errors -fvisibility=hidden -fPIC -o 
> CMakeFiles/civetweb-cpp.dir/CivetServer.cpp.o -c 
> /<<PKGBUILDDIR>>/src/CivetServer.cpp
> [ 66%] Building C object src/CMakeFiles/civetweb-c-executable.dir/main.c.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc 
> -DCIVETWEB_DLL_IMPORTS -DCRYPTO_LIB=\"libcrypto.so\" -DOPENSSL_API_1_1 
> -DSSL_LIB=\"libssl.so\" -DUSE_STACK_SIZE=102400 -I/<<PKGBUILDDIR>>/include -g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -Wall 
> -Wextra -Wshadow -Wconversion -Wmissing-prototypes -Wparentheses -Wno-padded 
> -Wno-unused-macros -Wno-format-nonliteral -Wno-cast-qual -pedantic-errors 
> -fvisibility=hidden -o CMakeFiles/civetweb-c-executable.dir/main.c.o -c 
> /<<PKGBUILDDIR>>/src/main.c
> cc1plus: warning: command-line option ‘-Wmissing-prototypes’ is valid for 
> C/ObjC but not for C++
> /<<PKGBUILDDIR>>/src/main.c: In function ‘show_server_name’:
> /<<PKGBUILDDIR>>/src/main.c:282:19: warning: macro "__DATE__" might prevent 
> reproducible builds [-Wdate-time]
>   282 |  const char *bd = __DATE__;
>       |                   ^~~~~~~~
> [ 83%] Linking C executable civetweb
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E 
> cmake_link_script CMakeFiles/civetweb-c-executable.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -std=c11 -Wall -Wextra -Wshadow -Wconversion 
> -Wmissing-prototypes -Wparentheses -Wno-padded -Wno-unused-macros 
> -Wno-format-nonliteral -Wno-cast-qual -pedantic-errors -fvisibility=hidden 
> -Wl,-z,relro -Wl,-z,now -rdynamic 
> CMakeFiles/civetweb-c-executable.dir/main.c.o -o civetweb  
> -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src: libcivetweb.so.1.13.0 
> /usr/lib/x86_64-linux-gnu/librt.so -lpthread -ldl 
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> [ 83%] Built target civetweb-c-executable
> [100%] Linking CXX shared library libcivetweb-cpp.so
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E 
> cmake_link_script CMakeFiles/civetweb-cpp.dir/link.txt --verbose=1
> /usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -std=c++14 -Wall -Wextra -Wshadow -Wmissing-prototypes 
> -Wno-padded -Wno-unused-macros -Wno-format-nonliteral -pedantic-errors 
> -fvisibility=hidden -Wl,-z,relro -Wl,-z,now -shared 
> -Wl,-soname,libcivetweb-cpp.so.1 -o libcivetweb-cpp.so.1.13.0 
> CMakeFiles/civetweb-cpp.dir/CivetServer.cpp.o  
> -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src: libcivetweb.so.1.13.0 
> -lpthread -ldl 
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E 
> cmake_symlink_library libcivetweb-cpp.so.1.13.0 libcivetweb-cpp.so.1 
> libcivetweb-cpp.so
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> [100%] Built target civetweb-cpp
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> /usr/bin/cmake -E cmake_progress_start 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 0
> make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
>    debian/rules override_dh_auto_test
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cp -a /usr/share/nodejs/jquery/dist/jquery.min.js test/ajax/jquery.js
> cp: cannot stat '/usr/share/nodejs/jquery/dist/jquery.min.js': No such file 
> or directory
> make[1]: *** [debian/rules:25: override_dh_auto_test] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2021/01/20/civetweb_1.13+dfsg-4_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!

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 me
so that we can identify if something relevant changed in the meantime.

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: civetweb
Source-Version: 1.13+dfsg-5
Done: Nilesh Patra <npatra...@gmail.com>

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

Debian distribution maintenance software
pp.
Nilesh Patra <npatra...@gmail.com> (supplier of updated civetweb 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: Thu, 21 Jan 2021 20:00:38 +0530
Source: civetweb
Architecture: source
Version: 1.13+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Nilesh Patra <npatra...@gmail.com>
Closes: 980674
Changes:
 civetweb (1.13+dfsg-5) unstable; urgency=medium
 .
   * Team Upload.
   * Build-Depend on libjs-jquery and use
     minified file provided in this binary
     (Closes: #980674)
Checksums-Sha1:
 a38ddde26678ad423d9a892a6dca897110776542 2174 civetweb_1.13+dfsg-5.dsc
 40782f051bca3ea43de5fbee412895fc3c60bc76 7548 
civetweb_1.13+dfsg-5.debian.tar.xz
 651a50b140ec3f4f715308492c23137da417ec0c 7622 
civetweb_1.13+dfsg-5_amd64.buildinfo
Checksums-Sha256:
 795d8a1dfa85a979ebe20426f34560900283353be945e09df93f28ddc225913c 2174 
civetweb_1.13+dfsg-5.dsc
 e6405e2f25cac4f415d26d1e69fbc4ef051167986b25fc40a9386a4c9a31094e 7548 
civetweb_1.13+dfsg-5.debian.tar.xz
 5b62634b87ec3de5f0ef619b347c0faf9a45f3e8242a09a6b7b0a6d1bbc222ed 7622 
civetweb_1.13+dfsg-5_amd64.buildinfo
Files:
 60f330049ab80873b61721cb4a5b4814 2174 web optional civetweb_1.13+dfsg-5.dsc
 f9580fb12700d858a04bef1a649b3af2 7548 web optional 
civetweb_1.13+dfsg-5.debian.tar.xz
 d0e80cf50f436aaa2eef804b12031857 7622 web optional 
civetweb_1.13+dfsg-5_amd64.buildinfo

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

iQJIBAEBCgAyFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAmAJmTEUHG5wYXRyYTk3
NEBnbWFpbC5jb20ACgkQALrnSzQzafE/nw/+J28N1iS2EiXGdmjLav8uL2xY/lg/
AYsX+OBqKWkweEP/FJnRVaAUObV2tgql+MFA92/eERYkb7vgNDUOCwUnPtOEd0II
J1u4akdKWiUzibS68NhUlSoREOTll2o592zonp/YcUfNgaM2DCIuWv5ay4qgxG/d
NTYJGXOb1QYzmggJ4V0dIvCSYMeMrwRh/TcI4U3Hceu4wVUXVddm2CzTHyt0Diuu
2FQT9IH3fqGC9RbPM3GO93v21UuJcY3kIWvClLjbjt8fytinppFAoY9awH4jCEAl
Wi4ruS04Lxc6A6fiPBAyQLiMaJZC6Ck2Qw2+uPHtmdwifVGthY5wHScfl27CaO6x
wCrfBXLH8AJZU6L/ImrRSVasa04y9vPBjq/WWBG/J9DcogkoW2/oW33w5if8syRB
fO1jol2XAGTLWhKLIrORIf5Yy3Cl6nGk5J1h+oALEWJ1STowVadyjzu6cmzmHCGF
ycd+X5qKfPfIpgrhNf6siSjpoxUlawkfoDnrceTdfcxoOxSgG5iZuL/vJZp8f4G8
t6G2/gfgoZYlkgGp2LklcV7wq5HrJ7ctHfGNtDg/4OTTJWMMfGS4OFfeNOTMBpdB
Oth14y8muSidHFVnpoAADU/G7rBdCe4i59aKnQe2iM86oF+KfOTQrd8Z33woy/lA
2keXMnNSmvB4544=
=A7z6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to