Opened 5 years ago

Closed 4 years ago

#57853 closed defect (fixed)

p5-svn-mirror: failed configuration (missing dependencies?)

Reported by: mojca (Mojca Miklavec) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: dbevans (David B. Evans)
Port: p5-svn-mirror

Description

Executing:  cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_perl_p5-svn-mirror/p5.28-svn-mirror/work/SVN-Mirror-0.75" && /opt/local/bin/perl5.28 Makefile.PL INSTALLDIRS=vendor CC="/usr/bin/clang" LD="/usr/bin/clang" 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_perl_p5-svn-mirror/p5.28-svn-mirror/work/SVN-Mirror-0.75" && /opt/local/bin/perl5.28 Makefile.PL INSTALLDIRS=vendor CC="/usr/bin/clang" LD="/usr/bin/clang" 
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
[Core Features]
- SVN::Core         ...loaded. (1.11.0 >= 1.2.0)
- URI::Escape       ...loaded. (3.31)
- URI::file         ...loaded. (4.21)
- Term::ReadKey     ...loaded. (2.37)
- SVN::Simple::Edit ...loaded. (0.28)
- Date::Format      ...loaded. (2.24)
- File::chdir       ...loaded. (0.1010)
- Class::Accessor   ...loaded. (0.51)
[VCP support]
- VCP               ...missing. (would need 0.9)
- Data::UUID        ...missing.
==> Auto-install the 2 optional module(s) from CPAN? [y/N] n
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
SVN::Core 1.2.0 must be manually installed at Makefile.PL line 37.
Generating a Unix-style Makefile
Writing Makefile for SVN::Mirror
Writing MYMETA.yml and MYMETA.json
Command failed:  cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_perl_p5-svn-mirror/p5.28-svn-mirror/work/SVN-Mirror-0.75" && /opt/local/bin/perl5.28 Makefile.PL INSTALLDIRS=vendor CC="/usr/bin/clang" LD="/usr/bin/clang" 
Exit code: 25
Error: Failed to configure p5.28-svn-mirror: configure failure: command execution failed

See the log from the buildbot.

Change History (1)

comment:1 Changed 4 years ago by dbevans (David B. Evans)

Owner: set to dbevans
Resolution: fixed
Status: newclosed

In 6ac2fa3486f06740369415b05283ebb009d188eb/macports-ports (master):

p5-svn-mirror: build fixes

Patch Makefile.PL to:

  • avoid using PERL_USE_UNSAFE_INC=1
  • fix SVN::Core version comparison to work with subversion-perlbindings 1.10+
  • rebuild with latest subversion-perlbindings

Fixes #57853.

Note: See TracTickets for help on using tickets.