bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The sharutils domain


From: Karl Eichwalder
Subject: Re: The sharutils domain
Date: 29 Jun 2001 22:13:29 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.104

Ulrich Drepper <address@hidden> writes:

> Karl Eichwalder <address@hidden> writes:
> 
> > The 2nd tocip is about gettext problems within the sharutils package.
> > Is the sharutils package still actively maintained?  Who?
> 
> In theory it's me.  Only that nothing really has to change.

I beg to differ.

. The version on ftp://ftp.gnu.org/pub/gnu/sharutils contains oldish .po
  files (nl.po and pt.po have control escape problems; weak header
  entries).  Maybe, the archive on 'alpha' is newer even if the
  timestamps don't say so?

. By now more translations are available at UMontreal.

. It would be nice to have intl/ updated.

Here's Makoto Fujiwara's report (I guess it was already forwarded to
you):

From: address@hidden (Makoto Fujiwara)
Subject: gettext-0.10.35 and sharutils-4.2.1 (NetBSD/macppc)
Date: Wed, 01 Dec 1999 01:38:19 +0900

I was trying to get sharutils-4.2.1 to work,
I needed gettext-0.10.35.

(1) gettext-.10.35/config.guess and config.sub
I think gettext had (obsolete?) config.guess and config.sub.
So I grabbed the those from other package,
   147  0:20    cp gimp-1.1.11/config.sub gettext-0.10.35/
   150  0:21    cp gtk+-1.2.5/config.guess gettext-0.10.35/

address@hidden  0:27:15/991201(...src-harry/gettext-0.10.35)> ls -l config.sub 
config.guess
-rwxr-xr-x  1 makoto  wheel  31247 Dec  1 00:21 config.guess*
-rwxr-xr-x  1 makoto  wheel  24171 Dec  1 00:20 config.sub*

This solves the following message,
address@hidden  1:29:58/991201(...src-harry/gettext-0.10.35)> ./configure
creating cache ./config.cache
.......
checking host system type... Invalid configuration `macppc-unknown-netbsd1.3J': 
machine `macppc-unknown' not recognized
.......
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed
address@hidden  1:30:31/991201(...src-harry/gettext-0.10.35)> 
Am I correct ?

(2) sharutils-4.2.1
I got  following two Errors, which I did not have with
NetBSD/sparc, I belive,

| /usr/local/bin/msgfmt -o nl.mo nl.po
|  file=./`echo nl | sed 's,.*/,,'`.gmo  && rm -f $file && 
/usr/local/bin/msgfmt -o $file nl.po
| /usr/local/bin/msgfmt -o pt.mo pt.po
| pt.po:415: `msgid' and `msgstr' entries do not both end with '\n'
| pt.po:419: `msgid' and `msgstr' entries do not both end with '\n'
| found 2 fatal errors
| *** Error code 1
....
| making all in po
| /usr/local/bin/msgfmt -o pt.mo pt.po
| pt.po:419: `msgid' and `msgstr' entries do not both end with '\n'
| found 1 fatal errors

I have changes two files. Am I doing correct thing ?
---
Makoto Fujiwara
[2. text/plain; sharutils-po-patch.shtml]...

<PRE>
--- sharutils-4.2.1/po/nl.po-ooo        Tue Dec  5 01:55:56 1995
+++ sharutils-4.2.1/po/nl.po    Wed Dec  1 00:40:14 1999
@@ -448,7 +448,7 @@
 
 #: src/shar.c:2121
 msgid "Created %d files\n"
-msgstr "%d bestand(en) aangemaakt"
+msgstr "%d bestand(en) aangemaakt\n"
 
 #: src/unshar.c:158
 msgid "Found no shell commands in %s"
--- sharutils-4.2.1/po/pt.po-ooo        Tue Dec  5 01:55:56 1995
+++ sharutils-4.2.1/po/pt.po    Wed Dec  1 00:41:14 1999
@@ -413,11 +413,11 @@
 
 #: src/shar.c:1819
 msgid "Hard limit %dk\n"
-msgstr "Limite tipo `hard' de %dk"
+msgstr "Limite tipo `hard' de %dk\n"
 
 #: src/shar.c:1886
 msgid "Soft limit %dk\n"
-msgstr "Limite tipo `soft' de %dk"
+msgstr "Limite tipo `soft' de %dk\n"
 
 #: src/shar.c:1987
 msgid "WARNING: No user interaction in vanilla mode"


-- 
work : address@hidden                          |                   ,__o
     : http://www.suse.de/~ke/             |                 _-\_<,
home : address@hidden                     |                (*)/'(*)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]