Page MenuHomeFreeBSD

Fix build of xorg-server when libudev-devd is installed
ClosedPublic

Authored by rezny on Feb 22 2017, 8:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 27, 12:19 AM
Unknown Object (File)
Wed, Sep 24, 1:44 PM
Unknown Object (File)
Fri, Sep 19, 11:37 PM
Unknown Object (File)
Wed, Sep 17, 12:45 AM
Unknown Object (File)
Sep 1 2025, 6:48 AM
Unknown Object (File)
Aug 24 2025, 10:24 AM
Unknown Object (File)
Aug 19 2025, 10:45 PM
Unknown Object (File)
Aug 16 2025, 5:28 PM
Subscribers

Details

Summary

The configure script for xorg-server detects libudev-devd as udev and the build fails while compiling code depending on logind. The ports that depend on libudev-devd, xyaland and xf86-input-libinput, were added after the last update and the issue is not seen in poudriere but appears on live systems. Fix it by explicitly disabling use of udev, and thus also logind/systemd, instead of relying on the assumption configure would never find udev.

Test Plan

confirmed on 11 and HEAD amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rezny retitled this revision from to Fix build of xorg-server when libudev-devd is installed.
rezny updated this object.
rezny edited the test plan for this revision. (Show Details)
rezny added reviewers: x11, swills, feld.
swills edited edge metadata.

Approved

This revision is now accepted and ready to land.Feb 22 2017, 6:28 PM
This revision was automatically updated to reflect the committed changes.