Menu

#29 Failed Complies tried (FreeBSD,NetBSD,OpenBSD, Now Red Hat)

open
nobody
None
5
2014-08-22
2003-05-19
Anonymous
No

I have attempted to compile GNU Q on several platforms without
success (FreeBSD,NetBSD,OpenBSD and now Red Hat Linux).

nnoydb@excite.com

The following is the output from Red Hat:

[queue-1.30.1]# ./configure --enable-root
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler...
no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for flex... flex
checking for flex... (cached) flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for flex... (cached) flex
checking lex output file root... (cached) lex.yy
checking whether yytext is a pointer... (cached) yes
checking for main in -lrpcsvc... yes
checking for main in -lelf... no
checking for main in -lsocket... no
checking for main in -lnsl... yes
checking for main in -lxnet... no
checking for main in -lfl... yes
checking for main in -lcrypt... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/time.h... yes
checking for arpa/inet.h... yes
checking for ctype.h... yes
checking for dirent.h... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for fstab.h... yes
checking for i386/vmparam.h... no
checking for machine/param.h... no
checking for mntent.h... yes
checking for ndir.h... no
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for nlist.h... no
checking for pwd.h... yes
checking for signal.h... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for sys/audit.h... no
checking for sys/dir.h... yes
checking for sys/file.h... yes
checking for sys/fixpoint.h... no
checking for sys/ioctl.h... yes
checking for sys/ndir.h... no
checking for sys/param.h... yes
checking for sys/pstat.h... no
checking for sys/resource.h... yes
checking for sys/signal.h... yes
checking for sys/socket.h... yes
checking for sys/sockio.h... no
checking for sys/stat.h... yes
checking for sys/statvfs.h... yes
checking for sys/statfs.h... yes
checking for sys/sysmp.h... no
checking for sys/time.h... (cached) yes
checking for sys/types.h... yes
checking for sys/un.h... yes
checking for sys/vfs.h... yes
checking for sys/wait.h... (cached) yes
checking for syslog.h... yes
checking for termios.h... yes
checking for time.h... yes
checking for ulimit.h... yes
checking for unistd.h... yes
checking for ustat.h... yes
checking for utmp.h... yes
checking for vfork.h... no
checking for limits.h... yes
checking for sys/times.h... yes
checking for getopt.h... yes
checking for asm/checkpoint.h... no
checking for working const... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for st_rdev in struct stat... yes
checking for sys_siglist declaration in signal.h or unistd.h... 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 type of array argument to getgroups... gid_t
checking whether getpgrp takes no argument... yes
checking whether gcc needs -traditional... no
checking whether setpgrp takes no argument... yes
checking return type of signal handlers... void
checking for vfork.h... (cached) no
checking for working vfork... yes
checking for vprintf... yes
checking for wait3 that fills in rusage... yes
checking for elf_begin in -lelf... no
checking for kvm_open in -lkvm... no
checking for getloadavg in -lutil... yes
checking for getloadavg... yes
checking whether getloadavg requires setgid... (cached) yes
checking group of /dev/kmem... kmem
checking for getcwd... yes
checking for gethostname... yes
checking for getwd... yes
checking for mkdir... yes
checking for select... yes
checking for socket... yes
checking for getrlimit... yes
checking for sigblock... yes
checking for sigsetmask... yes
checking for setsid... yes
checking for setlinebuf... yes
checking for insque... yes
checking for setresuid... yes
checking for setresgid... yes
checking for herror... yes
checking for _getpty... no
checking for putenv... yes
checking for setenv... yes
checking for strdup... yes
checking for sigsetmask... (cached) yes
checking for getopt_long... yes
checking for sigblock... (cached) yes
checking for ut_addr in utmp.h... yup
checking for working identd service on port 113... nope

--enable-checkpoint=NO ... checkpointing (beta) disabled (default)
--enable-manager=NO ... queue_manager (beta) not compiled in
(default)
--enable-root=YES ... Compiling for cluster-wide installation
(preferred).
See \'./configure --help\' and manual for more information on the --
enable option.

NO_ROOT cookiefile is "/usr/local/share/queuecookiefile"
Host access control file is "/usr/local/share/qhostsfile"
NFS-shared Queue spool directory is "/usr/local/var/queue"
Local queued process id file prefix is "/usr/local/var/queued.pid"
Error mail goes to "root"

updating cache ./config.cache
creating ./config.status
creating profile
creating Makefile
creating doc/QueueVN.texi
creating doc/queue.man
creating config.h
[queue-1.30.1]# make
cd . && aclocal
cd . && automake --gnu Makefile
configure.in:26: automake requires `AM_PROG_LEX', not
`AC_PROG_LEX'
Makefile.am: required file `./depcomp' not found
make: *** [Makefile.in] Error 1
[queue-1.30.1]#

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I have read several messages reguarding RedHat 9 and I will
    be attempting the fixes therein for the beta.

    nnoydb@excite.com

     
  • Nobody/Anonymous

    Logged In: NO

    start with installing flex (or lex) then read next post
    gdav

     

Log in to post a comment.