From owner-freebsd-ports@freebsd.org Mon May 18 16:05:03 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2252A2CEB8A for ; Mon, 18 May 2020 16:05:03 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 49QkP96Z20z3yDR for ; Mon, 18 May 2020 16:05:01 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id 04IG4u7r064387 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Mon, 18 May 2020 09:04:56 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id 04IG4u2S064386 for freebsd-ports@freebsd.org; Mon, 18 May 2020 09:04:56 -0700 (PDT) (envelope-from fbsd) Date: Mon, 18 May 2020 09:04:56 -0700 From: bob prohaska To: freebsd-ports@freebsd.org Subject: More xorg mischief on Rpi3B, failed to open /dev/io Message-ID: <20200518160456.GA64331@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 49QkP96Z20z3yDR X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of fbsd@www.zefox.net has no SPF policy when checking 50.1.20.27) smtp.mailfrom=fbsd@www.zefox.net X-Spamd-Result: default: False [2.68 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; WWW_DOT_DOMAIN(0.50)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.78)[0.781]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[zefox.net]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_WWW(0.50)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2020 16:05:03 -0000 Enabling amdgpu in llvm80 solved the problem of compiling xorg on a Pi3b, but now that it's built and installed it still fails to run. Running X -configure as root produces X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 12.1-STABLE arm64 Current Operating System: FreeBSD nemesis.zefox.com 12.1-STABLE FreeBSD 12.1-STABLE r361020 GENERIC arm64 Build Date: 17 May 2020 04:22:05PM Current version of pixman: 0.40.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 08:52:43 2020 List of video drivers: scfb modesetting scfb trace: probe start No devices to configure. Configuration failed. (EE) Server terminated with error (2). Closing log file. The log file looks happy until [302404.406] (WW) xf86EnableIO: Failed to open /dev/io for extended I/O [302404.406] (WW) Falling back to old probe method for scfb [302404.406] scfb trace: probe start [302404.406] (WW) Falling back to old probe method for modesetting [302404.406] No devices to configure. Configuration failed. [302404.407] (EE) Server terminated with error (2). Closing log file. There is indeed no /dev/io, and I can't find any references to it. There's a thread at https://forums.freebsd.org/threads/no-devices-to-configure-configuration-failed.18348/ reporting a smilar failure, but traces the problem to having kern_securelevel="1", while mine is -1 (evidently the default). Thanks for reading, any hints appreciated... bob prohaska