Re: Segmentation fault in __uClibc_main on m68k

2015-08-02 Thread Bernhard Reutner-Fischer
On July 31, 2015 9:59:48 AM GMT+02:00, Thorsten Glaser t.gla...@tarent.de wrote: On Thu, 30 Jul 2015, Bernhard Reutner-Fischer wrote: We are happy to take tested patches to update stuff for sure! Hm, okay. All my patches go via Waldemar, who’s the one having the hardware and tests anyway. They

Re: Segmentation fault in __uClibc_main on m68k

2015-07-30 Thread Bernhard Reutner-Fischer
On July 27, 2015 11:15:40 AM GMT+02:00, Thorsten Glaser t.gla...@tarent.de wrote: Rob Landley rob at landley.net writes: support, a tangled mess of headers copied from random glibc snapshots, Not to mention lack of later bugfixes from glibc. was never a priority because glibc was inherently

Re: Segmentation fault in __uClibc_main on m68k

2015-07-27 Thread Thorsten Glaser
Rob Landley rob at landley.net writes: support, a tangled mess of headers copied from random glibc snapshots, Not to mention lack of later bugfixes from glibc. was never a priority because glibc was inherently so much worse that just not being a gnu project made it smell like roses in

Re: Segmentation fault in __uClibc_main on m68k

2015-06-09 Thread Rob Landley
On 06/08/2015 10:35 AM, Thomas Petazzoni wrote: Waldemar, Rob, On Sat, 30 May 2015 10:06:08 +0200, Waldemar Brodkorb wrote: Remember when buildroot announced they would switch their default libc if the uClibc developers couldn't get a new release out? Remember how that was over a year

Re: Segmentation fault in __uClibc_main on m68k

2015-06-08 Thread Thomas Petazzoni
Waldemar, Rob, On Sat, 30 May 2015 10:06:08 +0200, Waldemar Brodkorb wrote: Remember when buildroot announced they would switch their default libc if the uClibc developers couldn't get a new release out? Remember how that was over a year ago, ala

Re: Segmentation fault in __uClibc_main on m68k

2015-06-01 Thread Max Filippov
On Sun, May 31, 2015 at 10:14 AM, Rich Felker dal...@libc.org wrote: On Sat, May 30, 2015 at 01:28:42PM +0300, Max Filippov wrote: On Sat, May 30, 2015 at 1:12 PM, Rob Landley r...@landley.net wrote: I see a qemu-system-xtensa so might give that a try too. Please do. I'd be happy to answer

Re: Segmentation fault in __uClibc_main on m68k

2015-05-31 Thread Rich Felker
On Sat, May 30, 2015 at 01:28:42PM +0300, Max Filippov wrote: On Sat, May 30, 2015 at 1:12 PM, Rob Landley r...@landley.net wrote: I see a qemu-system-xtensa so might give that a try too. Please do. I'd be happy to answer any questions. I also hope to port musl to xtensa this year. Would

Re: Segmentation fault in __uClibc_main on m68k

2015-05-30 Thread Rob Landley
On Fri, May 29, 2015 at 1:00 PM, Jaromír Cápík tav...@seznam.cz wrote: On 29 May 2015 at 17:54, Jaromír Cápík tav...@seznam.cz wrote: You mentioned a distro you boottrapped a couple of weeks ago. Do you have a working rootfs environment I could test? I did not submit the m68k patch to OE

Re: Segmentation fault in __uClibc_main on m68k

2015-05-30 Thread Waldemar Brodkorb
Hi, Bernhard Reutner-Fischer wrote, On 29 May 2015 at 17:54, Jaromír Cápík tav...@seznam.cz wrote: You mentioned a distro you boottrapped a couple of weeks ago. Do you have a working rootfs environment I could test? I did not submit the m68k patch to OE yet since i meant to get gmp

Re: Segmentation fault in __uClibc_main on m68k

2015-05-30 Thread Waldemar Brodkorb
Hi, Rob Landley wrote, Of course somebody did a uclibc-ng fork (bought the domain name and everything), but I talked to him and his reason for doing it is there are some obscure targets even glibc doesn't support, and I expect that as musl grows support for those targets his reasons for doing

Re: Segmentation fault in __uClibc_main on m68k

2015-05-30 Thread Jaromír Cápík
Hello. You mentioned a distro you boottrapped a couple of weeks ago. Do you have a working rootfs environment I could test? I did not submit the m68k patch to OE yet since i meant to get gmp going first, no. Buildroot, Alpine-linux or gentoo come to mind, i'd try these with current

Re: Segmentation fault in __uClibc_main on m68k

2015-05-30 Thread Max Filippov
On Sat, May 30, 2015 at 1:12 PM, Rob Landley r...@landley.net wrote: I see a qemu-system-xtensa so might give that a try too. Please do. I'd be happy to answer any questions. I also hope to port musl to xtensa this year. -- Thanks. -- Max ___ uClibc

Re: Segmentation fault in __uClibc_main on m68k

2015-05-30 Thread Rich Felker
On Sat, May 30, 2015 at 05:12:13AM -0500, Rob Landley wrote: On Sat, May 30, 2015 at 3:06 AM, Waldemar Brodkorb w...@openadk.org wrote: Hi, Rob Landley wrote, Of course somebody did a uclibc-ng fork (bought the domain name and everything), but I talked to him and his reason for doing it

Segmentation fault in __uClibc_main on m68k

2015-05-29 Thread Jaromír Cápík
Hello. I'm trying to port my uClibc based distro to m68k and experience SIGSEGV in __uClibc_main even when linking binaries statically. I tried to crosscompile the m68k toolchain on i386 (uClibc based) and m68k (glibc based) and in both cases the resulting binaries segfault. My biggest sin is

Re: Segmentation fault in __uClibc_main on m68k

2015-05-29 Thread Bernhard Reutner-Fischer
On 29 May 2015 at 13:11, Jaromír Cápík tav...@seznam.cz wrote: Hello. I'm trying to port my uClibc based distro to m68k and experience SIGSEGV in __uClibc_main even when linking binaries statically. I tried to crosscompile the m68k toolchain on i386 (uClibc based) and m68k (glibc based) and

Re: Segmentation fault in __uClibc_main on m68k

2015-05-29 Thread Jaromír Cápík
On 29 May 2015 at 13:11, Jaromír Cápík tav...@seznam.cz wrote: Hello. I'm trying to port my uClibc based distro to m68k and experience SIGSEGV in __uClibc_main even when linking binaries statically. I tried to crosscompile the m68k toolchain on i386 (uClibc based) and m68k (glibc based)

Re: Segmentation fault in __uClibc_main on m68k

2015-05-29 Thread Bernhard Reutner-Fischer
On 29 May 2015 at 17:54, Jaromír Cápík tav...@seznam.cz wrote: You mentioned a distro you boottrapped a couple of weeks ago. Do you have a working rootfs environment I could test? I did not submit the m68k patch to OE yet since i meant to get gmp going first, no. Buildroot, Alpine-linux or

Re: Segmentation fault in __uClibc_main on m68k

2015-05-29 Thread Jaromír Cápík
On 29 May 2015 at 17:54, Jaromír Cápík tav...@seznam.cz wrote: You mentioned a distro you boottrapped a couple of weeks ago. Do you have a working rootfs environment I could test? I did not submit the m68k patch to OE yet since i meant to get gmp going first, no. I found a complete