Your message dated Sat, 27 Jul 2024 21:18:21 +0000
with message-id <[email protected]>
and subject line Bug#1075514: fixed in skycat 3.1.2+starlink1~b+dfsg-8
has caused the Debian Bug report #1075514,
regarding skycat: 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.)


-- 
1075514: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075514
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:skycat
Version: 3.1.2+starlink1~b+dfsg-7
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/skycat_3.1.2+starlink1~b+dfsg-7_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

[...]
./generic/TclAstroCat.C:141:6: warning: ISO C++ forbids converting a string 
constant to ‘char*’ [-Wwrite-strings]
  141 |     {"y_col",       &TclAstroCat::y_colCmd,        0,  0},
      |      ^~~~~~~
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-funsigned-char -DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" 
-DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"cat\ 4.1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
-DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_COMPAT_CONST=1 
-DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
-D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 
-DUSE_TK_STUBS=1  -I./generic -I./bitmaps -I./../astrotcl/generic 
-I./../astrotcl/cfitsio -I./../astrotcl/
 libwcs -I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"  
 -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 
-funsigned-char -O2  -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 -c `echo 
./generic/TclTcsCat.C` -o TclTcsCat.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-funsigned-char -DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" 
-DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"cat\ 4.1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
-DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_COMPAT_CONST=1 
-DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
-D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 
-DUSE_TK_STUBS=1  -I./generic -I./bitmaps -I./../astrotcl/generic 
-I./../astrotcl/cfitsio -I./../astrotcl/
 libwcs -I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"  
 -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 
-funsigned-char -O2  -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 -c `echo 
./generic/TcsCatalog.C` -o TcsCatalog.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-funsigned-char -DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" 
-DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"cat\ 4.1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
-DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_COMPAT_CONST=1 
-DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
-D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 
-DUSE_TK_STUBS=1  -I./generic -I./bitmaps -I./../astrotcl/generic 
-I./../astrotcl/cfitsio -I./../astrotcl/
 libwcs -I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"  
 -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 
-funsigned-char -O2  -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 -c `echo 
./generic/TcsCatalogObject.C` -o TcsCatalogObject.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-funsigned-char -DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" 
-DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"cat\ 4.1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
-DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_COMPAT_CONST=1 
-DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
-D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 
-DUSE_TK_STUBS=1  -I./generic -I./bitmaps -I./../astrotcl/generic 
-I./../astrotcl/cfitsio -I./../astrotcl/
 libwcs -I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"  
 -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 
-funsigned-char -O2  -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 -c `echo 
./generic/TcsLocalCatalog.C` -o TcsLocalCatalog.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-funsigned-char -DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" 
-DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"cat\ 4.1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
-DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_COMPAT_CONST=1 
-DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
-D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 
-DUSE_TK_STUBS=1  -I./generic -I./bitmaps -I./../astrotcl/generic 
-I./../astrotcl/cfitsio -I./../astrotcl/
 libwcs -I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"  
 -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 
-funsigned-char -O2  -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 -c `echo 
./generic/TcsQueryResult.C` -o TcsQueryResult.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-funsigned-char -DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" 
-DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"cat\ 4.1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
-DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_COMPAT_CONST=1 
-DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
-D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 
-DUSE_TK_STUBS=1  -I./generic -I./bitmaps -I./../astrotcl/generic 
-I./../astrotcl/cfitsio -I./../astrotcl/
 libwcs -I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"  
 -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 
-funsigned-char -O2  -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 -c `echo 
./generic/astro_catalog.C` -o astro_catalog.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-funsigned-char -DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" 
-DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"cat\ 4.1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
-DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_COMPAT_CONST=1 
-DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
-D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 
-DUSE_TK_STUBS=1  -I./generic -I./bitmaps -I./../astrotcl/generic 
-I./../astrotcl/cfitsio -I./../astrotcl/
 libwcs -I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"  
 -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 
-funsigned-char -O2  -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 -c `echo 
./generic/astro_image.C` -o astro_image.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-funsigned-char -DPACKAGE_NAME=\"cat\" -DPACKAGE_TARNAME=\"cat\" 
-DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"cat\ 4.1.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
-DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_COMPAT_CONST=1 
-DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
-D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 
-DUSE_TK_STUBS=1  -I./generic -I./bitmaps -I./../astrotcl/generic 
-I./../astrotcl/cfitsio -I./../astrotcl/
 libwcs -I./../tclutil/generic -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"  
 -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 
-funsigned-char -O2  -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 -c `echo 
./generic/cat_bitmaps.C` -o cat_bitmaps.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
(cd ./library; /usr/bin/tclsh8.6 mkIndex.tcl)
rm -f libcat4.1.0.so
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-funsigned-char -shared -o libcat4.1.0.so AstroCatalog.o AstroImage.o 
AstroQuery.o CatalogInfo.o LocalCatalog.o QueryResult.o TabTable.o 
TclAstroCat.o TclAstroImage.o TclQueryUtil.o TclTcsCat.o TcsCatalog.o 
TcsCatalogObject.o TcsLocalCatalog.o TcsQueryResult.o astro_catalog.o 
astro_image.o cat_bitmaps.o -Wl,-rpath,/usr/lib/skycat -Wl,-z,relro 
-Wl,--export-dynamic -Wl,-soname,libcat4.1.0.so -L/<<PKGBUILDDIR>>/astrotcl 
-lastrotcl2.1.0 -L/<<PKGBUILDDIR>>/tclutil -ltclutil2.1.0 -L/lib -lBLT 
-lcfitsio -lX11 -L/<<PKGBUILDDIR>>/astrotcl -lastrotcl2.1.0 
-L/<<PKGBUILDDIR>>/tclutil -ltclutil2.1.0 -L/lib -lBLT -lcfitsio -lX11  
-L/usr/lib/x86_64-linux-gnu -ltcl
 stub8.6 -L/usr/lib/x86_64-linux-gnu -ltkstub8.6   
: libcat4.1.0.so
make[2]: Leaving directory '/<<PKGBUILDDIR>>/cat'
+ cd skycat
+ make all
make[2]: Entering directory '/<<PKGBUILDDIR>>/skycat'
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-funsigned-char -DPACKAGE_NAME=\"skycat\" -DPACKAGE_TARNAME=\"skycat\" 
-DPACKAGE_VERSION=\"3.1.2\" -DPACKAGE_STRING=\"skycat\ 3.1.2\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
-DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SOCKLEN_T=1 -DUSE_COMPAT_CONST=1 
-DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
-D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 
-DUSE_TK_STUBS=1  -I./generic -I./bitmaps -I./../cat/generic -I./../rtd/generi
 c -I./../rtd/rtdevt -I./../astrotcl/generic -I./../astrotcl/cfitsio 
-I./../astrotcl/libwcs -I./../tclutil/generic -I"/usr/include/tcl8.6" 
-I"/usr/include/tcl8.6"   -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 -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -c `echo ./generic/SkySearch.C` -o SkySearch.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-funsigned-char -DPACKAGE_NAME=\"skycat\" -DPACKAGE_TARNAME=\"skycat\" 
-DPACKAGE_VERSION=\"3.1.2\" -DPACKAGE_STRING=\"skycat\ 3.1.2\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
-DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SOCKLEN_T=1 -DUSE_COMPAT_CONST=1 
-DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
-D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 
-DUSE_TK_STUBS=1  -I./generic -I./bitmaps -I./../cat/generic -I./../rtd/generi
 c -I./../rtd/rtdevt -I./../astrotcl/generic -I./../astrotcl/cfitsio 
-I./../astrotcl/libwcs -I./../tclutil/generic -I"/usr/include/tcl8.6" 
-I"/usr/include/tcl8.6"   -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 -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -c `echo ./generic/Skycat.C` -o Skycat.o
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-funsigned-char -DPACKAGE_NAME=\"skycat\" -DPACKAGE_TARNAME=\"skycat\" 
-DPACKAGE_VERSION=\"3.1.2\" -DPACKAGE_STRING=\"skycat\ 3.1.2\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
-DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SOCKLEN_T=1 -DUSE_COMPAT_CONST=1 
-DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
-D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 
-DUSE_TK_STUBS=1  -I./generic -I./bitmaps -I./../cat/generic -I./../rtd/generi
 c -I./../rtd/rtdevt -I./../astrotcl/generic -I./../astrotcl/cfitsio 
-I./../astrotcl/libwcs -I./../tclutil/generic -I"/usr/include/tcl8.6" 
-I"/usr/include/tcl8.6"   -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 -funsigned-char -O2  -fPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -c `echo ./generic/TcsSkySearch.C` -o TcsSkySearch.o
(cd ./library; /usr/bin/tclsh8.6 mkIndex.tcl)
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ 
is not valid for C++
In file included from ./../rtd/generic/RtdImage.h:69,
                 from ./generic/Skycat.h:28,
                 from ./generic/SkySearch.C:40:
./../rtd/generic/RtdCamera.h:57:23: warning: ISO C++ forbids converting a 
string constant to ‘char*’ [-Wwrite-strings]
   57 |         char* image = "RtdCamera");
      |                       ^~~~~~~~~~~
In file included from ./../rtd/generic/RtdImage.h:69,
                 from ./generic/Skycat.h:28,
                 from ./generic/Skycat.C:40:
./../rtd/generic/RtdCamera.h:57:23: warning: ISO C++ forbids converting a 
string constant to ‘char*’ [-Wwrite-strings]
   57 |         char* image = "RtdCamera");
      |                       ^~~~~~~~~~~
rm -f libskycat3.1.2.so
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-funsigned-char -shared -o libskycat3.1.2.so SkySearch.o Skycat.o 
TcsSkySearch.o -Wl,-rpath,/usr/lib/skycat -Wl,-z,relro -Wl,--export-dynamic 
-Wl,-soname,libskycat3.1.2.so -L/<<PKGBUILDDIR>>/cat -lcat4.1.0 
-L/<<PKGBUILDDIR>>/rtd -lrtd3.2.1 -L/<<PKGBUILDDIR>>/astrotcl -lastrotcl2.1.0 
-L/<<PKGBUILDDIR>>/tclutil -ltclutil2.1.0 -L/lib -lBLT -lcfitsio -lX11 -lXext 
-L/<<PKGBUILDDIR>>/cat -lcat4.1.0 -L/<<PKGBUILDDIR>>/rtd -lrtd3.2.1 
-L/<<PKGBUILDDIR>>/astrotcl -lastrotcl2.1.0 -L/<<PKGBUILDDIR>>/tclutil 
-ltclutil2.1.0 -L/lib -lBLT -lcfitsio -lX11 -lXext  -L/usr/lib/x86_64-linux-gnu 
-ltclstub8.6 -L/usr/lib/x86_64-linux-gnu -ltkstub8.6   
/usr/bin/ld: cannot find -lrtd3.2.1: No such file or directory
/usr/bin/ld: cannot find -lrtd3.2.1: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:288: libskycat3.1.2.so] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/skycat'
+ exit 1
make[1]: *** [Makefile:15: all] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:10: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: skycat
Source-Version: 3.1.2+starlink1~b+dfsg-8
Done: Ole Streicher <[email protected]>

We believe that the bug you reported is fixed in the latest version of
skycat, 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.
Ole Streicher <[email protected]> (supplier of updated skycat 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, 27 Jul 2024 21:23:15 +0200
Source: skycat
Architecture: source
Version: 3.1.2+starlink1~b+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers 
<[email protected]>
Changed-By: Ole Streicher <[email protected]>
Closes: 1075514
Changes:
 skycat (3.1.2+starlink1~b+dfsg-8) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Update lintian override info format in d/source/lintian-overrides on line 
2.
 .
   [ Ole Streicher ]
   * Add return type to main() (Closes: #1075514)
   * Push Standards-Version to 4.7.0. No changes needed
Checksums-Sha1:
 74d517ab365f0cd529afbadc5c0391d6b84c60c1 2141 
skycat_3.1.2+starlink1~b+dfsg-8.dsc
 9f147eae30a403ff66e1e95e3f33e90ce4975012 46436 
skycat_3.1.2+starlink1~b+dfsg-8.debian.tar.xz
Checksums-Sha256:
 c562ceff6801d5ad90e153b1ba1d9a0f9e45d1bcd24a08ed305d1aa8b2b08662 2141 
skycat_3.1.2+starlink1~b+dfsg-8.dsc
 1245651d4a3feeffb30fe8da5f2a624a5880b3deaa732802e75191411c2be5c8 46436 
skycat_3.1.2+starlink1~b+dfsg-8.debian.tar.xz
Files:
 67d1531539bb2b596fec0c35f113e162 2141 science optional 
skycat_3.1.2+starlink1~b+dfsg-8.dsc
 3803b21d035465a49b8e508d3a56a481 46436 science optional 
skycat_3.1.2+starlink1~b+dfsg-8.debian.tar.xz

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

iQIzBAEBCgAdFiEE7/BpV0Ra2/h0L3qtmk9WvbkOGL0FAmalSoUACgkQmk9WvbkO
GL0fKhAAmS5GTu3B+EsVGQs+UaL3MmnZ5IlGfp4d0uT4cn9TUhE/xssD9pWgLVuC
Z4IUtof1Tjm83AUVpm626RcbLYnYvEnW1hiXO1oN3ZriGOcRG9zSjss46bGR/NI3
Ln8dMYUK4ibjxVK+3snk4DmObL9Q6DihUeXm5XRN6WOO5rkUlBG1z0p/3EeKLdr5
AH+S/yj7KOHOLYU1+RGt/AKWzNEEZBgyV/km+HppVl0W/GlQb/qgvlYe/VP8Rs9n
zIb4u7Y5CLYoz/GVfSgyTgfCNkPIKarUDPH9gNGiVXC/dp0zKYHiuWKqCLc75ORN
asJPD+esPh+3ImeHRiBnuwcaXn5GwCCg4OIl4mv4iPLygWUwZCBhZKlx8Zeq/0sV
M6vIRBssRDEYGCc+bY8LjDuYvA3niCBVJSTcptBGcTRHRzQRIzdeUlhVxSoqArUt
tGtgrbR4rV2w6oye+tvBF81QsBQouKT2cvYI2mWnhPOVlT0lO4sPTx2IV1YyrAjF
tE+S04Q6DDLhVQLCloWuYveCIlDlKPxOUaGLIkXgzyOrW5gT+JBgry4cEEk8Co3m
qI/UP/13KECHlEqPdAZATsb0x/WrjTx4cUcIIyE+agMQUEwIZED8TMZBhAXC4U2e
wIGlggF4fsiA+W3/iTyzVKkJ0gmydp7OPwn5nVRgi4fV1YUcKpk=
=OlZS
-----END PGP SIGNATURE-----

Attachment: pgpu1iPv8lmDv.pgp
Description: PGP signature


--- End Message ---

Reply via email to