Re: FYI: what it takes for RAM+swap to build devel/llvm40 with 4 processors or cores and WITH__DEBUG= (powerpc64 example)

2017-03-31 Thread Mark Millard
On 2017-Mar-30, at 7:51 PM, Mark Millard wrote: > On 2017-Mar-30, at 1:22 PM, Mark Millard wrote: > >> Sounds like the ALLOW_OPTIMIZATIONS_FOR_WITH_DEBUG technique >> would not change the "WITNESS and INVARIANTS"-like part of the >> issue. In fact if WITH_DEBUG= causes the cmake debug-style >>

databases/mariadb101-client upgraded in wrong order, resulted in missing files

2017-03-31 Thread Miroslav Lachman
I don't know if it was "pkg" fault or mariadb101-server and mariadb101-client conflict. I did standard "pkg upgrade" and at the end I have half files of mariadb101-client missing: # pkg check -Ba Checking all packages: ... pkg: fstat() failed for(/usr/local/bin/msql2mysql): No such file or d

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

FreeBSD ports you maintain which are out of date

2017-03-31 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

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: textproc/kibana50 and version of node.js

2017-03-31 Thread Miroslav Lachman
Tom Judge wrote on 2017/03/30 18:43: On Mar 30, 2017, at 11:27 AM, Miroslav Lachman <000.f...@quip.cz> wrote: Bradley T. Hughes wrote on 2017/03/30 11:10: On 30 Mar 2017, at 10:00, Miroslav Lachman <000.f...@quip.cz> wrote: Hi, Hi! :) we are using npm + node in version 7.8.0 and Elasti