Bug 217715 - emulator/qemu fails if ncurses(port) is installed
Summary: emulator/qemu fails if ncurses(port) is installed
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-12 04:03 UTC by Walter Schwarzenfeld
Modified: 2017-03-29 06:08 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Schwarzenfeld freebsd_triage 2017-03-12 04:03:02 UTC
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