==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: zip 3.0-11 (Fri Oct  6 14:44:28 2023)
==> Retrieving sources...
  -> Found zip30.tar.gz
  -> Found zip-3.0-currdir.patch
  -> Found zip-3.0-exec-shield.patch
  -> Found zip-3.0-format-security.patch
  -> Found zipnote.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    zip30.tar.gz ... Passed
    zip-3.0-currdir.patch ... Passed
    zip-3.0-exec-shield.patch ... Passed
    zip-3.0-format-security.patch ... Passed
    zipnote.patch ... Passed
==> Making package: zip 3.0-11 (Fri Oct  6 14:44:48 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found zip30.tar.gz
  -> Found zip-3.0-currdir.patch
  -> Found zip-3.0-exec-shield.patch
  -> Found zip-3.0-format-security.patch
  -> Found zipnote.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting zip30.tar.gz with bsdtar
==> Starting prepare()...
patching file util.c
patching file crc_i386.S
patching file match.S
patching file zip.c
patching file zipnote.c
==> Starting build()...
make -f unix/Makefile generic CC=gcc CPP="gcc -E"
make[1]: Entering directory '/build/zip/src/zip30'
sh unix/configure "gcc" "-I. -DUNIX   -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection" ""
Check C compiler type (optimization options)
  GNU C (-O3)
Check bzip2 support
  Check for bzip2 in bzip2 directory
  Check if OS already has bzip2 library installed
-- OS supports bzip2 - linking in bzip2
Check for the C preprocessor
Check if we can use asm code
Check for ANSI options
Check for prototypes
Check the handling of const
Check for time_t
Check for size_t
Check for off_t
Check size of UIDs and GIDs
(Now zip stores variable size UIDs/GIDs using a new extra field.  This
 tests if this OS uses 16-bit UIDs/GIDs and so if the old 16-bit storage
 should also be used for backward compatibility.)
  s.st_uid is 4 bytes
  s.st_gid is 4 bytes
-- UID not 2 bytes - disabling old 16-bit UID/GID support
Check for Large File Support
  off_t is 8 bytes
-- yes we have Large File Support!
Check for wide char support
-- have wchar_t - enabling Unicode support
Check for gcc no-builtin flag
Check for rmdir
Check for strchr
Check for strrchr
Check for rename
Check for mktemp
Check for mktime
Check for mkstemp
Check for memset
Check for memmove
Check for strerror
Check for errno declaration
Check for directory libraries
Check for readlink
Check for directory include file
Check for nonexistent include files
Check for term I/O include file
Check for valloc
Check for /usr/local/bin and /usr/local/man
Check for OS-specific flags
Check for symbolic links
eval make -f unix/Makefile zips `cat flags`
make[2]: Entering directory '/build/zip/src/zip30'
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zip.c
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipfile.c
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c
zipup.c: In function 'file_read':
zipup.c:1264:10: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c
fileio.c: In function 'ask_for_split_read_path':
fileio.c:2120:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
fileio.c:2143:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
fileio.c: In function 'ask_for_split_write_path':
fileio.c:2324:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
In function 'utf8_from_ucs4_char',
    inlined from 'ucs4_string_to_utf8' at fileio.c:3008:15:
fileio.c:2957:16: warning: writing 8 bytes into a region of size 5 [-Wstringop-overflow=]
fileio.c: In function 'ucs4_string_to_utf8':
fileio.c:3001:8: note: at offset [1, 6] into destination object 'mb' of size 6
In function 'utf8_from_ucs4_char',
    inlined from 'ucs4_string_to_utf8' at fileio.c:3008:15:
fileio.c:2957:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
fileio.c: In function 'ucs4_string_to_utf8':
fileio.c:3001:8: note: at offset [22, 2147483639] into destination object 'mb' of size 6
fileio.c:3001:8: note: at offset 6 into destination object 'mb' of size 6
fileio.c:3001:8: note: at offset [22, 2147483639] into destination object 'mb' of size 6
fileio.c:3001:8: note: at offset 6 into destination object 'mb' of size 6
In function 'utf8_from_ucs4_char',
    inlined from 'ucs4_string_to_utf8' at fileio.c:3008:15:
fileio.c:2957:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
fileio.c: In function 'ucs4_string_to_utf8':
fileio.c:3001:8: note: at offset [23, 2147483640] into destination object 'mb' of size 6
fileio.c:3001:8: note: at offset [7, 8] into destination object 'mb' of size 6
fileio.c:3001:8: note: at offset [23, 2147483640] into destination object 'mb' of size 6
fileio.c:3001:8: note: at offset [7, 8] into destination object 'mb' of size 6
In function 'get_longopt',
    inlined from 'get_option' at fileio.c:4838:23:
fileio.c:4236:31: warning: '%s' directive writing up to 2147483643 bytes into a region of size 6036 [-Wformat-overflow=]
In file included from /usr/include/stdio.h:894,
                 from tailor.h:219,
                 from zip.h:88,
                 from fileio.c:16:
In function 'sprintf',
    inlined from 'get_longopt' at fileio.c:4236:9,
    inlined from 'get_option' at fileio.c:4838:23:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 25 and 2147483668 bytes into a destination of size 6049
   38 | #endif
      |          ^
   39 | 
      |           
   40 | __fortify_function int
      | ~~~~~~~~~~~~~~~~~~~~~~         
In function 'get_longopt',
    inlined from 'get_option' at fileio.c:4838:23:
fileio.c:4236:31: warning: '%s' directive writing up to 2147483643 bytes into a region of size 6036 [-Wformat-overflow=]
In function 'sprintf',
    inlined from 'get_longopt' at fileio.c:4236:9,
    inlined from 'get_option' at fileio.c:4838:23:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 25 and 2147483668 bytes into a destination of size 6049
   38 | #endif
      |          ^
   39 | 
      |           
   40 | __fortify_function int
      | ~~~~~~~~~~~~~~~~~~~~~~         
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H util.c
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H globals.c
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crypt.c
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H ttyio.c
ttyio.c: In function 'getp':
ttyio.c:628:13: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H unix/unix.c
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crc32.c
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zbz2err.c
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H deflate.c
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H trees.c
gcc -o zip -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o zbz2err.o deflate.o trees.o  -lbz2
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipcloak.c
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o zipfile_.o zipfile.c
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o fileio_.o fileio.c
fileio.c: In function 'ask_for_split_read_path':
fileio.c:2120:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
fileio.c:2143:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
fileio.c: In function 'ask_for_split_write_path':
fileio.c:2324:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
In function 'utf8_from_ucs4_char',
    inlined from 'ucs4_string_to_utf8' at fileio.c:3008:15:
fileio.c:2957:16: warning: writing 8 bytes into a region of size 5 [-Wstringop-overflow=]
fileio.c: In function 'ucs4_string_to_utf8':
fileio.c:3001:8: note: at offset [1, 6] into destination object 'mb' of size 6
In function 'utf8_from_ucs4_char',
    inlined from 'ucs4_string_to_utf8' at fileio.c:3008:15:
fileio.c:2957:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
fileio.c: In function 'ucs4_string_to_utf8':
fileio.c:3001:8: note: at offset [22, 2147483639] into destination object 'mb' of size 6
fileio.c:3001:8: note: at offset 6 into destination object 'mb' of size 6
fileio.c:3001:8: note: at offset [22, 2147483639] into destination object 'mb' of size 6
fileio.c:3001:8: note: at offset 6 into destination object 'mb' of size 6
In function 'utf8_from_ucs4_char',
    inlined from 'ucs4_string_to_utf8' at fileio.c:3008:15:
fileio.c:2957:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
fileio.c: In function 'ucs4_string_to_utf8':
fileio.c:3001:8: note: at offset [23, 2147483640] into destination object 'mb' of size 6
fileio.c:3001:8: note: at offset [7, 8] into destination object 'mb' of size 6
fileio.c:3001:8: note: at offset [23, 2147483640] into destination object 'mb' of size 6
fileio.c:3001:8: note: at offset [7, 8] into destination object 'mb' of size 6
In function 'get_longopt',
    inlined from 'get_option' at fileio.c:4838:23:
fileio.c:4236:31: warning: '%s' directive writing up to 2147483643 bytes into a region of size 6036 [-Wformat-overflow=]
In file included from /usr/include/stdio.h:894,
                 from tailor.h:219,
                 from zip.h:88,
                 from fileio.c:16:
In function 'sprintf',
    inlined from 'get_longopt' at fileio.c:4236:9,
    inlined from 'get_option' at fileio.c:4838:23:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 25 and 2147483668 bytes into a destination of size 6049
   38 | #endif
      |          ^
   39 | 
      |           
   40 | __fortify_function int
      | ~~~~~~~~~~~~~~~~~~~~~~         
In function 'get_longopt',
    inlined from 'get_option' at fileio.c:4838:23:
fileio.c:4236:31: warning: '%s' directive writing up to 2147483643 bytes into a region of size 6036 [-Wformat-overflow=]
In function 'sprintf',
    inlined from 'get_longopt' at fileio.c:4236:9,
    inlined from 'get_option' at fileio.c:4838:23:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 25 and 2147483668 bytes into a destination of size 6049
   38 | #endif
      |          ^
   39 | 
      |           
   40 | __fortify_function int
      | ~~~~~~~~~~~~~~~~~~~~~~         
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o util_.o util.c
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o unix_.o unix/unix.c
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crc32_.o crc32.c
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crypt_.o crypt.c
gcc -o zipcloak -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now zipcloak.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o   crypt_.o ttyio.o -lbz2
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipnote.c
gcc -o zipnote -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now zipnote.o  zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o  -lbz2
gcc -c -I. -DUNIX -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -O3 -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipsplit.c
zipsplit.c: In function 'main':
zipsplit.c:884:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
zipsplit.c: In function 'retry':
zipsplit.c:496:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -o zipsplit -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now zipsplit.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o  -lbz2
make[2]: Leaving directory '/build/zip/src/zip30'
make[1]: Leaving directory '/build/zip/src/zip30'
==> Entering fakeroot environment...
==> Starting package()...
mkdir -p /build/zip/pkg/zip/usr/bin
cp zip zipcloak zipnote zipsplit /build/zip/pkg/zip/usr/bin
cd /build/zip/pkg/zip/usr/bin; chmod 755 zip zipcloak zipnote zipsplit
mkdir -p /build/zip/pkg/zip/usr/share/man/man1
cp man/zip.1 /build/zip/pkg/zip/usr/share/man/man1/zip.1
chmod 644 /build/zip/pkg/zip/usr/share/man/man1/zip.1
cp man/zipcloak.1 /build/zip/pkg/zip/usr/share/man/man1/zipcloak.1
chmod 644 /build/zip/pkg/zip/usr/share/man/man1/zipcloak.1
cp man/zipnote.1 /build/zip/pkg/zip/usr/share/man/man1/zipnote.1
chmod 644 /build/zip/pkg/zip/usr/share/man/man1/zipnote.1
cp man/zipsplit.1 /build/zip/pkg/zip/usr/share/man/man1/zipsplit.1
chmod 644 /build/zip/pkg/zip/usr/share/man/man1/zipsplit.1
==> 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 "zip"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: zip 3.0-11 (Fri Oct  6 14:45:10 2023)
==> Cleaning up...