Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

emerge blas-atlas-3.6.0 fails

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
13 posts • Page 1 of 1
Author
Message
Dr. Z
n00b
n00b
Posts: 30
Joined: Fri Nov 19, 2004 2:56 am

emerge blas-atlas-3.6.0 fails

  • Quote

Post by Dr. Z » Tue Feb 01, 2005 7:34 pm

auto-config fails on this packge probing for architecture (PIII SSE), and asks me to re-emerge with interactive=1. This causes ./xconfig to hang. It seems to be a problem with user I/O since xconfig is supposed to print something and wait for a user response. I can build successfully with:

Code: Select all

# cd /var/tmp/portage/blas-atlas-3.6.0/work/ATLAS
# ./xconfig
# make install arch=Linux_PIIISSE1
# echo sci-libs/blas-atlas-3.6.0 >> /etc/make.profile/package.provided
Maybe I should put this in bugzilla?

Here is my failed emerge attempt:
Are you ready to continue? [y]: Probing to make operating system determination:
Operating system configured as Linux

Probing for architecture:
make: *** [config] Error 255
*
* ATLAS auto-config failed.
* Please run 'interactive=1 emerge blas-atlas' to configure manually.
*

!!! ERROR: sci-libs/blas-atlas-3.6.0 failed.
!!! Function atlas_fail, Line 50, Exitcode 0
!!! ATLAS auto-config failed.
!!! If you need support, post the topmost build error, NOT this status message.

bash-2.05b# interactive=1 emerge blas-atlas
Calculating dependencies ...done!
>>> emerge (1 of 1) sci-libs/blas-atlas-3.6.0 to /
>>> md5 src_uri ;-) atlas3.6.0.tar.bz2
>>> md5 src_uri ;-) atlas3.6.0-shared-libs.patch.bz2
>>> Unpacking source...
>>> Unpacking atlas3.6.0.tar.bz2 to /var/tmp/portage/blas-atlas-3.6.0/work
>>> Unpacking atlas3.6.0-shared-libs.patch.bz2 to /var/tmp/portage/blas-atlas-3.6.0/work
* Applying atlas3.6.0-shared-libs.patch.bz2 ... [ ok ]
>>> Source unpacked.
1
i686-pc-linux-gnu-gcc -DUSE_LIBTOOL -DINTERACTIVE -o xconfig config.c
/var/tmp/portage/blas-atlas-3.6.0/temp/cc4ipm3T.o(.text+0x93c): In function `CmndResults':
: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
./xconfig
Top
John23
n00b
n00b
Posts: 11
Joined: Wed Dec 15, 2004 9:43 pm

  • Quote

Post by John23 » Mon May 09, 2005 3:47 am

To confirm your observations, I have seen the same problem on two machines (both Intel Celerons). Your solution seems to work for me too.
Top
nanoczar
Apprentice
Apprentice
User avatar
Posts: 192
Joined: Tue Dec 10, 2002 9:53 pm
Location: Henderson, TN

same problem, but 'fix' does not work...

  • Quote

Post by nanoczar » Fri Aug 05, 2005 2:13 pm

I am having the same problem with blas-atlas as I try to get ghemical installed. Running the ./xconfig in the blas-atlas work directory does not resolve things. Any ideas?

-nanoczar
Don't fight the LaTeX. WORK with the LaTeX!! Become one with the LaTeX!!! - JIC
Top
tovrstra
n00b
n00b
User avatar
Posts: 66
Joined: Wed Aug 13, 2003 2:58 pm
Location: Gent, Belgium

  • Quote

Post by tovrstra » Thu Aug 11, 2005 9:01 am

I've posted this problem in bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=102088
Top
nanoczar
Apprentice
Apprentice
User avatar
Posts: 192
Joined: Tue Dec 10, 2002 9:53 pm
Location: Henderson, TN

  • Quote

Post by nanoczar » Thu Sep 01, 2005 9:48 pm

I was able to get it to install by using the UNKNOWN option during the install. I had to do it manually, without portage, and then had to make the file /etc/portage/profile/package.provided to get it included in my portage world again.

Code: Select all

$ cat package.provided 
sci-libs/blas-atlas-3.6.0
sci-libs/lapack-atlas-3.6.0
As you can see, I needed to do the same thing with lapack-atlas too... Grrrr. Ghemical now works so I am happy. :)
Thanks for the input and bug report.
-nanoczar
Don't fight the LaTeX. WORK with the LaTeX!! Become one with the LaTeX!!! - JIC
Top
Fleta
n00b
n00b
User avatar
Posts: 68
Joined: Sun Dec 12, 2004 4:55 pm

  • Quote

Post by Fleta » Tue Sep 06, 2005 9:17 am

When I used the interactive mode, I got

Code: Select all

Configuration completed successfully.  You may want to examine the make include
file (Make.P3) for accuracy before starting the install with the command:
   make install arch=P3

rm -f ./xconfig
                
Then it sort of stuck there, I've tried typing 'make install arch=P3" and press Enter, it just went to the next line. Now how should I proceed?
Top
nanoczar
Apprentice
Apprentice
User avatar
Posts: 192
Joined: Tue Dec 10, 2002 9:53 pm
Location: Henderson, TN

  • Quote

Post by nanoczar » Tue Sep 06, 2005 7:18 pm

Yeah, this is what it does. It hangs during the xconfig step. You will need to do things manually.

Become root and cd to /var/tmp/portage/blas-atlas-3.6.0/work/ATLAS (or whatever version of blas you tried to emerge). You will then need to configure things, so type make to do this.

Code: Select all

quantum ATLAS # make
During the configuration, choose the UNKNOWNSSE2 option and continue the config process. You will then be told to install the blas-atlas packages using

Code: Select all

quantum ATLAS # make install arch=Linux_UNKNOWNSSE2
After this you would have blas-atlas installed.

You will then need to ad the package to /etc/portage/profile/package.provided if you want to have portage know about it...
Hope this helps...
-nanoczar
Don't fight the LaTeX. WORK with the LaTeX!! Become one with the LaTeX!!! - JIC
Top
Fleta
n00b
n00b
User avatar
Posts: 68
Joined: Sun Dec 12, 2004 4:55 pm

  • Quote

Post by Fleta » Wed Sep 07, 2005 12:33 am

Thanks a lot, nanoczar!
It takes a couple of hours to compile this thing, it's like compiling firefox! 8O
Top
nanoczar
Apprentice
Apprentice
User avatar
Posts: 192
Joined: Tue Dec 10, 2002 9:53 pm
Location: Henderson, TN

  • Quote

Post by nanoczar » Thu Sep 08, 2005 3:13 pm

Yes, it takes FOREVER, but at least it installs. Glad to hear it worked. Might we mark this one as "Solved?"
-nanoczar
Don't fight the LaTeX. WORK with the LaTeX!! Become one with the LaTeX!!! - JIC
Top
pbienst
Retired Dev
Retired Dev
Posts: 70
Joined: Wed May 29, 2002 9:49 pm
Location: Belgium

  • Quote

Post by pbienst » Fri Sep 09, 2005 7:50 am

This is almost solved in portage, but we need a few more testers. If you have this problem, please see
http://bugs.gentoo.org/show_bug.cgi?id=102088
Top
pbienst
Retired Dev
Retired Dev
Posts: 70
Joined: Wed May 29, 2002 9:49 pm
Location: Belgium

  • Quote

Post by pbienst » Sat Sep 10, 2005 8:36 am

This bug should now be fixed.
Top
nybbles
n00b
n00b
User avatar
Posts: 55
Joined: Sat May 10, 2003 1:54 am
Location: Vancouver

  • Quote

Post by nybbles » Fri Jan 13, 2006 2:23 pm

It doesn't seem to be fixed. At least for me. I'm still getting the exact same problem, even with blas-atlas-3.6.0-r1. Any ideas?
oo oo aah aah
Top
didl
Retired Dev
Retired Dev
User avatar
Posts: 1106
Joined: Tue Sep 09, 2003 11:01 pm
Location: Pittsburgh, PA

  • Quote

Post by didl » Fri Jan 13, 2006 6:25 pm

If you get exactly the same behavior as described in the bug, please
re-open it and provide the output and your emerge --info.

Thanks in advance!
Top
Post Reply

13 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic