Opened 12 years ago
Closed 7 years ago
#37541 closed defect (wontfix)
iperf @2.0.5 - configure failure: command execution failed
Reported by: | jimnieken@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | andrew@… | |
Port: | iperf |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
iperf fails to build? I guess?
Output from ports and from the log file
bash-3.2$ sudo port install iperf ---> Configuring iperf Error: org.macports.configure for port iperf returned: configure failure: command execution failed Please see the log file for port iperf for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_iperf/iperf/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port iperf failed bash-3.2$
bash-3.2$ tail /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_iperf/iperf/main.log :info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_iperf/iperf/work/iperf-2.0.5" && ./configure --prefix=/opt/local :info:configure Exit code: 1 :error:configure org.macports.configure for port iperf returned: configure failure: command execution failed :debug:configure Error code: NONE :debug:configure Backtrace: configure failure: command execution failed while executing "$procedure $targetname" :info:configure Warning: targets not executed for iperf: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install :notice:configure Please see the log file for port iperf for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_iperf/iperf/main.log
Attachments (2)
Change History (11)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | iperf removed |
Owner: | changed from macports-tickets@… to pmq@… |
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
iperf builds fine for me. Please clean and try again. If it fails again, please attach the main.log file; without it we cannot begin to help you.
Changed 11 years ago by andrew@…
Attachment: | config.log added |
---|
Changed 11 years ago by andrew@…
comment:3 Changed 11 years ago by andrew@…
I might be seeing the same error. Please see attached main and config log files.
andreweller@Andrews-iMac:~/ $ sudo port clean iperf ---> Cleaning iperf andreweller@Andrews-iMac:~/ $ sudo port install iperf ---> Fetching archive for iperf ---> Attempting to fetch iperf-2.0.5_0.darwin_13.x86_64.tbz2 from http://packages.macports.org/iperf ---> Attempting to fetch iperf-2.0.5_0.darwin_13.x86_64.tbz2 from http://lil.fr.packages.macports.org/iperf ---> Attempting to fetch iperf-2.0.5_0.darwin_13.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/iperf ---> Fetching distfiles for iperf ---> Verifying checksums for iperf ---> Extracting iperf ---> Configuring iperf Error: Failed to configure iperf, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_iperf/iperf/work/iperf-2.0.5/config.log Error: org.macports.configure for port iperf returned: configure failure: command execution failed Please see the log file for port iperf for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_iperf/iperf/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port iperf failed
comment:5 Changed 11 years ago by msmith@…
Seeing the same thing actually.
6198:msmith@titan.transparentpixel.com $ sudo port install iperf ---> Configuring iperf Error: Failed to configure iperf, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_iperf/iperf/work/iperf-2.0.5/config.log Error: org.macports.configure for port iperf returned: configure failure: command execution failed Please see the log file for port iperf for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_iperf/iperf/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port iperf failed 6199:msmith@titan.transparentpixel.com $ sudo port clean iperf ---> Cleaning iperf 6200:msmith@titan.transparentpixel.com $ sudo port install iperf ---> Fetching archive for iperf ---> Attempting to fetch iperf-2.0.5_0.darwin_11.x86_64.tbz2 from http://packages.macports.org/iperf ---> Attempting to fetch iperf-2.0.5_0.darwin_11.x86_64.tbz2 from http://lil.fr.packages.macports.org/iperf ---> Attempting to fetch iperf-2.0.5_0.darwin_11.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/iperf ---> Fetching distfiles for iperf ---> Verifying checksums for iperf ---> Extracting iperf ---> Configuring iperf Error: Failed to configure iperf, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_iperf/iperf/work/iperf-2.0.5/config.log Error: org.macports.configure for port iperf returned: configure failure: command execution failed Please see the log file for port iperf for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_iperf/iperf/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port iperf failed
Macports base version 2.2.1 on 10.7.5
But I noticed this in the config log.
ccache: FATAL: Failed to create /opt/local/var/macports/build/.ccache/0/1: Permission denied
So this issue seems to be related to ccache in my instance. I'll keep digging.
comment:8 Changed 10 years ago by mf2k (Frank Schima)
Owner: | changed from pmq@… to macports-tickets@… |
---|
This port is no longer maintained.
comment:9 Changed 7 years ago by mf2k (Frank Schima)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This port was replaced by iperf3 in changeset:bc549c081c7763f4510d95daa7b4b7211a5a1445/macports-ports
Please attach the entire main.log file. The portion of output you supplied only tells us that it failed, not why it failed.