[Bug 217715] emulator/qemu fails if ncurses(port) is installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 12 04:03:02 UTC 2017


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

            Bug ID: 217715
           Summary: emulator/qemu fails if ncurses(port) is installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: w.schwarzenfeld at utanet.at

Qemu fails if with
In work/qemu-2.8.0/ui/egl-helpers.c exists another error:

i/egl-helpers.c:55:30: error: use of undeclared identifier 'O_CLOEXEC'
        r = open(p, O_RDWR | O_CLOEXEC | O_NOCTTY | O_NONBLOCK);

this is related to the ncurses option.
If have (10.3-RELEASE-p17  amd64) ncurses from the port installed
(cmake and other ports need it, so I can't deinstall).

Set NCURSES to off does not help.

It compiles fine and without any warnings if I added to the Makefile

NCURSES_CONFIGURE_OFF=  --disable-curses

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


More information about the freebsd-ports-bugs mailing list