From owner-freebsd-ppc@freebsd.org Mon Oct 8 07:59:04 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FFEA10B64F0 for ; Mon, 8 Oct 2018 07:59:04 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic313-21.consmr.mail.gq1.yahoo.com (sonic313-21.consmr.mail.gq1.yahoo.com [98.137.65.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9CB67E29F for ; Mon, 8 Oct 2018 07:59:03 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: o2SrCwEVM1knuV2dhxN_zNcl2tEiYGP8HucXGAKSab7rqRVN7nJQILWHM77uXcW Sl3Fvu4J7eHQ2lRiz.6n09qJw2CrhofC.ltryopVeBUhACJS8pQy3VkG8sCmW8NOCyQcn0WLCSqu sW9aHKuankiF9eSKUtwJjQfyz0qhzuzaxUw40dJykImn6aymxUZ0d7NyOWQaMSdI3en8iwGhs19k UErvTsjGFxAFuBXLKlU1cmbs4_2AKnprwdrMywXwgJZoOj8y4.EodN_H0qq4wOPJ0RWxmXXKoHml ZIZPgBys.4hKEVtuk6TfYoFmngRmZAy1egcVIInRdkckCB_hKGT.VIcPYugEu3yhad6JedZFwekY myXCmXAPBZSMB6uv0udSsdpx5.0NYN3bqpR1cL77ERjiTWCoOCxtaxLRid6ljsD3vItf9Niv2cea HjcNnUq41kbw5un_Mw08VQra91MdvnIiEEvulxbdhBEUodmTEg2JrO9vdIylm04D3f6jfNtC0qbd ZeAfHIJUvQNHLF3cefj89xA6yCK7ksnP7P3k2g8f4TNgp3PxJPtcSMGdK5i6zVkFNyJ8KIlTbpyU JfL4MGXUR_848UdaBLyPpXLJpJ9Oz9Qo15V988x0ZPjgVIQmznzz59f4iTdCG6FsRjRkTnhr5tLq SLlNVK1PH2Aw5p2O6VJiwP1CMi28aDNr4.prZ35Uyy.59XdrUm0GrD4jzYCqO5ZEFtjSuV0q8Iza u8XRGffXEGgKbLQ.0ljQJMb1Tx_7ZFwSK0o5NYXyE4_IUKMcsZgL38KC8gVxBo6SQi5vKyZ0HaJ1 LXQ04T7TX3JupkTLk8XLzyP_56BQLtf7uB5y5xBSSos8u_O7M2ccxTBbbPZne8eIUow52gNuQzwH ncwmjQFRnEeRw5vnX4tTbSm6IDNUfjRksd_cHGrtwtkLT1R2g5GaWBMNCgEpl2LIcwCvFhefnJLj yEmKMKIsYdSnToi_hVWtNnlTiIC72g8I0UNiOO17B0TV59heE5WQPE5x.5udBZXfxxDa3ybObQ1g 7SEilVLob9mQPmcLL4CZXDwsNTQNKZtr6IvKVup.BX30- Received: from sonic.gate.mail.ne1.yahoo.com by sonic313.consmr.mail.gq1.yahoo.com with HTTP; Mon, 8 Oct 2018 07:58:57 +0000 Received: from c-76-115-7-162.hsd1.or.comcast.net (EHLO [192.168.1.101]) ([76.115.7.162]) by smtp429.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 65de28c1ec8225682522d2443e31d53b for ; Mon, 08 Oct 2018 07:48:45 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Failed attempt to boot a (non-debug) head -r339076 on an old PowerMac G5 "Quad Core" (built via devel/powerpc64-gcc): Waking up CPU 1 Message-Id: <0E6DB192-37A3-45EC-87E9-C5AA1C9397AE@yahoo.com> Date: Mon, 8 Oct 2018 00:48:44 -0700 To: FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3445.9.1) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 07:59:04 -0000 [I finally have access to old PowerMacs again. The below is based on my environment for experimenting with building via more modern C/C++ compilers with matching toolchains. The build here was via a cross build from amd64 via devel/powerpc64-gcc .] When I attempt to boot the PowerMac G5 "Quad Core" with my head -r339076 build it gets as far a reporting (based on boot -v output): . . . ada0: (I'll not list the 5 ada0: lines) GEOM: new disk cd0 GEOM: new disk ada0 Adding CPU 0, hwref=ff89d680, awake=1 Waking up CPU 1 (dev=ff89eb70) That is the last of the output. After a while the fans wind up. (The text is hand translated from a picture of the screen.) Without the "boot -v" the "ada0:" lines are the last to show. The build is a non-debug build (with symbols). I've not tried a debug kernel build yet. It may be a while before I will get to. Nor have I tried a gcc 4.2.1 based build yet. At this point I do not have a clue what is going on. This early in the boot I'm not sure how or if I'll get a clue. (I've never had serial console access on the old PowerMac's, which contributes to the messy context.) I do have in place in the variation used of src.conf: LOADER_DEFAULT_INTERP=4th The PowerMac G5 used does boot fine with the boot disk I had experimented with back in May (or before). === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)