Re: ctfmerge stuck on CPU

2020-06-13 Thread Sad Clouds
On Sat, 13 Jun 2020 15:36:09 + (UTC)
John Klos  wrote:

> >>> I'm testing very recent -current on RPi4.
> >>
> >> Threaded programs are broken for aarch64 since ~1 week (most of the
> >> pthread tests fail, programs get stuck in jemalloc cleanup on
> >> thread exit). It is not clear what goes wrong exactly (or: why
> >> this works on other architectures)
> >
> > OK thanks for the info, I'll try again some other time.
> 
> If you'd like to be able to compile until this is fixed, just fetch
> and untarxzip this:
> 
> http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/202006030740Z/evbarm-aarch64/binary/sets/base.tar.xz
> 
> John

Thanks, that did the trick.


Re: ctfmerge stuck on CPU

2020-06-13 Thread John Klos

I'm testing very recent -current on RPi4.


Threaded programs are broken for aarch64 since ~1 week (most of the
pthread tests fail, programs get stuck in jemalloc cleanup on thread
exit). It is not clear what goes wrong exactly (or: why this works on
other architectures)


OK thanks for the info, I'll try again some other time.


If you'd like to be able to compile until this is fixed, just fetch and 
untarxzip this:


http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/202006030740Z/evbarm-aarch64/binary/sets/base.tar.xz

John


Re: ctfmerge stuck on CPU

2020-06-13 Thread Sad Clouds
On Sat, 13 Jun 2020 07:45:33 +0200
Martin Husemann  wrote:

> On Fri, Jun 12, 2020 at 06:21:29PM +0100, Sad Clouds wrote:
> > I'm testing very recent -current on RPi4.
> 
> Threaded programs are broken for aarch64 since ~1 week (most of the
> pthread tests fail, programs get stuck in jemalloc cleanup on thread
> exit). It is not clear what goes wrong exactly (or: why this works on
> other architectures)
> 
> Martin

OK thanks for the info, I'll try again some other time.


Re: ctfmerge stuck on CPU

2020-06-12 Thread Martin Husemann
On Fri, Jun 12, 2020 at 06:21:29PM +0100, Sad Clouds wrote:
> I'm testing very recent -current on RPi4.

Threaded programs are broken for aarch64 since ~1 week (most of the
pthread tests fail, programs get stuck in jemalloc cleanup on thread exit).
It is not clear what goes wrong exactly (or: why this works on other
architectures)

Martin


ctfmerge stuck on CPU

2020-06-12 Thread Sad Clouds
I'm testing very recent -current on RPi4. Tried using pkgsrc, but the
following command causes ctfmerge to spin on CPU in what looks like
infinite loop. Not sure if this is specific to ARM port. Any ideas?

#  link  cwrappers-20180325/imake-wrapper
gcc   -L/opt/netbsd_build/objects/pkgtools/cwrappers/work/libnbcompat 
-Wl,-R/opt/pkg/lib  -Wl,--warn-shared-textrel -o imake-wrapper  alloc.o 
cleanup-cc.o common.o reorder-cc.o generic-transform-cc.o normalise-cc.o 
imake-wrapper.o  -Wl,-rpath-link,/lib  -L=/lib -lnbcompat
ctfmerge -t -g -L VERSION -o imake-wrapper alloc.o cleanup-cc.o common.o 
reorder-cc.o generic-transform-cc.o normalise-cc.o imake-wrapper.o