David Wolfskill <[email protected]> writes:
> make[6]: /usr/src/share/mk/bsd.files.mk:119: warning: duplicate script
> for target "_testsFILESINS_test_read_format_7zip_lzma2_powerpc.7z.uu"
> ignored
> make[6]: /usr/src/share/mk/bsd.files.mk:119: warning: using previous
> script for "_testsFILESINS_test_read_format_7zip_lzma2_powerpc.7z.uu"
> defined here
The bug was introduced yesterday with the libarchive upgrade
(2e113ef82465), in lib/libarchive/tests/Makefile:
@@ -476,16 +490,24 @@ ${PACKAGE}FILES+= test_read_format_7zip_lzma1_lzma2.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_lzma2.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_lzma2_arm.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_lzma2_arm64.7z.uu
+${PACKAGE}FILES+= test_read_format_7zip_lzma2_powerpc.7z.uu
+${PACKAGE}FILES+= test_read_format_7zip_lzma2_riscv.7z.uu
+${PACKAGE}FILES+= test_read_format_7zip_lzma2_sparc.7z.uu
+${PACKAGE}FILES+= test_read_format_7zip_lzma2_powerpc.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_malformed.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_malformed2.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_packinfo_digests.7z.uu
The first and fourth added lines in this hunk are identical. I believe
the fourth can safely be removed.
DES
--
Dag-Erling Smørgrav - [email protected]