zsh-workers
 help / color / mirror / code / Atom feed
* FW: zsh-3.1.6 on hppa2.0n-hp-hpux11.00?
@ 1999-10-12 12:46 GARCIA,JULIO (HP-FtCollins,ex1)
  1999-10-12 15:01 ` Mike Fletcher
  1999-10-12 17:13 ` Bart Schaefer
  0 siblings, 2 replies; 4+ messages in thread
From: GARCIA,JULIO (HP-FtCollins,ex1) @ 1999-10-12 12:46 UTC (permalink / raw)
  To: 'zsh-workers@sunsite.auc.dk'

[-- Attachment #1: Type: text/plain, Size: 2676 bytes --]

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 - <mailto:julio@cnd.hp.com>
             - <http://fcjack.cnd.hp.com/julio>
             - (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
<zsh-workers@sunsite.auc.dk>?  Thanks.


[-- Attachment #2: cfg.out --]
[-- Type: application/octet-stream, Size: 7587 bytes --]

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

checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc  ) works... yes
checking whether the C compiler (cc  ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking whether large file support needs explicit enabling... no
checking how to run the C preprocessor... cc -E
checking for working const... yes
checking for cc option to accept ANSI C... 
checking whether to use prototypes... yes
checking for working alloca.h... yes
checking for alloca... yes
checking if the compiler supports union initialisation... yes
checking if signed to unsigned casting is broken... no
checking if the compiler supports variable-length arrays... no
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... ./install-sh -c
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking for yodl... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/select.h... no
checking for termcap.h... no
checking for termio.h... yes
checking for termios.h... yes
checking for sys/param.h... yes
checking for sys/filio.h... no
checking for string.h... yes
checking for memory.h... yes
checking for limits.h... yes
checking for fcntl.h... yes
checking for libc.h... no
checking for sys/utsname.h... yes
checking for sys/resource.h... yes
checking for locale.h... yes
checking for errno.h... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for sys/capability.h... no
checking for utmp.h... yes
checking for utmpx.h... yes
checking for sys/types.h... yes
checking for pwd.h... yes
checking for grp.h... yes
checking for poll.h... yes
checking for sys/mman.h... yes
checking for dlfcn.h... yes
checking for dl.h... yes
checking POSIX termios... yes
checking TIOCGWINSZ in termios.h... yes
checking for sys/ptem.h... no
checking for printf in -lc... yes
checking for tgetent in -ltermcap... yes
checking for yp_all... no
checking for yp_all in -lnsl... yes
./configure[2861]: test: Specify a parameter with this command.
checking for dlopen in -ldl... no
checking for cap_get_proc in -lcap... no
checking for socket in -lsocket... no
checking if an include file defines ospeed... no
checking if you must define ospeed... no
checking if tgetent accepts NULL... yes
checking return type of signal handlers... void
checking for pid_t... yes
checking for off_t... yes
checking for ino_t... yes
checking for mode_t... yes
checking for uid_t in sys/types.h... yes
checking for size_t... yes
checking if long is 64 bits... no
checking if off_t is 64 bit... no
checking if ino_t is 64 bit... no
checking if compiler has a 64 bit type... long long
checking for a corresponding unsigned 64 bit type... unsigned long long
checking for sigset_t... yes
checking for struct timezone... yes
checking for struct utmp... yes
checking for struct utmpx... yes
checking for ut_host in struct utmp... yes
checking for ut_host in struct utmpx... yes
checking for ut_xtime in struct utmpx... no
checking for ut_tv in struct utmpx... yes
checking for d_ino in struct dirent... yes
checking for d_stat in struct dirent... no
checking for d_ino in struct direct... no
checking for d_stat in struct direct... no
checking for memcpy... yes
checking for memmove... yes
checking for strftime... yes
checking for waitpid... yes
checking for select... yes
checking for poll... yes
checking for tcsetpgrp... yes
checking for tcgetattr... yes
checking for strstr... yes
checking for lstat... yes
checking for getlogin... yes
checking for setpgid... yes
checking for gettimeofday... yes
checking for gethostname... yes
checking for mkfifo... yes
checking for wait3... yes
checking for difftime... yes
checking for sigblock... yes
checking for sigsetmask... yes
checking for sigrelse... yes
checking for sighold... yes
checking for killpg... yes
checking for sigaction... yes
checking for getrlimit... yes
checking for sigprocmask... yes
checking for setuid... yes
checking for seteuid... no
checking for setreuid... yes
checking for setresuid... yes
checking for setsid... yes
checking for strerror... yes
checking for nis_list... yes
checking for initgroups... yes
checking for fchdir... yes
checking for cap_get_proc... no
checking for readlink... yes
checking for nice... yes
checking for getgrgid... yes
checking for getgrnam... yes
checking for getpwent... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for setpgrp... yes
checking for fseeko... yes
checking for ftello... yes
checking for mmap... yes
checking for munmap... yes
checking for msync... yes
checking for ftruncate... yes
checking whether getpgrp takes no argument... yes
checking for working strcoll... yes
checking for dlopen... no
checking for dlerror... no
checking for dlsym... no
checking for dlclose... no
checking for load... no
checking for loadquery... no
checking for loadbind... no
checking for unload... no
checking for shl_load... yes
checking for shl_unload... yes
checking for shl_findsym... yes
checking what style of signals to use... POSIX_SIGNALS
checking where signal.h is located... /usr/include/sys/signal.h
checking where the RLIMIT macros are located... /usr/include/sys/resource.h
checking if rlim_t is longer than a long... no
checking if the rlim_t is unsigned... yes
checking for rlim_t... yes
checking for /dev/fd filesystem... no
checking for RFS superroot directory... no
checking whether we should use the native getcwd... no
checking for NIS... no
checking for NIS+... no
checking for utmp file... /etc/utmp
checking for wtmp file... /etc/wtmp
checking for utmpx file... /etc/utmpx
checking for wtmpx file... /var/adm/wtmpx
checking for brk() prototype in <unistd.h>... yes
checking for sbrk() prototype in <unistd.h>... yes
checking for ioctl prototype in <sys/ioctl.h>... yes
checking if named FIFOs work... yes
checking if echo in /bin/sh interprets escape sequences... yes
checking if your system use ELF binaries... no
checking if your dlsym() needs a leading underscore... 
checking if static/shared library linking is broken... yes
updating cache ./config.cache
creating ./config.status
creating Config/defs.mk
creating Makefile
creating Doc/Makefile
creating Etc/Makefile
creating Src/Makefile
creating Completion/Makefile
creating Functions/Makefile
creating config.h

zsh configuration
-----------------
zsh version               : 3.1.6
host operating system     : --
source code location      : .
compiler                  : cc
preprocessor flags        : 
executable compiler flags :  -O
executable linker flags   :   -s 
library flags             : -lnsl -ltermcap -lc 
binary install path       : /usr/local/bin
man page install path     : /usr/local/man
info install path         : /usr/local/info
functions install path    : /usr/local/share/zsh/functions
installed functions       : Core/* Base/* Builtins/* User/* Commands/* Zle/* Zftp/*


[-- Attachment #3: mk.out --]
[-- Type: application/octet-stream, Size: 6865 bytes --]

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
Updated `modules.index'.
cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod
creating Src/Makemod.in
creating Src/Makemod
	echo 'timestamp for *.mdd files' > ../Src/modules.stamp
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
	nawk -f ./signames2.awk sigtmp.out > signames.c
	rm -f sigtmp.c sigtmp.out
	grep 'define.*SIGCOUNT' signames.c > sigcount.h
Updated `zsh.mdh'.
	echo 'timestamp for zsh.mdh against zsh.mdd' > zsh.mdhs
	nawk -f ../Src/makepro.awk builtin.c Src > builtin.pro
	nawk -f ../Src/makepro.awk compat.c Src > compat.pro
	nawk -f ../Src/makepro.awk cond.c Src > cond.pro
	nawk -f ../Src/makepro.awk exec.c Src > exec.pro
	nawk -f ../Src/makepro.awk glob.c Src > glob.pro
	nawk -f ../Src/makepro.awk hashtable.c Src > hashtable.pro
	nawk -f ../Src/makepro.awk hist.c Src > hist.pro
	nawk -f ../Src/makepro.awk init.c Src > init.pro
	nawk -f ../Src/makepro.awk input.c Src > input.pro
	nawk -f ../Src/makepro.awk jobs.c Src > jobs.pro
	nawk -f ../Src/makepro.awk lex.c Src > lex.pro
	nawk -f ../Src/makepro.awk linklist.c Src > linklist.pro
	nawk -f ../Src/makepro.awk loop.c Src > loop.pro
	nawk -f ../Src/makepro.awk math.c Src > math.pro
	nawk -f ../Src/makepro.awk mem.c Src > mem.pro
	nawk -f ../Src/makepro.awk module.c Src > module.pro
	nawk -f ../Src/makepro.awk options.c Src > options.pro
	nawk -f ../Src/makepro.awk params.c Src > params.pro
	nawk -f ../Src/makepro.awk parse.c Src > parse.pro
	nawk -f ../Src/makepro.awk prompt.c Src > prompt.pro
	nawk -f ../Src/makepro.awk signals.c Src > signals.pro
	nawk -f ../Src/makepro.awk signames.c Src > signames.pro
	nawk -f ../Src/makepro.awk subst.c Src > subst.pro
	nawk -f ../Src/makepro.awk text.c Src > text.pro
	nawk -f ../Src/makepro.awk utils.c Src > utils.pro
	nawk -f ../Src/makepro.awk watch.c Src > watch.pro
Updated `zsh.mdh'.
/home/julio/Shar/zsh/zsh-3.1.6/Src/Builtins
Updated `rlimits.mdh'.
	echo 'timestamp for rlimits.mdh against rlimits.mdd' > rlimits.mdhs
	nawk -f ../../Src/makepro.awk rlimits.c Src/Builtins > rlimits.pro
Updated `rlimits.mdh'.
Updated `sched.mdh'.
	echo 'timestamp for sched.mdh against sched.mdd' > sched.mdhs
	nawk -f ../../Src/makepro.awk sched.c Src/Builtins > sched.pro
Updated `sched.mdh'.
/home/julio/Shar/zsh/zsh-3.1.6/Src/Modules
/home/julio/Shar/zsh/zsh-3.1.6/Src/Zle
Updated `comp1.mdh'.
	echo 'timestamp for comp1.mdh against comp1.mdd' > comp1.mdhs
	nawk -f ../../Src/makepro.awk comp1.c Src/Zle > comp1.pro
Updated `comp1.mdh'.
Updated `compctl.mdh'.
	echo 'timestamp for compctl.mdh against compctl.mdd' > compctl.mdhs
	nawk -f ../../Src/makepro.awk compctl.c Src/Zle > compctl.pro
Updated `compctl.mdh'.
	( \
	    echo '/** thingies.list                            **/'; \
	    echo '/** thingy structures for the known thingies **/'; \
	    echo; \
	    echo '/* format: T("name", TH_FLAGS, w_widget, t_nextthingy) */'; \
	    echo; \
	    sed -e 's/#.*//; /^$/d; s/" *,.*/"/' \
		-e 's/^"/T("/; s/$/, 0,/; h' \
		-e 's/-//g; s/^.*"\(.*\)".*/w_\1, t_D\1)/' \
		-e 'H; g; s/\n/ /' \
		< ./iwidgets.list; \
	    sed -e 's/#.*//; /^$/d; s/" *,.*/"/' \
		-e 's/^"/T("./; s/$/, TH_IMMORTAL,/; h' \
		-e 's/-//g; s/^.*"\.\(.*\)".*/w_\1, t_\1)/' \
		-e 'H; g; s/\n/ /' \
		< ./iwidgets.list; \
	) > thingies.list
	( \
	    echo '/** zle_things.h                              **/'; \
	    echo '/** indices of and pointers to known thingies **/'; \
	    echo; \
	    echo 'enum {'; \
	    sed -n -f ./zle_things.sed < thingies.list; \
	    echo '    ZLE_BUILTIN_THINGY_COUNT'; \
	    echo '};'; \
	) > zle_things.h
Updated `zle.mdh'.
	echo 'timestamp for zle.mdh against zle.mdd' > zle.mdhs
	nawk -f ../../Src/makepro.awk zle_bindings.c Src/Zle > zle_bindings.pro
	nawk -f ../../Src/makepro.awk zle_hist.c Src/Zle > zle_hist.pro
	nawk -f ../../Src/makepro.awk zle_keymap.c Src/Zle > zle_keymap.pro
	nawk -f ../../Src/makepro.awk zle_main.c Src/Zle > zle_main.pro
	nawk -f ../../Src/makepro.awk zle_misc.c Src/Zle > zle_misc.pro
	nawk -f ../../Src/makepro.awk zle_move.c Src/Zle > zle_move.pro
	nawk -f ../../Src/makepro.awk zle_params.c Src/Zle > zle_params.pro
	nawk -f ../../Src/makepro.awk zle_refresh.c Src/Zle > zle_refresh.pro
	nawk -f ../../Src/makepro.awk zle_thingy.c Src/Zle > zle_thingy.pro
	nawk -f ../../Src/makepro.awk zle_tricky.c Src/Zle > zle_tricky.pro
	nawk -f ../../Src/makepro.awk zle_utils.c Src/Zle > zle_utils.pro
	nawk -f ../../Src/makepro.awk zle_vi.c Src/Zle > zle_vi.pro
	nawk -f ../../Src/makepro.awk zle_word.c Src/Zle > zle_word.pro
Updated `zle.mdh'.
Updated `complist.mdh'.
	echo 'timestamp for complist.mdh against complist.mdd' > complist.mdhs
	nawk -f ../../Src/makepro.awk complist.c Src/Zle > complist.pro
Updated `complist.mdh'.
	rm -f stamp-modobjs.tmp
	grep 'define.*SIGCOUNT' signames.c > sigcount.h
Updated `zsh.mdh'.
	cc -c -I.  -DHAVE_CONFIG_H -O  -o builtin.o builtin.c
cc: "builtin.pro", line 4: error 1000: Unexpected symbol: "in".
cc: "builtin.pro", line 5: error 1000: Unexpected symbol: "ebuil".
cc: "builtin.pro", line 6: error 1000: Unexpected symbol: "a".
cc: "builtin.pro", line 6: error 1000: Unexpected symbol: "void".
cc: "builtin.pro", line 6: error 1000: Unexpected symbol: "HashNode".
cc: "builtin.pro", line 6: error 1000: Unexpected symbol: "prin".
cc: "builtin.pro", line 6: error 1000: Unexpected symbol: ";".
cc: "builtin.pro", line 6: warning 558: Empty declaration.
cc: "builtin.pro", line 7: error 1000: Unexpected symbol: "a".
cc: "builtin.pro", line 7: error 1000: Unexpected symbol: "void".
cc: "builtin.pro", line 8: error 1000: Unexpected symbol: "execbuil".
cc: "builtin.pro", line 8: error 1000: Unexpected symbol: "args".
cc: "builtin.pro", line 8: error 1000: Unexpected symbol: "in".
cc: "builtin.pro", line 8: error 1000: Unexpected symbol: ")".
cc: "builtin.pro", line 9: error 1000: Unexpected symbol: "bin_enable".
cc: error 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FW: zsh-3.1.6 on hppa2.0n-hp-hpux11.00?
  1999-10-12 12:46 FW: zsh-3.1.6 on hppa2.0n-hp-hpux11.00? GARCIA,JULIO (HP-FtCollins,ex1)
@ 1999-10-12 15:01 ` Mike Fletcher
  1999-10-12 17:13 ` Bart Schaefer
  1 sibling, 0 replies; 4+ messages in thread
From: Mike Fletcher @ 1999-10-12 15:01 UTC (permalink / raw)
  To: GARCIA,JULIO (HP-FtCollins,ex1); +Cc: 'zsh-workers@sunsite.auc.dk'

>>>>> "Julio" == HP-FtCollins,ex1  <GARCIA> writes:

    Julio> /home/julio/Shar/zsh/zsh-3.1.6/Src/Zle nawk -f
    Julio> ./signames1.awk /usr/include/sys/signal.h >sigtmp.c 'cc -E'
    Julio> sigtmp.c >sigtmp.out sh: cc -E: not found.  *** Error exit
    Julio> code 127


        For some reason, it looks like configure has set CPP to the
literal string "'cc -E'".  Since you probably don't have a copy of cpp 
(or anything else :) named 'cc -E' sh is complaining.  One kludge to
get it working would be to look in the generated Makefile and see if
there are extra ''s around where CPP is set and try removing them.

-- 
Fletch                | "If you find my answers frightening,       __`'/|
fletch@phydeaux.org   |  Vincent, you should cease askin'          \ o.O'
678 443-6239(w)       |  scary questions." -- Jules                =(___)=
                      |                                               U


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FW: zsh-3.1.6 on hppa2.0n-hp-hpux11.00?
  1999-10-12 12:46 FW: zsh-3.1.6 on hppa2.0n-hp-hpux11.00? GARCIA,JULIO (HP-FtCollins,ex1)
  1999-10-12 15:01 ` Mike Fletcher
@ 1999-10-12 17:13 ` Bart Schaefer
  1 sibling, 0 replies; 4+ messages in thread
From: Bart Schaefer @ 1999-10-12 17:13 UTC (permalink / raw)
  To: GARCIA,JULIO (HP-FtCollins,ex1), 'zsh-workers@sunsite.auc.dk'

On Oct 12,  6:46am, GARCIA,JULIO (HP-FtCollins,ex1) wrote:
} Subject: FW: zsh-3.1.6 on hppa2.0n-hp-hpux11.00?
}
} configuring for zsh 3.1.6
} checking host system type... Invalid configuration `hppa2.0n-hp-hpux11.00':
} machine `hppa2.0n-hp' not recognized

I think the problem is that zsh's config.sub has become out of date with
respect to the version of autoconf that was used to produce the configure
script -- although on my system the only other "config.sub"s I can find,
which are the from automake and libtool, are even further out of whack
than zsh's.

However, it puzzles me greatly that configure didn't stop upon getting
that error.  It should have printed:

    configure: error: can not guess host type; you must specify one

and then exited.  (The one to specify would be "hppa2.0-hp-hpux11.00" i.e.
with no "n" after the "0").

Index: config.sub
===================================================================
@@ -175,7 +175,8 @@
 	      | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \
 	      | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
 	      | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
-	      | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* \
+	      | xmp-* | ymp-* \
+	      | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0[nw]-* \
 	      | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \
 	      | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
 	      | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \


} ./configure[2861]: test: Specify a parameter with this command.

It's difficult to tell where this is coming from.  I should have asked you
to send your config.log file.

}  ~/Shar/zsh/zsh-3.1.6 > make 
} No suffix list.

This is just "make" warning needlessly that zsh's build has intentionally
clobbered one of its defaults.

} sh: cc -E:  not found.

I'm going to assume for the time being that this is an artifact of something
you did while configuring on a different machine than where you compiled,
and instead look at the other output you sent:

} 	nawk -f ../Src/makepro.awk builtin.c Src > builtin.pro
[...]
} 	cc -c -I.  -DHAVE_CONFIG_H -O  -o builtin.o builtin.c
} cc: "builtin.pro", line 4: error 1000: Unexpected symbol: "in".
} cc: "builtin.pro", line 5: error 1000: Unexpected symbol: "ebuil".
} cc: "builtin.pro", line 6: error 1000: Unexpected symbol: "a".
} cc: "builtin.pro", line 6: error 1000: Unexpected symbol: "void".
} cc: "builtin.pro", line 6: error 1000: Unexpected symbol: "HashNode".
} cc: "builtin.pro", line 6: error 1000: Unexpected symbol: "prin".
} cc: "builtin.pro", line 6: error 1000: Unexpected symbol: ";".
} cc: "builtin.pro", line 6: warning 558: Empty declaration.
} cc: "builtin.pro", line 7: error 1000: Unexpected symbol: "a".
} cc: "builtin.pro", line 7: error 1000: Unexpected symbol: "void".
} cc: "builtin.pro", line 8: error 1000: Unexpected symbol: "execbuil".
} cc: "builtin.pro", line 8: error 1000: Unexpected symbol: "args".
} cc: "builtin.pro", line 8: error 1000: Unexpected symbol: "in".
} cc: "builtin.pro", line 8: error 1000: Unexpected symbol: ")".
} cc: "builtin.pro", line 9: error 1000: Unexpected symbol: "bin_enable".
} cc: error 2017: Cannot recover from earlier errors, terminating.
} *** Error exit code 1

Every lower-case "t" in your builtin.pro file has been turned into a space.
This suggests that your copy of nawk is misinterpreting this command in
makepro.awk:

	gsub(/\t/, " ")

And it may also be misreading

	if (line == "" && $0 ~ /^[ \t]*#/) {

Either obtain gawk, or try replacing those \t in Src/makepro.awk with
actual tab characters, then rm Src/*.pro and reconfigure.  Let us know
how it goes.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: FW: zsh-3.1.6 on hppa2.0n-hp-hpux11.00?
@ 1999-10-14 13:36 GARCIA,JULIO (HP-FtCollins,ex1)
  0 siblings, 0 replies; 4+ messages in thread
From: GARCIA,JULIO (HP-FtCollins,ex1) @ 1999-10-14 13:36 UTC (permalink / raw)
  To: 'zsh-workers@sunsite.auc.dk'

Bart,

Thanks for looking into this. I got 3.1.6 to work. Here are a few more
pieces of data/questions. I will look into a new nawk. I have no idea where
I got the one I have now. It has been a long time.

> -----Original Message-----
> From: Bart Schaefer [mailto:schaefer@candle.brasslantern.com]
> 

> However, it puzzles me greatly that configure didn't stop upon getting
> that error.  It should have printed:
> 
>     configure: error: can not guess host type; you must specify one

I don't know what could be the problem here. I have not looked into this.
Since I got it to work, I'll leave it alone.
 
> and then exited.  (The one to specify would be 
> "hppa2.0-hp-hpux11.00" i.e.
> with no "n" after the "0").
> 
...

I made the changes to the lines you indicated to config.sub and config seems
to work. Will this get updated in the next version of zsh?

> } ./configure[2861]: test: Specify a parameter with this command.
> 
> It's difficult to tell where this is coming from.  I should 
> have asked you
> to send your config.log file.

Since the other change fixed config I'll leave this alone.

> } 	nawk -f ../Src/makepro.awk builtin.c Src > builtin.pro
> [...]
> } 	cc -c -I.  -DHAVE_CONFIG_H -O  -o builtin.o builtin.c
> } cc: "builtin.pro", line 4: error 1000: Unexpected symbol: "in".
...
> Either obtain gawk, or try replacing those \t in Src/makepro.awk with
> actual tab characters, then rm Src/*.pro and reconfigure.  Let us know
> how it goes.

I replaced \t with tabs and it compiled. I do not remember where I got the
nawk I have. nawk apparently does not come with HPUX.

The last errors I got were these, but since I think it is just the
documentation, I don't care:

/home/julio/Shar/zsh/zsh-3.1.6/Src/Builtins
/home/julio/Shar/zsh/zsh-3.1.6/Src/Modules
/home/julio/Shar/zsh/zsh-3.1.6/Src/Zle
/home/julio/Shar/zsh/zsh-3.1.6/Doc
        makeinfo ./zsh.texi; exit 0
sh: makeinfo:  not found.

Thanks!

--
Julio Garcia - <mailto:julio@cnd.hp.com>
             - <http://fcjack.cnd.hp.com/julio>
             - (970) 898-3168  - FAX (970) 898-2038


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-10-14 13:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-12 12:46 FW: zsh-3.1.6 on hppa2.0n-hp-hpux11.00? GARCIA,JULIO (HP-FtCollins,ex1)
1999-10-12 15:01 ` Mike Fletcher
1999-10-12 17:13 ` Bart Schaefer
1999-10-14 13:36 GARCIA,JULIO (HP-FtCollins,ex1)

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).