Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17736 closed defect (worksforme)

gnome-doc-utils 0.14.0 -- build failure

Reported by: ian.grant@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: gnome-doc-utils

Description

Some problem with the Makefil.in or the Makefile.in.in (!)

The latter has a line

MSGFMT = @MSGFMT@

and the Makefile.in has a line

MSGFMT =

and the Makefile has

.po.mo:

$(MSGFMT) -o $@ $<

So it doesn't work. I guess the problem is with whatever processes Makefile.in.in

--->  Building gnome-doc-utils
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gn
ome_gnome-doc-utils/work/gnome-doc-utils-0.14.0" && make all " returned error 2
Command output: Making all in data
Making all in icons
Making all in hicolor
Making all in 48x48
make[4]: Nothing to be done for `all'.
Making all in scalable
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
make[3]: Nothing to be done for `all-am'.
Making all in templates
make[2]: Nothing to be done for `all'.
Making all in watermarks
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
Making all in po
file=`echo ar | sed 's,.*/,,'`.gmo \
          && rm -f $file &&  -o $file ar.po
/bin/sh: -o: command not found
make[1]: *** [ar.gmo] Error 127
make: *** [all-recursive] Error 1

Change History (3)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Port: gnome-doc-utils added

comment:2 Changed 15 years ago by dbevans (David B. Evans)

Resolution: worksforme
Status: newclosed

gnome-doc-utils upgraded to version 0.14.1 in r44154 and builds without incident on 10.4.11 ppc.

be sure and update your ports (and MacPorts if you haven't already) using

sudo port selfupdate
sudo port clean --all gnome-doc-utils

before attempting to install again

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.