Re: amd and clones with oleo
Jude DaShiell <[email protected]> Sat, 2 Jan 2016 17:45:09 -0500 (EST)
| Newsgroups | gmane.comp.gnu.oleo.bugs |
|---|---|
| Message-ID | <[email protected]> |
I should have clarified something earlier, though I am using talkingarch for a Linux distribution the oleo package got downloaded directly from sourceforge and didn't use any archlinux packaging to build to this point. figured doing so would keep complications to a minimum that way. On Sat, 2 Jan 2016, Jude DaShiell wrote: > Date: Sat, 2 Jan 2016 17:26:46 > From: Jude DaShiell <[email protected]> > To: Marcin Cieslak <[email protected]> > Cc: [email protected] > Subject: Re: amd and clones with oleo > > Okay, here's the config.log file that got generated. > > cut here. > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > configure:611: checking for a BSD compatible install > configure:664: checking whether build environment is sane > configure:721: checking whether make sets ${MAKE} > configure:767: checking for working aclocal > configure:780: checking for working autoconf > configure:793: checking for working automake > configure:806: checking for working autoheader > configure:819: checking for working makeinfo > configure:839: checking whether to enable maintainer-specific portions of > Makefiles > configure:890: checking for gcc > configure:1003: checking whether the C compiler (gcc ) works > configure:1019: gcc -o conftest conftest.c 1>&5 > configure:1016:1: warning: return type defaults to 'int' [-Wimplicit-int] > main(){return(0);} > ^ > configure:1045: checking whether the C compiler (gcc ) is a cross-compiler > configure:1050: checking whether we are using GNU C > configure:1059: gcc -E conftest.c > configure:1078: checking whether gcc accepts -g > configure:1110: checking how to run the C preprocessor > configure:1131: gcc -E conftest.c >/dev/null 2>conftest.out > configure:1190: checking for AIX > configure:1214: checking for POSIXized ISC > configure:1235: checking for Cygwin environment > configure:1251: gcc -c -g -O2 conftest.c 1>&5 > configure: In function 'main': > configure:1245:20: error: '__CYGWIN32__' undeclared (first use in this > function) > #define __CYGWIN__ __CYGWIN32__ > ^ > configure:1247:8: note: in expansion of macro '__CYGWIN__' > return __CYGWIN__; > ^ > configure:1245:20: note: each undeclared identifier is reported only once for > each function it appears in > #define __CYGWIN__ __CYGWIN32__ > ^ > configure:1247:8: note: in expansion of macro '__CYGWIN__' > return __CYGWIN__; > ^ > configure: failed program was: > #line 1240 "configure" > #include "confdefs.h" > > int main() { > > #ifndef __CYGWIN__ > #define __CYGWIN__ __CYGWIN32__ > #endif > return __CYGWIN__; > ; return 0; } > configure:1268: checking for mingw32 environment > configure:1280: gcc -c -g -O2 conftest.c 1>&5 > configure: In function 'main': > configure:1276:8: error: '__MINGW32__' undeclared (first use in this > function) > return __MINGW32__; > ^ > configure:1276:8: note: each undeclared identifier is reported only once for > each function it appears in > configure: failed program was: > #line 1273 "configure" > #include "confdefs.h" > > int main() { > return __MINGW32__; > ; return 0; } > configure:1299: checking for executable suffix > configure:1309: gcc -o conftest -g -O2 conftest.c 1>&5 > configure:1331: checking size of short > configure:1350: gcc -o conftest -g -O2 conftest.c 1>&5 > configure:1341:1: warning: return type defaults to 'int' [-Wimplicit-int] > main() > ^ > configure: In function 'main': > configure:1344:11: warning: implicit declaration of function 'exit' > [-Wimplicit-function-declaration] > if (!f) exit(1); > ^ > configure:1344:11: warning: incompatible implicit declaration of built-in > function 'exit' > configure:1344:11: note: include '<stdlib.h>' or provide a declaration of > 'exit' > configure:1346:3: warning: incompatible implicit declaration of built-in > function 'exit' > exit(0); > ^ > configure:1346:3: note: include '<stdlib.h>' or provide a declaration of > 'exit' > configure:1370: checking size of int > configure:1389: gcc -o conftest -g -O2 conftest.c 1>&5 > configure:1380:1: warning: return type defaults to 'int' [-Wimplicit-int] > main() > ^ > configure: In function 'main': > configure:1383:11: warning: implicit declaration of function 'exit' > [-Wimplicit-function-declaration] > if (!f) exit(1); > ^ > configure:1383:11: warning: incompatible implicit declaration of built-in > function 'exit' > configure:1383:11: note: include '<stdlib.h>' or provide a declaration of > 'exit' > configure:1385:3: warning: incompatible implicit declaration of built-in > function 'exit' > exit(0); > ^ > configure:1385:3: note: include '<stdlib.h>' or provide a declaration of > 'exit' > configure:1409: checking size of long > configure:1428: gcc -o conftest -g -O2 conftest.c 1>&5 > configure:1419:1: warning: return type defaults to 'int' [-Wimplicit-int] > main() > ^ > configure: In function 'main': > configure:1422:11: warning: implicit declaration of function 'exit' > [-Wimplicit-function-declaration] > if (!f) exit(1); > ^ > configure:1422:11: warning: incompatible implicit declaration of built-in > function 'exit' > configure:1422:11: note: include '<stdlib.h>' or provide a declaration of > 'exit' > configure:1424:3: warning: incompatible implicit declaration of built-in > function 'exit' > exit(0); > ^ > configure:1424:3: note: include '<stdlib.h>' or provide a declaration of > 'exit' > configure:1449: checking if malloc debugging is wanted > configure:1475: checking for bison > configure:1517: checking for a BSD compatible install > configure:1570: checking whether ln -s works > configure:1593: checking for ranlib > configure:1624: checking for texi2html > configure:1663: checking for perl > configure:1716: checking for gcc option to accept ANSI C > configure:1769: gcc -c -g -O2 conftest.c 1>&5 > configure:1795: checking for function prototypes > configure:1955: checking for waddch in -lncurses > configure:1974: gcc -o conftest -g -O2 conftest.c -lncurses > -L/usr/local/lib 1>&5 > configure:2147: checking for ncurses.h > configure:2157: gcc -E conftest.c >/dev/null 2>conftest.out > configure:2186: checking for sys_errlist and sys_nerr > configure:2199: gcc -o conftest -g -O2 conftest.c -lncurses > -L/usr/local/lib 1>&5 > configure: In function 'main': > configure:2195:15: warning: initialization discards 'const' qualifier from > pointer target type [-Wdiscarded-qualifiers] > char *msg = sys_errlist[sys_nerr - 1]; > ^ > configure:2219: checking for tputs in -lmytinfo > configure:2238: gcc -o conftest -g -O2 conftest.c -lmytinfo -lncurses > -L/usr/local/lib 1>&5 > /usr/bin/ld: cannot find -lmytinfo > collect2: error: ld returned 1 exit status > configure: failed program was: > #line 2227 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char tputs(); > > int main() { > tputs() > ; return 0; } > configure:2267: checking for setlocale in -lxpg4 > configure:2286: gcc -o conftest -g -O2 conftest.c -lxpg4 -lncurses > -L/usr/local/lib 1>&5 > /usr/bin/ld: cannot find -lxpg4 > collect2: error: ld returned 1 exit status > configure: failed program was: > #line 2275 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char setlocale(); > > int main() { > setlocale() > ; return 0; } > configure:2315: checking for main in -lm > configure:2330: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:2363: checking for X > configure:4747: checking for pl_openpl_r in -lplot > configure:4766: gcc -o conftest -g -O2 conftest.c -lplot -lm -lncurses > -L/usr/local/lib 1>&5 > /usr/bin/ld: cannot find -lplot > collect2: error: ld returned 1 exit status > configure: failed program was: > #line 4755 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char pl_openpl_r(); > > int main() { > pl_openpl_r() > ; return 0; } > configure:4792: checking for sp_begin_plot in -lsciplot > configure:4811: gcc -o conftest -g -O2 conftest.c -lsciplot -lm -lncurses > -L/usr/local/lib 1>&5 > /usr/bin/ld: cannot find -lsciplot > collect2: error: ld returned 1 exit status > configure: failed program was: > #line 4800 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char sp_begin_plot(); > > int main() { > sp_begin_plot() > ; return 0; } > configure:4873: checking for dirent.h that defines DIR > configure:4886: gcc -c -g -O2 conftest.c 1>&5 > configure:4911: checking for opendir in -ldir > configure:4930: gcc -o conftest -g -O2 conftest.c -ldir -lm -lncurses > -L/usr/local/lib 1>&5 > /usr/bin/ld: cannot find -ldir > collect2: error: ld returned 1 exit status > configure: failed program was: > #line 4919 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char opendir(); > > int main() { > opendir() > ; return 0; } > configure:4994: checking for ANSI C header files > configure:5007: gcc -E conftest.c >/dev/null 2>conftest.out > configure:5074: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure: In function 'main': > configure:5069:67: warning: implicit declaration of function 'exit' > [-Wimplicit-function-declaration] > if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); > ^ > configure:5069:67: warning: incompatible implicit declaration of built-in > function 'exit' > configure:5069:67: note: include '<stdlib.h>' or provide a declaration of > 'exit' > configure:5070:1: warning: incompatible implicit declaration of built-in > function 'exit' > exit (0); } > ^ > configure:5070:1: note: include '<stdlib.h>' or provide a declaration of > 'exit' > configure:5101: checking for fcntl.h > configure:5111: gcc -E conftest.c >/dev/null 2>conftest.out > configure:5101: checking for limits.h > configure:5111: gcc -E conftest.c >/dev/null 2>conftest.out > configure:5101: checking for malloc.h > configure:5111: gcc -E conftest.c >/dev/null 2>conftest.out > configure:5101: checking for strings.h > configure:5111: gcc -E conftest.c >/dev/null 2>conftest.out > configure:5101: checking for sys/time.h > configure:5111: gcc -E conftest.c >/dev/null 2>conftest.out > configure:5101: checking for unistd.h > configure:5111: gcc -E conftest.c >/dev/null 2>conftest.out > configure:5141: checking for locale.h > configure:5151: gcc -E conftest.c >/dev/null 2>conftest.out > configure:5141: checking for time.h > configure:5151: gcc -E conftest.c >/dev/null 2>conftest.out > configure:5141: checking for math.h > configure:5151: gcc -E conftest.c >/dev/null 2>conftest.out > configure:5141: checking for libintl.h > configure:5151: gcc -E conftest.c >/dev/null 2>conftest.out > configure:5179: checking for XltCreateFontChooser > configure:5207: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > /tmp/cchAMhlg.o: In function `main': > /usr/local/src/oleo-1.99.16/configure:5201: undefined reference to > `XltCreateFontChooser' > collect2: error: ld returned 1 exit status > configure: failed program was: > #line 5184 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char XltCreateFontChooser(); below. */ > #include <assert.h> > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char XltCreateFontChooser(); > > int main() { > > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ > #if defined (__stub_XltCreateFontChooser) || defined > (__stub___XltCreateFontChooser) > choke me > #else > XltCreateFontChooser(); > #endif > > ; return 0; } > configure:5231: checking for gsl_error in -lgsl > configure:5250: gcc -o conftest -g -O2 conftest.c -lgsl -lgslblas -lm > -lncurses -L/usr/local/lib 1>&5 > /usr/bin/ld: cannot find -lgsl > /usr/bin/ld: cannot find -lgslblas > collect2: error: ld returned 1 exit status > configure: failed program was: > #line 5239 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char gsl_error(); > > int main() { > gsl_error() > ; return 0; } > configure:5276: checking for mysql_connect in -lmysqlclient > configure:5295: gcc -o conftest -g -O2 conftest.c -lmysqlclient -lm > -lncurses -L/usr/local/lib 1>&5 > /tmp/ccSVnU8s.o: In function `main': > /usr/local/src/oleo-1.99.16/configure:5291: undefined reference to > `mysql_connect' > collect2: error: ld returned 1 exit status > configure: failed program was: > #line 5284 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char mysql_connect(); > > int main() { > mysql_connect() > ; return 0; } > configure:5333: checking for working const > configure:5387: gcc -c -g -O2 conftest.c 1>&5 > configure:5408: checking for inline > configure:5422: gcc -c -g -O2 conftest.c 1>&5 > configure:5418:10: warning: return type defaults to 'int' [-Wimplicit-int] > } $ac_kw foo() { > ^ > configure:5448: checking for size_t > configure:5481: checking whether time.h and sys/time.h may both be included > configure:5495: gcc -c -g -O2 conftest.c 1>&5 > configure:5516: checking whether struct tm is in sys/time.h or time.h > configure:5529: gcc -c -g -O2 conftest.c 1>&5 > configure:5550: checking for tm_zone in struct tm > configure:5563: gcc -c -g -O2 conftest.c 1>&5 > configure:5623: checking for working alloca.h > configure:5635: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:5656: checking for alloca > configure:5689: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:5855: checking return type of signal handlers > configure:5877: gcc -c -g -O2 conftest.c 1>&5 > configure:5896: checking for strftime > configure:5924: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:5908:6: warning: conflicting types for built-in function 'strftime' > char strftime(); > ^ > configure:5992: checking for vprintf > configure:6020: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:6004:6: warning: conflicting types for built-in function 'vprintf' > char vprintf(); > ^ > configure:6099: checking for ftime > configure:6127: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:6099: checking for gethostname > configure:6127: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:6099: checking for gettimeofday > configure:6127: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:6099: checking for mktime > configure:6127: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:6099: checking for select > configure:6127: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:6099: checking for strdup > configure:6127: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:6111:6: warning: conflicting types for built-in function 'strdup' > char $ac_func(); > ^ > configure:6099: checking for strstr > configure:6127: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:6111:6: warning: conflicting types for built-in function 'strstr' > char $ac_func(); > ^ > configure:6154: checking for putenv > configure:6182: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:6154: checking for strcasecmp > configure:6182: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:6166:6: warning: conflicting types for built-in function > 'strcasecmp' > char $ac_func(); > ^ > configure:6154: checking for strerror > configure:6182: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:6154: checking for getcwd > configure:6182: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:6154: checking for rename > configure:6182: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:6210: checking for sys/time.h > configure:6210: checking for unistd.h > configure:6249: checking for alarm > configure:6277: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure:6302: checking for working mktime > configure:6459: gcc -o conftest -g -O2 conftest.c -lm -lncurses > -L/usr/local/lib 1>&5 > configure: In function 'spring_forward_gap': > configure:6356:3: warning: implicit declaration of function 'putenv' > [-Wimplicit-function-declaration] > putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); > ^ > configure:6366:5: warning: implicit declaration of function 'exit' > [-Wimplicit-function-declaration] > exit (1); > ^ > configure:6366:5: warning: incompatible implicit declaration of built-in > function 'exit' > configure:6366:5: note: include '<stdlib.h>' or provide a declaration of > 'exit' > configure: In function 'mktime_test': > configure:6375:5: warning: incompatible implicit declaration of built-in > function 'exit' > exit (1); > ^ > configure:6375:5: note: include '<stdlib.h>' or provide a declaration of > 'exit' > configure:6378:5: warning: incompatible implicit declaration of built-in > function 'exit' > exit (1); > ^ > configure:6378:5: note: include '<stdlib.h>' or provide a declaration of > 'exit' > configure: In function 'irix_6_4_bug': > configure:6395:5: warning: incompatible implicit declaration of built-in > function 'exit' > exit (1); > ^ > configure:6395:5: note: include '<stdlib.h>' or provide a declaration of > 'exit' > configure: In function 'bigtime_test': > configure:6424:2: warning: incompatible implicit declaration of built-in > function 'exit' > exit (1); > ^ > configure:6424:2: note: include '<stdlib.h>' or provide a declaration of > 'exit' > configure: In function 'main': > configure:6454:3: warning: incompatible implicit declaration of built-in > function 'exit' > exit (0); > ^ > configure:6454:3: note: include '<stdlib.h>' or provide a declaration of > 'exit' > On Sat, 2 Jan 2016, Marcin Cieslak wrote: > >> Date: Sat, 2 Jan 2016 11:50:56 >> From: Marcin Cieslak <[email protected]> >> To: Jude DaShiell <[email protected]> >> Cc: [email protected] >> Subject: Re: amd and clones with oleo >> >> On Sat, 2 Jan 2016, Jude DaShiell wrote: >> >>> If I background the oleo build I ought to be able to run top and capture >>> that >>> output in the same typescript file. I'll have that for you later today, >>> thanks. >> >> You might also get a "config.log" file created during the configure run, >> it would be good to have it. >> >> Marcin >> > > --