Re: ghc 8.10.2 won't build haddock on i386

2020-10-29 Thread Greg Steuck
Hi Matthias, Picking up this thread. On Mon, Sep 7, 2020 at 11:21 AM Matthias Kilian wrote: > Hi, > > On Sat, Sep 05, 2020 at 11:14:47PM -0700, Greg Steuck wrote: > > Looks like we can't easily generate haddock on i386 with ghc 8.10.2. It > > simply wants more RAM than the platform permits. The

assembler error on trying to port OpenBLAS

2020-10-29 Thread Aisha Tammy
Hi, I'm trying to port OpenBLAS to the tree and am currently getting some weird assembler errors (port makefile is attached at end math/openblas) ../kernel/x86_64/saxpy_microk_sandy-2.c: Assembler messages: ../kernel/x86_64/saxpy_microk_sandy-2.c:37: Error: no such instruction: `vbroadcastss (%r

Re: 回复: 回复: pysol doesn't run

2020-10-29 Thread Daniel Dickman
On Thu, 29 Oct 2020, wen heping wrote: > Here is the patch to update games/pysol to 2.10.1. > > wen > Hi Wen, please try running "pysol". What happens? :-) (See my previous notes on needing a new port for pysol_cards)

Re: [maintainer update] py-setuptools 41.6.0 -> 44.1.1

2020-10-29 Thread Kurt Mosiejczuk
On Fri, Oct 23, 2020 at 01:20:09PM -0400, Kurt Mosiejczuk wrote: > On Fri, Oct 23, 2020 at 12:41:49PM -0400, Daniel Dickman wrote: > > I tried running "make test" under both of the python2 and python3 flavors. > > Neither worked, but very possible could be something local on my end as my > > tree

Chromium empty unresponsive windows in -current

2020-10-29 Thread Greg Steuck
I just installed chromium-86.0.4240.111p0 on amd64-current and hit the errors others have also reported. I got an empty window and a bit later another one with a title complaining about the unresponsive original window. Both of them were empty, so I only guess from their titles. A kill-restart roun

some icu4c fallout

2020-10-29 Thread Matthias Kilian
Hi, it looks like the recent update of icu4c breaks a couple of other ports (editors/libreoffice, www/webkitgtk4, x11/qt5/qtwebkit, x11/qt5/qtwebengine, textproc/libical so far for my build). The reason appears to be that icu4c used to #define TRUE and FALSE but no lonber does, and the consuming p

Re: [Update] gerbv 2.6.2 -> 2.7.0

2020-10-29 Thread Brian Callahan
Hi Tracey -- On Thursday, October 29, 2020 12:53 PM, Tracey Emery wrote: > Hello ports and Brian, > > This is an update for gerbv to version 2.7.0. I'm working on another > port that fails to build with 2.6.2, as there was apparently a bug > introduced the breaks linking with an undefined refer

Re: Allowing multiple providers of libraries - BLAS/LAPACK

2020-10-29 Thread Martin Reindl
Am 29.10.20 um 00:07 schrieb Aisha Tammy: > Attached updated diff with documentation generated using doxygen. Can you please provide a diff which applies with 'patch -p1' (or -p0)? Thank you. -m

Re: [macppc] x11/gnustep/*: fix make, mark base BROKEN

2020-10-29 Thread Charlene Wendling
Hi, On Thu, 29 Oct 2020 01:24:07 -0400 George Koehler wrote: > On Thu, 8 Oct 2020 01:08:05 +0200 > Charlene Wendling wrote: > > > Hi, > > > > Here are the current gnustep/libobjc failures: > > > > http://build-failures.rhaalovely.net/powerpc/2020-08-23/www/sope.log > > http://build-failures.r

handbrake-1.3.3 high CPU load while idle on amd64

2020-10-29 Thread Morgan Aldridge
Hi Brian and @ports, Thanks for the HandBrake port. I'm seeing high CPU load with handbrake-1.3.3 on 6.8-stable amd64 while ghb is open and idle, starting at first launch. This is without opening any sources. Top shows high CPU load for gbh: 25307 1000 20 42M 69M onproc/1 poll

[Update] gerbv 2.6.2 -> 2.7.0

2020-10-29 Thread Tracey Emery
Hello ports and Brian, This is an update for gerbv to version 2.7.0. I'm working on another port that fails to build with 2.6.2, as there was apparently a bug introduced the breaks linking with an undefined reference to screen. The port builds fine with this update. Looks like quite a few function

Re: [Update] print/qpdf : Update to 10.0.2

2020-10-29 Thread Antoine Jacoutot
On Thu, Oct 29, 2020 at 06:45:45AM +, wen heping wrote: > Hi, >Here is a patch for print/qpdf to update to 10.0.2. >It build well on amd64-6.8 system. > > > Cheers ! > wen Committed, thanks. (WANTLIB needed to be regen'd) > Index: Makefile >