Rich Lowe
Rich Lowe
I ran into this exact same thing years later, and agree that that comment would have saved me _a lot_ of debugging. :)
This is work I've been talking to @rmustacc about. It needs more testing (and probably more effort) before it's really suitable to merge.
I'm more concerned with review than testing. Making sure SDC isn't broken, etc, is important, but the scripts I attached and their results (and just how plainly wrong some of...
It is not your second `pthread_mutex_lock()` call which fails, it is your first which fails the first time it is called and only the first time. The problem is that...
Sorry, a paragraph went missing in poor editing. The clash of behaviour referred to is that: - pthread users don't expect to have to initialize the mutex separate from and...
This seems entirely reasonable. Did you run the any of the tests that this may affect?
Could you merge this with andy's changes to build the rpi image? I think that should make it a lot simpler, in that you can just take the ZFS stream...
I've never seen this before, no. I haven't heard of anyone else seeing it before either.
I think that what's happened here is that python setuptools has become more strict about versions, and is complaining about the text (that is `uboot-`). Can you try ```diff diff...
yeah, we want a u-boot with this commit: ``` c977b18435 ([email protected] 1 year, 4 months ago) libfdt: Fix invalid version warning ``` or to update to a u-boot that contains...