public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  emerge numpy 1.0.1-r1 failing: can't find cblas
@ 2007-02-19 18:36 Grant Edwards
  2007-02-20 13:46 ` Bo Ørsted Andresen
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Edwards @ 2007-02-19 18:36 UTC (permalink / raw
  To: gentoo-user

Today's update-failed-emerge is numpy 1.0.1-r1:

   >>> Emerging (1 of 10) dev-python/numpy-1.0.1-r1 to /
    * numpy-1.0.1.tar.gz MD5 ;-) ...                                                          [ ok ]
    * numpy-1.0.1.tar.gz RMD160 ;-) ...                                                       [ ok ]
    * numpy-1.0.1.tar.gz SHA1 ;-) ...                                                         [ ok ]
    * numpy-1.0.1.tar.gz SHA256 ;-) ...                                                       [ ok ]
    * numpy-1.0.1.tar.gz size ;-) ...                                                         [ ok ]
    * checking ebuild checksums ;-) ...                                                       [ ok ]
    * checking auxfile checksums ;-) ...                                                      [ ok ]
    * checking miscfile checksums ;-) ...                                                     [ ok ]
    * checking numpy-1.0.1.tar.gz ;-) ...                                                     [ ok ]
    * You need one of these Fortran Compilers: g77 gfortran
    * Installed are:  g77
   >>> Unpacking source...
   >>> Unpacking numpy-1.0.1.tar.gz to /home/tmp/portage/dev-python/numpy-1.0.1-r1/work
    * Applying patches for selected FORTRAN compiler: g77
    * Applying numpy-1.0.1-f2py.patch ...                                                     [ ok ]
   >>> Source unpacked.
   >>> Compiling source in /home/tmp/portage/dev-python/numpy-1.0.1-r1/work/numpy-1.0.1 ...
    * You need to set cblas to atlas or reference. Do:
    *    eselect cblas set <impl>
    * where <impl> is atlas, threaded-atlas or reference
   
   !!! ERROR: dev-python/numpy-1.0.1-r1 failed.
   Call stack:
     ebuild.sh, line 1614:   Called dyn_compile
     ebuild.sh, line 971:   Called qa_call 'src_compile'
     environment, line 3930:   Called src_compile
     numpy-1.0.1-r1.ebuild, line 122:   Called numpy_configure
     numpy-1.0.1-r1.ebuild, line 37:   Called die
   
   !!! setup failed
   !!! If you need support, post the topmost build error, and the call stack if relevant.
   !!! A complete build log is located at '/home/tmp/portage/dev-python/numpy-1.0.1-r1/temp/build.log'.


I did as the error message and tried "eselect cblas set".  The
emerge failed the exact same way with all three suggested
choices.

Oddly, "eselect cblas list" shows nothing, even though I do
have a both atlas and reference cblas implementations
installed:

 app-admin/eselect-cblas 0.1
 sci-libs/cblas-reference 20030223-r1
 sci-libs/blas-atlas 3.7.11
 sci-libs/lapack-atlas 3.7.11

Has anybody else gotten numpy-1.0.1-r1 to build?

-- 
Grant Edwards                   grante             Yow!  Like I always
                                  at               say -- nothing can beat
                               visi.com            the BRATWURST here in
                                                   DUSSELDORF!!

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user]  emerge numpy 1.0.1-r1 failing: can't find cblas
  2007-02-19 18:36 [gentoo-user] emerge numpy 1.0.1-r1 failing: can't find cblas Grant Edwards
@ 2007-02-20 13:46 ` Bo Ørsted Andresen
  2007-02-20 14:55   ` [gentoo-user] " Grant Edwards
  0 siblings, 1 reply; 3+ messages in thread
From: Bo Ørsted Andresen @ 2007-02-20 13:46 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 637 bytes --]

On Monday 19 February 2007 19:36:35 Grant Edwards wrote:
>     * You need to set cblas to atlas or reference. Do:
>     *    eselect cblas set <impl>
>     * where <impl> is atlas, threaded-atlas or reference
>
>    !!! ERROR: dev-python/numpy-1.0.1-r1 failed.
>    Call stack:
>      ebuild.sh, line 1614:   Called dyn_compile
>      ebuild.sh, line 971:   Called qa_call 'src_compile'
>      environment, line 3930:   Called src_compile
>      numpy-1.0.1-r1.ebuild, line 122:   Called numpy_configure
>      numpy-1.0.1-r1.ebuild, line 37:   Called die

http://bugs.gentoo.org/show_bug.cgi?id=167652

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-user]  Re: emerge numpy 1.0.1-r1 failing: can't find cblas
  2007-02-20 13:46 ` Bo Ørsted Andresen
@ 2007-02-20 14:55   ` Grant Edwards
  0 siblings, 0 replies; 3+ messages in thread
From: Grant Edwards @ 2007-02-20 14:55 UTC (permalink / raw
  To: gentoo-user

On 2007-02-20, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:

> On Monday 19 February 2007 19:36:35 Grant Edwards wrote:
>>     * You need to set cblas to atlas or reference. Do:
>>     *    eselect cblas set <impl>
>>     * where <impl> is atlas, threaded-atlas or reference
>>
>>    !!! ERROR: dev-python/numpy-1.0.1-r1 failed.
>>    Call stack:
>>      ebuild.sh, line 1614:   Called dyn_compile
>>      ebuild.sh, line 971:   Called qa_call 'src_compile'
>>      environment, line 3930:   Called src_compile
>>      numpy-1.0.1-r1.ebuild, line 122:   Called numpy_configure
>>      numpy-1.0.1-r1.ebuild, line 37:   Called die
>
> http://bugs.gentoo.org/show_bug.cgi?id=167652

I know.  I filed that bug report.

The fix is to unmask testing versions of the cblas packages and
install newer versions.

-- 
Grant Edwards                   grante             Yow!  I am a traffic light,
                                  at               and Alan Ginzberg kidnapped
                               visi.com            my laundry in 1927!

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-02-20 15:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-19 18:36 [gentoo-user] emerge numpy 1.0.1-r1 failing: can't find cblas Grant Edwards
2007-02-20 13:46 ` Bo Ørsted Andresen
2007-02-20 14:55   ` [gentoo-user] " Grant Edwards

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox