Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2023 14:03:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 273354] x11/libinput: fails to build on stable/14
Message-ID:  <bug-273354-7141-At9GVc9kN2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273354-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273354-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=3D273354

Guido Falsi <madpilot@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |madpilot@FreeBSD.org

--- Comment #3 from Guido Falsi <madpilot@FreeBSD.org> ---
(In reply to Kenneth Raplee from comment #2)

I've seen this with recent head (post 15). I've fixed in an almost identical
way (I used a different name)

I noticed this is caused by the addition of /usr/include/sys/timerfd.h in
https://cgit.freebsd.org/src/commit/?id=3Daf93fea710385b2b11f0cabd377e7ed6f=
3d97c34

libinput includes this file, but the new file causes /usr/include/sys/param=
.h
to also be included, that defines NOFILE, producing this error.

Since that NOFILE definition is local to that source file, I think this is =
the
correct fix.

I'm posting a patch shortly to help the maintainer.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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