Bug 246073

Summary: devel/boost-python-libs :openblas conflicts with cblas
Product: Ports & Packages Reporter: gelonnov
Component: Individual Port(s)Assignee: FreeBSD Office Team <office>
Status: Closed Not A Bug    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (office)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description gelonnov 2020-05-01 07:32:50 UTC
# portupgrade py27-boost-libs
......
===>   Registering installation for openblas-0.3.7_3,1 as automatic
Installing openblas-0.3.7_3,1...
pkg-static: openblas-0.3.7_3,1 conflicts with cblas-1.0_12 (installs files into the same place).  Problematic file: /usr/local/include/cblas.h
*** Error code 70

Stop.
make[7]: stopped in /mnt/download/system/ports/math/openblas
*** Error code 1

Stop.
make[6]: stopped in /usr/ports/math/openblas
*** Error code 1

Stop.
make[5]: stopped in /mnt/download/system/ports/math/suitesparse
*** Error code 1

Stop.
make[4]: stopped in /usr/ports/math/suitesparse
*** Error code 1

Stop.
make[3]: stopped in /mnt/download/system/ports/math/py-numpy
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/math/py-numpy
*** Error code 1

Stop.
make[1]: stopped in /mnt/download/system/ports/devel/boost-python-libs
*** Error code 1

Stop.
make: stopped in /mnt/download/system/ports/devel/boost-python-libs
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20200501-82054-uuvbvn env UPGRADE_TOOL=portupgrade UPGRADE_PORT=py27-boost-libs-1.72.0 UPGRADE_PORT_VER=1.72.0 make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
        ! devel/boost-python-libs (py27-boost-libs-1.72.0)      (unknown build error)
Comment 1 Jan Beich freebsd_committer freebsd_triage 2020-05-01 20:55:11 UTC
Looks like a pilot error. Deinstall math/cblas then try again.
Comment 2 gelonnov 2020-05-02 08:58:20 UTC
(In reply to Jan Beich from comment #1)
Many thanks!
math/cblas was installed math/py-numpy
I needed OPTIONS_FILE_SET+=OPENBLAS in the file /var/db/ports/math_py-numpy/options
Everything has become good.