Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2019 21:55:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242236] devel/libsysinfo: move headers under include/libsysinfo/ prefix
Message-ID:  <bug-242236-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: imp@bsdimp.com
             Flags: maintainer-feedback?(imp@bsdimp.com)
                CC: imp@bsdimp.com

Ports with USES=3Dlocalbase and lang/gcc* look under /usr/local/include by
default. Unexpected consumers may auto-detect sysinfo() based on sys/sysinf=
o.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=3Dgcc9 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

--=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-242236-7788>