==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: qd 2.3.24-1 (Fri Nov  3 11:53:30 2023)
==> Retrieving sources...
  -> Found qd-2.3.24.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    qd-2.3.24.tar.gz ... Passed
==> Making package: qd 2.3.24-1 (Fri 03 Nov 2023 11:53:37 AM MDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (1) gcc-fortran-12.1.0-2.1

Total Download Size:    8.62 MiB
Total Installed Size:  29.96 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 gcc-fortran-12.1.0-2.1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing gcc-fortran...
:: Running post-transaction hooks...
(1/1) Updating the info directory file...
[?25h==> Retrieving sources...
  -> Found qd-2.3.24.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting qd-2.3.24.tar.gz with bsdtar
==> Starting build()...
configuring qd 2.3.23...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking if commonly used function is to be inlined... yes
checking if addition with IEEE-style error bound is to be used... no
checking if sloppy multiplication is to be used... yes
checking if sloppy division is to be used... yes
checking for g++... g++
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 g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
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 dependency style of gcc... gcc3
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 ieeefp.h... no
checking for _Bool... no
checking for stdbool.h that conforms to C99... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether x86 FPU control code is needed... no
checking for gettimeofday... yes
checking for clock_gettime useability... yes
checking for library containing clock_gettime... none required
checking for isnan... std::isnan
checking for isinf... std::isinf
checking for isfinite... std::isfinite
checking for copysign... std::copysign
checking whether the compiler supports GNU Fortran... yes
checking whether gfortran accepts -g... yes
checking how to get verbose linking output from gfortran... -v
checking for Fortran libraries of gfortran...  -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../.. -lgfortran -lm
checking for Fortran flag needed to accept free-form source... -ffree-form
checking for etime... etime
checking whether extra library is needed to link Fortran and C++... none
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
checking for alternate main to link with Fortran libraries... main
checking fortran 90 modules inclusion flag... 
checking fortran 90 modules naming style... 
checking for sqrt in -lm... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/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 whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
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... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
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) 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 how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating tests/Makefile
config.status: creating fortran/Makefile
config.status: creating qd-config
config.status: creating fortran/second.f
config.status: creating qd.pc
config.status: creating config.h
config.status: creating include/qd/qd_config.h
config.status: executing depfiles commands
config.status: executing libtool commands

Using 
  C++ Compiler      = g++
  C++ Flags         = -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -DHAVE_CONFIG_H
  F90 Compiler      = gfortran
  F90 Flags         = -g -O2 -ffree-form  
  F90 Libs          =  -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../.. -lgfortran -lm 
  enable fortran    = yes
  enable inline     = yes
  enable x86 fix    = no
  enable ieee add   = no
  enable sloppy mul = yes
  enable sloppy div = yes
  fma               = none
  fms               = none
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh '/build/qd/src/qd-2.3.24/config/missing' autoconf
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/usr --enable-shared CXXFLAGS=-march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now CPPFLAGS= CFLAGS=-march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection FC=gfortran --no-create --no-recursion
configuring qd 2.3.23...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking if commonly used function is to be inlined... yes
checking if addition with IEEE-style error bound is to be used... no
checking if sloppy multiplication is to be used... yes
checking if sloppy division is to be used... yes
checking for g++... g++
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 g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
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 dependency style of gcc... gcc3
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 ieeefp.h... no
checking for _Bool... no
checking for stdbool.h that conforms to C99... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether x86 FPU control code is needed... no
checking for gettimeofday... yes
checking for clock_gettime useability... yes
checking for library containing clock_gettime... none required
checking for isnan... std::isnan
checking for isinf... std::isinf
checking for isfinite... std::isfinite
checking for copysign... std::copysign
checking whether the compiler supports GNU Fortran... yes
checking whether gfortran accepts -g... yes
checking how to get verbose linking output from gfortran... -v
checking for Fortran libraries of gfortran...  -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../.. -lgfortran -lm
checking for Fortran flag needed to accept free-form source... -ffree-form
checking for etime... etime
checking whether extra library is needed to link Fortran and C++... none
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
checking for alternate main to link with Fortran libraries... main
checking fortran 90 modules inclusion flag... 
checking fortran 90 modules naming style... 
checking for sqrt in -lm... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/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 whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
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... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
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) 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 how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking that generated files are newer than configure... done
configure: creating ./config.status

Using 
  C++ Compiler      = g++
  C++ Flags         = -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -DHAVE_CONFIG_H
  F90 Compiler      = gfortran
  F90 Flags         = -g -O2 -ffree-form  
  F90 Libs          =  -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../.. -lgfortran -lm 
  enable fortran    = yes
  enable inline     = yes
  enable x86 fix    = no
  enable ieee add   = no
  enable sloppy mul = yes
  enable sloppy div = yes
  fma               = none
  fms               = none
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating tests/Makefile
config.status: creating fortran/Makefile
config.status: creating qd-config
config.status: creating fortran/second.f
config.status: creating qd.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: creating include/qd/qd_config.h
config.status: include/qd/qd_config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
make[1]: Entering directory '/build/qd/src/qd-2.3.24'
Making all in src
make[2]: Entering directory '/build/qd/src/qd-2.3.24/src'
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd  -I.. -I../include -I../include   -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT c_dd.lo -MD -MP -MF .deps/c_dd.Tpo -c -o c_dd.lo c_dd.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd  -I.. -I../include -I../include   -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT c_qd.lo -MD -MP -MF .deps/c_qd.Tpo -c -o c_qd.lo c_qd.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd  -I.. -I../include -I../include   -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dd_real.lo -MD -MP -MF .deps/dd_real.Tpo -c -o dd_real.lo dd_real.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd  -I.. -I../include -I../include   -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dd_const.lo -MD -MP -MF .deps/dd_const.Tpo -c -o dd_const.lo dd_const.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd  -I.. -I../include -I../include   -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT fpu.lo -MD -MP -MF .deps/fpu.Tpo -c -o fpu.lo fpu.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd  -I.. -I../include -I../include   -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT qd_real.lo -MD -MP -MF .deps/qd_real.Tpo -c -o qd_real.lo qd_real.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd  -I.. -I../include -I../include   -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT qd_const.lo -MD -MP -MF .deps/qd_const.Tpo -c -o qd_const.lo qd_const.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd  -I.. -I../include -I../include   -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT c_dd.lo -MD -MP -MF .deps/c_dd.Tpo -c c_dd.cpp  -fPIC -DPIC -o .libs/c_dd.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT qd_const.lo -MD -MP -MF .deps/qd_const.Tpo -c qd_const.cpp  -fPIC -DPIC -o .libs/qd_const.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dd_const.lo -MD -MP -MF .deps/dd_const.Tpo -c dd_const.cpp  -fPIC -DPIC -o .libs/dd_const.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT fpu.lo -MD -MP -MF .deps/fpu.Tpo -c fpu.cpp  -fPIC -DPIC -o .libs/fpu.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dd_real.lo -MD -MP -MF .deps/dd_real.Tpo -c dd_real.cpp  -fPIC -DPIC -o .libs/dd_real.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT qd_real.lo -MD -MP -MF .deps/qd_real.Tpo -c qd_real.cpp  -fPIC -DPIC -o .libs/qd_real.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp  -fPIC -DPIC -o .libs/util.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT c_qd.lo -MD -MP -MF .deps/c_qd.Tpo -c c_qd.cpp  -fPIC -DPIC -o .libs/c_qd.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT fpu.lo -MD -MP -MF .deps/fpu.Tpo -c fpu.cpp -o fpu.o >/dev/null 2>&1
mv -f .deps/fpu.Tpo .deps/fpu.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd  -I.. -I../include -I../include   -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT bits.lo -MD -MP -MF .deps/bits.Tpo -c -o bits.lo bits.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp -o util.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT bits.lo -MD -MP -MF .deps/bits.Tpo -c bits.cpp  -fPIC -DPIC -o .libs/bits.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dd_const.lo -MD -MP -MF .deps/dd_const.Tpo -c dd_const.cpp -o dd_const.o >/dev/null 2>&1
mv -f .deps/util.Tpo .deps/util.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT qd_const.lo -MD -MP -MF .deps/qd_const.Tpo -c qd_const.cpp -o qd_const.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT c_dd.lo -MD -MP -MF .deps/c_dd.Tpo -c c_dd.cpp -o c_dd.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT bits.lo -MD -MP -MF .deps/bits.Tpo -c bits.cpp -o bits.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT c_qd.lo -MD -MP -MF .deps/c_qd.Tpo -c c_qd.cpp -o c_qd.o >/dev/null 2>&1
mv -f .deps/dd_const.Tpo .deps/dd_const.Plo
mv -f .deps/qd_const.Tpo .deps/qd_const.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT dd_real.lo -MD -MP -MF .deps/dd_real.Tpo -c dd_real.cpp -o dd_real.o >/dev/null 2>&1
mv -f .deps/c_dd.Tpo .deps/c_dd.Plo
mv -f .deps/bits.Tpo .deps/bits.Plo
mv -f .deps/c_qd.Tpo .deps/c_qd.Plo
mv -f .deps/dd_real.Tpo .deps/dd_real.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT qd_real.lo -MD -MP -MF .deps/qd_real.Tpo -c qd_real.cpp -o qd_real.o >/dev/null 2>&1
mv -f .deps/qd_real.Tpo .deps/qd_real.Plo
/bin/sh ../libtool  --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libqd.la -rpath /usr/lib c_dd.lo c_qd.lo dd_real.lo dd_const.lo fpu.lo qd_real.lo qd_const.lo util.lo bits.lo  -lm 
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/crtbeginS.o  .libs/c_dd.o .libs/c_qd.o .libs/dd_real.o .libs/dd_const.o .libs/fpu.o .libs/qd_real.o .libs/qd_const.o .libs/util.o .libs/bits.o   -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib/crtn.o  -march=armv8-a -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libqd.so.0 -o .libs/libqd.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libqd.so.0" && ln -s "libqd.so.0.0.0" "libqd.so.0")
libtool: link: (cd ".libs" && rm -f "libqd.so" && ln -s "libqd.so.0.0.0" "libqd.so")
libtool: link: ar cru .libs/libqd.a  c_dd.o c_qd.o dd_real.o dd_const.o fpu.o qd_real.o qd_const.o util.o bits.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libqd.a
libtool: link: ( cd ".libs" && rm -f "libqd.la" && ln -s "../libqd.la" "libqd.la" )
make[2]: Leaving directory '/build/qd/src/qd-2.3.24/src'
Making all in include
make[2]: Entering directory '/build/qd/src/qd-2.3.24/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/qd/src/qd-2.3.24/include'
Making all in tests
make[2]: Entering directory '/build/qd/src/qd-2.3.24/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/qd/src/qd-2.3.24/tests'
Making all in fortran
make[2]: Entering directory '/build/qd/src/qd-2.3.24/fortran'
/bin/sh ../libtool    --mode=compile gfortran  -g -O2 -ffree-form  -c -o ddext.lo ddext.f
/bin/sh ../libtool    --mode=compile gfortran  -g -O2 -ffree-form  -c -o qdext.lo qdext.f
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd  -I.. -I../include -I../include   -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT f_dd.lo -MD -MP -MF .deps/f_dd.Tpo -c -o f_dd.lo f_dd.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd  -I.. -I../include -I../include   -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT f_qd.lo -MD -MP -MF .deps/f_qd.Tpo -c -o f_qd.lo f_qd.cpp
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd  -I.. -I../include -I../include   -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT main.lo -MD -MP -MF .deps/main.Tpo -c -o main.lo main.cpp
libtool: compile:  gfortran -g -O2 -ffree-form -c qdext.f  -fPIC -o .libs/qdext.o
libtool: compile:  gfortran -g -O2 -ffree-form -c ddext.f  -fPIC -o .libs/ddext.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT f_qd.lo -MD -MP -MF .deps/f_qd.Tpo -c f_qd.cpp  -fPIC -DPIC -o .libs/f_qd.o
libtool: compile:  gfortran -g -O2 -ffree-form -c ddext.f -o ddext.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.cpp  -fPIC -DPIC -o .libs/main.o
libtool: compile:  gfortran -g -O2 -ffree-form -c qdext.f -o qdext.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT f_dd.lo -MD -MP -MF .deps/f_dd.Tpo -c f_dd.cpp  -fPIC -DPIC -o .libs/f_dd.o
/bin/sh ../libtool    --mode=compile gfortran  -g -O2 -ffree-form  -c -o ddmod.lo ddmod.f
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.cpp -o main.o >/dev/null 2>&1
libtool: compile:  gfortran -g -O2 -ffree-form -c ddmod.f  -fPIC -o .libs/ddmod.o
mv -f .deps/main.Tpo .deps/main.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT f_dd.lo -MD -MP -MF .deps/f_dd.Tpo -c f_dd.cpp -o f_dd.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include/qd -I.. -I../include -I../include -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT f_qd.lo -MD -MP -MF .deps/f_qd.Tpo -c f_qd.cpp -o f_qd.o >/dev/null 2>&1
mv -f .deps/f_dd.Tpo .deps/f_dd.Plo
mv -f .deps/f_qd.Tpo .deps/f_qd.Plo
libtool: compile:  gfortran -g -O2 -ffree-form -c ddmod.f -o ddmod.o >/dev/null 2>&1
/bin/sh ../libtool    --mode=compile gfortran  -g -O2 -ffree-form  -c -o qdmod.lo qdmod.f
libtool: compile:  gfortran -g -O2 -ffree-form -c qdmod.f  -fPIC -o .libs/qdmod.o
libtool: compile:  gfortran -g -O2 -ffree-form -c qdmod.f -o qdmod.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libqdmod.la -rpath /usr/lib ddext.lo ddmod.lo qdext.lo qdmod.lo f_dd.lo f_qd.lo ../src/libqd.la -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../.. -lgfortran -lm  -lm 
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/crtbeginS.o  .libs/ddext.o .libs/ddmod.o .libs/qdext.o .libs/qdmod.o .libs/f_dd.o .libs/f_qd.o   -Wl,-rpath -Wl,/build/qd/src/qd-2.3.24/src/.libs ../src/.libs/libqd.so -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../.. -lgfortran -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib/crtn.o  -march=armv8-a -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libqdmod.so.0 -o .libs/libqdmod.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libqdmod.so.0" && ln -s "libqdmod.so.0.0.0" "libqdmod.so.0")
libtool: link: (cd ".libs" && rm -f "libqdmod.so" && ln -s "libqdmod.so.0.0.0" "libqdmod.so")
libtool: link: ar cru .libs/libqdmod.a  ddext.o ddmod.o qdext.o qdmod.o f_dd.o f_qd.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libqdmod.a
libtool: link: ( cd ".libs" && rm -f "libqdmod.la" && ln -s "../libqdmod.la" "libqdmod.la" )
/bin/sh ../libtool  --tag=CXX   --mode=link g++  -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libqd_f_main.la -rpath /usr/lib main.lo ../src/libqd.la libqdmod.la -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../.. -lgfortran -lm  -lm 
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/crtbeginS.o  .libs/main.o   -Wl,-rpath -Wl,/build/qd/src/qd-2.3.24/src/.libs -Wl,-rpath -Wl,/build/qd/src/qd-2.3.24/fortran/.libs -L/build/qd/src/qd-2.3.24/src/.libs ../src/.libs/libqd.so ./.libs/libqdmod.so /build/qd/src/qd-2.3.24/src/.libs/libqd.so -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../.. -lgfortran -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib/crtn.o  -march=armv8-a -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libqd_f_main.so.0 -o .libs/libqd_f_main.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libqd_f_main.so.0" && ln -s "libqd_f_main.so.0.0.0" "libqd_f_main.so.0")
libtool: link: (cd ".libs" && rm -f "libqd_f_main.so" && ln -s "libqd_f_main.so.0.0.0" "libqd_f_main.so")
libtool: link: ar cru .libs/libqd_f_main.a  main.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libqd_f_main.a
libtool: link: ( cd ".libs" && rm -f "libqd_f_main.la" && ln -s "../libqd_f_main.la" "libqd_f_main.la" )
make[2]: Leaving directory '/build/qd/src/qd-2.3.24/fortran'
make[2]: Entering directory '/build/qd/src/qd-2.3.24'
make[2]: Leaving directory '/build/qd/src/qd-2.3.24'
make[1]: Leaving directory '/build/qd/src/qd-2.3.24'
==> Entering fakeroot environment...
==> Starting package()...
make  install-recursive
make[1]: Entering directory '/build/qd/src/qd-2.3.24'
Making install in src
make[2]: Entering directory '/build/qd/src/qd-2.3.24/src'
make[3]: Entering directory '/build/qd/src/qd-2.3.24/src'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/qd/pkg/qd/usr/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libqd.la '/build/qd/pkg/qd/usr/lib'
libtool: install: /usr/bin/install -c .libs/libqd.so.0.0.0 /build/qd/pkg/qd/usr/lib/libqd.so.0.0.0
libtool: install: (cd /build/qd/pkg/qd/usr/lib && { ln -s -f libqd.so.0.0.0 libqd.so.0 || { rm -f libqd.so.0 && ln -s libqd.so.0.0.0 libqd.so.0; }; })
libtool: install: (cd /build/qd/pkg/qd/usr/lib && { ln -s -f libqd.so.0.0.0 libqd.so || { rm -f libqd.so && ln -s libqd.so.0.0.0 libqd.so; }; })
libtool: install: /usr/bin/install -c .libs/libqd.lai /build/qd/pkg/qd/usr/lib/libqd.la
libtool: install: /usr/bin/install -c .libs/libqd.a /build/qd/pkg/qd/usr/lib/libqd.a
libtool: install: chmod 644 /build/qd/pkg/qd/usr/lib/libqd.a
libtool: install: ranlib /build/qd/pkg/qd/usr/lib/libqd.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
make[3]: Leaving directory '/build/qd/src/qd-2.3.24/src'
make[2]: Leaving directory '/build/qd/src/qd-2.3.24/src'
Making install in include
make[2]: Entering directory '/build/qd/src/qd-2.3.24/include'
make[3]: Entering directory '/build/qd/src/qd-2.3.24/include'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/qd/pkg/qd/usr/include'
 /usr/bin/mkdir -p '/build/qd/pkg/qd/usr/include'
 /usr/bin/mkdir -p '/build/qd/pkg/qd/usr/include/qd'
 /usr/bin/mkdir -p '/build/qd/pkg/qd/usr/include/qd'
 /usr/bin/install -c -m 644  qd/c_dd.h qd/c_qd.h qd/dd_real.h qd/dd_inline.h qd/fpu.h qd/inline.h qd/qd_real.h qd/qd_inline.h qd/bits.h '/build/qd/pkg/qd/usr/include/qd'
 /usr/bin/install -c -m 644  qd/qd_config.h '/build/qd/pkg/qd/usr/include/qd'
make[3]: Leaving directory '/build/qd/src/qd-2.3.24/include'
make[2]: Leaving directory '/build/qd/src/qd-2.3.24/include'
Making install in tests
make[2]: Entering directory '/build/qd/src/qd-2.3.24/tests'
make[3]: Entering directory '/build/qd/src/qd-2.3.24/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/qd/src/qd-2.3.24/tests'
make[2]: Leaving directory '/build/qd/src/qd-2.3.24/tests'
Making install in fortran
make[2]: Entering directory '/build/qd/src/qd-2.3.24/fortran'
make[3]: Entering directory '/build/qd/src/qd-2.3.24/fortran'
 /usr/bin/mkdir -p '/build/qd/pkg/qd/usr/include/qd'
 /usr/bin/mkdir -p '/build/qd/pkg/qd/usr/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libqdmod.la libqd_f_main.la '/build/qd/pkg/qd/usr/lib'
 /usr/bin/install -c -m 644 qdmodule.mod qdext.mod ddmodule.mod ddext.mod '/build/qd/pkg/qd/usr/include/qd'
libtool: warning: relinking 'libqdmod.la'
libtool: install: (cd /build/qd/src/qd-2.3.24/fortran; /bin/sh "/build/qd/src/qd-2.3.24/libtool"  --tag CXX --mode=relink g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libqdmod.la -rpath /usr/lib ddext.lo ddmod.lo qdext.lo qdmod.lo f_dd.lo f_qd.lo ../src/libqd.la -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../.. -lgfortran -lm -lm -inst-prefix-dir /build/qd/pkg/qd)
libtool: relink: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/crtbeginS.o  .libs/ddext.o .libs/ddmod.o .libs/qdext.o .libs/qdmod.o .libs/f_dd.o .libs/f_qd.o   -L/build/qd/pkg/qd/usr/lib -L/usr/lib -lqd -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../.. -lgfortran -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib/crtn.o  -march=armv8-a -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libqdmod.so.0 -o .libs/libqdmod.so.0.0.0
libtool: install: /usr/bin/install -c .libs/libqdmod.so.0.0.0T /build/qd/pkg/qd/usr/lib/libqdmod.so.0.0.0
libtool: install: (cd /build/qd/pkg/qd/usr/lib && { ln -s -f libqdmod.so.0.0.0 libqdmod.so.0 || { rm -f libqdmod.so.0 && ln -s libqdmod.so.0.0.0 libqdmod.so.0; }; })
libtool: install: (cd /build/qd/pkg/qd/usr/lib && { ln -s -f libqdmod.so.0.0.0 libqdmod.so || { rm -f libqdmod.so && ln -s libqdmod.so.0.0.0 libqdmod.so; }; })
libtool: install: /usr/bin/install -c .libs/libqdmod.lai /build/qd/pkg/qd/usr/lib/libqdmod.la
libtool: warning: relinking 'libqd_f_main.la'
libtool: install: (cd /build/qd/src/qd-2.3.24/fortran; /bin/sh "/build/qd/src/qd-2.3.24/libtool"  --tag CXX --mode=relink g++ -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libqd_f_main.la -rpath /usr/lib main.lo ../src/libqd.la libqdmod.la -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../.. -lgfortran -lm -lm -inst-prefix-dir /build/qd/pkg/qd)
libtool: relink: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/crtbeginS.o  .libs/main.o   -L/build/qd/src/qd-2.3.24/src/.libs -L/build/qd/pkg/qd/usr/lib -L/usr/lib -lqdmod -lqd -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../.. -lgfortran -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/../../../../lib/crtn.o  -march=armv8-a -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libqd_f_main.so.0 -o .libs/libqd_f_main.so.0.0.0
libtool: install: /usr/bin/install -c .libs/libqd_f_main.so.0.0.0T /build/qd/pkg/qd/usr/lib/libqd_f_main.so.0.0.0
libtool: install: (cd /build/qd/pkg/qd/usr/lib && { ln -s -f libqd_f_main.so.0.0.0 libqd_f_main.so.0 || { rm -f libqd_f_main.so.0 && ln -s libqd_f_main.so.0.0.0 libqd_f_main.so.0; }; })
libtool: install: (cd /build/qd/pkg/qd/usr/lib && { ln -s -f libqd_f_main.so.0.0.0 libqd_f_main.so || { rm -f libqd_f_main.so && ln -s libqd_f_main.so.0.0.0 libqd_f_main.so; }; })
libtool: install: /usr/bin/install -c .libs/libqd_f_main.lai /build/qd/pkg/qd/usr/lib/libqd_f_main.la
libtool: install: /usr/bin/install -c .libs/libqdmod.a /build/qd/pkg/qd/usr/lib/libqdmod.a
libtool: install: chmod 644 /build/qd/pkg/qd/usr/lib/libqdmod.a
libtool: install: ranlib /build/qd/pkg/qd/usr/lib/libqdmod.a
libtool: install: /usr/bin/install -c .libs/libqd_f_main.a /build/qd/pkg/qd/usr/lib/libqd_f_main.a
libtool: install: chmod 644 /build/qd/pkg/qd/usr/lib/libqd_f_main.a
libtool: install: ranlib /build/qd/pkg/qd/usr/lib/libqd_f_main.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
make[3]: Leaving directory '/build/qd/src/qd-2.3.24/fortran'
make[2]: Leaving directory '/build/qd/src/qd-2.3.24/fortran'
make[2]: Entering directory '/build/qd/src/qd-2.3.24'
make[3]: Entering directory '/build/qd/src/qd-2.3.24'
 /usr/bin/mkdir -p '/build/qd/pkg/qd/usr/bin'
 /usr/bin/mkdir -p '/build/qd/pkg/qd/usr/share/doc/qd'
 /usr/bin/mkdir -p '/build/qd/pkg/qd/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 README docs/qd.pdf '/build/qd/pkg/qd/usr/share/doc/qd'
 /usr/bin/install -c qd-config '/build/qd/pkg/qd/usr/bin'
 /usr/bin/install -c -m 644 qd.pc '/build/qd/pkg/qd/usr/lib/pkgconfig'
make[3]: Leaving directory '/build/qd/src/qd-2.3.24'
make[2]: Leaving directory '/build/qd/src/qd-2.3.24'
make[1]: Leaving directory '/build/qd/src/qd-2.3.24'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/bin/qd-config
==> Creating package "qd"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: qd 2.3.24-1 (Fri 03 Nov 2023 11:54:38 AM MDT)
==> Cleaning up...