New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18874 (closed defect: worksforme)

Opened 4 years ago

Last modified 2 years ago

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

variants.conf (641 bytes) - added by keinstein_junior@… 4 years ago.

Change History

Changed 4 years ago by keinstein_junior@…

comment:1 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

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.

comment:3 Changed 3 years ago by jmr@…

  • Owner changed from macports-tickets@… to devans@…

comment:4 Changed 2 years ago by jmr@…

  • Status changed from new to closed
  • Resolution set to worksforme
Note: See TracTickets for help on using tickets.