From nobody Sat Apr 19 13:06:59 2025 X-Original-To: current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4ZfsNQ6HwYz5ssCQ for ; Sat, 19 Apr 2025 13:07:02 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mx.catwhisker.org (mx.catwhisker.org [107.204.234.170]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZfsNP4BnFz3hj0 for ; Sat, 19 Apr 2025 13:07:01 +0000 (UTC) (envelope-from david@catwhisker.org) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of david@catwhisker.org designates 107.204.234.170 as permitted sender) smtp.mailfrom=david@catwhisker.org Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.18.1/8.18.1) with ESMTP id 53JD6xfx002015 for ; Sat, 19 Apr 2025 13:06:59 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.18.1/8.18.1/Submit) id 53JD6xHU002014 for current@freebsd.org; Sat, 19 Apr 2025 06:06:59 -0700 (PDT) (envelope-from david) Date: Sat, 19 Apr 2025 06:06:59 -0700 From: David Wolfskill To: current@freebsd.org Subject: graphics/drm-61-kmod build failure for main-n276560-83dcc133c876 Message-ID: Reply-To: current@freebsd.org Mail-Followup-To: current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="NLkzrZQwDttmxz0w" Content-Disposition: inline X-Spamd-Result: default: False [2.03 / 15.00]; REPLYTO_EQ_TO_ADDR(5.00)[]; SIGNED_PGP(-2.00)[]; NEURAL_SPAM_LONG(0.93)[0.931]; NEURAL_HAM_SHORT(-0.80)[-0.798]; NEURAL_HAM_MEDIUM(-0.70)[-0.700]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; R_SPF_ALLOW(-0.20)[+ip4:107.204.234.170]; MISSING_XM_UA(0.00)[]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[catwhisker.org]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FREEFALL_USER(0.00)[david]; FROM_HAS_DN(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:7018, ipnet:107.192.0.0/12, country:US]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; MLMMJ_DEST(0.00)[current@freebsd.org]; MID_RHS_MATCH_FROMTLD(0.00)[]; R_DKIM_NA(0.00)[]; HAS_REPLYTO(0.00)[current@freebsd.org] X-Rspamd-Queue-Id: 4ZfsNP4BnFz3hj0 X-Spamd-Bar: ++ --NLkzrZQwDttmxz0w Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Running: FreeBSD g1-118.catwhisker.org 15.0-CURRENT FreeBSD 15.0-CURRENT #445 main-n= 276537-7121e9414f29: Fri Apr 18 12:36:30 UTC 2025 root@g1-120.catwhiske= r.org:/common/S4/obj/usr/src/amd64.amd64/sys/CANARY amd64 after updating sources to main-n276560-83dcc133c876, with a ports tree at main-n703265-33b43edfb65d, I find: =2E.. --- i915_gem_mman.o --- /common/S4/obj/usr/src/amd64.amd64/sys/CANARY/common/ports/graphics/drm-61-= kmod/work/drm-kmod-drm_v6.1.128_1/drivers/gpu/drm/i915/gem/i915_gem_mman.c:= 171:77: error: call to undeclared function 'vm_page_next'; ISO C99 and late= r do not support implicit function declarations [-Werror,-Wimplicit-functio= n-declaration] 171 | for (vm_page_t page =3D vm_page_find_least(= vmobj, 0); page !=3D NULL; page =3D vm_page_next(page)) { | = ^ /common/S4/obj/usr/src/amd64.amd64/sys/CANARY/common/ports/graphics/drm-61-= kmod/work/drm-kmod-drm_v6.1.128_1/drivers/gpu/drm/i915/gem/i915_gem_mman.c:= 171:75: error: incompatible integer to pointer conversion assigning to 'vm_= page_t' (aka 'struct vm_page *') from 'int' [-Wint-conversion] 171 | for (vm_page_t page =3D vm_page_find_least(= vmobj, 0); page !=3D NULL; page =3D vm_page_next(page)) { | = ^ ~~~~~~~~~~~~~~~~~~ 2 errors generated. *** [i915_gem_mman.o] Error code 1 make[1]: stopped making "all" in /common/S4/obj/usr/src/amd64.amd64/sys/CAN= ARY/common/ports/graphics/drm-61-kmod/work/drm-kmod-drm_v6.1.128_1/i915 make[1]: 1 error [end of excerpt from typescript -- dhw] This is using METAMODE (as I've done for ages, now); unfortunately: =2EERROR_TARGET=3D'all' =2EERROR_META_FILE=3D'' =2EMAKE.LEVEL=3D'2' MAKEFILE=3D'' so not much to be gained there (that I can see). I note that using the same ports tree, I had no issue with the similar update for stable/14, from stable/14-n271086-2a88aad6286d to stable/14-n271131-ee7a874557f4 (same machine; different slice). And yesterday's up date for head (main-n276506-a962800a09a4 to main-n276537-7121e9414f29, with the ports tree at main-n703215-0bca9d486f25) was uneventful. Peace, david --=20 David H. Wolfskill david@catwhisker.org "Checks and Balances" fails with sycophants in the other branches. See https://www.catwhisker.org/~david/publickey.gpg for my public key. --NLkzrZQwDttmxz0w Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iNUEARYKAH0WIQSTLzOSbomIK53fjFliipiWhXYx5QUCaAOf818UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0OTMy RjMzOTI2RTg5ODgyQjlEREY4QzU5NjI4QTk4OTY4NTc2MzFFNQAKCRBiipiWhXYx 5cI0AP9+FWDjyD5gJZnI3TMvBxFi2Pm76JrI01zX1DLPeSLuvwEA1PwxLdwScBMv YmvdMGvFKnz8cZJ6Dur3P5AlqRX4Ngs= =d7Jy -----END PGP SIGNATURE----- --NLkzrZQwDttmxz0w--