#18874: gnome-doc-utils 0.14.2 Build error --------------------------------------+------------------------------------- Reporter: keinstein_junior@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Keywords: | Port: gnome-doc-utils --------------------------------------+------------------------------------- Changes (by ryandesign@…): * cc: shookie@…, ryandesign@… (added) Old description:
I got the same error message as in #17736 with current macports (v 1.700) on a clean install. There is a difference that it's now the variable GMSGFMT, which fails to be set, though gettext is installed.
Changing line 47 of the Portfile to
configure.env-append INTLTOOL_PERL=${prefix}/bin/perl MSGFMT=${prefix}/bin/msgfmt GMSGFMT=${prefix}/bin/gmsgfmt
solves the issue for me.
For further information I'll attach the variants file. Universal architecture is x86_64 only.
New description: I got the same error message as in #17736 with current macports (v 1.700) on a clean install. There is a difference that it's now the variable GMSGFMT, which fails to be set, though gettext is installed. Changing line 47 of the Portfile to {{{ configure.env-append INTLTOOL_PERL=${prefix}/bin/perl MSGFMT=${prefix}/bin/msgfmt GMSGFMT=${prefix}/bin/gmsgfmt }}} solves the issue for me. For further information I'll attach the variants file. Universal architecture is x86_64 only. -- Comment: Has duplicate #21620 which has a log of the build phase attached (but sadly not of the configure phase). Setting universal_archs to a single architecture is not supported as of MacPorts 1.8.0; to build for x86_64 on Leopard, you would now not use the universal variant and instead set build_arch to x86_64. Please confirm whether you still see the issue now with the current version of gnome-doc- utils and MacPorts. If so, please attach a complete debug log. -- Ticket URL: <http://trac.macports.org/ticket/18874#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS