buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] support/dependencies/dependencies.sh: require FileHandle perl package for ace
@ 2023-02-21 13:36 Fabrice Fontaine
  2023-03-11  8:52 ` Peter Korsgaard
  2023-03-17  8:30 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2023-02-21 13:36 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

ace needs FileHandle module:

Can't locate FileHandle.pm in @INC (you may need to install the FileHandle module) (@INC contains: /home/buildroot/autobuild/instance-0/output-1/host/lib/perl /usr/local/lib64/perl5/5.36 /usr/local/share/perl5/5.36 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /home/buildroot/autobuild/instance-0/output-1/build/ace-7.0.6/MPC/prj_install.pl line 17.
BEGIN failed--compilation aborted at /home/buildroot/autobuild/instance-0/output-1/build/ace-7.0.6/MPC/prj_install.pl line 17.

Fixes:
 - http://autobuild.buildroot.org/results/9dee7c09fd7b41d276df0285a0f3dcae1a71f041

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 support/dependencies/dependencies.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
index a692856d31..078559f086 100755
--- a/support/dependencies/dependencies.sh
+++ b/support/dependencies/dependencies.sh
@@ -298,7 +298,7 @@ if grep -q -E '^BR2_PACKAGE_(WEBKITGTK|WPEWEBKIT)=y' $BR2_CONFIG ; then
     required_perl_modules="${required_perl_modules} JSON::PP"
 fi
 
-if grep -q ^BR2_TARGET_SYSLINUX=y $BR2_CONFIG ; then
+if grep -q -E '^BR2_(PACKAGE_ACE|TARGET_SYSLINUX)=y' $BR2_CONFIG ; then
     required_perl_modules="$required_perl_modules FileHandle"
 fi
 
-- 
2.39.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] support/dependencies/dependencies.sh: require FileHandle perl package for ace
  2023-02-21 13:36 [Buildroot] [PATCH 1/1] support/dependencies/dependencies.sh: require FileHandle perl package for ace Fabrice Fontaine
@ 2023-03-11  8:52 ` Peter Korsgaard
  2023-03-17  8:30 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-03-11  8:52 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > ace needs FileHandle module:
 > Can't locate FileHandle.pm in @INC (you may need to install the
 > FileHandle module) (@INC contains:
 > /home/buildroot/autobuild/instance-0/output-1/host/lib/perl
 > /usr/local/lib64/perl5/5.36 /usr/local/share/perl5/5.36
 > /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl
 > /usr/lib64/perl5 /usr/share/perl5) at
 > /home/buildroot/autobuild/instance-0/output-1/build/ace-7.0.6/MPC/prj_install.pl
 > line 17.
 > BEGIN failed--compilation aborted at
 > /home/buildroot/autobuild/instance-0/output-1/build/ace-7.0.6/MPC/prj_install.pl
 > line 17.

 > Fixes:
 >  - http://autobuild.buildroot.org/results/9dee7c09fd7b41d276df0285a0f3dcae1a71f041

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] support/dependencies/dependencies.sh: require FileHandle perl package for ace
  2023-02-21 13:36 [Buildroot] [PATCH 1/1] support/dependencies/dependencies.sh: require FileHandle perl package for ace Fabrice Fontaine
  2023-03-11  8:52 ` Peter Korsgaard
@ 2023-03-17  8:30 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-03-17  8:30 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > ace needs FileHandle module:
 > Can't locate FileHandle.pm in @INC (you may need to install the
 > FileHandle module) (@INC contains:
 > /home/buildroot/autobuild/instance-0/output-1/host/lib/perl
 > /usr/local/lib64/perl5/5.36 /usr/local/share/perl5/5.36
 > /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl
 > /usr/lib64/perl5 /usr/share/perl5) at
 > /home/buildroot/autobuild/instance-0/output-1/build/ace-7.0.6/MPC/prj_install.pl
 > line 17.
 > BEGIN failed--compilation aborted at /home/buildroot/autobuild/instance-0/output-1/build/ace-7.0.6/MPC/prj_install.pl line 17.

 > Fixes:
 >  - http://autobuild.buildroot.org/results/9dee7c09fd7b41d276df0285a0f3dcae1a71f041

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2022.11.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-17  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 13:36 [Buildroot] [PATCH 1/1] support/dependencies/dependencies.sh: require FileHandle perl package for ace Fabrice Fontaine
2023-03-11  8:52 ` Peter Korsgaard
2023-03-17  8:30 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).