Skip to content

Instantly share code, notes, and snippets.

@lizmat
Created October 30, 2018 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lizmat/1af8dee8fc84a75b54e19e91e2a7d76d to your computer and use it in GitHub Desktop.
Save lizmat/1af8dee8fc84a75b54e19e91e2a7d76d to your computer and use it in GitHub Desktop.
Moose not installing on MacOS
Configuring E/ET/ETHER/Moose-2.2011.tar.gz with Makefile.PL
In file included from HASCOMPILERElf4/TESTbL5Q.c:3:
In file included from /usr/local/lib/perl5/5.20.0/darwin-2level/CORE/perl.h:5152:
/usr/local/lib/perl5/5.20.0/darwin-2level/CORE/inline.h:311:9: warning: nonnull
parameter 'pv' will evaluate to 'true' on first encounter
[-Wpointer-bool-conversion]
if (pv && len > 1) {
^~ ~~
/usr/local/lib/perl5/5.20.0/darwin-2level/CORE/proto.h:1791:4: note: declared
'nonnull' here
__attribute__nonnull__(pTHX_1)
^
/usr/local/lib/perl5/5.20.0/darwin-2level/CORE/perl.h:3056:60: note: expanded
from macro '__attribute__nonnull__'
# define __attribute__nonnull__(a) __attribute__((nonnull(a)))
^
1 warning generated.
ld: library not found for -lgcc_s.10.4
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Couldn't execute env MACOSX_DEPLOYMENT_TARGET=10.3 cc HASCOMPILERElf4/TESTbL5Q.o -o HASCOMPILERElf4/TESTbL5Q.bundle -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib -fstack-protector : Inappropriate ioctl for device at Makefile.PL line 12.
This distribution requires a working compiler at Makefile.PL line 12.
Warning: No success on command[/usr/local/bin/perl Makefile.PL]
ETHER/Moose-2.2011.tar.gz
/usr/local/bin/perl Makefile.PL -- NOT OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment