Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 68035 Details for
Bug 102088
emerge blas-atlas-3.6.0 fails on both autoconfig and interactive mode
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
version 4
debug.diff (text/plain), 1.05 KB, created by
Peter Bienstman (RETIRED)
on 2005-09-09 08:10:50 UTC
(
hide
)
Description:
version 4
Filename:
MIME Type:
Creator:
Peter Bienstman (RETIRED)
Created:
2005-09-09 08:10:50 UTC
Size:
1.05 KB
patch
obsolete
>--- ATLAS/config.c 2003-12-22 15:06:32.000000000 +0100 >+++ ATLAS_test/config.c 2005-09-09 17:05:17.000000000 +0200 >@@ -130,8 +130,10 @@ > char str[64]; > long iin; > if (expstr) fprintf(stdout, "%sEnter %s [%d]: ", spc, expstr, Default); >+ fflush(stdout); > if (fgets(str, 64, fpin) == NULL) return(Default); > if (sscanf(str, " %ld ", &iin) != 1) return(Default); >+ fflush(stdout); > return(iin); > } > >@@ -280,6 +282,7 @@ > va_end(argptr); > #endif > } >+ fflush(stdout); > } > > int GetFirstInt(char *ln) >@@ -3441,10 +3444,14 @@ > ATL_mprintf(2, fplog, stdout, "ATLAS3.6.0 configure started.\n\n"); > NLINES = GetScreenHeight(); > >+ fflush(stdout); > DisplayFile("CONFIG/errata.txt", stdout, NLINES); >+ fflush(stdout); > if (!IsYes('y', "", "Have you scoped the errata file?")) exit(-1); >+ fflush(stdout); > DisplayFile("CONFIG/init.txt", stdout, NLINES); > if (!IsYes('y', "", "Are you ready to continue?")) exit(-1); >+ fflush(stdout); > > /* > * It doesn't seem to quite work right anymore, rsh is no longer available,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 102088
:
67818
|
67831
|
67917
|
68035
|
68051