rpm --rebuild mol-kmods problem

Arch & Cath mol-general@lists.maconlinux.org
Fri, 30 Aug 2002 20:57:41 -0400


After your help in getting glibc-devel installed.  gcc now works.   Still
can't get rebuild. Following is the config.log for the latest try:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:573: checking host system type
configure:606: checking for a BSD compatible install
configure:659: checking whether build environment is sane
configure:716: checking whether make sets ${MAKE}
configure:762: checking for working aclocal
configure:775: checking for working autoconf
configure:788: checking for working automake
configure:801: checking for working autoheader
configure:814: checking for working makeinfo
configure:883: checking for gcc
configure:996: checking whether the C compiler (gcc  ) works
configure:1012: gcc -o conftest    conftest.c  1>&5
configure:1038: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1043: checking whether we are using GNU C
configure:1052: gcc -E conftest.c
configure:1071: checking whether gcc accepts -g
configure:1105: checking for ranlib
configure:1137: checking for bison
configure:1168: checking how to run the C preprocessor
configure:1189: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1253: checking for flex
configure:1286: checking for flex
configure:1320: checking for yywrap in -lfl
configure:1339: gcc -o conftest -g -O2   conftest.c -lfl   1>&5
configure:1362: checking lex output file root
configure:1383: checking whether yytext is a pointer
configure:1402: gcc -o conftest -g -O2   conftest.c  -lfl 1>&5
configure:1424: checking how to run the C preprocessor
configure:1504: checking whether ln -s works
configure:1529: checking for c++
configure:1561: checking whether the C++ compiler (c++  ) works
configure:1577: c++ -o conftest    conftest.C  1>&5
configure:1603: checking whether the C++ compiler (c++  ) is a
cross-compiler
configure:1608: checking whether we are using GNU C++
configure:1617: c++ -E conftest.C
configure:1636: checking whether c++ accepts -g
configure:1676: checking for stdlib.h
configure:1686: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1716: checking for string.h
configure:1726: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1756: checking for strings.h
configure:1766: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1796: checking for getopt.h
configure:1806: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1836: checking for poll.h
configure:1846: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1877: checking for obstack.h
configure:1887: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2171: checking for esd_open_sound in -lesd
configure:2190: gcc -o conftest -g -O2   conftest.c -lesd   1>&5
/usr/bin/ld: cannot find -lesd
collect2: ld returned 1 exit status
configure: failed program was:
#line 2179 "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 esd_open_sound();

int main() {
esd_open_sound()
; return 0; }
configure:2213: checking for esd.h
configure:2223: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2219: esd.h: No such file or directory
configure: failed program was:
#line 2218 "configure"
#include "confdefs.h"
#include <esd.h>
configure:2295: checking for X
configure:2609: checking for dnet_ntoa in -ldnet
configure:2628: gcc -o conftest -g -O2   conftest.c -ldnet   1>&5
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure: failed program was:
#line 2617 "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 dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:2650: checking for dnet_ntoa in -ldnet_stub
configure:2669: gcc -o conftest -g -O2   conftest.c -ldnet_stub   1>&5
/usr/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure: failed program was:
#line 2658 "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 dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:2698: checking for gethostbyname
configure:2726: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2796: checking for connect
configure:2824: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2888: checking for remove
configure:2916: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2980: checking for shmat
configure:3008: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3081: checking for IceConnectionNumber in -lICE
configure:3100: gcc -o conftest -g -O2   -L/usr/X11R6/lib conftest.c -lICE
1>&5
configure:3147: checking for m4
configure:3179: checking build system type
configure:3205: checking for as
configure:3276: checking for strip
configure:3345: checking for ld
configure:3416: checking for nm
configure:3496: checking for objdump
configure:3781: checking whether off_t is 64 bit
configure:3792: gcc -o conftest -g -O2   conftest.c  1>&5
configure: In function `main':
configure:3788: `off_t' undeclared (first use in this function)
configure:3788: (Each undeclared identifier is reported only once
configure:3788: for each function it appears in.)
configure: failed program was:
#line 3786 "configure"
#include "confdefs.h"
 #include <unistd.h>
         int main( int argc, char **argv ) { return !(sizeof(off_t)==8); }

configure:3817: checking for kernel headers

Any help would be greatly appreciated.  Thanks again.

Arch