Opened 12 years ago
Closed 12 years ago
#46579 closed defect (fixed)
p5-perlio-via-symlink: broken installation
| Reported by: | mojca (Mojca Miklavec) | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | ||
| Port: | p5-perlio-via-symlink |
Description
---> Configuring p5.20-perlio-via-symlink
Use of my $_ is experimental at inc/Module/Install/AutoInstall.pm - /usr/local/lib/perl5/site_perl/5.8.5/Module/Install/AutoInstall.pm line 34.
Use of my $_ is experimental at inc/Module/Install/AutoInstall.pm - /usr/local/lib/perl5/site_perl/5.8.5/Module/Install/AutoInstall.pm line 34.
Unknown regexp modifier "/n" at inc/Module/Install/AutoInstall.pm - /usr/local/lib/perl5/site_perl/5.8.5/Module/Install/AutoInstall.pm line 23, at end of line
Regexp modifiers "/a" and "/d" are mutually exclusive at inc/Module/Install/AutoInstall.pm - /usr/local/lib/perl5/site_perl/5.8.5/Module/Install/AutoInstall.pm line 23, at end of line
syntax error at inc/Module/Install/AutoInstall.pm - /usr/local/lib/perl5/site_perl/5.8.5/Module/Install/AutoInstall.pm line 23, near "m/--(?:default|skip|testonly)/and-t "
syntax error at inc/Module/Install/AutoInstall.pm - /usr/local/lib/perl5/site_perl/5.8.5/Module/Install/AutoInstall.pm line 28, near "}eval"
syntax error at inc/Module/Install/AutoInstall.pm - /usr/local/lib/perl5/site_perl/5.8.5/Module/Install/AutoInstall.pm line 31, near "}}"
(Might be a runaway multi-line "" string starting on line 30)
Can't use global @_ in "my" at inc/Module/Install/AutoInstall.pm - /usr/local/lib/perl5/site_perl/5.8.5/Module/Install/AutoInstall.pm line 37, near "and @_ "
syntax error at inc/Module/Install/AutoInstall.pm - /usr/local/lib/perl5/site_perl/5.8.5/Module/Install/AutoInstall.pm line 52, near "}"
syntax error at inc/Module/Install/AutoInstall.pm - /usr/local/lib/perl5/site_perl/5.8.5/Module/Install/AutoInstall.pm line 58, near "}"
Compilation failed in require at inc/Module/Install.pm - /usr/local/lib/perl5/site_perl/5.8.5/Module/Install.pm line 267.
The 'auto_install' method does not exist in the 'inc' path!
Please remove the 'inc' directory and run Makefile.PL again to load it.
Command failed: cd "/opt/local/var/macports/build/_Users_mojca_app_macports_svn_perl_perl_p5-perlio-via-symlink/p5.20-perlio-via-symlink/work/PerlIO-via-symlink-0.05" && /opt/local/bin/perl5.20 Makefile.PL INSTALLDIRS=vendor CC="/usr/bin/clang" LD="/usr/bin/clang"
Exit code: 255
Error: org.macports.configure for port p5.20-perlio-via-symlink returned: configure failure: command execution failed
Warning: targets not executed for p5.20-perlio-via-symlink: org.macports.test org.macports.configure org.macports.build
Please see the log file for port p5.20-perlio-via-symlink for details:
/path/to/p5.20-perlio-via-symlink/main.log
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: Processing of port p5.20-perlio-via-symlink failed
Change History (1)
comment:1 Changed 12 years ago by dbevans (David B. Evans)
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Outdated inc::Module::Install included with module is incompatible with perl5.18+. See RT 86016.
Fixed in r131731.