[NeoStats-Devel] [Issue: #224] New - configure fnmatch issue
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Issue CREATION Report for Issue #: 224 A new issue has been CREATED for a project that you own. Click here to view the issue report in the NeoStats Bug System. Issue Details: (Items that have been changed are RED) Summary: configure fnmatch issue URL: Product: NeoStats 3.0 Version: 3.0.a2 To be Closed in Version: None Closed in Version: None Component: Core 3.0 IRCd(s): All Status: Assigned Resolution: None Severity: Unassigned OS/Version: Linux S.U.S.E Database: None Priority: 3 - Medium Assigned To: [email protected] Comments: Posted By: [email protected] At: 3:50 PM on 31-03-2005 The following issue occurs with both alpha2 and alpha3-dev During configure the following will show: checking for working POSIX fnmatch... no Towards the end however: config.status: linking ././fnmatch_.h to ./fnmatch.h config.status: error: ././fnmatch_.h: file not found The system it occurs on: SuSE Linux 8.1 (Bit dated i know) Without having actually looked into this (just wanted to give it a quick spin) i would say it seems it assumes fnmatch is present regardless if it is or not. Just for completeness, the full configure output checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no Configuring Core Now checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/i486-suse-linux/bin/ld checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/i486-suse-linux/bin/ld checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for bison... bison -y checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for sed... /usr/bin/sed checking for dlopen in -ldl... (cached) yes checking for socket in -lsocket... no checking for getopt... yes checking for struct stat.st_blksize... yes checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/time.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking for malloc.h... yes checking for assert.h... yes checking for ctype.h... yes checking for errno.h... yes checking for stddef.h... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for stdarg.h... yes checking for arpa/inet.h... yes checking for arpa/nameser.h... yes checking for net/if.h... yes checking for netinet/in.h... yes checking for netdb.h... yes checking for sys/sockio.h... no checking for sys/stat.h... (cached) yes checking for sys/param.h... yes checking for sys/resource.h... yes checking for termios.h... yes checking for termio.h... yes checking for sgtty.h... yes checking for fcntl.h... yes checking for dlfcn.h... (cached) yes checking for alloca.h... yes checking for winsock.h... no checking for time.h... yes checking for io.h... no checking for pwd.h... yes checking for utime.h... yes checking for limits.h... yes checking for sys/utime.h... no checking for sys/poll.h... yes checking for setjmp.h... yes checking for string.h... (cached) yes checking for sys/file.h... yes checking for sys/dir.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for poll.h... yes checking for signal.h... yes checking for sys/epoll.h... no checking for sys/queue.h... yes checking for sys/event.h... no checking for sys/ioctl.h... yes checking for sys/devpoll.h... no checking for memory.y... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for pid_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working volatile... yes checking for off_t... (cached) yes checking size of off_t... 4 checking for u_int64_t... yes checking for u_int32_t... yes checking for u_int16_t... yes checking for u_int8_t... yes checking for long long... yes checking for ssize_t... yes checking for socklen_t... yes checking for in_addr_t... yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking for socket... yes checking for select... yes checking for strdup... yes checking for strstr... yes checking for strtok_r... yes checking for strftime... yes checking for uname... yes checking for strcasecmp... yes checking for stricmp... no checking deeper for stricmp... but still no checking for strcmpi... no checking deeper for strcmpi... but still no checking for gethostbyaddr... yes checking for gettimeofday... yes checking for inet_addr... yes checking for inet_ntoa... yes checking for inet_pton... yes checking for inet_ntop... yes checking for tcsetattr... yes checking for tcgetattr... yes checking for perror... yes checking for closesocket... no checking deeper for closesocket... but still no checking for siginterrupt... yes checking for sigaction... yes checking for signal... yes checking for getpass_r... no checking deeper for getpass_r... but still no checking for strlcat... no checking deeper for strlcat... but still no checking for getpwuid... yes checking for geteuid... yes checking for dlopen... (cached) no checking deeper for dlopen... yes! checking for utime... yes checking for sigsetjmp... no checking deeper for sigsetjmp... but still no checking for memmove... yes checking for bcopy... yes checking for strerror... yes checking for poll... yes checking for rename... yes checking for ftruncate... yes checking for flock... yes checking for fsync... yes checking for vasprintf... yes checking for fcntl... yes checking __attribute__((,,))... yes checking __attribute__((noreturn))... yes checking __attribute__((const))... yes checking __attribute__((format...))... yes checking for working alloca.h... yes checking for alloca... yes checking for mbstate_t... yes checking for working POSIX fnmatch... no checking whether getenv is declared... yes checking for btowc... yes checking for mbsrtowcs... yes checking for mempcpy... yes checking for wmempcpy... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking for unistd.h... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether gcc needs -traditional... no checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... (cached) int,fd_set *,struct timeval * checking return type of signal handlers... void checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... no checking for strftime... (cached) yes checking for working strnlen... yes checking for working strtod... yes checking for vprintf... yes checking for _doprnt... no checking for strnlen... yes checking for strlcpy... no checking for strlcat... (cached) no checking for strndup... yes checking for backtrace... yes checking whether external symbols need an underscore prefix... no checking db.h usability... yes checking db.h presence... yes checking for db.h... yes checking for db_create in -ldb... yes checking for va_copy... yes checking for __va_copy... yes Configuring for libpcre now Configuring for LibCurl Now checking How to build a local curl... checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for _LARGE_FILES value needed for large files... no checking if we need -no-undefined... no checking if we need -mimpure-text... no checking non-blocking sockets style... O_NONBLOCK checking for gethostbyname... yes checking for strcasecmp... (cached) yes checking for connect... yes checking if argv can be written to... yes Configuring CCDV Now checking for pwd... /bin/pwd checking for ccdv... /home/villageirc/servers/NeoStats-3.0.a3-dev/ccdv Configuring LibEvent Now checking for TAILQ_FOREACH in sys/queue.h... no checking for timeradd in sys/time.h... yes checking for F_SETFD in fcntl.h... yes checking for select... (cached) yes checking for poll... (cached) yes checking for epoll_ctl... no checking for err... yes checking for socklen_t... yes NeoStats Configuration Summary: checking Whether to Enable Debuging...... no checking To Enable AutoTools Debug Mode?... no checking silent building of source files... Enabled checking To Enable Raw command?... no checking The Modules that will be automatically compiled... connectserv hostserv statserv ircdauth extauth textserv operlog checking The additional modules to compile?... "None" configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating src/protocol/Makefile config.status: creating src/dbm/Makefile config.status: creating lib/Makefile config.status: creating lib/curl/Makefile config.status: creating lib/adns/Makefile config.status: creating lib/pcre/Makefile config.status: creating lib/event/Makefile config.status: creating modules/Makefile config.status: creating modules/connectserv/Makefile config.status: creating modules/extauth/Makefile config.status: creating modules/hostserv/Makefile config.status: creating modules/ircdauth/Makefile config.status: creating modules/statserv/Makefile config.status: creating modules/textserv/Makefile config.status: creating modules/operlog/Makefile config.status: creating neostats config.status: creating include/config.h config.status: creating lib/gdbm/autoconf.h config.status: linking ././fnmatch_.h to ./fnmatch.h config.status: error: ././fnmatch_.h: file not found