Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2022 11:10:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 266227] [exp-run] Request for exp-run with qsort_r API change
Message-ID:  <bug-266227-7141-l4L9NufUfe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266227-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266227-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266227

--- Comment #24 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Db3fbc0c3d48c5e1cc7ac2e87e3ee1f8=
47120bfab

commit b3fbc0c3d48c5e1cc7ac2e87e3ee1f847120bfab
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-09-17 07:47:03 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-09-17 11:09:03 +0000

    graphics/mesa-devel: unbreak on -CURRENT after GNU qsort_r

    In file included from ../src/util/u_qsort.cpp:24:
    ../src/util/u_qsort.h:68:4: error: no matching function for call to
'qsort_r'
       qsort_r(base, nmemb, size, &data, util_qsort_adapter);
       ^~~~~~~
    /usr/include/stdlib.h:314:7: note: candidate function not viable: no kn=
own
conversion from 'struct util_qsort_adapter_data *' to 'int (*)(const void *,
const void *, void *)' for 4th argument
    void     qsort_r(void *, size_t, size_t,
             ^

    PR:             266227
    Reported by:    antoine (via exp-run)
    Submitted by:   delphij

 graphics/mesa-devel/Makefile | 1 +
 graphics/mesa-devel/distinfo | 2 ++
 2 files changed, 3 insertions(+)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266227-7141-l4L9NufUfe>