From nobody@FreeBSD.org  Wed Jul 25 08:21:49 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 9D5A637B6EA
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Jul 2001 08:20:36 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f6PFKaV12814;
	Wed, 25 Jul 2001 08:20:36 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200107251520.f6PFKaV12814@freefall.freebsd.org>
Date: Wed, 25 Jul 2001 08:20:36 -0700 (PDT)
From: Eric Rivas <the_sawmill@worldnet.att.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: WindowMaker-0.65.1 install fails at install of po/fi.po
X-Send-Pr-Version: www-1.0

>Number:         29224
>Category:       ports
>Synopsis:       WindowMaker-0.65.1 install fails at install of po/fi.po
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sobomax
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 25 08:30:33 PDT 2001
>Closed-Date:    Tue Sep 25 03:30:37 PDT 2001
>Last-Modified:  Tue Sep 25 03:31:12 PDT 2001
>Originator:     Eric Rivas
>Release:        FreeBSD 4.3 snapshot 20010721-STABLE
>Organization:
>Environment:
FreeBSD fluffy.my.domain 4.3-20010721-STABLE FreeBSD 4.3-20010721-STABLE #0:
Sat Jul 21 14:19:28 GMT 2001 root@usw3.freebsd.org:/usr/src/sys/compile/GENERIC  i386
>Description:
WindowMaker-0.65.1 install fails at the install of "fi.po".
"msgfmt-new" reports a syntax error (see below).

[portion of make install output]
Making install in po
msgfmt-new -o bg.mo bg.po
bg.po: warning: Charset "windows-1251" is not a portable encoding name.
                Message conversion to user's charset might not work.
msgfmt-new -o cs.mo cs.po
msgfmt-new -o da.mo da.po
msgfmt-new -o de.mo de.po
de.po: warning: Charset "" is not a portable encoding name.
                Message conversion to user's charset might not work.
msgfmt-new -o el.mo el.po
el.po: warning: Charset "el" is not a portable encoding name.
                Message conversion to user's charset might not work.
msgfmt-new -o es.mo es.po
msgfmt-new -o et.mo et.po
msgfmt-new -o fi.mo fi.po
fi.po:1717: syntax error
found 1 fatal error
*** Error code 1

Stop in /usr/ports/x11-wm/windowmaker/work/WindowMaker-0.65.1/po.
*** Error code 1

Stop in /usr/ports/x11-wm/windowmaker/work/WindowMaker-0.65.1/po.
*** Error code 1

Stop in /usr/ports/x11-wm/windowmaker/work/WindowMaker-0.65.1.
*** Error code 1

Stop in /usr/ports/x11-wm/windowmaker.
*** Error code 1

Stop in /usr/ports/x11-wm/windowmaker.
*** Error code 1

Stop in /usr/ports/x11-wm/windowmaker.
>How-To-Repeat:
# cd /usr/ports/x11-wm/windowmaker/
# make install
>Fix:
Fix the syntax error in po/fi.po.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->sobomax 
Responsible-Changed-By: joe 
Responsible-Changed-When: Sat Jul 28 02:04:28 PDT 2001 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29224 

From: Eric Rivas <the_sawmill@worldnet.att.net>
To: "Eddie Rohwedder" <eddier@home.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/29224: WindowMaker-0.65.1 install fails at install of po/fi.po
Date: Sun, 29 Jul 2001 16:08:31 -0400

 On Sun, 29 Jul 2001 11:18:27 -0700
 "Eddie Rohwedder" <eddier@home.com> wrote:
 
 > I just tried installing it but it chokes...
 > 
 >   Making install in po
 >   msgfnt-new -o bg.mo bg.po
 >   msgfnt-new:No such file or directory
 >   ** Error code 1
 
 That's funny.  In my install it calls msgfmt-new not msgfnt-new
 (Notice the n and the m).  And it uses msgfmt-new 7 times before it
 chokes.
 
 Anyways msgfmt-new is in gettext-0.10.38 and msgfmt is in
 gettext-0.10.35 and both got installed from dependency (this is on a
 fresh install of a 4.3 snap from 20010721).
 
 I wonder if something changed in the new verison that makes it choke.
 
 Well, thanks for the info.  I'm going to do some testing now.
 
 > 
 > Missing dependency?
 > 
 > This is on a fresh install of 4.3
 > 
 
 
 -- 
 Eric Rivas, KC2HMV

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
Date: Mon, 24 Sep 2001 18:50:08 +0930

 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.

From: Eric Rivas <the_sawmill@worldnet.att.net>
To: "Thyer, Matthew" <Matthew.Thyer@dsto.defence.gov.au>
Cc: freebsd-gnats-submit@FreeBSD.org, sobomax@FreeBSD.org,
	ports@FreeBSD.org
Subject: Re: ports/29224: WindowMaker-0.65.1 install fails at install of  po/fi.po
Date: Mon, 24 Sep 2001 19:28:38 -0400

 On Mon, 24 Sep 2001 18:50:08 +0930
 "Thyer, Matthew" <Matthew.Thyer@dsto.defence.gov.au> wrote:
 
 > 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".
 
 Thanks for the help, but it appears that gettext-devel has been fixed.
  Windowmaker installs correctly now (at least for me).
 
 I think this PR should be closed, unless anyone else is still having
 trouble after updating gettext-devel.
 
 
 > 
 [snip]
 > -- 
 >  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.
 
 
 -- 
 Eric Rivas, KC2HMV
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Tue Sep 25 03:30:37 PDT 2001 
State-Changed-Why:  
Originator reported that the problem has been fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=29224 
>Unformatted:
