Date: Mon, 24 Sep 2001 18:50:08 +0930 From: "Thyer, Matthew" <Matthew.Thyer@dsto.defence.gov.au> To: freebsd-gnats-submit@freebsd.org, the_sawmill@worldnet.att.net Cc: sobomax@freebsd.org, ports@freebsd.org Subject: Re: ports/29224: WindowMaker-0.65.1 install fails at install of po/fi.po Message-ID: <3BAEFAC8.12358386@dsto.defence.gov.au>
next in thread | raw e-mail | index | archive | help
Workaround for the windowmaker port "make install" problem of: msgfmt-new -o fi.mo fi.po fi.po:1717: syntax error The workaround is to use the "msgfmt" from the "gettext-0.10.35" port i.e. "msgfmt" instead of "msgfmt-new". i.e.: Build the port until it fails as usual and then: % cd /usr/ports/x11-wm/windowmaker/work/WindowMaker-0.65.1/po % msgfmt -o fi.mo fi.po % msgfmt -o it.mo it.po % msgfmt -o sk.mo sk.po Then continue from directory "/usr/ports/x11-wm/windowmaker" with "make install". Have fun. P.S. I haven't looked at the problem further but thought this info may be useful. -- Matthew Thyer Phone: +61 8 8259 7249 Science Corporate Information Systems Fax: +61 8 8259 5537 Defence Science and Technology Organisation, Edinburgh PO Box 1500 Edinburgh South Australia 5111 IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BAEFAC8.12358386>