[Bug 242236] devel/libsysinfo: move headers under include/libsysinfo/ prefix

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 25 21:55:12 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242236

            Bug ID: 242236
           Summary: devel/libsysinfo: move headers under
                    include/libsysinfo/ prefix
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch, needs-qa
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: imp at bsdimp.com
             Flags: maintainer-feedback?(imp at bsdimp.com)
                CC: imp at bsdimp.com

Ports with USES=localbase and lang/gcc* look under /usr/local/include by
default. Unexpected consumers may auto-detect sysinfo() based on sys/sysinfo.h
availability but assume the symbol is in libc, not a separate library. In
shared libraries underlinking may go unnoticed.

Steps to reproduce:
1. pkg install gcc9 libsysinfo xorg-minimal
2. CC=gcc9 make install clean -C/usr/ports/x11-drivers/xf86-video-intel
3. Adjust xorg.conf to use "intel" driver
4. startx
5. Livelock from VT switch to X server that failed to start

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


More information about the freebsd-ports-bugs mailing list