Opened 15 months ago

Closed 15 months ago

Last modified 15 months ago

#66916 closed defect (fixed)

port a2ps fails to install due to lack of makeinfo

Reported by: kwolcott Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version:
Keywords: ventura Cc: ryandesign (Ryan Carsten Schmidt)
Port: a2ps

Description

excerpt from log file: "/bin/sh: /usr/bin/makeinfo: No such file or directory"

Attachments (1)

a2ps_install_from_source_failed.log.bz2 (48.1 KB) - added by kwolcott 15 months ago.

Download all attachments as: .zip

Change History (5)

Changed 15 months ago by kwolcott

comment:1 Changed 15 months ago by jmroot (Joshua Root)

Keywords: ventura added

comment:2 Changed 15 months ago by jmroot (Joshua Root)

Normally we'd just add a bin:makeinfo:texinfo build dependency, but the Portfile does this:

# Not compatible with MacPorts texinfo.
configure.env-append \
				MAKEINFO=/usr/bin/makeinfo

comment:3 Changed 15 months ago by jmroot (Joshua Root)

Owner: set to jmroot
Resolution: fixed
Status: newclosed

In 540aadf32f66cddf8fa0b694eb812ced4af2487f/macports-ports (master):

a2ps: don't force use of /usr/bin/makeinfo

Closes: #66916

comment:4 Changed 15 months ago by jmroot (Joshua Root)

Cc: ryandesign added

I couldn't reproduce the problem in #47881 that prompted forcing the use of /usr/bin/makeinfo (texinfo has been updated since then), and a2ps appears to just install prebuilt docs if makeinfo is not available, so I simply removed those lines.

Note: See TracTickets for help on using tickets.