[Mailman-Users] wrapper

Ron Jarrell jarrell at vt.edu
Thu Apr 25 06:09:11 CEST 2002


At 05:59 PM 4/23/02 +0200, E.J.L. Kemper wrote:
>Ok, you got a point there!
>
>So I reinstalled it again.
>
>./configure   no errors.
>
>but make install, after a very close look gave this...
>----snip-----
>
>make[1]: Entering directory `/unpack/mailman-2.0.9/src'
>gcc -c -I. -DPREFIX="\"/home/mailman\"" -DPYTHON="\"/usr/bin/python\"" -DHEL
>PFUL
> -g -O2 -g -O2 -DHAVE_STRERROR=1 -DHAVE_SETREGID=1 -DHAVE_SYSLOG=1 -DSTDC_HE
>ADER
>S=1 -DHAVE_SYSLOG_H=1 -DGETGROUPS_T=gid_t -DHAVE_VSNPRINTF=1   ./common.c
>In file included from /usr/include/errno.h:36,
>                 from common.h:27,
>                 from ./common.c:20:
>/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
>make[1]: *** [common.o] Error 1
>make[1]: Leaving directory `/unpack/mailman-2.0.9/src'
>
>-----snip------
>
>so could there be a problem there?????
>
>
>
>PS: /usr/include/bits/errno.h:   exists...??

Uh, yea, I'd say that was a problem, given that prat of mailman didn't compile.  Look through configure.log, and config.status, and review what configure did.  Configure rarely generates errors unless something majorly bad happens, but it *can* make the wrong guesses!

Note that /usr/include/bits/errno.h *should* exist.
The error you got:

>/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory


Says that /usr/include/bits/errrno.h at line 25 referred to a file called linux/errno.h, and *that* was what it couldn't find.  I'd review bits/errno.h to see what it's referring to, and verify that that file is there, and as I said, double check what configure actuallys set, because it could have easily screwed up your include file paths.






More information about the Mailman-Users mailing list