Opened 9 years ago

Last modified 9 years ago

#50071 closed defect

Unable to install wget — at Version 1

Reported by: mikemadden42@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: perl5.22

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

I'm trying to install wget & I'm getting the following error. I've attached the log file.

 $ sudo port clean wget                                                             [18:45:39]
--->  Cleaning wget
 
 $ sudo port install wget                                                           [18:46:01]
--->  Computing dependencies for wget
--->  Fetching archive for wget
--->  Attempting to fetch wget-1.17.1_0+ssl.darwin_15.x86_64.tbz2 from http://packages.macports.org/wget
--->  Attempting to fetch wget-1.17.1_0+ssl.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/wget
--->  Attempting to fetch wget-1.17.1_0+ssl.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/wget
--->  Fetching distfiles for wget
--->  Verifying checksums for wget
--->  Extracting wget
--->  Applying patches to wget
--->  Configuring wget
--->  Building wget
Error: org.macports.build for port wget returned: command execution failed
Please see the log file for port wget for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_wget/wget/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port wget failed
FAIL

Change History (2)

Changed 9 years ago by mikemadden42@…

Attachment: main.log added

log from 'sudo port install wget '

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

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Port: wget added

The relevant error in the log seems to be:

:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_wget/wget/work/wget-1.17.1/build-aux/missing: /opt/local/bin/makeinfo: /opt/local/bin/perl5.22: bad interpreter: No such file or directory

This seems to be saying that /opt/local/bin/perl5.22 does not exist. Does it? If not, install the perl5.22 port.

Note: See TracTickets for help on using tickets.