Re: experience with newly built sid installer iso

2019-11-16 Thread John Paul Adrian Glaubitz
On 11/16/19 11:56 PM, Jeroen Diederen wrote: > I can't make anything useful out of the logfile in all honesty. >From your logfile: > Nov 12 22:48:25 anna[7921]: DEBUG: resolver (cdebconf-udeb): package doesn't > exist (ignored) > Nov 12 22:48:25 anna[7921]: DEBUG: resolver (di-utils): package doe

Re: experience with newly built sid installer iso

2019-11-16 Thread Jeroen Diederen
correction: I used the tarbal produced: > debian-installer-images_20190703_powerpc.tar.gz

Re: experience with newly built sid installer iso

2019-11-16 Thread Jeroen Diederen
I can't make anything useful out of the logfile in all honesty. As far as the debian-installer goes, I used the tarbal produced: debian-installer-images_20190703_ppc64.tar.gz I opened the contents and pointed to the contents (installer-power) in CONF-ports.sh export DI_DIR=/home/jeroen/d-i/%ARCH%/

Re: experience with newly built sid installer iso

2019-11-16 Thread John Paul Adrian Glaubitz
> On Nov 16, 2019, at 11:21 PM, Jeroen Diederen wrote: > > Same as last time. That’s not what I meant. I meant did you actually check the log file for errors? And did you use the **cdrom** image of debian-installer and *not* the **netboot** image for building the CD image? Adrian

Re: experience with newly built sid installer iso

2019-11-16 Thread Jeroen Diederen
Same as last time. On 11/16/19 11:15 PM, John Paul Adrian Glaubitz wrote: On 11/16/19 10:55 PM, Jeroen Diederen wrote: Well, I made another iso with updated netinstaller images and I ended up with the same result: a non-functioning partitioner. I am lost here. Did you check the log files yet?

Re: experience with newly built sid installer iso

2019-11-16 Thread John Paul Adrian Glaubitz
On 11/16/19 10:55 PM, Jeroen Diederen wrote: > Well, I made another iso with updated netinstaller images and I ended > up with the same result: a non-functioning partitioner. I am lost here. Did you check the log files yet? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer -

Re: experience with newly built sid installer iso

2019-11-16 Thread Jeroen Diederen
Well, I made another iso with updated netinstaller images and I ended up with the same result: a non-functioning partitioner. I am lost here. My thought now is that maybe when I made the debin-installer images, something was broken. So I am now git cloning debian-installer again and will then

Re: Found the commit for: 5.3.7 64-bits kernel doesn't boot on G5 Quad

2019-11-16 Thread John Paul Adrian Glaubitz
Hi Romain! Great detective work! On 11/16/19 5:34 PM, Romain Dolbeau wrote: > So it seems to me that 0034d395f89d9c092bb15adbabdca5283e258b41 > introduced the bug that crashes the PowerMac G5 (as/could anyone > tried/try on some other PPC970-based system, like a JS20 ? to see if > it's PowerMac-s

Found the commit for: 5.3.7 64-bits kernel doesn't boot on G5 Quad

2019-11-16 Thread Romain Dolbeau
Le dim. 10 nov. 2019 à 11:45, Romain Dolbeau a écrit : > Any suggestion, advice, or patch to try welcome :-) >From my bisect, I figured that 0034d395f89d9c092bb15adbabdca5283e258b41 was the likely culprit, but that the bug was masked by the printk() issues that were fixed later: commit 2ac5a3bf70

Breaking ABI changes on Rust for powerpc

2019-11-16 Thread John Paul Adrian Glaubitz
Hi! Just a quick heads-up (and somewhat a reminder for myself in the future): There was a bug in the ABI code of the Rust compiler on powerpc that was recently fixed upstream. This particular ABI bug resulted in the Rust compiler crashing when trying to build Firefox on powerpc. Since the fix