Opened 11 days ago

Last modified 9 days ago

#71172 assigned defect

tclreadline @2.3.8_0 configure failure

Reported by: asabdefadil Owned by: DanielO (Daniel O'Connor)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: tclreadline

Description (last modified by jmroot (Joshua Root))

Hello, I am struggling to install tclreadline on my MAC (sequoia 15.0). I am using this command sudo port install tclreadline. I had some problem fixing the corresponding dependencies, but at then I fixed them. However, I still have issue with installing the tclreadline correctly. I have this error that I tried to fix it but I have fiailing:

--->  Computing dependencies for tclreadline
--->  Fetching archive for tclreadline
--->  Attempting to fetch tclreadline-2.3.8_0.darwin_24.arm64.tbz2 from https://packages.macports.org/tclreadline
--->  Attempting to fetch tclreadline-2.3.8_0.darwin_24.arm64.tbz2 from http://fco.it.packages.macports.org/tclreadline
--->  Attempting to fetch tclreadline-2.3.8_0.darwin_24.arm64.tbz2 from https://mse.uk.packages.macports.org/tclreadline
--->  Configuring tclreadline
Error: Failed to configure tclreadline: autoreconf failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_tclreadline/tclreadline/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port tclreadline failed

Attachments (1)

main.log (40.8 KB) - added by asabdefadil 11 days ago.
This is the corresponding main.log file.

Download all attachments as: .zip

Change History (4)

Changed 11 days ago by asabdefadil

Attachment: main.log added

This is the corresponding main.log file.

comment:1 Changed 10 days ago by jmroot (Joshua Root)

Description: modified (diff)
Owner: set to DanielO
Port: tclreadline added
Status: newassigned
Summary: problem to install tclreadlinetclreadline @2.3.8_0 configure failure
:info:configure sh: /opt/local/bin/autoconf: No such file or directory

Is this file actually missing? If so, why?

comment:2 Changed 10 days ago by asabdefadil

I do n ot know why is missing!

comment:3 Changed 9 days ago by ryandesign (Ryan Carsten Schmidt)

The log says:

:debug:main autoconf 2.72_0 exists in the ports tree
:debug:main autoconf 2.72_0  is the latest installed
:debug:main autoconf 2.72_0  is active

MacPorts believes the autoconf port is installed and active so the autoconf program should be present. If it is not, you should be able to get it back by running:

sudo port -f deactivate autoconf
sudo port activate autoconf
Note: See TracTickets for help on using tickets.