==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: ddrescue 1.29.1-1 (Sat Mar 22 08:41:03 2025)
==> Retrieving sources...
  -> Found ddrescue-1.29.1.tar.lz
  -> Found ddrescue-1.29.1.tar.lz.sig
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    ddrescue-1.29.1.tar.lz ... Passed
    ddrescue-1.29.1.tar.lz.sig ... Skipped
==> Validating source files with b2sums...
    ddrescue-1.29.1.tar.lz ... Passed
    ddrescue-1.29.1.tar.lz.sig ... Skipped
==> Making package: ddrescue 1.29.1-1 (Sat Mar 22 08:41:23 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found ddrescue-1.29.1.tar.lz
  -> Found ddrescue-1.29.1.tar.lz.sig
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting ddrescue-1.29.1.tar.lz with bsdtar
==> Starting build()...

creating config.status
creating Makefile
VPATH = .
prefix = /usr
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin
datarootdir = $(prefix)/share
infodir = $(datarootdir)/info
mandir = $(datarootdir)/man
CXX = g++
CPPFLAGS = 
CXXFLAGS = -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS
LDFLAGS = -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
MAKEINFO = makeinfo
OK. Now you can run make.
g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o arg_parser.o arg_parser.cc
g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o rational.o rational.cc
g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -c -o non_posix.o non_posix.cc
g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o loggers.o loggers.cc
g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o block.o block.cc
g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o mapfile.o mapfile.cc
g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o mapbook.o mapbook.cc
g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o fillbook.o fillbook.cc
g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o genbook.o genbook.cc
g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o io.o io.cc
In file included from /usr/include/c++/14.2.1/vector:72,
                 from mapfile.h:22,
                 from block.cc:22:
/usr/include/c++/14.2.1/bits/vector.tcc: In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::_M_erase(iterator, iterator) [with _Tp = Block; _Alloc = std::allocator<Block>]':
/usr/include/c++/14.2.1/bits/vector.tcc:195:5: note: parameter passing for argument of type 'std::vector<Block>::iterator' changed in GCC 7.1
  195 |     vector<_Tp, _Alloc>::
      |     ^~~~~~~~~~~~~~~~~~~
/usr/include/c++/14.2.1/bits/vector.tcc:195:5: note: parameter passing for argument of type 'std::vector<Block>::iterator' changed in GCC 7.1
In file included from /usr/include/c++/14.2.1/vector:66:
In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(const_iterator, const_iterator) [with _Tp = Block; _Alloc = std::allocator<Block>]',
    inlined from 'void Domain::crop(const Block&)' at block.cc:113:23:
/usr/include/c++/14.2.1/bits/stl_vector.h:1568:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Block*, std::vector<Block> >' changed in GCC 7.1
 1568 |         return _M_erase(__beg + (__first - __cbeg), __beg + (__last - __cbeg));
      |                ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(const_iterator, const_iterator) [with _Tp = Block; _Alloc = std::allocator<Block>]',
    inlined from 'void Domain::crop(const Block&)' at block.cc:120:23:
/usr/include/c++/14.2.1/bits/stl_vector.h:1568:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Block*, std::vector<Block> >' changed in GCC 7.1
 1568 |         return _M_erase(__beg + (__first - __cbeg), __beg + (__last - __cbeg));
      |                ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o rescuebook.o rescuebook.cc
g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o command_mode.o command_mode.cc
g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -DPROGVERSION=\"1.29.1\" -c -o main.o main.cc
g++  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -DPROGVERSION=\"1.29.1\" -c -o ddrescuelog.o ddrescuelog.cc
In file included from /usr/include/c++/14.2.1/vector:72,
                 from mapfile.h:22,
                 from mapfile.cc:26:
/usr/include/c++/14.2.1/bits/vector.tcc: In function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::_M_erase(iterator, iterator) [with _Tp = Sblock; _Alloc = std::allocator<Sblock>]':
/usr/include/c++/14.2.1/bits/vector.tcc:195:5: note: parameter passing for argument of type 'std::vector<Sblock>::iterator' changed in GCC 7.1
  195 |     vector<_Tp, _Alloc>::
      |     ^~~~~~~~~~~~~~~~~~~
/usr/include/c++/14.2.1/bits/vector.tcc:195:5: note: parameter passing for argument of type 'std::vector<Sblock>::iterator' changed in GCC 7.1
/usr/include/c++/14.2.1/bits/vector.tcc: In function 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >; _Tp = Sblock; _Alloc = std::allocator<Sblock>]':
/usr/include/c++/14.2.1/bits/vector.tcc:954:7: note: parameter passing for argument of type 'std::vector<Sblock>::iterator' changed in GCC 7.1
  954 |       vector<_Tp, _Alloc>::
      |       ^~~~~~~~~~~~~~~~~~~
/usr/include/c++/14.2.1/bits/vector.tcc:954:7: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >' changed in GCC 7.1
/usr/include/c++/14.2.1/bits/vector.tcc:954:7: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >' changed in GCC 7.1
/usr/include/c++/14.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_insert_aux(iterator, _Arg&&) [with _Arg = Sblock; _Tp = Sblock; _Alloc = std::allocator<Sblock>]':
/usr/include/c++/14.2.1/bits/vector.tcc:420:7: note: parameter passing for argument of type 'std::vector<Sblock>::iterator' changed in GCC 7.1
  420 |       vector<_Tp, _Alloc>::
      |       ^~~~~~~~~~~~~~~~~~~
/usr/include/c++/14.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const Sblock&}; _Tp = Sblock; _Alloc = std::allocator<Sblock>]':
/usr/include/c++/14.2.1/bits/vector.tcc:452:7: note: parameter passing for argument of type 'std::vector<Sblock>::iterator' changed in GCC 7.1
  452 |       vector<_Tp, _Alloc>::
      |       ^~~~~~~~~~~~~~~~~~~
/usr/include/c++/14.2.1/bits/vector.tcc: In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, const value_type&) [with _Tp = Sblock; _Alloc = std::allocator<Sblock>]':
/usr/include/c++/14.2.1/bits/vector.tcc:133:5: note: parameter passing for argument of type 'std::vector<Sblock>::const_iterator' changed in GCC 7.1
  133 |     vector<_Tp, _Alloc>::
      |     ^~~~~~~~~~~~~~~~~~~
/usr/include/c++/14.2.1/bits/vector.tcc:162:28: note: parameter passing for argument of type 'const __gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >' changed in GCC 7.1
  162 |               _M_insert_aux(__pos, std::move(__x_copy._M_val()));
      |               ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/14.2.1/bits/vector.tcc:170:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >' changed in GCC 7.1
  170 |         _M_realloc_insert(begin() + (__position - cbegin()), __x);
      |         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In member function 'void Mapfile::insert_sblock(long int, const Sblock&)',
    inlined from 'void Mapfile::shift_blocks(long long int, Sblock::Status)' at mapfile.cc:252:20:
mapfile.h:246:27: note: parameter passing for argument of type 'std::vector<Sblock>::const_iterator' changed in GCC 7.1
In file included from /usr/include/c++/14.2.1/vector:66:
In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(const_iterator, const_iterator) [with _Tp = Sblock; _Alloc = std::allocator<Sblock>]',
    inlined from 'void Mapfile::shift_blocks(long long int, Sblock::Status)' at mapfile.cc:257:30:
/usr/include/c++/14.2.1/bits/stl_vector.h:1568:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >' changed in GCC 7.1
 1568 |         return _M_erase(__beg + (__first - __cbeg), __beg + (__last - __cbeg));
      |                ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(const_iterator, const_iterator) [with _Tp = Sblock; _Alloc = std::allocator<Sblock>]',
    inlined from 'void Mapfile::shift_blocks(long long int, Sblock::Status)' at mapfile.cc:267:30:
/usr/include/c++/14.2.1/bits/stl_vector.h:1568:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >' changed in GCC 7.1
 1568 |         return _M_erase(__beg + (__first - __cbeg), __beg + (__last - __cbeg));
      |                ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In member function 'void Mapfile::insert_sblock(long int, const Sblock&)',
    inlined from 'int Mapfile::change_chunk_status(const Block&, Sblock::Status, const Domain&, Sblock::Status*)' at mapfile.cc:610:18:
mapfile.h:246:27: note: parameter passing for argument of type 'std::vector<Sblock>::const_iterator' changed in GCC 7.1
In member function 'void Mapfile::insert_sblock(long int, const Sblock&)',
    inlined from 'int Mapfile::change_chunk_status(const Block&, Sblock::Status, const Domain&, Sblock::Status*)' at mapfile.cc:620:20:
mapfile.h:246:27: note: parameter passing for argument of type 'std::vector<Sblock>::const_iterator' changed in GCC 7.1
In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(const_iterator, const_iterator) [with _Tp = Sblock; _Alloc = std::allocator<Sblock>]',
    inlined from 'int Mapfile::change_chunk_status(const Block&, Sblock::Status, const Domain&, Sblock::Status*)' at mapfile.cc:638:26:
/usr/include/c++/14.2.1/bits/stl_vector.h:1568:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >' changed in GCC 7.1
 1568 |         return _M_erase(__beg + (__first - __cbeg), __beg + (__last - __cbeg));
      |                ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::_M_insert_rval(const_iterator, value_type&&) [with _Tp = Sblock; _Alloc = std::allocator<Sblock>]',
    inlined from 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, value_type&&) [with _Tp = Sblock; _Alloc = std::allocator<Sblock>]' at /usr/include/c++/14.2.1/bits/stl_vector.h:1396:30,
    inlined from 'void Mapfile::extend_sblock_vector(long long int)' at mapfile.cc:209:25:
/usr/include/c++/14.2.1/bits/vector.tcc:377:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >' changed in GCC 7.1
  377 |           _M_insert_aux(begin() + __n, std::move(__v));
      |           ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >; <template-parameter-2-2> = void; _Tp = Sblock; _Alloc = std::allocator<Sblock>]',
    inlined from 'void Mapfile::split_by_mapfile_borders(const Mapfile&)' at mapfile.cc:469:26:
/usr/include/c++/14.2.1/bits/stl_vector.h:1488:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >' changed in GCC 7.1
 1488 |           _M_range_insert(begin() + __offset, __first, __last,
      |           ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1489 |                           std::__iterator_category(__first));
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/14.2.1/bits/stl_vector.h:1488:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >' changed in GCC 7.1
In member function 'void Mapfile::insert_sblock(long int, const Sblock&)',
    inlined from 'bool Mapfile::try_split_sblock_by(long long int, long int)' at mapfile.h:293:22,
    inlined from 'void Mapfile::split_by_domain_borders(const Domain&)' at mapfile.cc:431:55:
mapfile.h:246:27: note: parameter passing for argument of type 'std::vector<Sblock>::const_iterator' changed in GCC 7.1
In member function 'void Mapfile::insert_sblock(long int, const Sblock&)',
    inlined from 'bool Mapfile::try_split_sblock_by(long long int, long int)' at mapfile.h:293:22,
    inlined from 'void Mapfile::split_by_domain_borders(const Domain&)' at mapfile.cc:434:36:
mapfile.h:246:27: note: parameter passing for argument of type 'std::vector<Sblock>::const_iterator' changed in GCC 7.1
In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >; <template-parameter-2-2> = void; _Tp = Sblock; _Alloc = std::allocator<Sblock>]',
    inlined from 'void Mapfile::split_by_domain_borders(const Domain&)' at mapfile.cc:445:28:
/usr/include/c++/14.2.1/bits/stl_vector.h:1488:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >' changed in GCC 7.1
 1488 |           _M_range_insert(begin() + __offset, __first, __last,
      |           ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1489 |                           std::__iterator_category(__first));
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/14.2.1/bits/stl_vector.h:1488:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >' changed in GCC 7.1
In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(const_iterator, const_iterator) [with _Tp = Sblock; _Alloc = std::allocator<Sblock>]',
    inlined from 'bool Mapfile::truncate_vector(long long int, bool)' at mapfile.cc:300:26:
/usr/include/c++/14.2.1/bits/stl_vector.h:1568:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >' changed in GCC 7.1
 1568 |         return _M_erase(__beg + (__first - __cbeg), __beg + (__last - __cbeg));
      |                ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'bool {anonymous}::insert_sblock_sorted(std::vector<Sblock>&, const Sblock&)',
    inlined from 'bool Mapfile::read_mapfile(int, bool)' at mapfile.cc:350:37:
mapfile.cc:90:31: note: parameter passing for argument of type 'std::vector<Sblock>::const_iterator' changed in GCC 7.1
In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(const_iterator, const_iterator) [with _Tp = Sblock; _Alloc = std::allocator<Sblock>]',
    inlined from 'bool {anonymous}::insert_sblock_sorted(std::vector<Sblock>&, const Sblock&)' at mapfile.cc:104:38,
    inlined from 'bool Mapfile::read_mapfile(int, bool)' at mapfile.cc:350:37:
/usr/include/c++/14.2.1/bits/stl_vector.h:1568:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<Sblock*, std::vector<Sblock> >' changed in GCC 7.1
 1568 |         return _M_erase(__beg + (__first - __cbeg), __beg + (__last - __cbeg));
      |                ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o ddrescue arg_parser.o rational.o non_posix.o loggers.o block.o mapfile.o mapbook.o fillbook.o genbook.o io.o rescuebook.o command_mode.o main.o
g++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o ddrescuelog arg_parser.o block.o mapfile.o ddrescuelog.o
==> Entering fakeroot environment...
==> Starting package()...
make: Entering directory '/build/ddrescue/src/ddrescue-1.29.1'
if [ ! -d "/build/ddrescue/pkg/ddrescue/usr/bin" ] ; then install -d -m 755 "/build/ddrescue/pkg/ddrescue/usr/bin" ; fi
if [ ! -d "/build/ddrescue/pkg/ddrescue/usr/share/info" ] ; then install -d -m 755 "/build/ddrescue/pkg/ddrescue/usr/share/info" ; fi
if [ ! -d "/build/ddrescue/pkg/ddrescue/usr/share/man/man1" ] ; then install -d -m 755 "/build/ddrescue/pkg/ddrescue/usr/share/man/man1" ; fi
install -m 755 ./ddrescue "/build/ddrescue/pkg/ddrescue/usr/bin/ddrescue"
rm -f "/build/ddrescue/pkg/ddrescue/usr/share/info/ddrescue.info"*
rm -f "/build/ddrescue/pkg/ddrescue/usr/share/man/man1/ddrescue.1"*
install -m 644 ./doc/ddrescue.info "/build/ddrescue/pkg/ddrescue/usr/share/info/ddrescue.info"
rm -f "/build/ddrescue/pkg/ddrescue/usr/share/man/man1/ddrescuelog.1"*
install -m 755 ./ddrescuelog "/build/ddrescue/pkg/ddrescue/usr/bin/ddrescuelog"
install -m 644 ./doc/ddrescue.1 "/build/ddrescue/pkg/ddrescue/usr/share/man/man1/ddrescue.1"
if /bin/sh -c "install-info --version" > /dev/null 2>&1 ; then \
  install-info --info-dir="/build/ddrescue/pkg/ddrescue/usr/share/info" "/build/ddrescue/pkg/ddrescue/usr/share/info/ddrescue.info" ; \
fi
install -m 644 ./doc/ddrescuelog.1 "/build/ddrescue/pkg/ddrescue/usr/share/man/man1/ddrescuelog.1"
make: Nothing to be done for 'install-man'.
make: Leaving directory '/build/ddrescue/src/ddrescue-1.29.1'
install: creating directory '/build/ddrescue/pkg/ddrescue/usr/share/doc'
install: creating directory '/build/ddrescue/pkg/ddrescue/usr/share/doc/ddrescue'
'ddrescue-1.29.1/AUTHORS' -> '/build/ddrescue/pkg/ddrescue/usr/share/doc/ddrescue/AUTHORS'
'ddrescue-1.29.1/ChangeLog' -> '/build/ddrescue/pkg/ddrescue/usr/share/doc/ddrescue/ChangeLog'
'ddrescue-1.29.1/NEWS' -> '/build/ddrescue/pkg/ddrescue/usr/share/doc/ddrescue/NEWS'
'ddrescue-1.29.1/README' -> '/build/ddrescue/pkg/ddrescue/usr/share/doc/ddrescue/README'
==> 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...
==> Creating package "ddrescue"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ddrescue 1.29.1-1 (Sat Mar 22 08:41:32 2025)
==> Cleaning up...