Changes between Initial Version and Version 1 of Ticket #466


Ignore:
Timestamp:
Nov 12, 2007, 8:22:04 AM (17 years ago)
Author:
Nicolas
Comment:

Fixed in [14141]. Also, you should be using ./configure --disable-client. The 6.1.0 client is nowhere near ready to use.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #466

    • Property Priority changed from Blocker to Minor
  • Ticket #466 – Description

    initial v1  
    5050
    5151./configure output:
    52 {{{
    53 --- Configuring BOINC 6.1.0 (Release) ---
    54 --- Build Components: (server & client) ---
    55 checking build system type... i686-pc-linux-gnu
    56 checking host system type... i686-pc-linux-gnu
    57 checking target system type... i686-pc-linux-gnu
    58 checking for a BSD-compatible install... /usr/bin/install -c
    59 checking whether build environment is sane... yes
    60 checking for a thread-safe mkdir -p... /bin/mkdir -p
    61 checking for gawk... no
    62 checking for mawk... mawk
    63 checking whether make sets $(MAKE)... yes
    64 checking whether to enable maintainer-specific portions of Makefiles... no
    65 checking for gcc... gcc
    66 checking for C compiler default output file name... a.out
    67 checking whether the C compiler works... yes
    68 checking whether we are cross compiling... no
    69 checking for suffix of executables...
    70 checking for suffix of object files... o
    71 checking whether we are using the GNU C compiler... yes
    72 checking whether gcc accepts -g... yes
    73 checking for gcc option to accept ISO C89... none needed
    74 checking for style of include used by make... GNU
    75 checking dependency style of gcc... gcc3
    76 checking for g++... g++
    77 checking whether we are using the GNU C++ compiler... yes
    78 checking whether g++ accepts -g... yes
    79 checking dependency style of g++... gcc3
    80 checking how to run the C preprocessor... gcc -E
    81 checking whether make sets $(MAKE)... (cached) yes
    82 checking for ranlib... ranlib
    83 checking for ln... /bin/ln
    84 checking whether '/bin/ln' works... yes
    85 checking whether ln -s works... yes
    86 checking whether 'ln -s' really works or whether I'm deluding myself... it works
    87 checking whether gcc and cc understand -c and -o together... yes
    88 checking for docbook2x-man... no
    89 checking for grep that handles long lines and -e... /bin/grep
    90 checking for egrep... /bin/grep -E
    91 checking for ANSI C header files... yes
    92 checking for sys/types.h... yes
    93 checking for sys/stat.h... yes
    94 checking for stdlib.h... yes
    95 checking for string.h... yes
    96 checking for memory.h... yes
    97 checking for strings.h... yes
    98 checking for inttypes.h... yes
    99 checking for stdint.h... yes
    100 checking for unistd.h... yes
    101 checking whether we are compiling for cygwin... no
    102 checking windows.h usability... no
    103 checking windows.h presence... no
    104 checking for windows.h... no
    105 checking for winsock2.h... (cached) no
    106 checking for winsock.h... (cached) no
    107 checking sys/socket.h usability... yes
    108 checking sys/socket.h presence... yes
    109 checking for sys/socket.h... yes
    110 checking dependency style of ... none
    111 checking for a sed that does not truncate output... /bin/sed
    112 checking for ld used by gcc... /usr/bin/ld
    113 checking if the linker (/usr/bin/ld) is GNU ld... yes
    114 checking for /usr/bin/ld option to reload object files... -r
    115 checking for BSD-compatible nm... /usr/bin/nm -B
    116 checking how to recognise dependent libraries... pass_all
    117 checking dlfcn.h usability... yes
    118 checking dlfcn.h presence... yes
    119 checking for dlfcn.h... yes
    120 checking how to run the C++ preprocessor... g++ -E
    121 checking for g77... no
    122 checking for xlf... no
    123 checking for f77... no
    124 checking for frt... no
    125 checking for pgf77... no
    126 checking for cf77... no
    127 checking for fort77... no
    128 checking for fl32... no
    129 checking for af77... no
    130 checking for xlf90... no
    131 checking for f90... no
    132 checking for pgf90... no
    133 checking for pghpf... no
    134 checking for epcf90... no
    135 checking for gfortran... no
    136 checking for g95... no
    137 checking for xlf95... no
    138 checking for f95... no
    139 checking for fort... no
    140 checking for ifort... no
    141 checking for ifc... no
    142 checking for efc... no
    143 checking for pgf95... no
    144 checking for lf95... no
    145 checking for ftn... no
    146 checking whether we are using the GNU Fortran 77 compiler... no
    147 checking whether  accepts -g... no
    148 checking the maximum length of command line arguments... 32768
    149 checking command to parse /usr/bin/nm -B output from gcc object... ok
    150 checking for objdir... .libs
    151 checking for ar... ar
    152 checking for ranlib... (cached) ranlib
    153 checking for strip... strip
    154 checking if gcc static flag  works... yes
    155 checking if gcc supports -fno-rtti -fno-exceptions... no
    156 checking for gcc option to produce PIC... -fPIC
    157 checking if gcc PIC flag -fPIC works... yes
    158 checking if gcc supports -c -o file.o... yes
    159 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    160 checking whether -lc should be explicitly linked in... no
    161 checking dynamic linker characteristics... GNU/Linux ld.so
    162 checking how to hardcode library paths into programs... immediate
    163 checking whether stripping libraries is possible... yes
    164 checking for shl_load... no
    165 checking for shl_load in -ldld... no
    166 checking for dlopen... no
    167 checking for dlopen in -ldl... yes
    168 checking whether a program can dlopen itself... yes
    169 checking whether a statically linked program can dlopen itself... yes
    170 checking if libtool supports shared libraries... yes
    171 checking whether to build shared libraries... yes
    172 checking whether to build static libraries... yes
    173 configure: creating libtool
    174 appending configuration tag "CXX" to libtool
    175 checking for ld used by g++... /usr/bin/ld
    176 checking if the linker (/usr/bin/ld) is GNU ld... yes
    177 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    178 checking for g++ option to produce PIC... -fPIC
    179 checking if g++ PIC flag -fPIC works... yes
    180 checking if g++ supports -c -o file.o... yes
    181 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    182 checking dynamic linker characteristics... GNU/Linux ld.so
    183 checking how to hardcode library paths into programs... immediate
    184 checking whether stripping libraries is possible... yes
    185 checking for shl_load... (cached) no
    186 checking for shl_load in -ldld... (cached) no
    187 checking for dlopen... (cached) no
    188 checking for dlopen in -ldl... (cached) yes
    189 checking whether a program can dlopen itself... (cached) yes
    190 checking whether a statically linked program can dlopen itself... (cached) yes
    191 appending configuration tag "F77" to libtool
    192 checking default bitness of compiler... 32
    193 checking boinc platform... i686-pc-linux-gnu
    194 checking alternate boinc platform... none
    195 checking library extension... a
    196 checking shared object extension... so
    197 checking for mysql_config... /usr/bin/mysql_config
    198 checking mysql libraries... -L/usr/lib/mysql -lmysqlclient
    199 checking mysql includes... -I/usr/include/mysql -DBIG_JOINS=1
    200 checking for windows.h... (cached) no
    201 checking for sys/socket.h... (cached) yes
    202 checking for socklen_t... yes
    203 checking type of getsockopt() parameter five... socklen_t
    204 checking for gawk... (cached) mawk
    205 checking for curl-config... /usr/bin/curl-config
    206 checking for the version of libcurl... 7.16.4
    207 checking for libcurl >= version 7.15.5... yes
    208 checking whether libcurl is usable... yes
    209 checking for curl_free... yes
    210 checking for openssl... yes
    211 OpenSSL found in /usr
    212 checking for shmget in dynamic library cygipc... no
    213 checking for aio_fork in dynamic library aio... no
    214 checking for dlopen in dynamic library dl... -ldl
    215 checking for gethostbyname in static library nsl... -lnsl
    216 checking for bind in static library socket... no
    217 checking for bind in dynamic library socket... no
    218 checking for gzopen in static library z... -lz
    219 checking for md5_finish in dynamic library cups... no
    220 checking for curl_easy_init in static library curl... -lcurl
    221 checking for the pthreads library -lpthreads... no
    222 checking whether pthreads work without any flags... no
    223 checking whether pthreads work with -Kthread... no
    224 checking whether pthreads work with -kthread... no
    225 checking for the pthreads library -llthread... no
    226 checking whether pthreads work with -pthread... yes
    227 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
    228 checking if more special flags are required for pthreads... no
    229 checking for cc_r... gcc
    230 checking for X... libraries , headers
    231 checking for gethostbyname... yes
    232 checking for connect... yes
    233 checking for remove... yes
    234 checking for shmat... yes
    235 checking for IceConnectionNumber in -lICE... yes
    236 checking whether we are using the Microsoft C compiler... no
    237 checking for windows.h... (cached) no
    238 checking for OpenGL library... -lGL
    239 checking for OpenGL Utility library... -lGLU
    240 checking for main in -lXmu... yes
    241 checking for main in -lXi... yes
    242 checking for GLUT library... -lglut
    243 checking gl.h usability... no
    244 checking gl.h presence... no
    245 checking for gl.h... no
    246 checking glu.h usability... no
    247 checking glu.h presence... no
    248 checking for glu.h... no
    249 checking glut.h usability... no
    250 checking glut.h presence... no
    251 checking for glut.h... no
    252 checking glaux.h usability... no
    253 checking glaux.h presence... no
    254 checking for glaux.h... no
    255 checking GL/gl.h usability... yes
    256 checking GL/gl.h presence... yes
    257 checking for GL/gl.h... yes
    258 checking GL/glu.h usability... yes
    259 checking GL/glu.h presence... yes
    260 checking for GL/glu.h... yes
    261 checking GL/glut.h usability... yes
    262 checking GL/glut.h presence... yes
    263 checking for GL/glut.h... yes
    264 checking GL/glaux.h usability... no
    265 checking GL/glaux.h presence... no
    266 checking for GL/glaux.h... no
    267 checking OpenGL/gl.h usability... no
    268 checking OpenGL/gl.h presence... no
    269 checking for OpenGL/gl.h... no
    270 checking OpenGL/glu.h usability... no
    271 checking OpenGL/glu.h presence... no
    272 checking for OpenGL/glu.h... no
    273 checking OpenGL/glut.h usability... no
    274 checking OpenGL/glut.h presence... no
    275 checking for OpenGL/glut.h... no
    276 checking OpenGL/glaux.h usability... no
    277 checking OpenGL/glaux.h presence... no
    278 checking for OpenGL/glaux.h... no
    279 checking GLUT/glut.h usability... no
    280 checking GLUT/glut.h presence... no
    281 checking for GLUT/glut.h... no
    282 checking MesaGL/gl.h usability... no
    283 checking MesaGL/gl.h presence... no
    284 checking for MesaGL/gl.h... no
    285 checking MesaGL/glu.h usability... no
    286 checking MesaGL/glu.h presence... no
    287 checking for MesaGL/glu.h... no
    288 checking MesaGL/glut.h usability... no
    289 checking MesaGL/glut.h presence... no
    290 checking for MesaGL/glut.h... no
    291 checking MesaGL/glaux.h usability... no
    292 checking MesaGL/glaux.h presence... no
    293 checking for MesaGL/glaux.h... no
    294 checking for jpeg_start_compress in -ljpeg... yes
    295 checking jpeglib.h usability... yes
    296 checking jpeglib.h presence... yes
    297 checking for jpeglib.h... yes
    298 checking for dirent.h that defines DIR... yes
    299 checking for library containing opendir... none required
    300 checking for ANSI C header files... (cached) yes
    301 checking for sys/wait.h that is POSIX.1 compatible... yes
    302 checking whether time.h and sys/time.h may both be included... yes
    303 checking return type of signal handlers... void
    304 checking for windows.h... (cached) no
    305 checking arpa/inet.h usability... yes
    306 checking arpa/inet.h presence... yes
    307 checking for arpa/inet.h... yes
    308 checking dirent.h usability... yes
    309 checking dirent.h presence... yes
    310 checking for dirent.h... yes
    311 checking fcntl.h usability... yes
    312 checking fcntl.h presence... yes
    313 checking for fcntl.h... yes
    314 checking for inttypes.h... (cached) yes
    315 checking for stdint.h... (cached) yes
    316 checking malloc.h usability... yes
    317 checking malloc.h presence... yes
    318 checking for malloc.h... yes
    319 checking alloca.h usability... yes
    320 checking alloca.h presence... yes
    321 checking for alloca.h... yes
    322 checking for memory.h... (cached) yes
    323 checking netdb.h usability... yes
    324 checking netdb.h presence... yes
    325 checking for netdb.h... yes
    326 checking netinet/in.h usability... yes
    327 checking netinet/in.h presence... yes
    328 checking for netinet/in.h... yes
    329 checking netinet/tcp.h usability... yes
    330 checking netinet/tcp.h presence... yes
    331 checking for netinet/tcp.h... yes
    332 checking signal.h usability... yes
    333 checking signal.h presence... yes
    334 checking for signal.h... yes
    335 checking for strings.h... (cached) yes
    336 checking sys/auxv.h usability... no
    337 checking sys/auxv.h presence... no
    338 checking for sys/auxv.h... no
    339 checking sys/file.h usability... yes
    340 checking sys/file.h presence... yes
    341 checking for sys/file.h... yes
    342 checking sys/ipc.h usability... yes
    343 checking sys/ipc.h presence... yes
    344 checking for sys/ipc.h... yes
    345 checking sys/mount.h usability... yes
    346 checking sys/mount.h presence... yes
    347 checking for sys/mount.h... yes
    348 checking sys/param.h usability... yes
    349 checking sys/param.h presence... yes
    350 checking for sys/param.h... yes
    351 checking sys/resource.h usability... yes
    352 checking sys/resource.h presence... yes
    353 checking for sys/resource.h... yes
    354 checking sys/select.h usability... yes
    355 checking sys/select.h presence... yes
    356 checking for sys/select.h... yes
    357 checking sys/shm.h usability... yes
    358 checking sys/shm.h presence... yes
    359 checking for sys/shm.h... yes
    360 checking for sys/socket.h... (cached) yes
    361 checking for sys/stat.h... (cached) yes
    362 checking sys/statvfs.h usability... yes
    363 checking sys/statvfs.h presence... yes
    364 checking for sys/statvfs.h... yes
    365 checking sys/statfs.h usability... yes
    366 checking sys/statfs.h presence... yes
    367 checking for sys/statfs.h... yes
    368 checking sys/swap.h usability... yes
    369 checking sys/swap.h presence... yes
    370 checking for sys/swap.h... yes
    371 checking sys/sysctl.h usability... yes
    372 checking sys/sysctl.h presence... yes
    373 checking for sys/sysctl.h... yes
    374 checking sys/systeminfo.h usability... no
    375 checking sys/systeminfo.h presence... no
    376 checking for sys/systeminfo.h... no
    377 checking sys/time.h usability... yes
    378 checking sys/time.h presence... yes
    379 checking for sys/time.h... yes
    380 checking for sys/types.h... (cached) yes
    381 checking sys/utsname.h usability... yes
    382 checking sys/utsname.h presence... yes
    383 checking for sys/utsname.h... yes
    384 checking sys/vmmeter.h usability... no
    385 checking sys/vmmeter.h presence... no
    386 checking for sys/vmmeter.h... no
    387 checking for sys/wait.h... (cached) yes
    388 checking for unistd.h... (cached) yes
    389 checking utmp.h usability... yes
    390 checking utmp.h presence... yes
    391 checking for utmp.h... yes
    392 checking errno.h usability... yes
    393 checking errno.h presence... yes
    394 checking for errno.h... yes
    395 checking procfs.h usability... no
    396 checking procfs.h presence... no
    397 checking for procfs.h... no
    398 checking ieeefp.h usability... no
    399 checking ieeefp.h presence... no
    400 checking for ieeefp.h... no
    401 checking for special C compiler options needed for large files... no
    402 checking for _FILE_OFFSET_BITS value needed for large files... 64
    403 checking whether largefile support breaks C++... no
    404 checking standard C++ headers... yes
    405 checking for C++ header <algorithm>... (cached) yes
    406 checking for C++ header <bitset>... (cached) yes
    407 checking for C++ header <cassert>... (cached) yes
    408 checking for C++ header <cctype>... (cached) yes
    409 checking for C++ header <cerrno>... (cached) yes
    410 checking for C++ header <cfloat>... (cached) yes
    411 checking for C++ header <climits>... (cached) yes
    412 checking for C++ header <clocale>... (cached) yes
    413 checking for C++ header <cmath>... (cached) yes
    414 checking for C++ header <complex>... (cached) yes
    415 checking for C++ header <csetjmp>... (cached) yes
    416 checking for C++ header <csignal>... (cached) yes
    417 checking for C++ header <cstdarg>... (cached) yes
    418 checking for C++ header <cstddef>... (cached) yes
    419 checking for C++ header <cstdio>... (cached) yes
    420 checking for C++ header <cstdlib>... (cached) yes
    421 checking for C++ header <cstring>... (cached) yes
    422 checking for C++ header <ctime>... (cached) yes
    423 checking for C++ header <deque>... (cached) yes
    424 checking for C++ header <fstream>... (cached) yes
    425 checking for C++ header <functional>... (cached) yes
    426 checking for C++ header <iomanip>... (cached) yes
    427 checking for C++ header <ios>... (cached) yes
    428 checking for C++ header <iosfwd>... (cached) yes
    429 checking for C++ header <iostream>... (cached) yes
    430 checking for C++ header <istream>... (cached) yes
    431 checking for C++ header <iterator>... (cached) yes
    432 checking for C++ header <limits>... (cached) yes
    433 checking for C++ header <list>... (cached) yes
    434 checking for C++ header <locale>... (cached) yes
    435 checking for C++ header <map>... (cached) yes
    436 checking for C++ header <memory>... (cached) yes
    437 checking for C++ header <numeric>... (cached) yes
    438 checking for C++ header <ostream>... (cached) yes
    439 checking for C++ header <queue>... (cached) yes
    440 checking for C++ header <set>... (cached) yes
    441 checking for C++ header <sstream>... (cached) yes
    442 checking for C++ header <stack>... (cached) yes
    443 checking for C++ header <stdexcept>... (cached) yes
    444 checking for C++ header <streambuf>... (cached) yes
    445 checking for C++ header <string>... (cached) yes
    446 checking for C++ header <utility>... (cached) yes
    447 checking for C++ header <valarray>... (cached) yes
    448 checking for C++ header <vector>... (cached) yes
    449 checking for C++ namespaces... yes
    450 checking for min(0,0) in namespace std... yes
    451 checking for max(0,0) in namespace std... yes
    452 checking for transform((char *)0,(char *) 0,(char *)0,(int(*)(int))malloc) in namespace std... yes
    453 checking for locale("") in namespace std... yes
    454 checking whether gcc needs -traditional... no
    455 checking for vprintf... yes
    456 checking for _doprnt... no
    457 checking for alloca... no
    458 checking for _alloca... no
    459 checking for setpriority... yes
    460 checking for strlcpy... no
    461 checking for strlcat... no
    462 checking for sigaction... yes
    463 checking for getutent... yes
    464 checking for setutent... yes
    465 checking for getisax... no
    466 checking for an ANSI C-conforming const... yes
    467 checking for size_t... yes
    468 checking whether struct tm is in sys/time.h or time.h... time.h
    469 checking for struct tm.tm_zone... yes
    470 checking for wx-libs ...
    471 checking for wx-config... /usr/bin/wx-config
    472 checking for wxWidgets version >= 2.6.0... no
    473 configure: WARNING:
    474 ================================================================================
    475 WARNING: A suitable installation of wxWidgets could not be found
    476          ==> building client without clientgui.
    47752
    478   If you add wxWidgets to your system, then this configure script will also
    479   configure your system to build the BOINC graphical client (clientgui).
    480 
    481   If wxWidgets is installed on your system, please check that wx-config is
    482   in the path, that the directory where wxWidgets libraries are installed
    483   (returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH (or equivalent),
    484   and that wxWidgets version is 2.6.0 or above. Currently wxWidgets version
    485   2.6.0 (gtk based) is known to work with boinc_gui under Linux. You can
    486   use wx-config --version to find what version you have currently installed.
    487 
    488   NOTE: if building a portable client-release, you need the *static* version
    489   of the wx-libs installed!
    490 
    491   You can get wxWidgets by following the DOWNLOAD link at:
    492   http://www.wxwindows.org/
    493 ================================================================================
    494        
    495 checking for atexit in dynamic library c... -lc
    496 checking for _Unwind_Resume in static library gcc_eh... -lgcc_eh
    497 checking for sscanf in static library stdc++... -lstdc++
    498 checking for sscanf in static library gcc... -lgcc
    499 checking for sin in dynamic library m... -lm
    500 checking for pthread_join in dynamic library pthread... -lpthread
    501 checking for dynamic library wsock32... no
    502 configure: creating ./config.status
    503 config.status: creating ./version.h
    504 config.status: creating api/Makefile
    505 config.status: creating apps/Makefile
    506 config.status: creating clientgui/Makefile
    507 config.status: creating client/Makefile
    508 config.status: creating client/win/boinc_path_config.py
    509 config.status: creating db/Makefile
    510 config.status: creating doc/Makefile
    511 config.status: creating doc/manpages/Makefile
    512 config.status: creating lib/Makefile
    513 config.status: creating Makefile
    514 config.status: creating py/Boinc/boinc_path_config.py
    515 config.status: creating py/Boinc/Makefile
    516 config.status: creating py/boinc_path_config.py
    517 config.status: creating py/Boinc/version.py
    518 config.status: creating py/Makefile
    519 config.status: creating sched/boinc_path_config.py
    520 config.status: creating sched/Makefile
    521 config.status: creating sea/Makefile
    522 config.status: creating test/boinc_path_config.py
    523 config.status: creating test/Makefile
    524 config.status: creating test/version.inc
    525 config.status: creating tools/boinc_path_config.py
    526 config.status: creating tools/Makefile
    527 config.status: creating zip/Makefile
    528 config.status: creating zip/zip/Makefile
    529 config.status: creating zip/unzip/Makefile
    530 config.status: creating m4/Makefile
    531 config.status: creating config.h
    532 config.status: config.h is unchanged
    533 config.status: executing depfiles commands
    534 --- Configuring BOINC 6.1.0 (Release) ---
    535 --- Build Components: (server & client) ---
    536 }}}
     53[removed - too long]