From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6184 invoked from network); 12 Oct 1999 12:49:01 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Oct 1999 12:49:01 -0000 Received: (qmail 23840 invoked by alias); 12 Oct 1999 12:48:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8223 Received: (qmail 23677 invoked from network); 12 Oct 1999 12:47:08 -0000 Message-ID: <56D553C0B61BD311AD2300A0C9F485C2197AFF@xfc02.fc.hp.com> From: "GARCIA,JULIO (HP-FtCollins,ex1)" To: "'zsh-workers@sunsite.auc.dk'" Subject: FW: zsh-3.1.6 on hppa2.0n-hp-hpux11.00? Date: Tue, 12 Oct 1999 06:46:49 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01BF14AF.DABB5288" This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01BF14AF.DABB5288 Content-Type: text/plain; charset="iso-8859-1" Bart, thank you for your response. I have included in this mail the output of config (cfg.out) and make (mk.out) on HPUX 11 for zsh-3.1.6. I also tried on HPUX 10 and was not able to get it to work. However, I was able to successfully build my old archive of zsh-3.0.2 on HPUX 11 with no problems. The error to note in cfg.out is ########################################## creating cache ./config.cache configuring for zsh 3.1.6 checking host system type... Invalid configuration `hppa2.0n-hp-hpux11.00': machine `hppa2.0n-hp' not recognized ... ./configure[2861]: test: Specify a parameter with this command. ########################################### Finally, after trying a few different things (like running configure on HPUX 10 and making on HPUX 11, etc) I started getting this error: ###################################### ~/Shar/zsh/zsh-3.1.6 > make No suffix list. /home/julio/Shar/zsh/zsh-3.1.6/Src No suffix list. if test -f mymods.conf; then \ cat mymods.conf > modules-bltin; \ elif test N = N; then \ cat ./xmods.conf > modules-bltin; \ elif test no != yes; then \ echo comp1 > modules-bltin; \ else \ echo > modules-bltin; \ fi ( cd .. && /bin/sh Src/mkmodindex.sh Src ) \ > modules.index.tmp `modules.index' is up to date. cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod creating Src/Makemod.in creating Src/Makemod creating Src/Builtins/Makefile.in creating Src/Builtins/Makefile /home/julio/Shar/zsh/zsh-3.1.6/Src/Builtins creating Src/Modules/Makefile.in creating Src/Modules/Makefile /home/julio/Shar/zsh/zsh-3.1.6/Src/Modules creating Src/Zle/Makefile.in creating Src/Zle/Makefile /home/julio/Shar/zsh/zsh-3.1.6/Src/Zle nawk -f ./signames1.awk /usr/include/sys/signal.h >sigtmp.c 'cc -E' sigtmp.c >sigtmp.out sh: cc -E: not found. *** Error exit code 127 Stop. *** Error exit code 1 Stop. *** Error exit code 1 Stop. ############################################ I hope this helps. Thanks! -- Julio Garcia - - - (970) 898-3168 - FAX (970) 898-2038 -----Original Message----- From: Bart Schaefer [mailto:schaefer@zanshin.com] Sent: Monday, October 11, 1999 4:49 PM To: GARCIA,JULIO (HP-FtCollins,ex1) Subject: Re: zsh-3.1.6 on hppa2.0n-hp-hpux11.00? On Mon, 11 Oct 1999, GARCIA,JULIO (HP-FtCollins,ex1) wrote: > I wanted to get newer bits compiled on HPUX B.11.00 and was not > able to compile. Could you please send a description of exactly how the compile failed, to ? Thanks. ------_=_NextPart_000_01BF14AF.DABB5288 Content-Type: application/octet-stream; name="cfg.out" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="cfg.out" creating cache ./config.cache=0A= configuring for zsh 3.1.6=0A= checking host system type... Invalid configuration = `hppa2.0n-hp-hpux11.00': machine `hppa2.0n-hp' not recognized=0A= =0A= checking for gcc... no=0A= checking for cc... cc=0A= checking whether the C compiler (cc ) works... yes=0A= checking whether the C compiler (cc ) is a cross-compiler... no=0A= checking whether we are using GNU C... no=0A= checking whether cc accepts -g... yes=0A= checking whether large file support needs explicit enabling... no=0A= checking how to run the C preprocessor... cc -E=0A= checking for working const... yes=0A= checking for cc option to accept ANSI C... =0A= checking whether to use prototypes... yes=0A= checking for working alloca.h... yes=0A= checking for alloca... yes=0A= checking if the compiler supports union initialisation... yes=0A= checking if signed to unsigned casting is broken... no=0A= checking if the compiler supports variable-length arrays... no=0A= checking whether make sets ${MAKE}... yes=0A= checking for a BSD compatible install... ./install-sh -c=0A= checking for mawk... no=0A= checking for gawk... no=0A= checking for nawk... nawk=0A= checking for yodl... no=0A= checking for dirent.h that defines DIR... yes=0A= checking for opendir in -ldir... no=0A= checking for ANSI C header files... yes=0A= checking whether time.h and sys/time.h may both be included... yes=0A= checking whether stat file-mode macros are broken... no=0A= checking for sys/wait.h that is POSIX.1 compatible... yes=0A= checking for sys/time.h... yes=0A= checking for sys/times.h... yes=0A= checking for sys/select.h... no=0A= checking for termcap.h... no=0A= checking for termio.h... yes=0A= checking for termios.h... yes=0A= checking for sys/param.h... yes=0A= checking for sys/filio.h... no=0A= checking for string.h... yes=0A= checking for memory.h... yes=0A= checking for limits.h... yes=0A= checking for fcntl.h... yes=0A= checking for libc.h... no=0A= checking for sys/utsname.h... yes=0A= checking for sys/resource.h... yes=0A= checking for locale.h... yes=0A= checking for errno.h... yes=0A= checking for stdlib.h... yes=0A= checking for unistd.h... yes=0A= checking for sys/capability.h... no=0A= checking for utmp.h... yes=0A= checking for utmpx.h... yes=0A= checking for sys/types.h... yes=0A= checking for pwd.h... yes=0A= checking for grp.h... yes=0A= checking for poll.h... yes=0A= checking for sys/mman.h... yes=0A= checking for dlfcn.h... yes=0A= checking for dl.h... yes=0A= checking POSIX termios... yes=0A= checking TIOCGWINSZ in termios.h... yes=0A= checking for sys/ptem.h... no=0A= checking for printf in -lc... yes=0A= checking for tgetent in -ltermcap... yes=0A= checking for yp_all... no=0A= checking for yp_all in -lnsl... yes=0A= ./configure[2861]: test: Specify a parameter with this command.=0A= checking for dlopen in -ldl... no=0A= checking for cap_get_proc in -lcap... no=0A= checking for socket in -lsocket... no=0A= checking if an include file defines ospeed... no=0A= checking if you must define ospeed... no=0A= checking if tgetent accepts NULL... yes=0A= checking return type of signal handlers... void=0A= checking for pid_t... yes=0A= checking for off_t... yes=0A= checking for ino_t... yes=0A= checking for mode_t... yes=0A= checking for uid_t in sys/types.h... yes=0A= checking for size_t... yes=0A= checking if long is 64 bits... no=0A= checking if off_t is 64 bit... no=0A= checking if ino_t is 64 bit... no=0A= checking if compiler has a 64 bit type... long long=0A= checking for a corresponding unsigned 64 bit type... unsigned long = long=0A= checking for sigset_t... yes=0A= checking for struct timezone... yes=0A= checking for struct utmp... yes=0A= checking for struct utmpx... yes=0A= checking for ut_host in struct utmp... yes=0A= checking for ut_host in struct utmpx... yes=0A= checking for ut_xtime in struct utmpx... no=0A= checking for ut_tv in struct utmpx... yes=0A= checking for d_ino in struct dirent... yes=0A= checking for d_stat in struct dirent... no=0A= checking for d_ino in struct direct... no=0A= checking for d_stat in struct direct... no=0A= checking for memcpy... yes=0A= checking for memmove... yes=0A= checking for strftime... yes=0A= checking for waitpid... yes=0A= checking for select... yes=0A= checking for poll... yes=0A= checking for tcsetpgrp... yes=0A= checking for tcgetattr... yes=0A= checking for strstr... yes=0A= checking for lstat... yes=0A= checking for getlogin... yes=0A= checking for setpgid... yes=0A= checking for gettimeofday... yes=0A= checking for gethostname... yes=0A= checking for mkfifo... yes=0A= checking for wait3... yes=0A= checking for difftime... yes=0A= checking for sigblock... yes=0A= checking for sigsetmask... yes=0A= checking for sigrelse... yes=0A= checking for sighold... yes=0A= checking for killpg... yes=0A= checking for sigaction... yes=0A= checking for getrlimit... yes=0A= checking for sigprocmask... yes=0A= checking for setuid... yes=0A= checking for seteuid... no=0A= checking for setreuid... yes=0A= checking for setresuid... yes=0A= checking for setsid... yes=0A= checking for strerror... yes=0A= checking for nis_list... yes=0A= checking for initgroups... yes=0A= checking for fchdir... yes=0A= checking for cap_get_proc... no=0A= checking for readlink... yes=0A= checking for nice... yes=0A= checking for getgrgid... yes=0A= checking for getgrnam... yes=0A= checking for getpwent... yes=0A= checking for getpwnam... yes=0A= checking for getpwuid... yes=0A= checking for setpgrp... yes=0A= checking for fseeko... yes=0A= checking for ftello... yes=0A= checking for mmap... yes=0A= checking for munmap... yes=0A= checking for msync... yes=0A= checking for ftruncate... yes=0A= checking whether getpgrp takes no argument... yes=0A= checking for working strcoll... yes=0A= checking for dlopen... no=0A= checking for dlerror... no=0A= checking for dlsym... no=0A= checking for dlclose... no=0A= checking for load... no=0A= checking for loadquery... no=0A= checking for loadbind... no=0A= checking for unload... no=0A= checking for shl_load... yes=0A= checking for shl_unload... yes=0A= checking for shl_findsym... yes=0A= checking what style of signals to use... POSIX_SIGNALS=0A= checking where signal.h is located... /usr/include/sys/signal.h=0A= checking where the RLIMIT macros are located... = /usr/include/sys/resource.h=0A= checking if rlim_t is longer than a long... no=0A= checking if the rlim_t is unsigned... yes=0A= checking for rlim_t... yes=0A= checking for /dev/fd filesystem... no=0A= checking for RFS superroot directory... no=0A= checking whether we should use the native getcwd... no=0A= checking for NIS... no=0A= checking for NIS+... no=0A= checking for utmp file... /etc/utmp=0A= checking for wtmp file... /etc/wtmp=0A= checking for utmpx file... /etc/utmpx=0A= checking for wtmpx file... /var/adm/wtmpx=0A= checking for brk() prototype in ... yes=0A= checking for sbrk() prototype in ... yes=0A= checking for ioctl prototype in ... yes=0A= checking if named FIFOs work... yes=0A= checking if echo in /bin/sh interprets escape sequences... yes=0A= checking if your system use ELF binaries... no=0A= checking if your dlsym() needs a leading underscore... =0A= checking if static/shared library linking is broken... yes=0A= updating cache ./config.cache=0A= creating ./config.status=0A= creating Config/defs.mk=0A= creating Makefile=0A= creating Doc/Makefile=0A= creating Etc/Makefile=0A= creating Src/Makefile=0A= creating Completion/Makefile=0A= creating Functions/Makefile=0A= creating config.h=0A= =0A= zsh configuration=0A= -----------------=0A= zsh version : 3.1.6=0A= host operating system : --=0A= source code location : .=0A= compiler : cc=0A= preprocessor flags : =0A= executable compiler flags : -O=0A= executable linker flags : -s =0A= library flags : -lnsl -ltermcap -lc =0A= binary install path : /usr/local/bin=0A= man page install path : /usr/local/man=0A= info install path : /usr/local/info=0A= functions install path : /usr/local/share/zsh/functions=0A= installed functions : Core/* Base/* Builtins/* User/* Commands/* = Zle/* Zftp/*=0A= =0A= ------_=_NextPart_000_01BF14AF.DABB5288 Content-Type: application/octet-stream; name="mk.out" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="mk.out" No suffix list.=0A= /home/julio/Shar/zsh/zsh-3.1.6/Src=0A= No suffix list.=0A= if test -f mymods.conf; then \=0A= cat mymods.conf > modules-bltin; \=0A= elif test N =3D N; then \=0A= cat ./xmods.conf > modules-bltin; \=0A= elif test no !=3D yes; then \=0A= echo comp1 > modules-bltin; \=0A= else \=0A= echo > modules-bltin; \=0A= fi=0A= ( cd .. && /bin/sh Src/mkmodindex.sh Src ) \=0A= > modules.index.tmp=0A= Updated `modules.index'.=0A= cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod=0A= creating Src/Makemod.in=0A= creating Src/Makemod=0A= echo 'timestamp for *.mdd files' > ../Src/modules.stamp=0A= creating Src/Builtins/Makefile.in=0A= creating Src/Builtins/Makefile=0A= /home/julio/Shar/zsh/zsh-3.1.6/Src/Builtins=0A= creating Src/Modules/Makefile.in=0A= creating Src/Modules/Makefile=0A= /home/julio/Shar/zsh/zsh-3.1.6/Src/Modules=0A= creating Src/Zle/Makefile.in=0A= creating Src/Zle/Makefile=0A= /home/julio/Shar/zsh/zsh-3.1.6/Src/Zle=0A= nawk -f ./signames1.awk /usr/include/sys/signal.h >sigtmp.c=0A= cc -E sigtmp.c >sigtmp.out=0A= nawk -f ./signames2.awk sigtmp.out > signames.c=0A= rm -f sigtmp.c sigtmp.out=0A= grep 'define.*SIGCOUNT' signames.c > sigcount.h=0A= Updated `zsh.mdh'.=0A= echo 'timestamp for zsh.mdh against zsh.mdd' > zsh.mdhs=0A= nawk -f ../Src/makepro.awk builtin.c Src > builtin.pro=0A= nawk -f ../Src/makepro.awk compat.c Src > compat.pro=0A= nawk -f ../Src/makepro.awk cond.c Src > cond.pro=0A= nawk -f ../Src/makepro.awk exec.c Src > exec.pro=0A= nawk -f ../Src/makepro.awk glob.c Src > glob.pro=0A= nawk -f ../Src/makepro.awk hashtable.c Src > hashtable.pro=0A= nawk -f ../Src/makepro.awk hist.c Src > hist.pro=0A= nawk -f ../Src/makepro.awk init.c Src > init.pro=0A= nawk -f ../Src/makepro.awk input.c Src > input.pro=0A= nawk -f ../Src/makepro.awk jobs.c Src > jobs.pro=0A= nawk -f ../Src/makepro.awk lex.c Src > lex.pro=0A= nawk -f ../Src/makepro.awk linklist.c Src > linklist.pro=0A= nawk -f ../Src/makepro.awk loop.c Src > loop.pro=0A= nawk -f ../Src/makepro.awk math.c Src > math.pro=0A= nawk -f ../Src/makepro.awk mem.c Src > mem.pro=0A= nawk -f ../Src/makepro.awk module.c Src > module.pro=0A= nawk -f ../Src/makepro.awk options.c Src > options.pro=0A= nawk -f ../Src/makepro.awk params.c Src > params.pro=0A= nawk -f ../Src/makepro.awk parse.c Src > parse.pro=0A= nawk -f ../Src/makepro.awk prompt.c Src > prompt.pro=0A= nawk -f ../Src/makepro.awk signals.c Src > signals.pro=0A= nawk -f ../Src/makepro.awk signames.c Src > signames.pro=0A= nawk -f ../Src/makepro.awk subst.c Src > subst.pro=0A= nawk -f ../Src/makepro.awk text.c Src > text.pro=0A= nawk -f ../Src/makepro.awk utils.c Src > utils.pro=0A= nawk -f ../Src/makepro.awk watch.c Src > watch.pro=0A= Updated `zsh.mdh'.=0A= /home/julio/Shar/zsh/zsh-3.1.6/Src/Builtins=0A= Updated `rlimits.mdh'.=0A= echo 'timestamp for rlimits.mdh against rlimits.mdd' > rlimits.mdhs=0A= nawk -f ../../Src/makepro.awk rlimits.c Src/Builtins > rlimits.pro=0A= Updated `rlimits.mdh'.=0A= Updated `sched.mdh'.=0A= echo 'timestamp for sched.mdh against sched.mdd' > sched.mdhs=0A= nawk -f ../../Src/makepro.awk sched.c Src/Builtins > sched.pro=0A= Updated `sched.mdh'.=0A= /home/julio/Shar/zsh/zsh-3.1.6/Src/Modules=0A= /home/julio/Shar/zsh/zsh-3.1.6/Src/Zle=0A= Updated `comp1.mdh'.=0A= echo 'timestamp for comp1.mdh against comp1.mdd' > comp1.mdhs=0A= nawk -f ../../Src/makepro.awk comp1.c Src/Zle > comp1.pro=0A= Updated `comp1.mdh'.=0A= Updated `compctl.mdh'.=0A= echo 'timestamp for compctl.mdh against compctl.mdd' > compctl.mdhs=0A= nawk -f ../../Src/makepro.awk compctl.c Src/Zle > compctl.pro=0A= Updated `compctl.mdh'.=0A= ( \=0A= echo '/** thingies.list **/'; \=0A= echo '/** thingy structures for the known thingies **/'; \=0A= echo; \=0A= echo '/* format: T("name", TH_FLAGS, w_widget, t_nextthingy) */'; = \=0A= echo; \=0A= sed -e 's/#.*//; /^$/d; s/" *,.*/"/' \=0A= -e 's/^"/T("/; s/$/, 0,/; h' \=0A= -e 's/-//g; s/^.*"\(.*\)".*/w_\1, t_D\1)/' \=0A= -e 'H; g; s/\n/ /' \=0A= < ./iwidgets.list; \=0A= sed -e 's/#.*//; /^$/d; s/" *,.*/"/' \=0A= -e 's/^"/T("./; s/$/, TH_IMMORTAL,/; h' \=0A= -e 's/-//g; s/^.*"\.\(.*\)".*/w_\1, t_\1)/' \=0A= -e 'H; g; s/\n/ /' \=0A= < ./iwidgets.list; \=0A= ) > thingies.list=0A= ( \=0A= echo '/** zle_things.h **/'; \=0A= echo '/** indices of and pointers to known thingies **/'; \=0A= echo; \=0A= echo 'enum {'; \=0A= sed -n -f ./zle_things.sed < thingies.list; \=0A= echo ' ZLE_BUILTIN_THINGY_COUNT'; \=0A= echo '};'; \=0A= ) > zle_things.h=0A= Updated `zle.mdh'.=0A= echo 'timestamp for zle.mdh against zle.mdd' > zle.mdhs=0A= nawk -f ../../Src/makepro.awk zle_bindings.c Src/Zle > = zle_bindings.pro=0A= nawk -f ../../Src/makepro.awk zle_hist.c Src/Zle > zle_hist.pro=0A= nawk -f ../../Src/makepro.awk zle_keymap.c Src/Zle > zle_keymap.pro=0A= nawk -f ../../Src/makepro.awk zle_main.c Src/Zle > zle_main.pro=0A= nawk -f ../../Src/makepro.awk zle_misc.c Src/Zle > zle_misc.pro=0A= nawk -f ../../Src/makepro.awk zle_move.c Src/Zle > zle_move.pro=0A= nawk -f ../../Src/makepro.awk zle_params.c Src/Zle > zle_params.pro=0A= nawk -f ../../Src/makepro.awk zle_refresh.c Src/Zle > = zle_refresh.pro=0A= nawk -f ../../Src/makepro.awk zle_thingy.c Src/Zle > zle_thingy.pro=0A= nawk -f ../../Src/makepro.awk zle_tricky.c Src/Zle > zle_tricky.pro=0A= nawk -f ../../Src/makepro.awk zle_utils.c Src/Zle > zle_utils.pro=0A= nawk -f ../../Src/makepro.awk zle_vi.c Src/Zle > zle_vi.pro=0A= nawk -f ../../Src/makepro.awk zle_word.c Src/Zle > zle_word.pro=0A= Updated `zle.mdh'.=0A= Updated `complist.mdh'.=0A= echo 'timestamp for complist.mdh against complist.mdd' > = complist.mdhs=0A= nawk -f ../../Src/makepro.awk complist.c Src/Zle > complist.pro=0A= Updated `complist.mdh'.=0A= rm -f stamp-modobjs.tmp=0A= grep 'define.*SIGCOUNT' signames.c > sigcount.h=0A= Updated `zsh.mdh'.=0A= cc -c -I. -DHAVE_CONFIG_H -O -o builtin.o builtin.c=0A= cc: "builtin.pro", line 4: error 1000: Unexpected symbol: "in".=0A= cc: "builtin.pro", line 5: error 1000: Unexpected symbol: "ebuil".=0A= cc: "builtin.pro", line 6: error 1000: Unexpected symbol: "a".=0A= cc: "builtin.pro", line 6: error 1000: Unexpected symbol: "void".=0A= cc: "builtin.pro", line 6: error 1000: Unexpected symbol: = "HashNode".=0A= cc: "builtin.pro", line 6: error 1000: Unexpected symbol: "prin".=0A= cc: "builtin.pro", line 6: error 1000: Unexpected symbol: ";".=0A= cc: "builtin.pro", line 6: warning 558: Empty declaration.=0A= cc: "builtin.pro", line 7: error 1000: Unexpected symbol: "a".=0A= cc: "builtin.pro", line 7: error 1000: Unexpected symbol: "void".=0A= cc: "builtin.pro", line 8: error 1000: Unexpected symbol: = "execbuil".=0A= cc: "builtin.pro", line 8: error 1000: Unexpected symbol: "args".=0A= cc: "builtin.pro", line 8: error 1000: Unexpected symbol: "in".=0A= cc: "builtin.pro", line 8: error 1000: Unexpected symbol: ")".=0A= cc: "builtin.pro", line 9: error 1000: Unexpected symbol: = "bin_enable".=0A= cc: error 2017: Cannot recover from earlier errors, terminating.=0A= *** Error exit code 1=0A= =0A= Stop.=0A= *** Error exit code 1=0A= =0A= Stop.=0A= *** Error exit code 1=0A= =0A= Stop.=0A= ------_=_NextPart_000_01BF14AF.DABB5288--