[MacPorts] #64486: bison-runtime build for ppc fails at destroot on 10.6.8 (Rosetta)

MacPorts noreply at macports.org
Fri Jan 21 16:10:58 UTC 2022


#64486: bison-runtime build for ppc fails at destroot on 10.6.8 (Rosetta)
---------------------------+----------------------
  Reporter:  barracuda156  |      Owner:  mascguy
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.7.1
Resolution:                |   Keywords:  powerpc
      Port:  bison         |
---------------------------+----------------------
Changes (by ryandesign):

 * owner:  (none) => mascguy
 * status:  new => assigned
 * port:  bison-runtime => bison


Comment:

 The only thing the bison-runtime port installs is compiled gettext message
 catalogs. On your system, it's finding the gettext utility programs (from
 the gettext ports) but it's failing to find the iconv or gettext libraries
 (from the libiconv and gettext-runtime ports):

 {{{
 :info:configure checking whether NLS is requested... yes
 :info:configure checking for msgfmt... /opt/powerpc/bin/msgfmt
 :info:configure checking for gmsgfmt... /opt/powerpc/bin/msgfmt
 :info:configure checking for xgettext... /opt/powerpc/bin/xgettext
 :info:configure checking for msgmerge... /opt/powerpc/bin/msgmerge
 :info:configure checking for CFPreferencesCopyAppValue... yes
 :info:configure checking for CFLocaleCopyCurrent... yes
 :info:configure checking for GNU gettext in libc... no
 :info:configure checking for iconv... (cached) no, consider installing GNU
 libiconv
 :info:configure checking for GNU gettext in libintl... no
 :info:configure checking whether to use NLS... no
 }}}

 You should already have the libiconv and gettext-runtime ports installed
 since they are dependencies of the gettext port that we've already
 established you do have installed.

 The port is missing a dependency on gettext, though since you already have
 it installed that won't be why this failed.

 Please attach the config.log so we can check why it failed.

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


More information about the macports-tickets mailing list