Re: [lfs-dev] Test failures in something close to current LFS

2015-02-22 Thread Ken Moffat
On Fri, Jan 30, 2015 at 10:59:17PM +, Ken Moffat wrote: > On Thu, Jan 29, 2015 at 12:23:56AM +, Ken Moffat wrote: > > > > gcc: 125 unexpected failures in g++, 658 in gcc, 22 in libstdc++ > > instead of the usual handful of failures. The last time I saw those > > sorts of numbers was a lit

Re: [lfs-dev] 'ls -l' segfaults on Athlon XP

2015-02-22 Thread Bruce Dubbs
Bruce Dubbs wrote: sed -e '/ia32/s/^ /1:/' \ -e '/SSE2/s/^1:/ /' \ -i sysdeps/i386/i686/multiarch/mempcpy_chk.S Make that: sed -e '/ia32/s/^/1:/' \ -e '/SSE2/s/^1://' \ -i sysdeps/i386/i686/multiarch/mempcpy_chk.S Tabs in source code are stupid! -- Bruce -- http://li

Re: [lfs-dev] 'ls -l' segfaults on Athlon XP

2015-02-22 Thread Bruce Dubbs
Pierre Labastie wrote: Le 22/02/2015 19:00, Pierre Labastie a écrit : Le 22/02/2015 17:08, Christoph Feikes a écrit : Hello, I'm trying to build LFS according to current 7.7-rc1. 'ls -l' on a non-empty directory segfaults on Athlon XP as soon as a ls linked against glibc-2.21 gets installed. W

Re: [lfs-dev] 'ls -l' segfaults on Athlon XP

2015-02-22 Thread Pierre Labastie
Le 22/02/2015 19:00, Pierre Labastie a écrit : > Le 22/02/2015 17:08, Christoph Feikes a écrit : >> Hello, >> >> I'm trying to build LFS according to current 7.7-rc1. >> 'ls -l' on a non-empty directory segfaults on Athlon XP as soon as a ls >> linked against glibc-2.21 gets installed. When using g

Re: [lfs-dev] 'ls -l' segfaults on Athlon XP

2015-02-22 Thread Pierre Labastie
Le 22/02/2015 17:08, Christoph Feikes a écrit : > Hello, > > I'm trying to build LFS according to current 7.7-rc1. > 'ls -l' on a non-empty directory segfaults on Athlon XP as soon as a ls > linked against glibc-2.21 gets installed. When using glibc-2.20 on the > Athlon, all other parameters uncha

Re: [lfs-dev] 'ls -l' segfaults on Athlon XP

2015-02-22 Thread Bruce Dubbs
Christoph Feikes wrote: Hello, I'm trying to build LFS according to current 7.7-rc1. 'ls -l' on a non-empty directory segfaults on Athlon XP as soon as a ls linked against glibc-2.21 gets installed. When using glibc-2.20 on the Athlon, all other parameters unchanged, no segfault occurs. log ent

[lfs-dev] 'ls -l' segfaults on Athlon XP

2015-02-22 Thread Christoph Feikes
Hello, I'm trying to build LFS according to current 7.7-rc1. 'ls -l' on a non-empty directory segfaults on Athlon XP as soon as a ls linked against glibc-2.21 gets installed. When using glibc-2.20 on the Athlon, all other parameters unchanged, no segfault occurs. log entry: kernel: ls[15030]: seg