Your message dated Sat, 20 Feb 2016 23:28:20 +0000 with message-id <[email protected]> and subject line Bug#812658: fixed in astyle 2.04-1.1 has caused the Debian Bug report #812658, regarding astyle: FTBFS with DEB_BUILD_OPTIONS=nostrip - mv: cannot stat bin/astyled: 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.) -- 812658: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812658 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: astyle Version: 2.04-1 Severity: serious Usertags: goto-cc During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder and pbuilder) the build failed with the following error. [...] dh binary dh_testdir dh_update_autotools_config dh_auto_configure debian/rules override_dh_auto_build make[1]: Entering directory '/srv/jenkins-slave/workspace/sid-goto-cc-astyle/astyle-2.04' dh_auto_build -Smakefile -- -C build/gcc astyled shared java make -j1 -C build/gcc astyled shared java make[2]: Entering directory '/srv/jenkins-slave/workspace/sid-goto-cc-astyle/astyle-2.04/build/gcc' g++ -g -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -c -o obj/astyle_main_d.o ../../src/astyle_main.cpp g++ -g -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -c -o obj/ASBeautifier_d.o ../../src/ASBeautifier.cpp g++ -g -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -c -o obj/ASFormatter_d.o ../../src/ASFormatter.cpp g++ -g -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -c -o obj/ASEnhancer_d.o ../../src/ASEnhancer.cpp g++ -g -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -c -o obj/ASLocalizer_d.o ../../src/ASLocalizer.cpp g++ -g -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -c -o obj/ASResource_d.o ../../src/ASResource.cpp g++ -Wl,-z,relro -Wl,--as-needed -o bin/astyled obj/astyle_main_d.o obj/ASBeautifier_d.o obj/ASFormatter_d.o obj/ASEnhancer_d.o obj/ASLocalizer_d.o obj/ASResource_d.o g++ -DASTYLE_LIB -fPIC -DNDEBUG -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -c -o obj/astyle_main_s.o ../../src/astyle_main.cpp g++ -DASTYLE_LIB -fPIC -DNDEBUG -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -c -o obj/ASBeautifier_s.o ../../src/ASBeautifier.cpp g++ -DASTYLE_LIB -fPIC -DNDEBUG -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -c -o obj/ASFormatter_s.o ../../src/ASFormatter.cpp g++ -DASTYLE_LIB -fPIC -DNDEBUG -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -c -o obj/ASEnhancer_s.o ../../src/ASEnhancer.cpp g++ -DASTYLE_LIB -fPIC -DNDEBUG -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -c -o obj/ASLocalizer_s.o ../../src/ASLocalizer.cpp g++ -DASTYLE_LIB -fPIC -DNDEBUG -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -c -o obj/ASResource_s.o ../../src/ASResource.cpp g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-soname,libastyle.so.0debian0 -o bin/libastyle.so obj/astyle_main_s.o obj/ASBeautifier_s.o obj/ASFormatter_s.o obj/ASEnhancer_s.o obj/ASLocalizer_s.o obj/ASResource_s.o g++ -DASTYLE_JNI -fPIC -DNDEBUG -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -I/usr/lib/jvm/default-java/include -c -o obj/astyle_main_sj.o ../../src/astyle_main.cpp g++ -DASTYLE_JNI -fPIC -DNDEBUG -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -I/usr/lib/jvm/default-java/include -c -o obj/ASBeautifier_sj.o ../../src/ASBeautifier.cpp g++ -DASTYLE_JNI -fPIC -DNDEBUG -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -I/usr/lib/jvm/default-java/include -c -o obj/ASFormatter_sj.o ../../src/ASFormatter.cpp g++ -DASTYLE_JNI -fPIC -DNDEBUG -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -I/usr/lib/jvm/default-java/include -c -o obj/ASEnhancer_sj.o ../../src/ASEnhancer.cpp g++ -DASTYLE_JNI -fPIC -DNDEBUG -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -I/usr/lib/jvm/default-java/include -c -o obj/ASLocalizer_sj.o ../../src/ASLocalizer.cpp g++ -DASTYLE_JNI -fPIC -DNDEBUG -W -Wall -fno-rtti -fno-exceptions -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -I/usr/lib/jvm/default-java/include -c -o obj/ASResource_sj.o ../../src/ASResource.cpp g++ -shared -Wl,-z,relro -Wl,--as-needed -o bin/libastylej.so obj/astyle_main_sj.o obj/ASBeautifier_sj.o obj/ASFormatter_sj.o obj/ASEnhancer_sj.o obj/ASLocalizer_sj.o obj/ASResource_sj.o make[2]: Leaving directory '/srv/jenkins-slave/workspace/sid-goto-cc-astyle/astyle-2.04/build/gcc' [ "astyled" = "astyle" ] || mv bin/astyled bin/astyle mv: cannot stat 'bin/astyled': No such file or directory debian/rules:27: recipe for target 'override_dh_auto_build' failed make[1]: *** [override_dh_auto_build] Error 1 make[1]: Leaving directory '/srv/jenkins-slave/workspace/sid-goto-cc-astyle/astyle-2.04' debian/rules:24: recipe for target 'binary' failed make: *** [binary] Error 2 The full build log is attached; please do let me know if the problem is unreproducible, in which case I shall try to investigate further. Best, Michael
astyle-build-log.txt.gz
Description: application/gunzip
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: astyle Source-Version: 2.04-1.1 We believe that the bug you reported is fixed in the latest version of astyle, 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. Ben Hutchings <[email protected]> (supplier of updated astyle 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: Sat, 20 Feb 2016 22:07:28 +0000 Source: astyle Binary: astyle libastyle0debian0 libastyle-dev libastylej-jni Architecture: source Version: 2.04-1.1 Distribution: unstable Urgency: medium Maintainer: Matteo Cypriani <[email protected]> Changed-By: Ben Hutchings <[email protected]> Description: astyle - Source code indenter for C, C++, Objective-C, C#, and Java libastyle-dev - Library header files for Artistic Style libastyle0debian0 - Shared library for Artistic Style libastylej-jni - Java JNI library for Artistic Style Closes: 812658 814580 Changes: astyle (2.04-1.1) unstable; urgency=medium . * Non-maintainer upload * Fix FTBFS with DEB_BUILD_OPTIONS=nostrip (Closes: #812658) * Fix JNI include path (Closes: #814580) Checksums-Sha1: 06a54bafea55d28d515bc781521e29830d98e39c 2056 astyle_2.04-1.1.dsc 7e9a3efa55fdb97fa143f8c2134ec365289a117f 8420 astyle_2.04-1.1.debian.tar.xz Checksums-Sha256: 87d272a18c566ec05e037f753dbf58261e71830107068409649b9629f71f1d83 2056 astyle_2.04-1.1.dsc d087fc843405eb4e9ae563f0cc0ea80c711aef04c30107bf4d783f66f15aa632 8420 astyle_2.04-1.1.debian.tar.xz Files: 599b6df3b4834c46dac248ff92195c83 2056 devel optional astyle_2.04-1.1.dsc b90e58691de7ba2d8b46dbe17ffddf2a 8420 devel optional astyle_2.04-1.1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVsjmY+e/yOyVhhEJAQoLfhAAtqFfQGhnwCuoUEH8Tg+3AFpF9l//TVsK NxhTGn3j5v/Y+23qj+fgXU8UUDOptbk4z9Lhj1oJ/hUVFFaXDw/BK/uW5Em6jMwi L7yWdktFSVOqn/+cPeKG84uWLGu6vwZ2SkQi89imO/EvFeiXs9x3/gd+D0Kg0U2O U8+E85cq1p40vZuwR31ittccjNaVaT23X/L7YIGWHDXR0f+/d0bSq/uS3Sg4ocOe QJbjYwKzkYfL51/EViZS82jAa2lUVPKB/6DI+pGFmJzNH8AOlUbRscqULs14slii FgidEmTNW3WWIAi/bjRJQA1T9shOA/SyAgBR8zRfSKOCRQqWSn2De+zkfJwv3HhS uI2IPjcxwTvSvF/BsJhNJDXvkglNkFbUFYTLSIIQGbgi8CzR8NmQflRsTHSBd7hu jRVFGrRivr5ip0CUycYExcge1ruBIdMMTZU3Ij6wRou/O7FnTm1nFV/FweMz70HK pByZRWIZ8s4vGqYsxGWcHglENPP0Kycc2hvxvZ11OmvcfIg8ifpy72wUBaD+ptMm MqxxNpwwsm16kqAwI1SFfB5QbXAtIOaMfLX2BN2mtmA3xVwvtxNljk1GvHoK5p7J owmMv207aOIseGdZlC4wk9Wo97NdRu0Ko5jD3mhKEQHDXa9/TpdNbQqgPx/LpIOn K0SB/1halu0= =HexN -----END PGP SIGNATURE-----
--- End Message ---

