Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mac 下系统检查无法通过 #811

Closed
afuka opened this issue Jul 23, 2019 · 7 comments
Closed

mac 下系统检查无法通过 #811

afuka opened this issue Jul 23, 2019 · 7 comments

Comments

@afuka
Copy link

afuka commented Jul 23, 2019

Operating system: x86_64-apple-darwinDarwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64
WARNING! If you wish to build 32-bit library, then you have to
invoke 'KERNEL_BITS=32 ./config '.
You have about 5 seconds to press Ctrl-C to abort.
"glob" is not exported by the File::Glob module
Can't continue after import errors at ./Configure line 18.
BEGIN failed--compilation aborted at ./Configure line 18.
"glob" is not exported by the File::Glob module
Can't continue after import errors at ./Configure line 18.
BEGIN failed--compilation aborted at ./Configure line 18.
This system (darwin64-x86_64-cc) is not supported. See file INSTALL for details.

@hbprotoss
Copy link

+1

@JasonHonor
Copy link

+1 Manjaro Linux, the same problem.

@TengTengCai
Copy link

+1 Manjaro Linux, have the same problem.

@tan-wei
Copy link

tan-wei commented Mar 19, 2020

This issue is due to the Perl package File::Glob, some simple changes will fix these errors. In files Configure and test/build.info, change

use if $^O ne "VMS", 'File::Glob' => qw/glob/;

into

use if $^O ne "VMS", 'File::Glob' => qw/:glob/;

works.

@Trisia
Copy link
Contributor

Trisia commented May 12, 2020

wow fixed

I think still need to modify test/run_tests.pl to pass make test

@zhangbo-miuNEST
Copy link

zhangbo-miuNEST commented Jun 18, 2020

not working for Ubuntu 20.04?

We have to change glob to bsd_glob.

https://perldoc.perl.org/File/Glob.html
https://code.launchpad.net/~invidian/shutter/perl-5.30/+merge/368569

The "sed" script works:
wazuh/wazuh#4054

@github-actions
Copy link

Marked as stale issue. Will be closed later if no activity for a while.

qweraqq added a commit to qweraqq/GmSSL that referenced this issue Aug 24, 2022
qweraqq added a commit to qweraqq/GmSSL that referenced this issue Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants