Re: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-02-02 Thread ajtiM via freebsd-ports
On Sat, 1 Feb 2020 17:15:31 -0800
Kevin Oberman  wrote:

> I can't say anything about the missing library issue as I have not
> seen it. It is true that cblas and openblas now conflict. That is
> because openblas added cblas emulation that duplicates the libraries
> cblas installed. It is important that openblas be re-installed after
> cblas is deleted as it probably will delete files that openblas
> installs. I deleted both cblas and openblas (pkg delete -f cblas
> openblas) and then installed openblas. When I tried installing
> py-numpy@py27, it still failed, still trying to link to cblas stuff.
> Something was cached somewhere. I tried a couple of days later, after
> a reboot, and it built perfectly. I don't know if it was the reboot
> or something else, but everything builds and works fine, now. --
> Kevin Oberman, Part time kid herder and retired Network Engineer
> E-mail: rkober...@gmail.com
> PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
> 
> 
Thank you. I did the same but I have problem with missing libraries
sill.

-- 
“In politics stupidity is not a handicap”. 

Napoleon Bonaparte
___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-02-01 Thread Kevin Oberman
I can't say anything about the missing library issue as I have not seen it.
It is true that cblas and openblas now conflict. That is because openblas
added cblas emulation that duplicates the libraries cblas installed. It is
important that openblas be re-installed after cblas is deleted as it
probably will delete files that openblas installs. I deleted both cblas and
openblas (pkg delete -f cblas openblas) and then installed openblas. When I
tried installing py-numpy@py27, it still failed, still trying to link to
cblas stuff. Something was cached somewhere. I tried a couple of days
later, after a reboot, and it built perfectly. I don't know if it was the
reboot or something else, but everything builds and works fine, now.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683


On Sat, Feb 1, 2020 at 1:39 PM ajtiM  wrote:

> On Sat, 1 Feb 2020 12:20:10 -0800
> Kevin Oberman  wrote:
>
> > That is a configuration option, but the default is to use openblas.
> > The change was made a few months ago.
> >
> > If you have built py-numpy from ports in the past, use "make -C
> > /usr/ports/math/py-numpy" to change the saved config to use
> > math/openblas. (NETLIB was the previous default which used cblas.)
> > --
> > Kevin Oberman, Part time kid herder and retired Network Engineer
> > E-mail: rkober...@gmail.com
> > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
> >
> >
> > On Sat, Feb 1, 2020 at 3:44 AM ajtiM via freebsd-ports <
> > freebsd-ports@freebsd.org> wrote:
> >
> > > On Fri, 31 Jan 2020 18:49:39 -0500
> > > ajtiM  wrote:
> > >
> > > > On Fri, 31 Jan 2020 18:29:10 -0500
> > > > Steve Wills  wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > On 1/31/20 5:47 PM, ajtiM via freebsd-ports wrote:
> > > > > >
> > > > > > ls -al /usr/local/lib/libopenblas*
> > > > > > -rw-r--r--  1 root  wheel  32273330 Jan 31 10:45
> > > > > > /usr/local/lib/libopenblas_nehalemp-r0.3.7.a -rwxr-xr-x  1
> > > > > > root wheel 15492200 Jan 31 10:45
> > > > > > /usr/local/lib/libopenblas_nehalemp-r0.3.7.so lrwxr-xr-x  1
> > > > > > root wheel29 Jan 31 10:45
> > > > > > /usr/local/lib/libopenblas.a -> libopenblas_nehalemp-r0.3.7.a
> > > > > > lrwxr-xr-x  1 root  wheel30 Jan 31 10:45
> > > > > > /usr/local/lib/libopenblas.so ->
> > > > > > libopenblas_nehalemp-r0.3.7.so
> > > > > >
> > > > >
> > > > > Are you seeing any other issues besides the complaint from
> > > > > portmaster?
> > > > >
> > > > > Steve
> > > >
> > > > For now I do not have problem but also pkg check -d -n -a shows:
> > > >
> > > > Checking all packages: 100%
> > > > py27-numpy is missing a required shared library: libopenblas.so
> > > > py37-numpy is missing a required shared library: libopenblas.so
> > > > py37-scipy is missing a required shared library: libopenblas.so
> > > > suitesparse is missing a required shared library: libopenblas.so
> > > >
> > > > Thank you.
> > > >
> > >
> > > Does py-numpy depends on math/cblas still?
> > > Thank you.
> > >
>
> Yes, I had default option NETLIB and cblas was installed but I have
> installed also openblas at the same time, I do not have clbla installed.
> Now, I cannot have both at the same time and I do not know why py-numpy
> is missing shared libraries which are installed.
> --
> “In politics stupidity is not a handicap”.
>
> Napoleon Bonaparte
>
___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-02-01 Thread ajtiM via freebsd-ports
On Sat, 1 Feb 2020 12:20:10 -0800
Kevin Oberman  wrote:

> That is a configuration option, but the default is to use openblas.
> The change was made a few months ago.
> 
> If you have built py-numpy from ports in the past, use "make -C
> /usr/ports/math/py-numpy" to change the saved config to use
> math/openblas. (NETLIB was the previous default which used cblas.)
> --
> Kevin Oberman, Part time kid herder and retired Network Engineer
> E-mail: rkober...@gmail.com
> PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
> 
> 
> On Sat, Feb 1, 2020 at 3:44 AM ajtiM via freebsd-ports <
> freebsd-ports@freebsd.org> wrote:
> 
> > On Fri, 31 Jan 2020 18:49:39 -0500
> > ajtiM  wrote:
> >
> > > On Fri, 31 Jan 2020 18:29:10 -0500
> > > Steve Wills  wrote:
> > >
> > > > Hi,
> > > >
> > > > On 1/31/20 5:47 PM, ajtiM via freebsd-ports wrote:
> > > > >
> > > > > ls -al /usr/local/lib/libopenblas*
> > > > > -rw-r--r--  1 root  wheel  32273330 Jan 31 10:45
> > > > > /usr/local/lib/libopenblas_nehalemp-r0.3.7.a -rwxr-xr-x  1
> > > > > root wheel 15492200 Jan 31 10:45
> > > > > /usr/local/lib/libopenblas_nehalemp-r0.3.7.so lrwxr-xr-x  1
> > > > > root wheel29 Jan 31 10:45
> > > > > /usr/local/lib/libopenblas.a -> libopenblas_nehalemp-r0.3.7.a
> > > > > lrwxr-xr-x  1 root  wheel30 Jan 31 10:45
> > > > > /usr/local/lib/libopenblas.so ->
> > > > > libopenblas_nehalemp-r0.3.7.so
> > > > >
> > > >
> > > > Are you seeing any other issues besides the complaint from
> > > > portmaster?
> > > >
> > > > Steve
> > >
> > > For now I do not have problem but also pkg check -d -n -a shows:
> > >
> > > Checking all packages: 100%
> > > py27-numpy is missing a required shared library: libopenblas.so
> > > py37-numpy is missing a required shared library: libopenblas.so
> > > py37-scipy is missing a required shared library: libopenblas.so
> > > suitesparse is missing a required shared library: libopenblas.so
> > >
> > > Thank you.
> > >
> >
> > Does py-numpy depends on math/cblas still?
> > Thank you.
> >

Yes, I had default option NETLIB and cblas was installed but I have
installed also openblas at the same time, I do not have clbla installed.
Now, I cannot have both at the same time and I do not know why py-numpy
is missing shared libraries which are installed.
-- 
“In politics stupidity is not a handicap”. 

Napoleon Bonaparte
___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-02-01 Thread Kevin Oberman
That is a configuration option, but the default is to use openblas. The
change was made a few months ago.

If you have built py-numpy from ports in the past, use "make -C
/usr/ports/math/py-numpy" to change the saved config to use math/openblas.
(NETLIB was the previous default which used cblas.)
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683


On Sat, Feb 1, 2020 at 3:44 AM ajtiM via freebsd-ports <
freebsd-ports@freebsd.org> wrote:

> On Fri, 31 Jan 2020 18:49:39 -0500
> ajtiM  wrote:
>
> > On Fri, 31 Jan 2020 18:29:10 -0500
> > Steve Wills  wrote:
> >
> > > Hi,
> > >
> > > On 1/31/20 5:47 PM, ajtiM via freebsd-ports wrote:
> > > >
> > > > ls -al /usr/local/lib/libopenblas*
> > > > -rw-r--r--  1 root  wheel  32273330 Jan 31 10:45
> > > > /usr/local/lib/libopenblas_nehalemp-r0.3.7.a -rwxr-xr-x  1 root
> > > > wheel 15492200 Jan 31 10:45
> > > > /usr/local/lib/libopenblas_nehalemp-r0.3.7.so lrwxr-xr-x  1 root
> > > > wheel29 Jan 31 10:45 /usr/local/lib/libopenblas.a ->
> > > > libopenblas_nehalemp-r0.3.7.a lrwxr-xr-x  1 root  wheel30
> > > > Jan 31 10:45 /usr/local/lib/libopenblas.so ->
> > > > libopenblas_nehalemp-r0.3.7.so
> > > >
> > >
> > > Are you seeing any other issues besides the complaint from
> > > portmaster?
> > >
> > > Steve
> >
> > For now I do not have problem but also pkg check -d -n -a shows:
> >
> > Checking all packages: 100%
> > py27-numpy is missing a required shared library: libopenblas.so
> > py37-numpy is missing a required shared library: libopenblas.so
> > py37-scipy is missing a required shared library: libopenblas.so
> > suitesparse is missing a required shared library: libopenblas.so
> >
> > Thank you.
> >
>
> Does py-numpy depends on math/cblas still?
> Thank you.
>
>
> --
> “In politics stupidity is not a handicap”.
>
> Napoleon Bonaparte
> ___
> 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"
>
___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-02-01 Thread ajtiM via freebsd-ports
On Fri, 31 Jan 2020 18:49:39 -0500
ajtiM  wrote:

> On Fri, 31 Jan 2020 18:29:10 -0500
> Steve Wills  wrote:
> 
> > Hi,
> > 
> > On 1/31/20 5:47 PM, ajtiM via freebsd-ports wrote:
> > > 
> > > ls -al /usr/local/lib/libopenblas*
> > > -rw-r--r--  1 root  wheel  32273330 Jan 31 10:45
> > > /usr/local/lib/libopenblas_nehalemp-r0.3.7.a -rwxr-xr-x  1 root
> > > wheel 15492200 Jan 31 10:45
> > > /usr/local/lib/libopenblas_nehalemp-r0.3.7.so lrwxr-xr-x  1 root
> > > wheel29 Jan 31 10:45 /usr/local/lib/libopenblas.a ->
> > > libopenblas_nehalemp-r0.3.7.a lrwxr-xr-x  1 root  wheel30
> > > Jan 31 10:45 /usr/local/lib/libopenblas.so ->
> > > libopenblas_nehalemp-r0.3.7.so
> > > 
> > 
> > Are you seeing any other issues besides the complaint from
> > portmaster?
> > 
> > Steve
> 
> For now I do not have problem but also pkg check -d -n -a shows:
> 
> Checking all packages: 100%
> py27-numpy is missing a required shared library: libopenblas.so
> py37-numpy is missing a required shared library: libopenblas.so
> py37-scipy is missing a required shared library: libopenblas.so
> suitesparse is missing a required shared library: libopenblas.so
> 
> Thank you.
> 

Does py-numpy depends on math/cblas still?
Thank you.


-- 
“In politics stupidity is not a handicap”. 

Napoleon Bonaparte
___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-01-31 Thread ajtiM via freebsd-ports
On Fri, 31 Jan 2020 18:29:10 -0500
Steve Wills  wrote:

> Hi,
> 
> On 1/31/20 5:47 PM, ajtiM via freebsd-ports wrote:
> > 
> > ls -al /usr/local/lib/libopenblas*
> > -rw-r--r--  1 root  wheel  32273330 Jan 31 10:45
> > /usr/local/lib/libopenblas_nehalemp-r0.3.7.a -rwxr-xr-x  1 root
> > wheel 15492200 Jan 31 10:45
> > /usr/local/lib/libopenblas_nehalemp-r0.3.7.so lrwxr-xr-x  1 root
> > wheel29 Jan 31 10:45 /usr/local/lib/libopenblas.a ->
> > libopenblas_nehalemp-r0.3.7.a lrwxr-xr-x  1 root  wheel30
> > Jan 31 10:45 /usr/local/lib/libopenblas.so ->
> > libopenblas_nehalemp-r0.3.7.so
> > 
> 
> Are you seeing any other issues besides the complaint from portmaster?
> 
> Steve

For now I do not have problem but also pkg check -d -n -a shows:

Checking all packages: 100%
py27-numpy is missing a required shared library: libopenblas.so
py37-numpy is missing a required shared library: libopenblas.so
py37-scipy is missing a required shared library: libopenblas.so
suitesparse is missing a required shared library: libopenblas.so

Thank you.

-- 
“In politics stupidity is not a handicap”. 

Napoleon Bonaparte
___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-01-31 Thread Alex V. Petrov
On 01.02.2020 06:37, Steve Wills wrote:
> It's expected that the port will build different (host optimized) libs
> when the DYNAMIC_ARCH option is off. Are you experiencing an issue
> besides the complaint from portmaster? The libopenblas.so symlink is
> there, so I think there shouldn't be any issues using the lib.

No problems now.

-- 
-
Alex.
___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-01-31 Thread Steve Wills

Hi,

On 1/31/20 6:31 PM, Alex V. Petrov wrote:

and other machine:
-rw-r--r--  1 root  wheel  30159104  1 февр. 06:28
/usr/local/lib/libopenblas_penrynp-r0.3.7.a
-rwxr-xr-x  1 root  wheel  14597176  1 февр. 06:29
/usr/local/lib/libopenblas_penrynp-r0.3.7.so
lrwxr-xr-x  1 root  wheel28  1 февр. 06:29
/usr/local/lib/libopenblas.a -> libopenblas_penrynp-r0.3.7.a
lrwxr-xr-x  1 root  wheel29  1 февр. 06:29
/usr/local/lib/libopenblas.so -> libopenblas_penrynp-r0.3.7.so



It's expected that the port will build different (host optimized) libs 
when the DYNAMIC_ARCH option is off. Are you experiencing an issue 
besides the complaint from portmaster? The libopenblas.so symlink is 
there, so I think there shouldn't be any issues using the lib.


Steve
___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-01-31 Thread Alex V. Petrov
On 01.02.2020 05:35, Alex V. Petrov wrote:
> 
> 
> On 01.02.2020 05:26, Alex V. Petrov wrote:
>> On 01.02.2020 00:33, Steve Wills wrote:
>>> Hi,
>>>
>>> On 1/31/20 11:42 AM, ajtiM wrote:
 On Fri, 31 Jan 2020 10:01:42 -0500
 Steve Wills  wrote:

> Hi,
>
> On 1/30/20 9:25 PM, Alex V. Petrov wrote:
>> ===>  Installing for openblas-0.3.7_1,1
>> ===>  Checking if openblas is already installed
>> ===>   Registering installation for openblas-0.3.7_1,1
>> pkg-static: Unable to access file
>> /usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.a:No
>>
>> such file or directory
>> pkg-static: Unable to access file
>> /usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.so:No
>>
>> such file or directory
>> *** Error code 74
>
> I believe this is fixed by r243739, please reopen this bug if there
> is still an issue:
>
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243739
>
> Steve
 Thank you. It is fixed but there are still problem:

 portmaster --check-depends
 Checking all packages: 100%
 py27-numpy is missing a required shared library: libopenblas.so
 py37-numpy is missing a required shared library: libopenblas.so
 py37-scipy is missing a required shared library: libopenblas.so
 suitesparse is missing a required shared library: libopenblas.so

 py-numpy and suitesparse are rebuilt.

>>>
>>> I think perhaps this is an issue with portmaster. Can you send output of:
>>>
>>> ls -al /usr/local/lib/libopenblas*
>>>
>>> Thanks,
>>> Steve
>>
>> -rw-r--r--  1 root  wheel  30090826 23 янв.  01:33
>> /usr/local/lib/libopenblas.a
>> lrwxr-xr-x  1 root  wheel16 23 янв.  01:33
>> /usr/local/lib/libopenblas.so -> libopenblas.so.0
>> -rwxr-xr-x  1 root  wheel  14626392 23 янв.  01:33
>> /usr/local/lib/libopenblas.so.0
>>
> 
> and after update:
> -rw-r--r--  1 root  wheel  30341384  1 февр. 05:31
> /usr/local/lib/libopenblas_barcelonap-r0.3.7.a
> -rwxr-xr-x  1 root  wheel  14896192  1 февр. 05:32
> /usr/local/lib/libopenblas_barcelonap-r0.3.7.so
> lrwxr-xr-x  1 root  wheel31  1 февр. 05:32
> /usr/local/lib/libopenblas.a -> libopenblas_barcelonap-r0.3.7.a
> lrwxr-xr-x  1 root  wheel32  1 февр. 05:32
> /usr/local/lib/libopenblas.so -> libopenblas_barcelonap-r0.3.7.so
> 

and other machine:
-rw-r--r--  1 root  wheel  30159104  1 февр. 06:28
/usr/local/lib/libopenblas_penrynp-r0.3.7.a
-rwxr-xr-x  1 root  wheel  14597176  1 февр. 06:29
/usr/local/lib/libopenblas_penrynp-r0.3.7.so
lrwxr-xr-x  1 root  wheel28  1 февр. 06:29
/usr/local/lib/libopenblas.a -> libopenblas_penrynp-r0.3.7.a
lrwxr-xr-x  1 root  wheel29  1 февр. 06:29
/usr/local/lib/libopenblas.so -> libopenblas_penrynp-r0.3.7.so

-- 
-
Alex.
___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-01-31 Thread Steve Wills

Hi,

On 1/31/20 5:47 PM, ajtiM via freebsd-ports wrote:


ls -al /usr/local/lib/libopenblas*
-rw-r--r--  1 root  wheel  32273330 Jan 31 10:45
/usr/local/lib/libopenblas_nehalemp-r0.3.7.a -rwxr-xr-x  1 root  wheel
15492200 Jan 31 10:45 /usr/local/lib/libopenblas_nehalemp-r0.3.7.so
lrwxr-xr-x  1 root  wheel29 Jan 31 10:45
/usr/local/lib/libopenblas.a -> libopenblas_nehalemp-r0.3.7.a
lrwxr-xr-x  1 root  wheel30 Jan 31 10:45
/usr/local/lib/libopenblas.so -> libopenblas_nehalemp-r0.3.7.so



Are you seeing any other issues besides the complaint from portmaster?

Steve

___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-01-31 Thread ajtiM via freebsd-ports
On Fri, 31 Jan 2020 12:33:54 -0500
Steve Wills  wrote:

> Hi,
> 
> On 1/31/20 11:42 AM, ajtiM wrote:
> > On Fri, 31 Jan 2020 10:01:42 -0500
> > Steve Wills  wrote:
> > 
> >> Hi,
> >>
> >> On 1/30/20 9:25 PM, Alex V. Petrov wrote:
> >>> ===>  Installing for openblas-0.3.7_1,1
> >>> ===>  Checking if openblas is already installed
> >>> ===>   Registering installation for openblas-0.3.7_1,1
> >>> pkg-static: Unable to access file
> >>> /usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.a:No
> >>> such file or directory
> >>> pkg-static: Unable to access file
> >>> /usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.so:No
> >>> such file or directory
> >>> *** Error code 74
> >>
> >> I believe this is fixed by r243739, please reopen this bug if there
> >> is still an issue:
> >>
> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243739
> >>
> >> Steve
> > Thank you. It is fixed but there are still problem:
> > 
> > portmaster --check-depends
> > Checking all packages: 100%
> > py27-numpy is missing a required shared library: libopenblas.so
> > py37-numpy is missing a required shared library: libopenblas.so
> > py37-scipy is missing a required shared library: libopenblas.so
> > suitesparse is missing a required shared library: libopenblas.so
> > 
> > py-numpy and suitesparse are rebuilt.
> > 
> 
> I think perhaps this is an issue with portmaster. Can you send output
> of:
> 
> ls -al /usr/local/lib/libopenblas*
> 
> Thanks,
> Steve

ls -al /usr/local/lib/libopenblas*
-rw-r--r--  1 root  wheel  32273330 Jan 31 10:45
/usr/local/lib/libopenblas_nehalemp-r0.3.7.a -rwxr-xr-x  1 root  wheel
15492200 Jan 31 10:45 /usr/local/lib/libopenblas_nehalemp-r0.3.7.so
lrwxr-xr-x  1 root  wheel29 Jan 31 10:45
/usr/local/lib/libopenblas.a -> libopenblas_nehalemp-r0.3.7.a
lrwxr-xr-x  1 root  wheel30 Jan 31 10:45
/usr/local/lib/libopenblas.so -> libopenblas_nehalemp-r0.3.7.so



-- 
“In politics stupidity is not a handicap”. 

Napoleon Bonaparte
___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-01-31 Thread Alex V. Petrov


On 01.02.2020 05:26, Alex V. Petrov wrote:
> On 01.02.2020 00:33, Steve Wills wrote:
>> Hi,
>>
>> On 1/31/20 11:42 AM, ajtiM wrote:
>>> On Fri, 31 Jan 2020 10:01:42 -0500
>>> Steve Wills  wrote:
>>>
 Hi,

 On 1/30/20 9:25 PM, Alex V. Petrov wrote:
> ===>  Installing for openblas-0.3.7_1,1
> ===>  Checking if openblas is already installed
> ===>   Registering installation for openblas-0.3.7_1,1
> pkg-static: Unable to access file
> /usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.a:No
>
> such file or directory
> pkg-static: Unable to access file
> /usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.so:No
>
> such file or directory
> *** Error code 74

 I believe this is fixed by r243739, please reopen this bug if there
 is still an issue:

 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243739

 Steve
>>> Thank you. It is fixed but there are still problem:
>>>
>>> portmaster --check-depends
>>> Checking all packages: 100%
>>> py27-numpy is missing a required shared library: libopenblas.so
>>> py37-numpy is missing a required shared library: libopenblas.so
>>> py37-scipy is missing a required shared library: libopenblas.so
>>> suitesparse is missing a required shared library: libopenblas.so
>>>
>>> py-numpy and suitesparse are rebuilt.
>>>
>>
>> I think perhaps this is an issue with portmaster. Can you send output of:
>>
>> ls -al /usr/local/lib/libopenblas*
>>
>> Thanks,
>> Steve
> 
> -rw-r--r--  1 root  wheel  30090826 23 янв.  01:33
> /usr/local/lib/libopenblas.a
> lrwxr-xr-x  1 root  wheel16 23 янв.  01:33
> /usr/local/lib/libopenblas.so -> libopenblas.so.0
> -rwxr-xr-x  1 root  wheel  14626392 23 янв.  01:33
> /usr/local/lib/libopenblas.so.0
> 

and after update:
-rw-r--r--  1 root  wheel  30341384  1 февр. 05:31
/usr/local/lib/libopenblas_barcelonap-r0.3.7.a
-rwxr-xr-x  1 root  wheel  14896192  1 февр. 05:32
/usr/local/lib/libopenblas_barcelonap-r0.3.7.so
lrwxr-xr-x  1 root  wheel31  1 февр. 05:32
/usr/local/lib/libopenblas.a -> libopenblas_barcelonap-r0.3.7.a
lrwxr-xr-x  1 root  wheel32  1 февр. 05:32
/usr/local/lib/libopenblas.so -> libopenblas_barcelonap-r0.3.7.so

-- 
-
Alex.
___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-01-31 Thread Alex V. Petrov
On 01.02.2020 00:33, Steve Wills wrote:
> Hi,
> 
> On 1/31/20 11:42 AM, ajtiM wrote:
>> On Fri, 31 Jan 2020 10:01:42 -0500
>> Steve Wills  wrote:
>>
>>> Hi,
>>>
>>> On 1/30/20 9:25 PM, Alex V. Petrov wrote:
 ===>  Installing for openblas-0.3.7_1,1
 ===>  Checking if openblas is already installed
 ===>   Registering installation for openblas-0.3.7_1,1
 pkg-static: Unable to access file
 /usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.a:No

 such file or directory
 pkg-static: Unable to access file
 /usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.so:No

 such file or directory
 *** Error code 74
>>>
>>> I believe this is fixed by r243739, please reopen this bug if there
>>> is still an issue:
>>>
>>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243739
>>>
>>> Steve
>> Thank you. It is fixed but there are still problem:
>>
>> portmaster --check-depends
>> Checking all packages: 100%
>> py27-numpy is missing a required shared library: libopenblas.so
>> py37-numpy is missing a required shared library: libopenblas.so
>> py37-scipy is missing a required shared library: libopenblas.so
>> suitesparse is missing a required shared library: libopenblas.so
>>
>> py-numpy and suitesparse are rebuilt.
>>
> 
> I think perhaps this is an issue with portmaster. Can you send output of:
> 
> ls -al /usr/local/lib/libopenblas*
> 
> Thanks,
> Steve

-rw-r--r--  1 root  wheel  30090826 23 янв.  01:33
/usr/local/lib/libopenblas.a
lrwxr-xr-x  1 root  wheel16 23 янв.  01:33
/usr/local/lib/libopenblas.so -> libopenblas.so.0
-rwxr-xr-x  1 root  wheel  14626392 23 янв.  01:33
/usr/local/lib/libopenblas.so.0

-- 
-
Alex.
___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-01-31 Thread Steve Wills

Hi,

On 1/31/20 11:42 AM, ajtiM wrote:

On Fri, 31 Jan 2020 10:01:42 -0500
Steve Wills  wrote:


Hi,

On 1/30/20 9:25 PM, Alex V. Petrov wrote:

===>  Installing for openblas-0.3.7_1,1
===>  Checking if openblas is already installed
===>   Registering installation for openblas-0.3.7_1,1
pkg-static: Unable to access file
/usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.a:No
such file or directory
pkg-static: Unable to access file
/usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.so:No
such file or directory
*** Error code 74


I believe this is fixed by r243739, please reopen this bug if there
is still an issue:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243739

Steve

Thank you. It is fixed but there are still problem:

portmaster --check-depends
Checking all packages: 100%
py27-numpy is missing a required shared library: libopenblas.so
py37-numpy is missing a required shared library: libopenblas.so
py37-scipy is missing a required shared library: libopenblas.so
suitesparse is missing a required shared library: libopenblas.so

py-numpy and suitesparse are rebuilt.



I think perhaps this is an issue with portmaster. Can you send output of:

ls -al /usr/local/lib/libopenblas*

Thanks,
Steve
___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-01-31 Thread ajtiM via freebsd-ports
On Fri, 31 Jan 2020 10:01:42 -0500
Steve Wills  wrote:

> Hi,
> 
> On 1/30/20 9:25 PM, Alex V. Petrov wrote:
> > ===>  Installing for openblas-0.3.7_1,1
> > ===>  Checking if openblas is already installed
> > ===>   Registering installation for openblas-0.3.7_1,1
> > pkg-static: Unable to access file
> > /usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.a:No
> > such file or directory
> > pkg-static: Unable to access file
> > /usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.so:No
> > such file or directory
> > *** Error code 74
> 
> I believe this is fixed by r243739, please reopen this bug if there
> is still an issue:
> 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243739
> 
> Steve
Thank you. It is fixed but there are still problem:

portmaster --check-depends
Checking all packages: 100%
py27-numpy is missing a required shared library: libopenblas.so
py37-numpy is missing a required shared library: libopenblas.so
py37-scipy is missing a required shared library: libopenblas.so
suitesparse is missing a required shared library: libopenblas.so

py-numpy and suitesparse are rebuilt.
-- 
“In politics stupidity is not a handicap”. 

Napoleon Bonaparte
___
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: FreeBSD Port: openblas-0.3.7_1,1 error install

2020-01-31 Thread Steve Wills

Hi,

On 1/30/20 9:25 PM, Alex V. Petrov wrote:

===>  Installing for openblas-0.3.7_1,1
===>  Checking if openblas is already installed
===>   Registering installation for openblas-0.3.7_1,1
pkg-static: Unable to access file
/usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.a:No
such file or directory
pkg-static: Unable to access file
/usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.so:No
such file or directory
*** Error code 74


I believe this is fixed by r243739, please reopen this bug if there is 
still an issue:


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243739

Steve
___
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"


FreeBSD Port: openblas-0.3.7_1,1 error install

2020-01-30 Thread Alex V. Petrov
===>  Installing for openblas-0.3.7_1,1
===>  Checking if openblas is already installed
===>   Registering installation for openblas-0.3.7_1,1
pkg-static: Unable to access file
/usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.a:No
such file or directory
pkg-static: Unable to access file
/usr/ports/math/openblas/work/stage/usr/local/lib/libopenblasp-r0.3.7.so:No
such file or directory
*** Error code 74

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

Stop.
make: stopped in /usr/ports/math/openblas
-- 
-
Alex.
___
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"