Bug 270573 - converters/p5-Sereal-Decoder, converters/p5-Sereal-Encoder: `make configure` requires user interaction unless 'BATCH=yes' is defined
Summary: converters/p5-Sereal-Decoder, converters/p5-Sereal-Encoder: `make configure` ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-31 23:43 UTC by Yasuhiro Kimura
Modified: 2023-04-09 13:45 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (perl)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2023-03-31 23:43:01 UTC
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.
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2023-03-31 23:48:21 UTC
Assign to sunpoet, who updated these ports to 5.003.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-04-09 13:45:33 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f8103390588660d3336d2b0726251dfbdda3ead3

commit f8103390588660d3336d2b0726251dfbdda3ead3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:35:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 13:37:35 +0000

    converters/p5-Sereal-{Decoder,Encoder}: Allow build without BATCH=yes

    PR:             270573
    Reported by:    yasu

 converters/p5-Sereal-Decoder/Makefile | 1 +
 converters/p5-Sereal-Encoder/Makefile | 1 +
 2 files changed, 2 insertions(+)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2023-04-09 13:45:56 UTC
Committed. Thanks!