bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compiling glibc-1.09.1 on Digital UNIX V4.0F


From: Robert Urban
Subject: compiling glibc-1.09.1 on Digital UNIX V4.0F
Date: Wed, 15 Nov 2000 00:04:50 +0100

hello,

I first tried to compile with the dec compiler, which failed.  I then
used the default gcc, which also failed.  I'm using gcc 2.8.1.

I don't know if anyone reading this give a damn about portability with
respect to alphas running Digital UNIX.  Nevertheless I will attach
the output of the configure+make commands, in the optimistic assumption
that someone might actually take in interest in it.

If I can provide any more information, I will be happy to do so.

Rob Urban

==========================================================================

hell$ ./configure alpha-dec-osf1
Configuring the GNU C library in /x/Build/Gimp/glibc-1.09.1
on hell.spielwiese.de for alpha-dec-osf1.
Using system-dependent files from directories:
        unix/bsd/osf1/alpha
        unix/bsd/osf1
        unix/mman
        unix/bsd
        unix/common
        unix/inet
        unix
        posix
        alpha
        ieee754
        generic
        stub
checking for a BSD compatible install
checking for ranlib
checking for gcc
checking how to run the C preprocessor
checking for signed size_t type
checking for libc-friendly stddef.h
checking for need to use -P to assemble .S files
running configure fragment for unix/common
checking for sys_siglist
checking for _sys_siglist
checking for _ctype_
checking for __ctype_
checking for __ctype
checking for _ctype__
checking for _ctype
checking for _locp
running configure fragment for unix
checking for getdomainname system call
checking for setdomainname system call
running configure fragment for generic
checking for psignal
trying to guess OS release and version for uname
sed: Function s/^4.0 cannot be parsed.
Wrote config.make in /x/Build/Gimp/glibc-1.09.1.
Wrote config.status in /x/Build/Gimp/glibc-1.09.1.
address@hidden:.../Build/Gimp/glibc-1.09.1$ gmake
Makefile:40: sysd-dirs: No such file or directory
Makerules:87: sysdeps/../sysd-Makefile: No such file or directory
(for dir in unix/bsd/osf1/alpha unix/bsd/osf1 unix/mman unix/bsd unix/common 
unix/inet unix posix alpha ieee754 generic stub; do                             
        \
   file=sysdeps/$dir/Makefile;                                        \
   if [ -f $file ]; then                                              \
     echo include "\$(..)$file";                                      \
   else true; fi;                                                     \
 done; \
 echo 'sysd-Makefile-done=t') > sysdeps/../sysd-MakefileT
mv -f sysdeps/../sysd-MakefileT sysdeps/../sysd-Makefile
(echo define sysdep-subdirs;                                          \
 for dir in unix/bsd/osf1/alpha unix/bsd/osf1 unix/mman unix/bsd unix/common 
unix/inet unix posix alpha ieee754 generic stub; do                             
        \
   if [ -r sysdeps/$dir/Subdirs ]; then                       \
     sed 's/#.*$//' sysdeps/$dir/Subdirs;                     \
   else true;                                                         \
   fi;                                                                \
 done;                                                                \
 echo endef) > sysd-dirs-tmp
mv -f sysd-dirs-tmp sysd-dirs
sysdeps/unix/Makefile:85: sysdeps/../param.h.dep: No such file or directory
Makerules:175: sysdeps/../sysd-rules: No such file or directory
Makerules:269: depend-: No such file or directory
for file in sysdep.d munch-init.d version.d start.d; do \
  echo "include \$(objpfx)$file";       \
done > depend--tmp
mv -f depend--tmp depend-
(for sysdir in unix/bsd/osf1/alpha unix/bsd/osf1 unix/mman unix/bsd unix/common 
unix/inet unix posix alpha ieee754 generic stub; do                             
     \
   dir="\$(sysdep_dir)/$sysdir";                                      \
    \
   echo "\$(objpfx)%.o: $dir/%.S \$(before-compile); \
        \$(compile-command.S)";                               \
   echo "\$(objpfx)%.d: $dir/%.S \$(before-compile); \
        \$(+make-deps)";                                              \
   echo "\$(objpfx)%.o: $dir/%.s \$(before-compile); \
        \$(compile-command.s)";                               \
   echo "\$(objpfx)%.d: $dir/%.s \$(objpfx)dummy.d; \
        \$(make-dummy-dep)" ;   \
   echo "\$(objpfx)%.o: $dir/%.c \$(before-compile); \
        \$(compile-command.c)";                               \
   echo "\$(objpfx)%.d: $dir/%.c \$(before-compile); \
        \$(+make-deps)";                                              \
 done) > sysdeps/../sysd-rulesT
mv -f sysdeps/../sysd-rulesT sysdeps/../sysd-rules
rm -f sysdeps/../param.h.c
cp /usr/include/sys/param.h sysdeps/../param.h.c
gcc -M -I/usr/include sysdeps/../param.h.c              \
| sed > sysdeps/../param.h.dep                          \
      -e 'address@hidden:@@'                     \
      -e 'address@hidden/../param.h.c@@g'                    \
      -e 's@/usr/include/*@@g'  \
      -e 'address@hidden@@'                      \
      -e 'address@hidden@sys/param.h-includes := $(sys/param.h-includes) @'
depend-:1: sysdep.d: No such file or directory
depend-:2: munch-init.d: No such file or directory
depend-:3: version.d: No such file or directory
depend-:4: start.d: No such file or directory
cwd=`pwd`; cd sysdeps/..; \
gcc -DHAVE_SYS_SIGLIST=1 -DHAVE_PSIGNAL=1  -DHAVE_SYS_PARAM_H 
-DHAVE_SYS_LIMITS_H -DHAVE_LIMITS_H $cwd/sysdeps/unix/mk-local_lim.c -o 
mk-local_lim
if sysdeps/../mk-local_lim > sysdeps/../local_lim.h-t; then mv 
sysdeps/../local_lim.h-t sysdeps/../local_lim.h; else XXX; fi
mkdir sysdeps/../sys
mkdir: cannot create sysdeps/../sys.
sysdeps/../sys: File exists
gmake: [sysdeps/../sys/param.h] Error 2 (ignored)
(echo '#ifndef _GNU_SYS_PARAM_H';       \
 echo '#define _GNU_SYS_PARAM_H 1';     \
 echo '#include <endian.h>';            \
 awk < /usr/include/sys/param.h                 \
   '/^#define[  ]*NULL/ { print "#ifndef NULL"; \
                          print $0;             \
                          print "#endif";       \
                          was_null = 1 }        \
    { if (!was_null) print $0;                  \
      was_null = 0 }';          \
 echo '#ifndef MAXHOSTNAMELEN'; \
 echo '#define MAXHOSTNAMELEN 64 /* XXX */'; \
 echo '#endif /* No MAXHOSTNAMELEN.  */'; \
 echo '#endif   /* sys/param.h */') > sysdeps/../sys/param.h-tmp
mv sysdeps/../sys/param.h-tmp sysdeps/../sys/param.h
cat /usr/include/errno.h /usr/include/sys/errno.h | sed -n 's/^#define[        
]*\(E[A-Z0-9][A-Z0-9]*\)[        ].*$/\1/p' > sysdeps/../errnos-tmp
mv sysdeps/../errnos-tmp sysdeps/../errnos
awk -f sysdeps/unix/errnos.awk errnos="`tr '\012' ' ' < sysdeps/../errnos`" 
sysdeps/unix/errnos-tmpl.c > sysdeps/../make-errnos.cT
mv sysdeps/../make-errnos.cT sysdeps/../make-errnos.c
cd sysdeps/..; gcc -DHAVE_SYS_SIGLIST=1 -DHAVE_PSIGNAL=1 make-errnos.c -o 
make-errnos
sysdeps/../make-errnos > sysdeps/../errnos.h-tmp
mv sysdeps/../errnos.h-tmp sysdeps/../errnos.h
sysdeps/unix/snarf-ioctls /usr/include/sys/ioctl.h /usr/include/sys/termios.h \
| fgrep -xv "`sysdeps/unix/snarf-ioctls  \
                                    termios/sys/ttydefaults.h \
             | sort | uniq`" \
| sort | uniq | tr '\012' ' ' > sysdeps/../ioctls-tmp
sysdeps/unix/snarf-ioctls: /usr/include/sec_base.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_base.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_priv.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_priv.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_mac_ob.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_mac_ob.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_cmw.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_cmw.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_shw.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_shw.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_acl_posix.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_acl_posix.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_ncav.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_ncav.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_net.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_net.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_nfs.h: cannot open
sysdeps/unix/snarf-ioctls: /usr/include/sec_nfs.h: cannot open
mv sysdeps/../ioctls-tmp sysdeps/../ioctls
awk -f sysdeps/unix/ioctls.awk requests="`cat sysdeps/../ioctls`" 
sysdeps/unix/ioctls-tmpl.c > sysdeps/../make-ioctls.cT
 awk: String ALLDELAY A cannot be longer than 2047 bytes.
 The source line is 11.
 awk: String ALLDELAY A cannot be longer than 2047 bytes.
 The source line is 11.
 awk: String ALLDELAY A cannot be longer than 2047 bytes.
 The source line is 11.
gmake: *** [sysdeps/../make-ioctls.c] Error 2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]