Your message dated Fri, 14 Feb 2025 23:49:40 +0000
with message-id <[email protected]>
and subject line Bug#1095357: fixed in munipack 0.6.2-1
has caused the Debian Bug report #1095357,
regarding munipack: FTBFS: configure: Oak Leaf library not found
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.)
--
1095357: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1095357
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:munipack
Version: 0.6.1-1
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --no-parallel
dh_autoreconf_clean -O--no-parallel
dh_clean -O--no-parallel
debian/rules binary
dh binary --no-parallel
dh_update_autotools_config -O--no-parallel
dh_autoreconf -O--no-parallel
dh_auto_configure -O--no-parallel
./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-option-checking --disable-silent-rules
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run
--disable-maintainer-mode --disable-dependency-tracking
checking build system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
[... snipped ...]
configure:6349: checking for GNU libc compatible malloc
configure:6381: gcc -o conftest -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c >&5
configure:6381: $? = 0
configure:6381: ./conftest
configure:6381: $? = 0
configure:6395: result: yes
configure:6421: checking Fortran 90 module inclusion flag
configure:6444: gfortran -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -fcf-protection
-ffpe-summary=invalid,zero,overflow conftest.f >&5
configure:6444: $? = 0
configure:6459: gfortran -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -fcf-protection
-ffpe-summary=invalid,zero,overflow -Mconftest.dir -Mconftest.dir conftest.f
>&5
gfortran: error: unrecognized command-line option '-Mconftest.dir'
gfortran: error: unrecognized command-line option '-Mconftest.dir'
configure:6459: $? = 1
configure: failed program was:
|
| program main
| use conftest_module
| call conftest_routine
| end program
configure:6459: gfortran -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -fcf-protection
-ffpe-summary=invalid,zero,overflow -Iconftest.dir -Iconftest.dir conftest.f
>&5
configure:6459: $? = 0
configure:6482: result: -I
configure:6497: checking Fortran 90 module output flag
configure:6526: gfortran -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -fcf-protection
-ffpe-summary=invalid,zero,overflow -Jsub conftest.f >&5
configure:6526: $? = 0
configure:6536: gfortran -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -fcf-protection
-ffpe-summary=invalid,zero,overflow -Jsub conftest.f >&5
f951: Warning: Nonexistent include directory 'sub' [-Wmissing-include-dirs]
configure:6536: $? = 0
configure:6561: result: -J
configure:6577: checking Fortran 90 module extension
configure:6600: gfortran -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -fcf-protection
-ffpe-summary=invalid,zero,overflow conftest.f >&5
configure:6600: $? = 0
configure:6619: result: mod
configure:6631: checking for math.h
configure:6631: gcc -c -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6631: $? = 0
configure:6631: result: yes
configure:6638: checking for library containing sqrt
configure:6674: gcc -o conftest -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c >&5
conftest.c:35:6: warning: conflicting types for built-in function 'sqrt';
expected 'double(double)' [-Wbuiltin-declaration-mismatch]
35 | char sqrt (void);
| ^~~~
conftest.c:1:1: note: 'sqrt' is declared in header '<math.h>'
1 | /* confdefs.h */
/usr/bin/ld: /tmp/ccdw3yuZ.o: in function `main':
././conftest.c:39:(.text.startup+0x9): undefined reference to `sqrt'
collect2: error: ld returned 1 exit status
configure:6674: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Munipack"
| #define PACKAGE_TARNAME "munipack"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "Munipack 0.6.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://munipack.physics.muni.cz"
| #define PACKAGE_COPYLEFT "(C) 1997-2022 F.Hroch <[email protected]>"
| #define PACKAGE_DESCRIPTION "An astronomical image processing software"
| #define PACKAGE "munipack"
| #define VERSION "0.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC 1
| #define HAVE_MATH_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply.
| The 'extern "C"' is for builds by C++ compilers;
| although this is not generally supported in C code supporting it here
| has little cost and some practical benefit (sr 110532). */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sqrt (void);
| int
| main (void)
| {
| return sqrt ();
| ;
| return 0;
| }
configure:6674: gcc -o conftest -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lm
>&5
conftest.c:35:6: warning: conflicting types for built-in function 'sqrt';
expected 'double(double)' [-Wbuiltin-declaration-mismatch]
35 | char sqrt (void);
| ^~~~
conftest.c:1:1: note: 'sqrt' is declared in header '<math.h>'
1 | /* confdefs.h */
configure:6674: $? = 0
configure:6696: result: -lm
configure:6707: checking for library containing gethostbyname
configure:6743: gcc -o conftest -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lm
>&5
configure:6743: $? = 0
configure:6765: result: none required
configure:6774: checking for library containing connect
configure:6810: gcc -o conftest -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lm
>&5
configure:6810: $? = 0
configure:6832: result: none required
configure:6843: checking for fitsio.h
configure:6843: gcc -c -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6843: $? = 0
configure:6843: result: yes
configure:6850: checking for ffclos in -lcfitsio
configure:6879: gcc -o conftest -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c
-lcfitsio -lm -lm >&5
configure:6879: $? = 0
configure:6891: result: yes
configure:6914: checking for lmder_ in -lminpack
configure:6943: gcc -o conftest -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c
-lminpack -lm >&5
configure:6943: $? = 0
configure:6955: result: yes
configure:6979: checking for __oakleaf_MOD_rmean_real64 in -loakleaf
configure:7008: gcc -o conftest -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c
-loakleaf -lm >&5
/usr/bin/ld: /tmp/ccDl6LoM.o: in function `main':
././conftest.c:40:(.text.startup+0x9): undefined reference to
`__oakleaf_MOD_rmean_real64'
collect2: error: ld returned 1 exit status
configure:7008: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Munipack"
| #define PACKAGE_TARNAME "munipack"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "Munipack 0.6.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://munipack.physics.muni.cz"
| #define PACKAGE_COPYLEFT "(C) 1997-2022 F.Hroch <[email protected]>"
| #define PACKAGE_DESCRIPTION "An astronomical image processing software"
| #define PACKAGE "munipack"
| #define VERSION "0.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC 1
| #define HAVE_MATH_H 1
| #define HAVE_FITSIO_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply.
| The 'extern "C"' is for builds by C++ compilers;
| although this is not generally supported in C code supporting it here
| has little cost and some practical benefit (sr 110532). */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __oakleaf_MOD_rmean_real64 (void);
| int
| main (void)
| {
| return __oakleaf_MOD_rmean_real64 ();
| ;
| return 0;
| }
configure:7020: result: no
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_BUNDLEDIR_set=
ac_cv_env_BUNDLEDIR_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DNDEBUG'
ac_cv_env_CLI_CXXFLAGS_set=
ac_cv_env_CLI_CXXFLAGS_value=
ac_cv_env_CLI_LIBS_set=
ac_cv_env_CLI_LIBS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-Wdate-time -D_FORTIFY_SOURCE=2'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DNDEBUG'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FCFLAGS_set=set
ac_cv_env_FCFLAGS_value='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -fcf-protection
-ffpe-summary=invalid,zero,overflow'
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_GUI_CXXFLAGS_set=
ac_cv_env_GUI_CXXFLAGS_value=
ac_cv_env_GUI_LIBS_set=
ac_cv_env_GUI_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-z,relro -Wl,-z,now'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PLplot_CFLAGS_set=
ac_cv_env_PLplot_CFLAGS_value=
ac_cv_env_PLplot_LIBS_set=
ac_cv_env_PLplot_LIBS_value=
ac_cv_env_VO_CXXFLAGS_set=
ac_cv_env_VO_CXXFLAGS_value=
ac_cv_env_VO_LIBS_set=
ac_cv_env_VO_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux-gnu
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_fc_compiler_gnu=yes
ac_cv_fc_module_ext=mod
ac_cv_fc_module_flag=-I
ac_cv_fc_module_output_flag=-J
ac_cv_func_malloc_0_nonnull=yes
ac_cv_header_fitsio_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_math_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_cfitsio_ffclos=yes
ac_cv_lib_minpack_lmder_=yes
ac_cv_lib_oakleaf___oakleaf_MOD_rmean_real64=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_FC=gfortran
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_cxx11=
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_stdcxx=
ac_cv_prog_fc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_connect='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_search_sqrt=-lm
ac_cv_struct_tm=time.h
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_filesystem_timestamp_resolution=0.01
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_sleep_fractional_seconds=yes
am_cv_xargs_n_works=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' aclocal-1.17'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V=''
AM_DEFAULT_VERBOSITY='1'
AM_FC_MODINC='-I/usr/include -I/usr/local/include'
AM_V=''
AUTOCONF='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' automake-1.17'
AWK='mawk'
BUNDLEDIR=''
BUNDLE_FALSE=''
BUNDLE_TRUE=''
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DNDEBUG'
CLI_CXXFLAGS=''
CLI_LIBS=''
CPP='gcc -E'
CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
CSCOPE='cscope'
CTAGS='ctags'
CXX='g++'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DNDEBUG'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ETAGS='etags'
EXEEXT=''
FC='gfortran'
FCFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -fcf-protection -ffpe-summary=invalid,zero,overflow'
FC_MODEXT='mod'
FC_MODINC='-I'
FC_MODOUT='-J'
GUI_CXXFLAGS=''
GUI_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS='-Wl,-z,relro -Wl,-z,now'
LIBCFITSIO='-lcfitsio'
LIBGCC=''
LIBGFORTRAN=''
LIBM='-lm'
LIBMINPACK='-lminpack'
LIBOAKLEAF=''
LIBOBJS=''
LIBS='-lm '
LIBSTDCPP=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' makeinfo'
MATPLOTDIR=''
MKDIR_P='/usr/bin/mkdir -p'
MOSTLYCLEANFILES=''
MUNIPACKDIR=''
OBJEXT='o'
PACKAGE='munipack'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='Munipack'
PACKAGE_STRING='Munipack 0.6.1'
PACKAGE_TARNAME='munipack'
PACKAGE_URL='https://munipack.physics.muni.cz'
PACKAGE_VERSION='0.6.1'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PLplot_CFLAGS=''
PLplot_LIBS=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='0.6.1'
VODIR=''
VO_CXXFLAGS=''
VO_LIBS=''
WX_CFLAGS=''
WX_CFLAGS_ONLY=''
WX_CONFIG_PATH=''
WX_CPPFLAGS=''
WX_CXXFLAGS=''
WX_CXXFLAGS_CLI=''
WX_CXXFLAGS_GUI=''
WX_CXXFLAGS_ONLY=''
WX_CXXFLAGS_VO=''
WX_LIBS=''
WX_LIBS_CLI=''
WX_LIBS_GUI=''
WX_LIBS_STATIC=''
WX_LIBS_VO=''
WX_RESCOMP=''
WX_VERSION=''
WX_VERSION_MAJOR=''
WX_VERSION_MICRO=''
WX_VERSION_MINOR=''
XMUNIPACKDIR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_FC='gfortran'
ac_empty=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__rm_f_notfound=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
am__xargs_n='xargs -n'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${prefix}/share/info'
install_sh='${SHELL} /<<PKGBUILDDIR>>/install-sh'
libdir='${prefix}/lib/x86_64-linux-gnu'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${prefix}/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "Munipack"
#define PACKAGE_TARNAME "munipack"
#define PACKAGE_VERSION "0.6.1"
#define PACKAGE_STRING "Munipack 0.6.1"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL "https://munipack.physics.muni.cz"
#define PACKAGE_COPYLEFT "(C) 1997-2022 F.Hroch <[email protected]>"
#define PACKAGE_DESCRIPTION "An astronomical image processing software"
#define PACKAGE "munipack"
#define VERSION "0.6.1"
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_MALLOC 1
#define HAVE_MATH_H 1
#define HAVE_FITSIO_H 1
configure: exit 1
dh_auto_configure: error: ./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-option-checking --disable-silent-rules
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run
--disable-maintainer-mode --disable-dependency-tracking returned exit code 1
make: *** [debian/rules:26: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202502/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:munipack, so that this is still
visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: munipack
Source-Version: 0.6.2-1
Done: Filip Hroch <[email protected]>
We believe that the bug you reported is fixed in the latest version of
munipack, 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.
Filip Hroch <[email protected]> (supplier of updated munipack 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, 14 Feb 2025 23:13:10 +0100
Source: munipack
Architecture: source
Version: 0.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Astronomy Team
<[email protected]>
Changed-By: Filip Hroch <[email protected]>
Closes: 1095357
Changes:
munipack (0.6.2-1) unstable; urgency=low
.
* New upstream version adopts recent changes in Oakleaf. Closes: #1095357
* Tests are provided by upstream, the control script is updated.
* The upstream allows parallel builds for C/C++.
* Added automatic tests under Gitlab environment.
* Updated to recent Debian standards.
Checksums-Sha1:
27d45d27f086d629b75967376bb0efbae37d1ced 2624 munipack_0.6.2-1.dsc
aa88850b541ab38ce74a84d09f03ec294396a479 26344226 munipack_0.6.2.orig.tar.gz
a3ca4cf4bc03b5a1cb1eccadf292b53a58047390 833 munipack_0.6.2.orig.tar.gz.asc
ce275251c02a98d1519cbf42ce2b4920ee104059 10948 munipack_0.6.2-1.debian.tar.xz
a8bb9a39a8a21bf0e7a2c6bc4051817e9adb8118 13834
munipack_0.6.2-1_source.buildinfo
Checksums-Sha256:
629ce1e156e1535ca66c0720b9a1530f9ad0cc1c105050251a89bf16896347b1 2624
munipack_0.6.2-1.dsc
7a3abbb1270188c600d6e8feca57f46c3a1a58439f91422934efccac47755d3b 26344226
munipack_0.6.2.orig.tar.gz
6da53231ab02f1f2ed0e1e7222533f31ded9b5be11eaa74065a0287f5a5e8d9b 833
munipack_0.6.2.orig.tar.gz.asc
1a32eb2f32913ef5f1acd68067f34d5ffb02fbee2a392e5b6c19e1370d1d4778 10948
munipack_0.6.2-1.debian.tar.xz
2bcd3db06f05a9aed01f395d09ca722cf3d5bbc5bbe979314c2bdb907a62b328 13834
munipack_0.6.2-1_source.buildinfo
Files:
7ca397031db45ce041473ca593782d48 2624 science optional munipack_0.6.2-1.dsc
3055f3f24a64589f777b91acbfa62fc6 26344226 science optional
munipack_0.6.2.orig.tar.gz
7ff4e657b9be7857dcb37e2b01bb1259 833 science optional
munipack_0.6.2.orig.tar.gz.asc
6dcb0a33bd8394a01743d1a303cb02c4 10948 science optional
munipack_0.6.2-1.debian.tar.xz
2047bf23a80168cd3e9d2f81708e43bd 13834 science optional
munipack_0.6.2-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJKBAEBCgA0FiEEUDKf13MuKrCBYUNfHmJd9kly/5oFAmevz/gWHGhyb2NoQHBo
eXNpY3MubXVuaS5jegAKCRAeYl32SXL/mt80D/wIujuXvOfQkqBc4HvOXJyIi8LL
kcKaQEJtTXoP+Ha4IBwZIL9OPzOEnG6u0EaCdQ606gHNxolzMk95LrBSQV8FGOrR
zO1rbi2dz2JNgOupfQWsBrbENhD18uLeZacQooXUu+u57tYh2RQjWZUq4tp+TQXP
A2pjb1XOXY4wMHLFzRWYH1Xd/2+jT86oIGsKirvFUYggRfTMNCdtvsIQ5VFoI6nb
O/PBufCig6mTAwcMqJj1uoWL8wzq6R0u9bcO07dxRzVDO66tPOr+9GTx4Tsp1Y6f
0o/AW5U2FXiRelxSW0/n5C1JQ8ONvSU3cVTJhKQgeW8F3Sdk3pKLyz974dhpzewc
4s5EaPyYyuOQgqEjzOU9X/5AoEQXhR+irMmmyKWgE93sgSxF9DUIaCHl29K2dMJv
C2jCIaDR/gBlbLvrNkoMerqL6jQ8KDHrE6pvUBUJ+g9WDJPtthgksLgqGRWRuZX6
JzM2z0B4sxddHCGOYt20rVD3ncRxKX5YKfD2rssEcFMmKUPfM/93ULvjrkGhgThU
GjMaxUnu3vJjGm5oxRYjKsCk5vx8XmYmPS8bGPoJF6CVX+uM8/Bhg/LX7wEXYqWB
p8Xa533UDmw2RdG5fEduUfj0+Op0HNtFz5PsaubS6PQx2JXXEBh6FvwTTAjS2mkB
3hjJm5VFQtC4MCNFyg==
=/epF
-----END PGP SIGNATURE-----
pgpvgvOXJDws1.pgp
Description: PGP signature
--- End Message ---