Bug#187630: libc6: localedef uses . in its input path

2003-04-04 Thread Denis Barbier
On Sat, Apr 05, 2003 at 10:34:37AM +0900, GOTO Masanori wrote: > At Fri, 4 Apr 2003 20:13:46 +0200, > Denis Barbier wrote: > > I encountered a strange error when generating locales: > >i18n:1: syntax error: not inside a locale definition section > >i18n:3: syntax error: not inside a locale

Feel great and look years younger.

2003-04-04 Thread
Are you starting to show signs of aging? Could you afford to lose a little weight? As seen on TV. This is the product everyone is talking about. http://www.mnjmtech.us/hgh4/home.html";>PUSH THIS qtunmg

cvs commit to glibc-package/debian/manpages by gotom

2003-04-04 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/manpages who:gotom time: Fri Apr 4 23:50:10 MST 2003 Log Message: remove description about -h Files: changed:localedef.1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

cvs commit to glibc-package/debian by gotom

2003-04-04 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:gotom time: Fri Apr 4 23:49:51 MST 2003 Log Message: add #167564 Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#187385: Wine/Mono app crashes with SIGSEGV on dlopen()

2003-04-04 Thread GOTO Masanori
At Fri, 4 Apr 2003 09:47:51 +0200, Alexandre Pigolkine wrote: > After update to glib 2.3.2-1, I've got a different problem. > I think it is connected to the __errno_location and __h_errno_location. > > http://www.winehq.com/index.php?issue=155#Threading%20Problems%20with%20 > glibc%202.3 > > Unfo

Bug#187630: libc6: localedef uses . in its input path

2003-04-04 Thread GOTO Masanori
At Fri, 4 Apr 2003 20:13:46 +0200, Denis Barbier wrote: > I encountered a strange error when generating locales: >i18n:1: syntax error: not inside a locale definition section >i18n:3: syntax error: not inside a locale definition section > > The reason was that a file called i18n was presen

Bug#187385: Wine/Mono app crashes with SIGSEGV on dlopen()

2003-04-04 Thread GOTO Masanori
At Fri, 4 Apr 2003 09:47:51 +0200, Alexandre Pigolkine wrote: > After update to glib 2.3.2-1, I've got a different problem. > I think it is connected to the __errno_location and __h_errno_location. > > http://www.winehq.com/index.php?issue=155#Threading%20Problems%20with%20 > glibc%202.3 > > Unfo

Bug#187630: libc6: localedef uses . in its input path

2003-04-04 Thread GOTO Masanori
At Fri, 4 Apr 2003 20:13:46 +0200, Denis Barbier wrote: > I encountered a strange error when generating locales: >i18n:1: syntax error: not inside a locale definition section >i18n:3: syntax error: not inside a locale definition section > > The reason was that a file called i18n was presen

Processed: sed is using its own regex engine again

2003-04-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 65458 sed Bug#65458: sed: regexp performance woeful Bug#155751: sed: woody version more than 1000 times slower than potato version Bug reassigned from package `libc6' to `sed'. > quit Stopping processing here. Please contact me if you need as

Bug#155751: sed is using its own regex engine again

2003-04-04 Thread Herbert Xu
reassign 65458 sed quit It seems that the reason sed has slowed down again is because it's using its own regex engine again. So I'm now reassigning this back there. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gond

Processed: sed is using its own regex engine again

2003-04-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 65458 sed Bug#65458: sed: regexp performance woeful Bug#155751: sed: woody version more than 1000 times slower than potato version Bug reassigned from package `libc6' to `sed'. > quit Stopping processing here. Please contact me if you need as

Bug#155751: sed is using its own regex engine again

2003-04-04 Thread Herbert Xu
reassign 65458 sed quit It seems that the reason sed has slowed down again is because it's using its own regex engine again. So I'm now reassigning this back there. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gond

Re: /usr/lib/locale/ and locale-archive should remove before generating locales?

2003-04-04 Thread Denis Barbier
On Fri, Mar 28, 2003 at 10:41:04PM +0900, GOTO Masanori wrote: [...] > Thanks, I've now added in locales.postinst: > > # Update requested locales. Remove all old locale dir and > # locale-archive before generating new locale data. > if test -z $LEAVE_FLAG; then > rm -rf /u

Bug#187630: libc6: localedef uses . in its input path

2003-04-04 Thread Denis Barbier
Package: libc6 Version: 2.3.2-1 Severity: minor Hi, I encountered a strange error when generating locales: i18n:1: syntax error: not inside a locale definition section i18n:3: syntax error: not inside a locale definition section The reason was that a file called i18n was present in current

Broken es_EC locale (was Re: Bug#142072: ...)

2003-04-04 Thread Denis Barbier
On Tue, Apr 01, 2003 at 07:01:45PM +0900, GOTO Masanori wrote: > At Tue, 1 Apr 2003 10:25:13 +0200, > Denis Barbier wrote: [...] > > BTW I read your postings to libc-alpha in September about LC_MONETARY > > bugs, have your patches been applied into 2.3.2? > > es_EC: ECS -> USD > > ar_SD: SDP

Bug#187621: libc6: localedef -h: invalid option

2003-04-04 Thread Denis Barbier
Package: libc6 Version: 2.3.2-1 Severity: minor Hi there, from localedef(1) -h, --help Print a usage summary and exit. Also prints the default paths used by localedef. But $ localedef -h localedef: invalid option -- h Try `localedef --help' or `localede

Re: /usr/lib/locale/ and locale-archive should remove before generating locales?

2003-04-04 Thread Denis Barbier
On Fri, Mar 28, 2003 at 10:41:04PM +0900, GOTO Masanori wrote: [...] > Thanks, I've now added in locales.postinst: > > # Update requested locales. Remove all old locale dir and > # locale-archive before generating new locale data. > if test -z $LEAVE_FLAG; then > rm -rf /u

Bug#187630: libc6: localedef uses . in its input path

2003-04-04 Thread Denis Barbier
Package: libc6 Version: 2.3.2-1 Severity: minor Hi, I encountered a strange error when generating locales: i18n:1: syntax error: not inside a locale definition section i18n:3: syntax error: not inside a locale definition section The reason was that a file called i18n was present in current

Broken es_EC locale (was Re: Bug#142072: ...)

2003-04-04 Thread Denis Barbier
On Tue, Apr 01, 2003 at 07:01:45PM +0900, GOTO Masanori wrote: > At Tue, 1 Apr 2003 10:25:13 +0200, > Denis Barbier wrote: [...] > > BTW I read your postings to libc-alpha in September about LC_MONETARY > > bugs, have your patches been applied into 2.3.2? > > es_EC: ECS -> USD > > ar_SD: SDP

Bug#187621: libc6: localedef -h: invalid option

2003-04-04 Thread Denis Barbier
Package: libc6 Version: 2.3.2-1 Severity: minor Hi there, from localedef(1) -h, --help Print a usage summary and exit. Also prints the default paths used by localedef. But $ localedef -h localedef: invalid option -- h Try `localedef --help' or `localede

Re: glibc versions on different architectures

2003-04-04 Thread Daniel Jacobowitz
On Thu, Apr 03, 2003 at 11:03:35PM +0200, Hilko Bengen wrote: > My package ulog-acctd does not build on m68k and arm because of a > missing include file (/usr/include/linux/netfilter_ipv4/ipt_ULOG.h) > that belongs to libc6-dev. > > I think that this file appeared in kernel version 2.4.17. > > Ca

Bug#142072: acknowledged by developer (Re: libc6: pre Euro currencies obseleted too soon)

2003-04-04 Thread Denis Barbier
On Fri, Apr 04, 2003 at 01:38:19AM +0900, GOTO Masanori wrote: > At Thu, 3 Apr 2003 15:02:29 +0200, > Denis Barbier wrote: [...] > The one example (thus LSB test suite) makes its own locale, but DEM is > not included in iso-4217, Err no, Ulrich Drepper removed it from iso-4217.def, but as reported

Re: glibc versions on different architectures

2003-04-04 Thread Daniel Jacobowitz
On Thu, Apr 03, 2003 at 11:03:35PM +0200, Hilko Bengen wrote: > My package ulog-acctd does not build on m68k and arm because of a > missing include file (/usr/include/linux/netfilter_ipv4/ipt_ULOG.h) > that belongs to libc6-dev. > > I think that this file appeared in kernel version 2.4.17. > > Ca

Bug#142072: acknowledged by developer (Re: libc6: pre Euro currencies obseleted too soon)

2003-04-04 Thread Denis Barbier
On Fri, Apr 04, 2003 at 01:38:19AM +0900, GOTO Masanori wrote: > At Thu, 3 Apr 2003 15:02:29 +0200, > Denis Barbier wrote: [...] > The one example (thus LSB test suite) makes its own locale, but DEM is > not included in iso-4217, Err no, Ulrich Drepper removed it from iso-4217.def, but as reported

Bug#122224: BUSINESS PROPOSAL

2003-04-04 Thread ANTONY FOLA
ATTN C E O Dear Sir/Madam, I am the chairman of the contract award committee,of the federal ministry of petroleum resources, Nigeria. I am in search of an agent to assist us in the transfer of (USD4m) andsubsequent investment in properties in your country.You will be required to: (1) Assist

Bug#122224: BUSINESS PROPOSAL

2003-04-04 Thread ANTONY FOLA
ATTN C E O Dear Sir/Madam, I am the chairman of the contract award committee,of the federal ministry of petroleum resources, Nigeria. I am in search of an agent to assist us in the transfer of (USD4m) andsubsequent investment in properties in your country.You will be required to: (1) Assist

Bug#187385: Wine/Mono app crashes with SIGSEGV on dlopen()

2003-04-04 Thread Alexandre Pigolkine
After update to glib 2.3.2-1, I've got a different problem. I think it is connected to the __errno_location and __h_errno_location. http://www.winehq.com/index.php?issue=155#Threading%20Problems%20with%20 glibc%202.3 Unfortunately, this happens before Wine calls dlopen(). So, I cannot really co

Bug#147343: interrelajion lovernor

2003-04-04 Thread Elijah Granger
How have you been?

Bug#187385: Wine/Mono app crashes with SIGSEGV on dlopen()

2003-04-04 Thread Alexandre Pigolkine
After update to glib 2.3.2-1, I've got a different problem. I think it is connected to the __errno_location and __h_errno_location. http://www.winehq.com/index.php?issue=155#Threading%20Problems%20with%20 glibc%202.3 Unfortunately, this happens before Wine calls dlopen(). So, I cannot really co