bugs (and fixes) in config process, ATLAS 3.9.4

View: New views
2 Messages — Rating Filter:   Alert me  

bugs (and fixes) in config process, ATLAS 3.9.4

by Sébastien Kunz-Jacques-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

while debugging a segfault during config process, I think I found a typo
in CONFIG/src/config.c, lines 177 and 179 : "comp" should be replaced by
"comps". based on surrounding code, I think the error is pretty obvious.
(it triggers a random crash of xconfig when passing --shared to configure)

there is also a minor issue with the configure script itself : starting
line 439, the commands aiming at adding a few lines to lib/Makefile do
not work, because the current dir is not the toplevel build dir when a
full LAPACK lib is built. This results in missing lines in lib/Makefile.
therefore on line 439, one should add :
cd $blddir


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Math-atlas-devel mailing list
Math-atlas-devel@...
https://lists.sourceforge.net/lists/listinfo/math-atlas-devel

Re: bugs (and fixes) in config process, ATLAS 3.9.4

by Clint Whaley-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sebastian,

Thanks for this message.  You have indeed found bugs, and have the right
fixes (see below for the bugtracker entries).  The configure bug is
the ugly one, and I guess I didn't see it because I don't use the lapack
tarfile option (I tend to use the -Ss lasrc flag) . . .

>while debugging a segfault during config process, I think I found a typo
>in CONFIG/src/config.c, lines 177 and 179 : "comp" should be replaced by
>"comps". based on surrounding code, I think the error is pretty obvious.
>(it triggers a random crash of xconfig when passing --shared to configure)

The bug and your fix are confirmed, see:
   https://sourceforge.net/tracker/index.php?func=detail&aid=2104377&group_id=23725&atid=379482

>there is also a minor issue with the configure script itself : starting
>line 439, the commands aiming at adding a few lines to lib/Makefile do
>not work, because the current dir is not the toplevel build dir when a
>full LAPACK lib is built. This results in missing lines in lib/Makefile.
>therefore on line 439, one should add :
>cd $blddir

Confirmed, see:
   https://sourceforge.net/tracker/index.php?func=detail&aid=2104390&group_id=23725&atid=379482

Thanks,
Clint

**************************************************************************
** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley **
**************************************************************************

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Math-atlas-devel mailing list
Math-atlas-devel@...
https://lists.sourceforge.net/lists/listinfo/math-atlas-devel