[MacPorts] #47881: a2ps @4.14: destroot failure

MacPorts noreply at macports.org
Wed Dec 1 00:51:53 UTC 2021


#47881: a2ps @4.14: destroot failure
-------------------------+--------------------------------
  Reporter:  ryandesign  |      Owner:  macports-tickets@…
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.3.99
Resolution:              |   Keywords:
      Port:  a2ps        |
-------------------------+--------------------------------

Comment (by borwickatuw):

 OK, the issue can be reduced to

 {{{
 cd
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_print_a2ps/a2ps/work/a2ps-4.14/doc
 makeinfo -I . -o a2ps.info a2ps.texi
 }}}

 It turns out {{{/opt/local/bin/makeinfo}}} doesn't like {{{a2ps.texi}}},
 but {{{/usr/bin/makeinfo}}} is fine with it.

 I'm not sure of the best way to change the port, but this was the only
 blocking item. Everything else builds OK. The port can be "fixed" by a
 patch to replace {{{makeinfo = makeinfo}}} with {{{makeinfo =
 /usr/bin/makeinfo}}} in {{{doc/Makefile}}}.

-- 
Ticket URL: <https://trac.macports.org/ticket/47881#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list