Opened 13 years ago

Last modified 13 years ago

#28593 closed defect

coreutils is missing dependencies to p5-locale-gettext — at Version 1

Reported by: FredericVivien (Frédéric Vivien) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: autoconf

Description (last modified by ryandesign (Ryan Carsten Schmidt))

An upgrade of outdated ports on my computer lead to an attempts to install coreutils 8.10 which failed because of:

:info:configure sh: /opt/local/bin/autoreconf: /opt/local/bin/perl: bad interpreter: No such file or directory

Perl was installed:

port installed perl5.12 perl5
The following ports are currently installed:
  perl5 @5.8.9_0
  perl5 @5.12.3_0+perl5_12
  perl5.12 @5.12.3_0 (active)

But there was no link /opt/local/bin/perl Installing p5-locale-gettext solved the problem.

Change History (1)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

The dependencies are fine. coreutils depends on autoconf depends on perl5 which provides /opt/local/bin/perl when it is activated, but it was not on your system. The solution was to activate it.

The upgrade to perl 5.12 has not been accomplished in a way that necessarily leaves things in working order after upgrading. This is currently being discussed on the mailing lists.

Note: See TracTickets for help on using tickets.