maintainer-feedback requested: [Bug 270573] converters/p5-Sereal converters/p5-Sereal-Decoder converters/p5-Sereal-Encoder: `make configure` requires user interaction unless 'BATCH=yes' is defined
Date: Fri, 31 Mar 2023 23:43:01 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-perl (Nobody) <perl@FreeBSD.org> for maintainer-feedback: Bug 270573: converters/p5-Sereal converters/p5-Sereal-Decoder converters/p5-Sereal-Encoder: `make configure` requires user interaction unless 'BATCH=yes' is defined https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270573 --- Description --- After these ports are updated to 5.003 `make configure` requires user interaction as following unless 'BATCH=yes' is defined. yasu@rolling-vm-freebsd2[1049]% pwd /usr/ports/converters/p5-Sereal yasu@rolling-vm-freebsd2[1050]% make configure ===> License ART10 GPLv1+ accepted by the user ===> p5-Sereal-5.003 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Sereal-5.003 for building ===> Extracting for p5-Sereal-5.003 => SHA256 Checksum OK for Sereal-5.003.tar.gz. ===> Patching for p5-Sereal-5.003 ===> p5-Sereal-5.003 depends on package: p5-Sereal-Decoder>=5.003 - not found ===> License ART10 GPLv1+ accepted by the user ===> p5-Sereal-Decoder-5.003 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Sereal-Decoder-5.003 for building ===> Extracting for p5-Sereal-Decoder-5.003 => SHA256 Checksum OK for Sereal-Decoder-5.003.tar.gz. ===> Patching for p5-Sereal-Decoder-5.003 ===> p5-Sereal-Decoder-5.003 depends on package: perl5>=5.36<5.37 - found ===> p5-Sereal-Decoder-5.003 depends on shared library: libzstd.so - found (/usr/local/lib/libzstd.so) ===> Configuring for p5-Sereal-Decoder-5.003 USE_UNALIGNED not set in env. Use unaligned loads and stores? yes/no [no] ^C*** Signal 2 *** Signal 2 yasu@rolling-vm-freebsd2[1051]% If I revert them to 5.001, then `make configure` finishes without user interaction.