Opened 4 hours ago

Last modified 2 hours ago

#71108 new defect

lv @4.51 cannot be installed on Sequoia

Reported by: kazu-yamamoto (Kazu Yamamoto) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.10.2
Keywords: Cc:
Port: lv

Description

"lv" cannot be installed because its "configure" cannot find GCC:

% sudo port install lv
...
--->  Configuring lv
Error: Failed to configure lv: consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_lv/lv/work/lv451/build/config.log
Error: Failed to configure lv: configure failure: command execution failed
% tail 30 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_lv/lv/main.log
tail: 30: No such file or directory
==> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_lv/lv/main.log <==
:info:configure configure: error: installation or configuration problem: C compiler cannot create executables.
:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_lv/lv/work/lv451/build" && ../src/configure --prefix=/opt/local 
:info:configure Exit code: 1
:error:configure Failed to configure lv: consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_lv/lv/work/lv451/build/config.log
:error:configure Failed to configure lv: configure failure: command execution failed
:debug:configure Error code: NONE
:debug:configure Backtrace: configure failure: command execution failed
:debug:configure     while executing
:debug:configure "$procedure $targetname"
:error:configure See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_lv/lv/main.log for details.
% cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_lv/lv/work/lv451/build" 
% sudo ../src/configure --prefix=/opt/local 
loading cache ./config.cache
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.

After "autoreconf -i", I was able to install "lv".

Change History (2)

comment:1 Changed 4 hours ago by kazu-yamamoto (Kazu Yamamoto)

Port: lv added
Version: 2.10.2

comment:2 Changed 2 hours ago by jmroot (Joshua Root)

Can you please attach the config.log?

Note: See TracTickets for help on using tickets.