bug-gettext
[Top][All Lists]
Advanced

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

Re: [bug-gettext] [PATCH] OS/2 patches for gettext


From: KO Myung-Hun
Subject: Re: [bug-gettext] [PATCH] OS/2 patches for gettext
Date: Tue, 29 Mar 2011 22:42:46 +0900
User-agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.9.1.16) Gecko/20101127 SeaMonkey/2.0.11

Hi/2.

Ralf Wildenhues wrote:
> Hello,
> 
> please note that there is a bug-gettext mailing list now for gettext
> which I'm adding in Cc: (whereas bug-gnu-gettext forwards to
> bug-gnu-utils).
> 

Ok. Thanks.

> * KO Myung-Hun wrote on Sun, Mar 27, 2011 at 01:50:38PM CEST:
>> I attach OS/2 patches for gettext v1.8.1.1.
>>
>> I have the problem that gettext-tools/Makefile.in is missing when using
>> git repository.
> 
> gettext-tools/Makefile.in is generated from gettext-tools/Makefile.am
> with automake.  But your patch didn't include any change of that file,
> so maybe there is a typo here?
> 

I know that. What I would say was that gettext-tools/Makefile.in was not
generated by automake.

I think, while running autogen.sh, it seems that some problem occurred.

I'll try later again. But it takes too a long time, about 4-5 hours. T.T

>> So I send patches based on v1.8.1.1 tarball.
> 
> [...]
>> --- gettext-runtime/intl/Makefile.in.org     2010-06-06 21:49:56.000000000 
>> +0900
>> +++ gettext-runtime/intl/Makefile.in 2011-03-26 17:40:42.000000000 +0900
>> @@ -224,7 +224,8 @@
>>        $(address@hidden@) \
>>        -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
>>        -rpath $(libdir) \
>> -      -no-undefined
>> +      -no-undefined \
>> +      -shortname $(subst lib, k, $(basename $@))
>>  
>>  # Libtool's library version information for libintl.
>>  # Before making a gettext release, the gettext maintainer must change this
> 
> This change requires -shortname support, which has not been committed to
> upstream Libtool yet.  

Ooops. Sorry. Ignore this hunk, please. It's my private patch. ^^

> Apparently your copyright papers are through now

Hmm... It seems that some problems happen to the copyright papers.

I received a email from Donald R Robertson III about a month ago about
the copyright papers. But I've not received any postal mail from GNU,
yet. So I emailed to him about this situation. Unfortunately, I've not
got any response from him at all, yet.

> however, so we can work on the rest of the pending OS/2 patches for
> Libtool.
> 

Ok, thanks.

> Also, please note that $(subst ...) is GNU make-specific.  You could use
> something like this as a portable workaround:
>   -shortname `echo $@ | sed 's,.*/,,; s,^lib,k,'`
> 

Ah, ok. I thought the Makefile was GNU make-specific.

Thanks for the information.

-- 
KO Myung-Hun

Using Mozilla SeaMonkey 2.0.11
Under OS/2 Warp 4 for Korean with FixPak #15
On AMD ThunderBird 1GHz with 512 MB RAM

Korean OS/2 User Community : http://www.ecomstation.co.kr




reply via email to

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