[Bug 241227] ports-mgmt/portmaster: Portmaster reinstalls dependencies that are are flavorized and already installed

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241227 --- Comment #22 from Tatsuki Makino --- portmaster-3.19_20 seems to be working properly now. Thank you very much. -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 lum...@gmail.com changed: What|Removed |Added CC||lum...@gmail.com --- Comment #24

[Bug 241227] ports-mgmt/portmaster: Portmaster reinstalls dependencies that are are flavorized and already installed

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241227 --- Comment #21 from Walter Schwarzenfeld --- (In reply to Walter Schwarzenfeld from comment #19) Thanks, works after ports r523835. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 Kubilay Kocak changed: What|Removed |Added See Also||https://github.com/numpy/nu

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #23 from Robert Kruus --- Yes, but the key was to delete suitesparse first, and any libs in /usr/local/compat... from the old openblas. Not deleting suitesparse kept references to libopenblasp.so.0 (from the older version of op

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #22 from Steve Wills --- (In reply to Robert Kruus from comment #19) Robert, is your issue solved now that you've reinstalled suitesparse? -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #21 from Steve Wills --- (In reply to rsmith from comment #20) I see now. I was able to reproduce with math/blas (blas-3.5.0_6) installed. The patch does seem to avoid the issue. I'll commit it in a bit. -- You are receiving t

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #20 from rsm...@xs4all.nl --- (In reply to Steve Wills from comment #1) The fact that I also have blas-3.5.0_6 installed (for Calculix) has a bearing on this issue. > pkg list blas-3.5.0_6 /usr/local/lib/libblas.a /usr/local/li

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #19 from Robert Kruus --- BTW: pkg info -x blas openblas-0.3.7,1 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-python@freebsd.org mailing list

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #18 from Robert Kruus --- So py-numpy installed/upgraded fine if I did pkg delete suitesparse and reinstalled it. (see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243524 as to why I did that). It rebuilt the following (ev

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #17 from rsm...@xs4all.nl --- (In reply to Kubilay Kocak from comment #2) Upstream issue: https://github.com/numpy/numpy/issues/15389 -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #16 from rsm...@xs4all.nl --- (In reply to Steve Wills from comment #15) Here are all my blas packages: > pkg info -x blas blas-3.5.0_6 openblas-0.3.7,1 There is no cblas, which explains why the error occurs; the system_info.p

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #15 from Steve Wills --- (In reply to rsmith from comment #14) Ah, ok. Can you tell me if you have cblas installed or give me a full pkg listing? Apologies if you did already and I missed it. -- You are receiving this mail bec

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #14 from rsm...@xs4all.nl --- (In reply to Steve Wills from comment #13) That was Robert Kruus in comment #7, not me. :-) -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #13 from Steve Wills --- (In reply to rsmith from comment #12) Sorry, I think I was confused since earlier you said: "my numpy is now linked to: /usr/local/lib/compat/pkg/libopenblasp.so.0" -- You are receiving this mail beca

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #12 from rsm...@xs4all.nl --- (In reply to Steve Wills from comment #11) I don't have a /usr/local/lib/compat directory. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #11 from Steve Wills --- (In reply to rsmith from comment #10) What is in your /usr/local/lib/compat/pkg/? Does it change things if you were to say temporarily rename that directory during the rebuild? -- You are receiving thi

[Bug 241227] ports-mgmt/portmaster: Portmaster reinstalls dependencies that are are flavorized and already installed

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241227 Stefan Esser changed: What|Removed |Added Status|Open|In Progress -- You are receiving t

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #10 from rsm...@xs4all.nl --- (In reply to Steve Wills from comment #3) I've added my build log as an attachment. I'm building against OpenBlas 0.3.7. -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #9 from rsm...@xs4all.nl --- Created attachment 210971 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210971&action=edit build log Please find attached the build log. Below is the info about the OpenBlas I'm building

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #8 from Steve Wills --- (In reply to Robert Kruus from comment #7) Can you show my the initial build failure message? -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #7 from Robert Kruus --- openblas-0.3.7,1 Just update today. I notice there is no libopenblasp.so in this version, my numpy is now linked to: /usr/local/lib/compat/pkg/libopenblasp.so.0 No other blas or lapack installed. pkg

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #6 from Steve Wills --- (In reply to Robert Kruus from comment #5) What version of openblas do you have installed? Do you have cblas installed, and if so what version? (If you have cblas, remove it.) A full `pkg info` output mig

[Bug 242997] games/oolite: Fix build for Python 3.x

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242997 --- Comment #7 from lightside --- (In reply to Kubilay Kocak from comment #6) > If oolite supports Python 2.x/3.x, USES=python: should be 2.7+ > or 2.7-3.x where x is the highest currently supported Python 3.x version Yes, games/oolite buil

[Bug 242997] games/oolite: Fix build for Python 3.x

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242997 lightside changed: What|Removed |Added Attachment #210814|0 |1 is obsolete|

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #5 from Robert Kruus --- My build fails at configure -- seems to not find the libopenblas for me, see attached make configure log. FreeBSD flash.gos.ca 12.1-RELEASE-p1 FreeBSD 12.1-RELEASE-p1 GENERIC amd64 -- You are receivin

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 Robert Kruus changed: What|Removed |Added CC||robert.kr...@utoronto.ca --- Commen

[Bug 243497] math/py-numpy: Fails to build with OpenBlas

2020-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497 --- Comment #3 from Steve Wills --- I wasn't able to reproduce this, so I'm trying to understand what's different between your build and mine. The full build log would help with that. Are you using the latest version from ports with the upd