• nvidia-driver-570 failing at 1500051+?

    From Nuno Teixeira@eduardo@freebsd.org to muc.lists.freebsd.ports on Sun Jul 27 11:51:28 2025
    From Newsgroup: muc.lists.freebsd.ports

    --000000000000bb239a063ae6f59e
    Content-Type: text/plain; charset="UTF-8"

    Hello,

    I'm at 1500051 on both world and poudriere jail. nvidia-driver was build on this jail as I'm using it on my system.

    I'm getting build errors from it today.
    Anyone have same issue? Maybe some dependency causing trouble?

    ```
    --- nvidia_subr.o ---
    nvidia_subr.c:1456:15: error: use of undeclared identifier 'kva_layout'
    1456 | if (va >= kva_layout.dmap_low && va < kva_layout.dmap_high)
    | ^
    nvidia_subr.c:1456:43: error: use of undeclared identifier 'kva_layout'
    1456 | if (va >= kva_layout.dmap_low && va < kva_layout.dmap_high)
    | ^
    2 errors generated.
    ```

    Thanks,
    --
    Nuno Teixeira
    FreeBSD UNIX: <eduardo@FreeBSD.org> Web: https://FreeBSD.org

    --000000000000bb239a063ae6f59e
    Content-Type: text/html; charset="UTF-8"
    Content-Transfer-Encoding: quoted-printable

    <div dir=3D"ltr"><div><div>Hello,<br></div><div><br></div><div>I&#39;m at= =C2=A01500051 on both world and poudriere jail. nvidia-driver was build on = this jail as I&#39;m using it on my system.<br><br></div><div>I&#39;m getti=
    ng build errors from it today.<br></div><div>Anyone have same issue? Maybe = some dependency causing trouble?<br><br>```<br>--- nvidia_subr.o ---<br>nvi= dia_subr.c:1456:15: error: use of undeclared identifier &#39;kva_layout&#39= ;<br>=C2=A01456 | =C2=A0 =C2=A0 if (va &gt;=3D kva_layout.dmap_low &amp;&am=
    p; va &lt; kva_layout.dmap_high)<br>=C2=A0 =C2=A0 =C2=A0 | =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^<br>nvidia_subr.c:1456:43: error: use o=
    f undeclared identifier &#39;kva_layout&#39;<br>=C2=A01456 | =C2=A0 =C2=A0 =
    if (va &gt;=3D kva_layout.dmap_low &amp;&amp; va &lt; kva_layout.dmap_high)= <br>=C2=A0 =C2=A0 =C2=A0 | =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
    =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
    =A0 =C2=A0 =C2=A0 =C2=A0 ^<br>2 errors generated.<br>```</div><br></div><di= v>Thanks,</div><div><br></div><div><span class=3D"gmail_signature_prefix">-=
    - </span><br><div dir=3D"ltr" class=3D"gmail_signature" data-smartmail=3D"g= mail_signature"><div dir=3D"ltr"><div><font color=3D"#888888">Nuno Teixeira= </font></div><div><div><font color=3D"#888888">
    FreeBSD UNIX:=C2=A0 &lt;eduardo@FreeBSD.org&gt;=C2=A0 =C2=A0Web:=C2=A0 <a h= ref=3D"https://FreeBSD.org" rel=3D"noreferrer" target=3D"_blank">https://Fr= eeBSD.org</a><br></font></div></div></div></div></div></div>

    --000000000000bb239a063ae6f59e--


    --
    Posted automagically by a mail2news gateway at muc.de e.V.
    Please direct questions, flames, donations, etc. to news-admin@muc.de
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tomoaki AOKI@junchoon@dec.sakura.ne.jp to muc.lists.freebsd.ports on Sun Jul 27 20:26:57 2025
    From Newsgroup: muc.lists.freebsd.ports

    On Sun, 27 Jul 2025 11:51:28 +0100
    Nuno Teixeira <eduardo@freebsd.org> wrote:

    Hello,

    I'm at 1500051 on both world and poudriere jail. nvidia-driver was build on this jail as I'm using it on my system.

    I'm getting build errors from it today.
    Anyone have same issue? Maybe some dependency causing trouble?

    ```
    --- nvidia_subr.o ---
    nvidia_subr.c:1456:15: error: use of undeclared identifier 'kva_layout'
    1456 | if (va >= kva_layout.dmap_low && va < kva_layout.dmap_high)
    | ^
    nvidia_subr.c:1456:43: error: use of undeclared identifier 'kva_layout'
    1456 | if (va >= kva_layout.dmap_low && va < kva_layout.dmap_high)
    | ^
    2 errors generated.
    ```

    Thanks,

    --
    Nuno Teixeira
    FreeBSD UNIX: <eduardo@FreeBSD.org> Web: https://FreeBSD.org

    Is your src tree up to date?
    There is around 10 days of broken window, as __FreeBSD_version was not
    bumped at the moment until the offending commit was done after
    1500051. And bump for the commit was done after the fix landed
    on ports tree.

    https://cgit.freebsd.org/ports/commit/x11/nvidia-driver?id=9302fb05a0c6599bbe8963ff5201fd3b99994535

    See the comments in the diff.

    FYI: Corresponding bump was done at
    https://cgit.freebsd.org/src/commit/?id=ff2dc0bca3728448284d757ca983d023da7279b5

    I've noticed this but the patch in review (already accepted before
    this bump was done) landed before I update patch to narrow down broken
    window.

    This kind of bumps should be better done just next to breaking commits.
    See discussion between kib@ and me in the linked PR of the commits.

    Regards.
    --
    Tomoaki AOKI <junchoon@dec.sakura.ne.jp>


    --
    Posted automagically by a mail2news gateway at muc.de e.V.
    Please direct questions, flames, donations, etc. to news-admin@muc.de
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Nuno Teixeira@eduardo@freebsd.org to muc.lists.freebsd.ports on Sun Jul 27 15:15:23 2025
    From Newsgroup: muc.lists.freebsd.ports

    --000000000000061764063ae9cfa1
    Content-Type: text/plain; charset="UTF-8"
    Content-Transfer-Encoding: quoted-printable

    Hello!

    Thanks for explanation and commit links. I will update my src next days, so actual build error will be go away.

    Cheers!

    Tomoaki AOKI <junchoon@dec.sakura.ne.jp> escreveu (domingo, 27/07/2025 =C3= =A0(s)
    12:27):

    On Sun, 27 Jul 2025 11:51:28 +0100
    Nuno Teixeira <eduardo@freebsd.org> wrote:

    Hello,

    I'm at 1500051 on both world and poudriere jail. nvidia-driver was buil=
    d
    on
    this jail as I'm using it on my system.

    I'm getting build errors from it today.
    Anyone have same issue? Maybe some dependency causing trouble?

    ```
    --- nvidia_subr.o ---
    nvidia_subr.c:1456:15: error: use of undeclared identifier 'kva_layout'
    1456 | if (va >=3D kva_layout.dmap_low && va < kva_layout.dmap_hig=
    h)
    | ^
    nvidia_subr.c:1456:43: error: use of undeclared identifier 'kva_layout'
    1456 | if (va >=3D kva_layout.dmap_low && va < kva_layout.dmap_hig=
    h)
    | ^
    2 errors generated.
    ```

    Thanks,

    --
    Nuno Teixeira
    FreeBSD UNIX: <eduardo@FreeBSD.org> Web: https://FreeBSD.org

    Is your src tree up to date?
    There is around 10 days of broken window, as __FreeBSD_version was not
    bumped at the moment until the offending commit was done after
    1500051. And bump for the commit was done after the fix landed
    on ports tree.


    https://cgit.freebsd.org/ports/commit/x11/nvidia-driver?id=3D9302fb05a0c6=
    599bbe8963ff5201fd3b99994535

    See the comments in the diff.

    FYI: Corresponding bump was done at

    https://cgit.freebsd.org/src/commit/?id=3Dff2dc0bca3728448284d757ca983d02=
    3da7279b5

    I've noticed this but the patch in review (already accepted before
    this bump was done) landed before I update patch to narrow down broken window.

    This kind of bumps should be better done just next to breaking commits.
    See discussion between kib@ and me in the linked PR of the commits.

    Regards.

    --
    Tomoaki AOKI <junchoon@dec.sakura.ne.jp>



    --=20
    Nuno Teixeira
    FreeBSD UNIX: <eduardo@FreeBSD.org> Web: https://FreeBSD.org

    --000000000000061764063ae9cfa1
    Content-Type: text/html; charset="UTF-8"
    Content-Transfer-Encoding: quoted-printable

    <div dir=3D"ltr"><div><div>Hello!<br><br></div>Thanks for explanation and c= ommit links. I will update my src next days, so actual build error will be =
    go away.<br><br></div>Cheers!</div><br><div class=3D"gmail_quote gmail_quot= e_container"><div dir=3D"ltr" class=3D"gmail_attr">Tomoaki AOKI &lt;<a href= =3D"mailto:junchoon@dec.sakura.ne.jp">junchoon@dec.sakura.ne.jp</a>&gt; esc= reveu (domingo, 27/07/2025 =C3=A0(s) 12:27):<br></div><blockquote class=3D"= gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(20= 4,204,204);padding-left:1ex">On Sun, 27 Jul 2025 11:51:28 +0100<br>
    Nuno Teixeira &lt;<a href=3D"mailto:eduardo@freebsd.org" target=3D"_blank">= eduardo@freebsd.org</a>&gt; wrote:<br>

    &gt; Hello,<br>
    &gt; <br>
    &gt; I&#39;m at 1500051 on both world and poudriere jail. nvidia-driver was=
    build on<br>
    &gt; this jail as I&#39;m using it on my system.<br>
    &gt; <br>
    &gt; I&#39;m getting build errors from it today.<br>
    &gt; Anyone have same issue? Maybe some dependency causing trouble?<br>
    &gt; <br>
    &gt; ```<br>
    &gt; --- nvidia_subr.o ---<br>
    &gt; nvidia_subr.c:1456:15: error: use of undeclared identifier &#39;kva_la= yout&#39;<br>
    &gt;=C2=A0 1456 |=C2=A0 =C2=A0 =C2=A0if (va &gt;=3D kva_layout.dmap_low &am= p;&amp; va &lt; kva_layout.dmap_high)<br>
    &gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0^<br>
    &gt; nvidia_subr.c:1456:43: error: use of undeclared identifier &#39;kva_la= yout&#39;<br>
    &gt;=C2=A0 1456 |=C2=A0 =C2=A0 =C2=A0if (va &gt;=3D kva_layout.dmap_low &am= p;&amp; va &lt; kva_layout.dmap_high)<br>
    &gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
    =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^<br>
    &gt; 2 errors generated.<br>
    &gt; ```<br>
    &gt; <br>
    &gt; Thanks,<br>
    &gt; <br>
    &gt; -- <br>
    &gt; Nuno Teixeira<br>
    &gt; FreeBSD UNIX:=C2=A0 &lt;eduardo@FreeBSD.org&gt;=C2=A0 =C2=A0Web:=C2=A0=
    <a href=3D"https://FreeBSD.org" rel=3D"noreferrer" target=3D"_blank">https= ://FreeBSD.org</a><br>

    Is your src tree up to date?<br>
    There is around 10 days of broken window, as __FreeBSD_version was not<br> bumped at the moment until the offending commit was done after<br>
    1500051. And bump for the commit was done after the fix landed<br>
    on ports tree.<br>

    =C2=A0 <a href=3D"https://cgit.freebsd.org/ports/commit/x11/nvidia-driver?i= d=3D9302fb05a0c6599bbe8963ff5201fd3b99994535" rel=3D"noreferrer" target=3D"= _blank">https://cgit.freebsd.org/ports/commit/x11/nvidia-driver?id=3D9302fb= 05a0c6599bbe8963ff5201fd3b99994535</a><br>

    See the comments in the diff.<br>

    FYI: Corresponding bump was done at<br>
    =C2=A0 <a href=3D"https://cgit.freebsd.org/src/commit/?id=3Dff2dc0bca372844= 8284d757ca983d023da7279b5" rel=3D"noreferrer" target=3D"_blank">https://cgi= t.freebsd.org/src/commit/?id=3Dff2dc0bca3728448284d757ca983d023da7279b5</a>=


    I&#39;ve noticed this but the patch in review (already accepted before<br>
    this bump was done) landed before I update patch to narrow down broken<br> window.<br>

    This kind of bumps should be better done just next to breaking commits.<br>
    See discussion between kib@ and me in the linked PR of the commits.<br>

    Regards.<br>

    -- <br>
    Tomoaki AOKI=C2=A0 =C2=A0 &lt;<a href=3D"mailto:junchoon@dec.sakura.ne.jp" = target=3D"_blank">junchoon@dec.sakura.ne.jp</a>&gt;<br> </blockquote></div><div><br clear=3D"all"></div><br><span class=3D"gmail_si= gnature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature"><d=
    iv dir=3D"ltr"><div><font color=3D"#888888">Nuno Teixeira</font></div><div>= <div><font color=3D"#888888">
    FreeBSD UNIX:=C2=A0 &lt;eduardo@FreeBSD.org&gt;=C2=A0 =C2=A0Web:=C2=A0 <a h= ref=3D"https://FreeBSD.org" rel=3D"noreferrer" target=3D"_blank">https://Fr= eeBSD.org</a><br></font></div></div></div></div>

    --000000000000061764063ae9cfa1--


    --
    Posted automagically by a mail2news gateway at muc.de e.V.
    Please direct questions, flames, donations, etc. to news-admin@muc.de
    --- Synchronet 3.21a-Linux NewsLink 1.2