Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2017 09:32:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218525] multimedia/libcec fails to build when udev is present
Message-ID:  <bug-218525-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 218525
           Summary: multimedia/libcec fails to build when udev is present
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: holindho@saunalahti.fi
                CC: manuel.creach@icloud.com
                CC: manuel.creach@icloud.com
             Flags: maintainer-feedback?(manuel.creach@icloud.com)

There are sysctlbyname calls in

libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterDetection.c=
pp

which depend on the respective headers (sys/types.h, sys/sysctl.h), which in
turn are not #include'd when the port is built with udev present.=20

An easy, non-portable, fix is to just include the #if __FreeBSD__ #includes=
 in
the UDEV conditional, too.

--=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-218525-13>