-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Conversation
Still failing on 10.10... Also please remove "Fixes #29988" from the commit message, that's a more general thread that we don't want to be closed when this is merged. |
I'd be extremely happy to see the larger thread closed by a PR that fixes all of the existing issues though 😉. I'm not quite sure what's going on with this. I get the same set of compile/preprocessor errors, but:
And it runs fine as well 😕 |
Fixes Homebrew#33093 Tested with tiger-vnc which is used by fltk
Commit message changed Here is my install log https://gist.github.com/scr34m/a79fa8e3bc34138875c8 so we could be a bit specific :) These errors found, maybe caused by autotools or simply just need to fix "again", here is a ticket about cmake / autotools http://www.fltk.org/str.php?L2916
Here is the output of my install run
|
The "errors" during configure are not really errors, that's just how autotools detects features. |
(the failure on the bot is here: http://bot.brew.sh/job/Homebrew%20Pull%20Requests/16274/version=yosemite/testReport/junit/brew-test-bot/yosemite/install_fltk/) |
@jacknagel yes already checking, but the problematic part passed sucessfully (Fl_cocoa.mm compile issue)
One problematic part is compiled on my machine sucessfully (copied from my gist):
But this error message "FAILED TO establish the default connection to the WindowServer" is telling the reason isnt? |
Upstream patched the 1.3 branch see http://www.fltk.org/str.php?L3141 |
@MikeMcQuaid Any idea about the WindowServer errors on 10.10? We keep seeing:
in this case it happens during compilation, but we saw the same error in the test for #33458. The 10.8 and 10.9 bots seem OK. |
There are some known, significant errors on 10.10 with the WindowServer. It is expected that Apple will drop a 10.10.1 reasonably soon with a fix. |
(Although from that error the WindowServer errors may have less to do with the known issues and more something like discussed here previously?). ❓ |
If it was a previously known issue, I would expect it to manifest on all three bots. |
@jacknagel Not sure I'm afraid; I don't think the bot seems to like running any sort of windowed applications any more. |
Fixes #33093
Tested with tiger-vnc which is uses fltk