Re: Recent devel/libclc update breaking graphics/dri - it seems

2017-03-31 Thread Stari Karp
On Fri, 2017-03-31 at 11:22 +0200, Walter Schwarzenfeld wrote: > Now it is the question, why it happens on your system. MAKE_LLVM_VER= > 39  > is explicit set in the masterport (lib/libGL) and compiles with > llvm39 > > without problems on my system (10.3amd64). > > For the problem with llvm40 (I

Re: Recent devel/libclc update breaking graphics/dri - it seems

2017-03-31 Thread Tommy Scheunemann
Hi, I guess it was the way I updated. First updating libclc, it pulled llvm40 in. Then I thought - ok, so llvm40 is the game now - removing llvm39 and doing a: "portmaster -o devel/llvm40 llvm39". Afterwards graphics/dri failed updating. I rolled back to the snapshot before these tasks were e

Re: Recent devel/libclc update breaking graphics/dri - it seems

2017-03-31 Thread Walter Schwarzenfeld
typo: should be graphics/libGL. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Recent devel/libclc update breaking graphics/dri - it seems

2017-03-31 Thread Walter Schwarzenfeld
Now it is the question, why it happens on your system. MAKE_LLVM_VER= 39 is explicit set in the masterport (lib/libGL) and compiles with llvm39 without problems on my system (10.3amd64). For the problem with llvm40 (I don't know if it is really relevant in the moment cause of MAKE_LLVM_VER) I

Re: Recent devel/libclc update breaking graphics/dri - it seems

2017-03-31 Thread Tommy Scheunemann
Hi, yip - that did it. Thanks On Fri, 31 Mar 2017, Walter Schwarzenfeld wrote: Try Makefile: +MESA_LLVM_VER= 39 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "

Re: Recent devel/libclc update breaking graphics/dri - it seems

2017-03-30 Thread Walter Schwarzenfeld
Try Makefile: +MESA_LLVM_VER= 39 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Recent devel/libclc update breaking graphics/dri - it seems

2017-03-30 Thread Tommy Scheunemann
Hi every1, it seems - hopefully not just for me (sorry) - the recent devel/libclc update breaks graphics/dri. Upon updating libclc, llvm40 gets lurked into the system and graphics/dri gets rebuilt, using llvm40 - even if 3.9 is installed - for compilation. The compile then stops with. --- SNI