Re: Segment fault rm corrupt files

2007-07-17 Thread Reg. Charney
Hi Bob, You are probably correct about file system corruption. I found a large number of the following type of errors: /var/log/messages.3:Jun 23 23:14:49 localhost kernel: EXT3-fs error (device dm-0): ext3_free_blocks: Freeing blocks not in datazone - block = 1315991916, count = 1 /var/log/messa

Re: Cros-Compiled binaries used by host when Cross-Compiling Coreutils.

2007-07-17 Thread Jim Meyering
"Ulf Samuelsson" <[EMAIL PROTECTED]> wrote: > I realized that the path was a problem, and I removed the "." from the PATH > in ".bashrc" but the problems remained. > The makefile seems to call "./rm" at some stage, and I am screwed > Further checking now shows that the "." remains in the PATH, > so

Re: Cros-Compiled binaries used by host when Cross-Compiling Coreutils.

2007-07-17 Thread Ulf Samuelsson
- Original Message - From: "Bob Proulx" <[EMAIL PROTECTED]> To: "Ulf Samuelsson" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, July 17, 2007 6:35 PM Subject: Re: Cros-Compiled binaries used by host when Cross-Compiling Coreutils. > Ulf Samuelsson wrote: >> When cross-compiling coreutils-6.9 fo

Re: [coreutils-6.9] multiple utilities not handling escape char(\) properly when used with -, instead interpreting as option(could be a bash bug?)

2007-07-17 Thread Philip Rowlands
On Wed, 18 Jul 2007, Wilber Washbucket wrote: I compiled the latest coreutils from source. Then I ran these series of commands: coreutils-6.9]# mkdir testdir coreutils-6.9]# cd testdir/ testdir]# ../src/touch +foo0 testdir]# ../src/touch \+foo1 testdir]# ../src/touch -bar0 ../src/touch: invalid

Re: Cros-Compiled binaries used by host when Cross-Compiling Coreutils.

2007-07-17 Thread Andreas Schwab
"Ulf Samuelsson" <[EMAIL PROTECTED]> writes: > When cross-compiling coreutils-6.9 for ARM from buildroot > I noticed that the Makefile.am and Makefile.in are using > rm, mv, chmod, chown. > > Since these commands are also built in the coreutils-6.9/src, > the "make" in this directory will use the

Re: [coreutils-6.9] multiple utilities not handling escape char(\) properly when used with -, instead interpreting as option(could be a bash bug?)

2007-07-17 Thread Andreas Schwab
"Wilber Washbucket" <[EMAIL PROTECTED]> writes: > ClarkConnect Community Edition release 4.0 (kernel 2.6.9-42.cc) > > I compiled the latest coreutils from source. Then I ran these series of > commands: > coreutils-6.9]# mkdir testdir > coreutils-6.9]# cd testdir/ > testdir]# ../src/touch +foo0 >

Re: [coreutils-6.9] ls and sort bug: ls and sort fails to sort alphabetically with and without options

2007-07-17 Thread Philip Rowlands
On Wed, 18 Jul 2007, Wilber Washbucket wrote: I noticed that ls was failing to sort alphabetically so I grabbed the latest version of coreutils and compiled it to test it, which failed as well: http://www.gnu.org/software/coreutils/faq/#The-ls-command-is-not-listing-files-in-a-normal-order_00

Re: [coreutils-6.9] ls and sort bug: ls and sort fails to sort alphabetically with and without options

2007-07-17 Thread Bob Proulx
Wilber Washbucket wrote: > I noticed that ls was failing to sort alphabetically so I grabbed > the latest version of coreutils and compiled it to test it, which > failed as well: Thank you for your report. However your report matches a very common signature that is not a bug in coreutils but is i

Re: [coreutils-6.9] ls and sort bug: ls and sort fails to sort alphabetically with and without options

2007-07-17 Thread Andreas Schwab
"Wilber Washbucket" <[EMAIL PROTECTED]> writes: > I noticed that ls was failing to sort alphabetically Please read the answer to questions 22 and 23 in the coreutils FAQ. Andreas. -- Andreas

Re: Cros-Compiled binaries used by host when Cross-Compiling Coreutils.

2007-07-17 Thread Bob Proulx
Ulf Samuelsson wrote: > When cross-compiling coreutils-6.9 for ARM from buildroot > I noticed that the Makefile.am and Makefile.in are using > rm, mv, chmod, chown. Yes, that is correct. > Since these commands are also built in the coreutils-6.9/src, > the "make" in this directory will use the r

df reporting and removing files (Re: (no subject))

2007-07-17 Thread Bob Proulx
Elmian Shabahang wrote: > Hello, In the future please include a meaningful subject line otherwise it is likely that your message will be deleted without reading because it looks too much like spam. > Please find following information: > /dev/vg00/lvol8 8.7G 7.7G 619M 93% /u01 > > [EMAIL

Cros-Compiled binaries used by host when Cross-Compiling Coreutils.

2007-07-17 Thread Ulf Samuelsson
When cross-compiling coreutils-6.9 for ARM from buildroot I noticed that the Makefile.am and Makefile.in are using rm, mv, chmod, chown. Since these commands are also built in the coreutils-6.9/src, the "make" in this directory will use the recently built ARM binaries after they have been built i

(no subject)

2007-07-17 Thread Elmian Shabahang
Hello, Please find following information: [EMAIL PROTECTED] u01]$ df -lkh FilesystemSize Used Avail Use% Mounted on /dev/vg00/lvol0 6.8G 347M 6.1G 6% / /dev/cciss/c0d0p1 97M 17M 76M 18% /boot none 1.8G 0 1.8G 0% /dev/shm /dev/vg00/l

[coreutils-6.9] multiple utilities not handling escape char(\) properly when used with -, instead interpreting as option(could be a bash bug?)

2007-07-17 Thread Wilber Washbucket
ClarkConnect Community Edition release 4.0 (kernel 2.6.9-42.cc) I compiled the latest coreutils from source. Then I ran these series of commands: coreutils-6.9]# mkdir testdir coreutils-6.9]# cd testdir/ testdir]# ../src/touch +foo0 testdir]# ../src/touch \+foo1 testdir]# ../src/touch -bar0 ../sr

[coreutils-6.9] ls and sort bug: ls and sort fails to sort alphabetically with and without options

2007-07-17 Thread Wilber Washbucket
My distro is ClarkConnect Community Edition release 4.0 (kernel 2.6.9-42.cc). I noticed that ls was failing to sort alphabetically so I grabbed the latest version of coreutils and compiled it to test it, which failed as well: ~]# wget http://ftp.gnu.org/gnu/coreutils/coreutils-6.9.tar.gz ~]# tar

[coreutils-6.9] ls bug: ls failing to sort alphabetically with and without options

2007-07-17 Thread Wilber Washbucket
My distro is ClarkConnect Community Edition release 4.0 (kernel 2.6.9-42.cc). I noticed that ls was failing to sort alphabetically so I grabbed the latest version of coretuils and compiled it: ]# wget http://ftp.gnu.org/gnu/coreutils/coreutils-6.9.tar.gz ]# tar xvfz coreutils-6.9.tar.gz ]# cd core

Re: Segment fault rm corrupt files

2007-07-17 Thread Bob Proulx
Reg. Charney wrote: > The result of this command is: > > [EMAIL PROTECTED] ~]# ls -ld /tmp/kde-* /tmp/kde-*/konqueror-crash-*.log > drwx-- 2 reg reg 4096 Jul 16 22:02 /tmp/kde-reg > -rw--- 1 reg reg0 Jul 16 22:02 /tmp/kde-reg/konqueror-crash-EBXvbc.log > -rw--- 1 reg reg0 Jul 1

Re: Segment fault rm corrupt files

2007-07-17 Thread Reg. Charney
On Tue, July 17, 2007 3:46 am, Bob Proulx wrote: > Reg. Charney wrote: > >> On a number of occasions, Konqueror has crashed and produced a file >> named something like: /tmp/kde-$USER/konqueror-crash-XX.log >> >> However, the file has an unknown type, size, and permissions. >> > > This makes n

Re: recent gnulib changes require coreutils adaptations

2007-07-17 Thread Jim Meyering
Paul Eggert <[EMAIL PROTECTED]> wrote: > Jim Meyering <[EMAIL PROTECTED]> writes: > >> However, I can't reproduce that: >> >> $ git clone git://git.sv.gnu.org/coreutils.git cu \ >> && cd cu && ./bootstrap --gnulib-srcdir=/gnulib >> ... >> Creating ./._bootmp/lib/uniwidth/.gitignor