[Bug 227428] devel/cmake: fails to find suffixed libboost_python

2018-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227428

--- Comment #6 from Willem Jan Withagen  ---
(In reply to Jan Beich from comment #5)

Is there a ENV during CMake-ing that will tell the wanted Python version?

That will allow me to request either 2.7 or 3.x during CMake
Which will atleast work when libboost_python27.so is requested.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 227428] devel/cmake: fails to find suffixed libboost_python

2018-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227428

--- Comment #5 from Jan Beich  ---
CMake 3.11.0 doesn't help.
net/ceph: https://ptpb.pw/dFRs
math/kig: https://ptpb.pw/UUwO

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 224534] devel/py-qt5-core: fs violations due to stray __pycache__ directories

2018-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224534

Adriaan de Groot  changed:

   What|Removed |Added

 CC||adr...@freebsd.org
 Status|New |Closed
 Resolution|--- |FIXED

--- Comment #2 from Adriaan de Groot  ---
The packages for py-qt5-core and py-qt5-xml now include the compiled files in
__cache__ to avoid this; that was introduced in the revision that comment #1
refers to.

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

[Bug 227372] [exp-run] Update devel/cmake to 3.11.0

2018-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227372

--- Comment #4 from Antoine Brodin  ---
New failures on 10.3 i386:

http://package23.nyi.freebsd.org/data/103i386-default-PR227372/2018-04-13_19h38m53s/logs/errors/kwave-17.12.3.log
http://package23.nyi.freebsd.org/data/103i386-default-PR227372/2018-04-13_19h38m53s/logs/errors/kig-17.12.3.log
http://package23.nyi.freebsd.org/data/103i386-default-PR227372/2018-04-13_19h38m53s/logs/errors/ktorrent-5.1.0.log

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 227372] [exp-run] Update devel/cmake to 3.11.0

2018-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227372

--- Comment #3 from Antoine Brodin  ---
New failures on 10.3 amd64:

http://package22.nyi.freebsd.org/data/103amd64-default-PR227372/2018-04-13_19h38m50s/logs/errors/kwave-17.12.3.log
http://package22.nyi.freebsd.org/data/103amd64-default-PR227372/2018-04-13_19h38m50s/logs/errors/kig-17.12.3.log
http://package22.nyi.freebsd.org/data/103amd64-default-PR227372/2018-04-13_19h38m50s/logs/errors/ktorrent-5.1.0.log

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 227372] [exp-run] Update devel/cmake to 3.11.0

2018-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227372

--- Comment #2 from Antoine Brodin  ---
New failures on 11.1 i386:

http://package23.nyi.freebsd.org/data/111i386-default-PR227372/2018-04-13_11h19m57s/logs/errors/kwave-17.12.3.log
http://package23.nyi.freebsd.org/data/111i386-default-PR227372/2018-04-13_11h19m57s/logs/errors/kig-17.12.3.log
http://package23.nyi.freebsd.org/data/111i386-default-PR227372/2018-04-13_11h19m57s/logs/errors/ktorrent-5.1.0.log

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 227372] [exp-run] Update devel/cmake to 3.11.0

2018-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227372

--- Comment #1 from Antoine Brodin  ---
New failures on 11.1 amd64:

http://package22.nyi.freebsd.org/data/111amd64-default-PR227372/2018-04-13_12h26m36s/logs/errors/kwave-17.12.3.log
http://package22.nyi.freebsd.org/data/111amd64-default-PR227372/2018-04-13_12h26m36s/logs/errors/kig-17.12.3.log
http://package22.nyi.freebsd.org/data/111amd64-default-PR227372/2018-04-13_12h26m36s/logs/errors/ktorrent-5.1.0.log

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 226224] devel/qtcreator: segfaults when trying to parse a QML file

2018-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226224

--- Comment #5 from Adriaan de Groot  ---
I didn't want to dig much deeper than qmljscontext, but I suspect there's an
underlying problem with memory management. During debug-by-printf I found that
there were weird values for *this ending up in Context::imports() -- for
objects that were never allocated. Inserting this silly qDebug() stops that.

qtcreator still hangs on exit, sometimes.

I'm hoping, actually, that this goes away by magic with the next version of
qtcreator, in spite of upstream's "meh" attitude.

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

[Bug 226224] devel/qtcreator: segfaults when trying to parse a QML file

2018-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226224

--- Comment #4 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adridg
Date: Fri Apr 13 11:56:51 UTC 2018
New revision: 467236
URL: https://svnweb.freebsd.org/changeset/ports/467236

Log:
  Massage devel/qtcreator to not crash on opening files.

  The patch describes itself as a hack. It is.

  PR:   226224
  Reported by:  j...@ixsystems.com
  Approved by:  tcberner (mentor, implicit)

Changes:
  head/devel/qtcreator/Makefile
  head/devel/qtcreator/files/
  head/devel/qtcreator/files/patch-src_libs_qmljs_qmljscontext.cpp

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