[MacPorts] #60487: poedit: autoconf: command not found

MacPorts noreply at macports.org
Thu May 14 12:12:03 UTC 2020


#60487: poedit: autoconf: command not found
-------------------------+----------------------
  Reporter:  ryandesign  |      Owner:  l2dy
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.6.2
Resolution:              |   Keywords:
      Port:  poedit      |
-------------------------+----------------------

Comment (by l2dy):

 Is "touch the configure files after the aclocal.m4 files" all we need?
 These are the files touched before the gettext build, I can submit a PR
 upstream if swapping the two lines would fix the issue.

 https://github.com/vslavik/poedit/blob/4488ad44bb687ce615a1799c07bb3e094e46e289/deps/generate_build_ninja.py#L147-L158

 {{{
                                  build_commands=[
                                      # Prevent automake regeneration:
                                      'touch `find . -name configure`',
                                      'touch `find . -name aclocal.m4`',
                                      'touch `find . -name config.h.in`',
                                      'touch `find . -name Makefile.in`',
                                      'touch `find . -name *.1`',
                                      'touch `find . -name *.3`',
                                      'find . -name *.html -exec touch {}
 \\;',
                                      # Prevent running moopp tool that
 requires GNU sed and refused to be configured to use gsed:
                                      'touch `find . -name
 *stream*.[ch]*`',
                                      # Prevent running msgfmt:
                                      'touch `find . -name *.gmo`',
                                  ] + default_build_commands + [
 }}}

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


More information about the macports-tickets mailing list