Ticket #18874 (closed defect: worksforme)
gnome-doc-utils 0.14.2 Build error
| Reported by: | keinstein_junior@… | Owned by: | devans@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.0 |
| Keywords: | Cc: | shookie@…, ryandesign@… | |
| Port: | gnome-doc-utils |
Description (last modified by ryandesign@…) (diff)
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.
Attachments
Change History
comment:2 Changed 3 years ago by ryandesign@…
- Cc shookie@…, ryandesign@… added
- Description modified (diff)
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.

