NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-macppc/59290: releng tests have not completed since 2024-12-19



The following reply was made to PR port-macppc/59290; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: port-macppc/59290: releng tests have not completed since 2024-12-19
Date: Mon, 14 Apr 2025 06:19:35 +0900

 > Building databases: dev, utmp, utmpx, services.
 > Starting syslogd.
 > qemu: fatal: Traceback (most recent call last):
  :
 > >How-To-Repeat:
 > anita test macppc, probably
 > >Fix:
 > Yes, please!
 
 I've seen this on liveimage tests on (at least) qemu 9.1.2 and 9.2.0.
 
 If qemu-system-ppc is started with "-machine mac99"
 the cpu is configured as the following:
 ---
 >> CPU type PowerPC,G4
  :
 [   1.0000000] cpu0 at mainbus0: 7400 (Revision 2.9), ID 0 (primary)
 [   1.0000000] cpu0: HID0 0x809400a4<EMCP,DOZE,DPM,EIEC,SGE,BTIC,BHT>, powersave: 1
 ---
 then qemu fails around starting sshd.
 
 Without "-machine macp99" the cpu is configured as the following:
 ---
 >> CPU type PowerPC,750
  :
 [   1.0000000] cpu0 at mainbus0: 750 (Revision 3.1), ID 0 (primary)
 [   1.0000000] cpu0: HID0 0x805000a4<EMCP,NAP,DPM,SGE,BTIC,BHT>, powersave: 1
 ---
 and NetBSD/macppc works.
 
 Probably some CPU detection code in openssl might trigger this?
 
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index