public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* Error in SourceNavigator installation.
@ 2000-07-18 11:50 Henry.Kleynhans
  2000-07-18 11:56 ` Syd Polk
  0 siblings, 1 reply; 9+ messages in thread
From: Henry.Kleynhans @ 2000-07-18 11:50 UTC (permalink / raw)
  To: SourceNav

Hi,

After the make & make install completes successfully
I get the following error when trying to execute sourcenav:

Error: invalid command name "sn_tcl_tk_init"

I'm running SuSE linux 6.4.

Does anyone have any idea what I can do to make
this go away ?

Thanks 

Henry

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

* Re: Error in SourceNavigator installation.
  2000-07-18 11:50 Error in SourceNavigator installation Henry.Kleynhans
@ 2000-07-18 11:56 ` Syd Polk
  2000-07-18 13:53   ` Benjamin Scherrey
  0 siblings, 1 reply; 9+ messages in thread
From: Syd Polk @ 2000-07-18 11:56 UTC (permalink / raw)
  To: Henry.Kleynhans, SourceNav

At 08:45 PM 7/18/00 +0200, Henry.Kleynhans wrote:
>Hi,
>
>After the make & make install completes successfully
>I get the following error when trying to execute sourcenav:
>
>Error: invalid command name "sn_tcl_tk_init"
>
>I'm running SuSE linux 6.4.
>
>Does anyone have any idea what I can do to make
>this go away ?
>
>Thanks
>
>Henry

How are you trying to start the executable?


Syd Polk		spolk@redhat.com
Engineering Manager	+1 415 777 9810 x 241
Red Hat, Inc.



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

* Re: Error in SourceNavigator installation.
  2000-07-18 11:56 ` Syd Polk
@ 2000-07-18 13:53   ` Benjamin Scherrey
  2000-07-18 13:56     ` Syd Polk
  0 siblings, 1 reply; 9+ messages in thread
From: Benjamin Scherrey @ 2000-07-18 13:53 UTC (permalink / raw)
  To: Syd Polk; +Cc: Henry.Kleynhans, SourceNav

Ditto. I'm getting the same problem with my Intel/RedHat 6.2 install
that I just built.

I simply type 'snavigator' and get that error. I do a 'which snavigator'
and get:
/usr/local/bin/snavigator

Doesn't matter what directory I try to run it from.

	Ideas?

		Ben Scherrey


Syd Polk wrote:
> 
> At 08:45 PM 7/18/00 +0200, Henry.Kleynhans wrote:
> >Hi,
> >
> >After the make & make install completes successfully
> >I get the following error when trying to execute sourcenav:
> >
> >Error: invalid command name "sn_tcl_tk_init"
> >
> >I'm running SuSE linux 6.4.
> >
> >Does anyone have any idea what I can do to make
> >this go away ?
> >
> >Thanks
> >
> >Henry
> 
> How are you trying to start the executable?
> 
> Syd Polk                spolk@redhat.com
> Engineering Manager     +1 415 777 9810 x 241
> Red Hat, Inc.

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

* Re: Error in SourceNavigator installation.
  2000-07-18 13:53   ` Benjamin Scherrey
@ 2000-07-18 13:56     ` Syd Polk
  2000-07-18 14:45       ` Benjamin Scherrey
  2000-07-18 14:48       ` Benjamin Scherrey
  0 siblings, 2 replies; 9+ messages in thread
From: Syd Polk @ 2000-07-18 13:56 UTC (permalink / raw)
  To: Benjamin Scherrey; +Cc: Henry.Kleynhans, SourceNav

This means that "make install" failed. I need the output from "make 
install" to see what is going wrong.

In the meantime, use "configure 
--prefix=<directory_you_have_write_permission_to>"



At 04:49 PM 7/18/00 -0400, Benjamin Scherrey wrote:
>Ditto. I'm getting the same problem with my Intel/RedHat 6.2 install
>that I just built.
>
>I simply type 'snavigator' and get that error. I do a 'which snavigator'
>and get:
>/usr/local/bin/snavigator
>
>Doesn't matter what directory I try to run it from.
>
>         Ideas?
>
>                 Ben Scherrey
>
>
>Syd Polk wrote:
> >
> > At 08:45 PM 7/18/00 +0200, Henry.Kleynhans wrote:
> > >Hi,
> > >
> > >After the make & make install completes successfully
> > >I get the following error when trying to execute sourcenav:
> > >
> > >Error: invalid command name "sn_tcl_tk_init"
> > >
> > >I'm running SuSE linux 6.4.
> > >
> > >Does anyone have any idea what I can do to make
> > >this go away ?
> > >
> > >Thanks
> > >
> > >Henry
> >
> > How are you trying to start the executable?
> >
> > Syd Polk                spolk@redhat.com
> > Engineering Manager     +1 415 777 9810 x 241
> > Red Hat, Inc.

Syd Polk		spolk@redhat.com
Engineering Manager	+1 415 777 9810 x 241
Red Hat, Inc.



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

* Re: Error in SourceNavigator installation.
  2000-07-18 13:56     ` Syd Polk
@ 2000-07-18 14:45       ` Benjamin Scherrey
  2000-07-18 15:26         ` Mo DeJong
  2000-07-18 14:48       ` Benjamin Scherrey
  1 sibling, 1 reply; 9+ messages in thread
From: Benjamin Scherrey @ 2000-07-18 14:45 UTC (permalink / raw)
  To: Syd Polk; +Cc: Henry.Kleynhans, SourceNav

Sure enough, running as root, the application seems to startup fine.
Attached are configure.out, make.out, and install.out which are the
output from each respective step of the build. I'll try the --prefix
trick for non-root operation in the meantime.

	thanx for the help & later,

		Ben Scherrey

PS: Also, it would be very nice if the .tar.gz file expanded everything
into its own directory (say SNAV-V.v/) instead of blowing up into my
current directory! Hard to clean up afterwards... :-(

Syd Polk wrote:
> 
> This means that "make install" failed. I need the output from "make
> install" to see what is going wrong.
> 
> In the meantime, use "configure
> --prefix=<directory_you_have_write_permission_to>"
Created "Makefile" in /home/scherrey/inbound/tmp using "mt-frag"
./config.status is unchanged
Configuring db...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) 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 whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for cygwin32 environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for object suffix... (cached) o
checking for ranlib... (cached) ranlib
checking for false... (cached) /bin/false
checking for sh... (cached) /bin/sh
checking for sh5... (cached) /bin/false
checking for bash... (cached) /bin/sh
checking for cygwin32... (cached) no
checking for Microsoft Visual C++... (cached) no
checking checking for shell with functions... (cached) /bin/sh
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for ssize_t... (cached) yes
checking for pgno_t... (cached) no
checking whether byte ordering is bigendian... (cached) no
checking for working const... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for st_blksize in struct stat... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for u_char... (cached) yes
checking for vprintf... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for mkdir... (cached) yes
checking for rmdir... (cached) yes
checking for select... (cached) yes
checking for memmove... (cached) yes
checking for snprintf... (cached) yes
checking for strerror... (cached) yes
checking for sprintf return value... (cached) yes
checking for int8_t... (cached) yes
checking for u_int8_t... (cached) yes
checking for int16_t... (cached) yes
checking for u_int16_t... (cached) yes
checking for int32_t... (cached) yes
checking for u_int32_t... (cached) yes
checking for int64_t... (cached) yes
checking for u_int64_t... (cached) yes
creating ./config.status
creating Makefile
creating PORT/Makefile
creating config.h
config.h is unchanged
Configuring tcl8.1...
loading cache ../config.cache
checking host system type... i686-pc-linux-gnu
checking whether make sets ${MAKE}... (cached) yes
creating ./config.status
creating Makefile
configuring in unix
running /bin/sh ./configure  --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --enable-static --cache-file=../../config.cache --srcdir=.
loading cache ../../config.cache
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking to see if this is LynxOS... (cached) no
Will compile without Threads support (normal)
checking for getcwd... (cached) yes
checking for opendir... (cached) yes
checking for strstr... (cached) yes
checking for strtol... (cached) yes
checking for tmpnam... (cached) yes
checking for waitpid... (cached) yes
checking for strerror... (cached) yes
checking for getwd... (cached) yes
checking for wait3... (cached) yes
checking for uname... (cached) yes
checking for realpath... (cached) yes
checking for sin... (cached) no
checking for main in -lieee... (cached) yes
checking dirent.h... yes
checking for errno.h... (cached) yes
checking for float.h... (cached) yes
checking for values.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for unistd.h... (cached) yes
checking termios vs. termio vs. sgtty... termios
checking fd_set and sys/select... yes
checking for sys/time.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for tm_zone in struct tm... (cached) yes
checking tm_tzadj in struct tm... no
checking tm_gmtoff in struct tm... yes
checking long timezone variable... yes
checking for timezone declaration... found
checking for st_blksize in struct stat... (cached) yes
checking for fstatfs... (cached) yes
checking for 8-bit clean memcmp... (cached) yes
checking for memmove... (cached) yes
checking proper strstr implementation... yes
checking for strtoul... (cached) yes
checking for strtod... (cached) yes
checking for strtod... (cached) yes
checking for Solaris strtod bug... ok
checking for ANSI C header files... (cached) yes
checking for mode_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for opendir... (cached) yes
checking union wait... yes
checking matherr support... yes
checking for vfork... (cached) yes
checking vfork/signal bug... ok
checking for strncasecmp... (cached) yes
checking for BSDgettimeofday... (cached) no
checking for gettimeofday... (cached) yes
checking for gettimeofday declaration... present
checking for main in -linet... (cached) no
checking for net/errno.h... (cached) no
checking whether char is unsigned... (cached) no
checking signed char declarations... yes
checking for socket libraries... (cached) 
checking system version (for dynamic loading)... Linux-2.2.13
checking for dlopen in -ldl... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/filio.h... (cached) no
checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK
creating ./config.status
creating Makefile
creating tclConfig.sh
Configuring tk8.1...
loading cache ../config.cache
checking host system type... i686-pc-linux-gnu
checking whether make sets ${MAKE}... (cached) yes
creating ./config.status
creating Makefile
configuring in unix
running /bin/sh ./configure  --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --enable-static --cache-file=../../config.cache --srcdir=.
loading 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 gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) gcc -E
checking for unistd.h... (cached) yes
checking for limits.h... (cached) yes
checking stdlib.h... yes
checking fd_set and sys/select... yes
checking for ANSI C header files... (cached) yes
checking for mode_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for main in -lXbsd... (cached) no
checking for socket libraries... (cached) 
checking for sin... (cached) no
checking for main in -lieee... (cached) yes
checking whether char is unsigned... (cached) no
checking for strtod... (cached) yes
checking for Solaris 2.4 strtod bug... ok
creating ./config.status
creating Makefile
creating tkConfig.sh
Configuring itcl...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for object suffix... (cached) o
checking for cygwin32 environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for ANSI C header files... (cached) yes
checking for mode_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for Tcl configuration script... (cached) /home/scherrey/inbound/tmp/tcl8.1/unix/tclConfig.sh
checking for Tk configuration script... (cached) /home/scherrey/inbound/tmp/tk8.1/unix/tkConfig.sh
checking for Tcl headers in the source tree... (cached) /home/scherrey/inbound/tmp/tcl8.1/generic
checking for Tk headers in the source tree... (cached) found in /home/scherrey/inbound/tmp/tk8.1/generic
checking for main in -lm... (cached) yes
creating ./config.status
creating Makefile
creating src/Makefile
creating man/Makefile
creating library/Makefile
Configuring tix...
loading cache ../config.cache
checking host system type... i686-pc-linux-gnu
checking whether make sets ${MAKE}... (cached) yes
creating ./config.status
creating Makefile
configuring in unix
running /bin/sh ./configure  --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --enable-static --cache-file=../../config.cache --srcdir=.
loading cache ../../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for Tcl configuration script... (cached) /home/scherrey/inbound/tmp/tcl8.1/unix/tclConfig.sh
checking for Tk configuration script... (cached) /home/scherrey/inbound/tmp/tk8.1/unix/tkConfig.sh
checking how to run the C preprocessor... (cached) gcc -E
checking for Tcl headers in the source tree... (cached) /home/scherrey/inbound/tmp/tcl8.1/generic
checking for Tk headers in the source tree... (cached) found in /home/scherrey/inbound/tmp/tk8.1/generic
creating ./config.status
creating Makefile
configuring in tk8.1
running /bin/sh ./configure  --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --enable-static --cache-file=../../../config.cache --srcdir=.
loading cache ../../../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) gcc -E
checking for unistd.h... (cached) yes
checking for limits.h... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking unsigned char... supported
checking for strcasecmp... (cached) yes
checking for Tcl configuration script... (cached) /home/scherrey/inbound/tmp/tcl8.1/unix/tclConfig.sh
checking for Tk configuration script... (cached) /home/scherrey/inbound/tmp/tk8.1/unix/tkConfig.sh
checking for Tcl headers in the source tree... (cached) /home/scherrey/inbound/tmp/tcl8.1/generic
checking for Tk headers in the source tree... (cached) found in /home/scherrey/inbound/tmp/tk8.1/generic
checking for connect... (cached) yes
checking for gethostbyname... (cached) yes
creating ./config.status
creating Makefile
creating pkgIndex.tcl
creating ../../tixConfig.sh
Configuring libgui...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) 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 whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for object suffix... (cached) o
checking for ranlib... (cached) ranlib
checking for itcl_sh... (cached) $$here/$(top_builddir)/../itcl/src/itcl_sh$(EXEEXT)
checking how to run the C preprocessor... (cached) gcc -E
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for getopt.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for raise... (cached) yes
checking for strdup... (cached) yes
checking for random... (cached) yes
checking for cygwin32... (cached) no
checking for init.tcl... (cached) /home/scherrey/inbound/tmp/tcl8.1/library
checking for Tcl configuration script... (cached) /home/scherrey/inbound/tmp/tcl8.1/unix/tclConfig.sh
checking for Tk configuration script... (cached) /home/scherrey/inbound/tmp/tk8.1/unix/tkConfig.sh
checking for Tcl headers in the source tree... (cached) /home/scherrey/inbound/tmp/tcl8.1/generic
checking for Tk headers in the source tree... (cached) found in /home/scherrey/inbound/tmp/tk8.1/generic
creating ./config.status
creating Makefile
creating library/Makefile
creating src/Makefile
creating config.h
config.h is unchanged
Configuring etc...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
creating ./config.status
creating Makefile
Configuring grep...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) 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 mawk... (cached) gawk
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for POSIXized ISC... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for Cygwin32 environment... (cached) no
checking for object suffix... (cached) o
checking for cygwin32 environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking whether large file support needs explicit enabling... yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for size_t... (cached) yes
checking for working const... (cached) yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for memory.h... (cached) yes
checking for unistd.h... (cached) yes
checking for libintl.h... (cached) yes
checking for wctype.h... (cached) yes
checking for wchar.h... (cached) yes
checking whether stat file-mode macros are broken... (cached) no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for strerror... (cached) yes
checking for valloc... (cached) yes
checking for isascii... (cached) yes
checking for memchr... (cached) yes
checking for wctype in -lw... (cached) no
checking for btowc... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed... 
creating ./config.status
creating Makefile
creating src/Makefile
creating tests/Makefile
creating po/Makefile.in
creating intl/Makefile
creating config.h
config.h is unchanged
Configuring snavigator...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) 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 whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for object suffix... (cached) o
checking for mawk... (cached) gawk
checking how to run the C preprocessor... (cached) gcc -E
checking for flex... (cached) flex
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking lex output file root... (cached) lex.yy
checking whether yytext is a pointer... (cached) yes
checking for ranlib... (cached) ranlib
checking for bison... (cached) bison -y
checking for itcl_sh... (cached) $$here/$(top_builddir)/../itcl/src/itcl_sh$(EXEEXT)
checking for gnutar... (cached) /bin/gtar
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for search.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/in.h... (cached) no
checking for sys/ioctl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for termio.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stropt.h... (cached) no
checking stdlib.h... yes
checking for working const... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for GNU libc... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking type of array argument to getgroups... (cached) gid_t
checking for 8-bit clean memcmp... (cached) yes
checking whether setpgrp takes no argument... (cached) yes
checking for vprintf... (cached) yes
checking for wait3 that fills in rusage... (cached) yes
checking for getcwd... (cached) yes
checking for getwd... (cached) yes
checking for getopt... (cached) yes
checking for grantpt... (cached) yes
checking for mkdir... (cached) yes
checking for ptsname... (cached) yes
checking for putenv... (cached) yes
checking for realpath... (cached) yes
checking for regcomp... (cached) yes
checking for rmdir... (cached) yes
checking for select... (cached) yes
checking for strcspn... (cached) yes
checking for strdup... (cached) yes
checking for strspn... (cached) yes
checking for strstr... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for uname... (cached) yes
checking for unlockpt... (cached) yes
checking for random... (cached) yes
checking for cygwin32... (cached) no
checking for socket libraries... (cached) 
checking for gethostent... (cached) yes
checking for gethostname... (cached) yes
checking for int8_t... (cached) yes
checking for u_int8_t... (cached) yes
checking for int16_t... (cached) yes
checking for u_int16_t... (cached) yes
checking for int32_t... (cached) yes
checking for u_int32_t... (cached) yes
checking for int64_t... (cached) yes
checking for u_int64_t... (cached) yes
checking for Tcl configuration script... (cached) /home/scherrey/inbound/tmp/tcl8.1/unix/tclConfig.sh
checking for Tk configuration script... (cached) /home/scherrey/inbound/tmp/tk8.1/unix/tkConfig.sh
checking for Tcl headers in the source tree... (cached) /home/scherrey/inbound/tmp/tcl8.1/generic
checking for Tk headers in the source tree... (cached) found in /home/scherrey/inbound/tmp/tk8.1/generic
checking for Tix configuration... (cached) found /home/scherrey/inbound/tmp/tix/tixConfig.sh
checking for init.tcl... (cached) /home/scherrey/inbound/tmp/tcl8.1/library
creating ./config.status
creating Makefile
creating install/Makefile
creating install/INSTALL
creating gui/Makefile
creating etc/navigato
creating hyper/Makefile
creating db/Makefile
creating parsers/Makefile
creating parsers/assembly/Makefile
creating parsers/assembly/ppc601-eabi/Makefile
creating parsers/chill/Makefile
creating parsers/cobol/Makefile
creating parsers/common/Makefile
creating parsers/cpp/Makefile
creating parsers/cpp/cpplib/Makefile
creating parsers/fortran/Makefile
creating parsers/gcj/Makefile
creating parsers/sendmail/Makefile
creating parsers/tcl/Makefile
creating parsers/java/Makefile
creating parsers/libjcreuse/Makefile
creating parsers/toolbox/Makefile
creating bitmaps/Makefile
creating etc/Makefile
creating etc/english.txt
creating etc/sn_prop.cfg
creating snavigator/Makefile
creating misc/Makefile
creating misc/libutils/Makefile
creating sdk/Makefile
creating sdk/api/Makefile
creating sdk/api/tcl/Makefile
creating sdk/api/tcl/misc/Makefile
creating sdk/api/tcl/database/Makefile
creating sdk/api/tcl/database/examples/Makefile
creating sdk/api/c/Makefile
creating sdk/api/c/database/Makefile
creating sdk/api/c/database/examples/Makefile
creating sdk/parsers/Makefile
creating sdk/parsers/examples/Makefile
creating sdk/parsers/examples/assembly/Makefile
creating sdk/parsers/examples/elf/Makefile
creating snavigator/win/Makefile
creating snavigator/unix/Makefile
creating demo/Makefile
creating doc/Makefile
creating doc/html/Makefile
creating doc/html/generateindex.tcl
creating config.h
config.h is unchanged

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

* Re: Error in SourceNavigator installation.
  2000-07-18 13:56     ` Syd Polk
  2000-07-18 14:45       ` Benjamin Scherrey
@ 2000-07-18 14:48       ` Benjamin Scherrey
  1 sibling, 0 replies; 9+ messages in thread
From: Benjamin Scherrey @ 2000-07-18 14:48 UTC (permalink / raw)
  To: Syd Polk; +Cc: Henry.Kleynhans, SourceNav

Addition info: Apparently the 'configure --prefix=<writeabledir>'
doesn't make any difference as far as fixing the bug in question. I
still get the complaint about "sn_tcl_tk_init" being an invalid command.
I can, however, run the application successfully as root. Hmmm...

	Ben Scherrey

Syd Polk wrote:
> 
> This means that "make install" failed. I need the output from "make
> install" to see what is going wrong.
> 
> In the meantime, use "configure
> --prefix=<directory_you_have_write_permission_to>"

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

* Re: Error in SourceNavigator installation.
  2000-07-18 14:45       ` Benjamin Scherrey
@ 2000-07-18 15:26         ` Mo DeJong
  2000-07-18 19:07           ` Benjamin Scherrey
  0 siblings, 1 reply; 9+ messages in thread
From: Mo DeJong @ 2000-07-18 15:26 UTC (permalink / raw)
  To: SourceNav

On Tue, 18 Jul 2000, Benjamin Scherrey wrote:

> Sure enough, running as root, the application seems to startup fine.
> Attached are configure.out, make.out, and install.out which are the
> output from each respective step of the build. I'll try the --prefix
> trick for non-root operation in the meantime.
> 
> 	thanx for the help & later,
> 
> 		Ben Scherrey
> 
> PS: Also, it would be very nice if the .tar.gz file expanded everything
> into its own directory (say SNAV-V.v/) instead of blowing up into my
> current directory! Hard to clean up afterwards... :-(
> 
> Syd Polk wrote:
> > 
> > This means that "make install" failed. I need the output from "make
> > install" to see what is going wrong.
> > 
> > In the meantime, use "configure
> > --prefix=<directory_you_have_write_permission_to>"


I just downloaded the tar ball, ran configure with a --prefix,
built and installed it, and ran it. It seems to work just
fine on my Red Hat 6.2 box. I did not build, install, or
run it as root. I am willing to bet that you installed
or built it as root, is that the case?

Mo DeJong
Red Hat Inc

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

* Re: Error in SourceNavigator installation.
  2000-07-18 15:26         ` Mo DeJong
@ 2000-07-18 19:07           ` Benjamin Scherrey
  2000-07-18 20:57             ` Mo DeJong
  0 siblings, 1 reply; 9+ messages in thread
From: Benjamin Scherrey @ 2000-07-18 19:07 UTC (permalink / raw)
  To: Mo DeJong; +Cc: SourceNav

Yep - its long been my habit (and common practice amoungst automake/conf
configured apps) to switch to root before performing the final install.
I guess SourceNav does some strange things that prohibit this from
working. So.. my status is that I can install SourceNav on a per-user
basis using the --prefix option in configuration but cannot just
globally install the product for all users. I suppose I could make a
globally writable directory for all to use but that's not the greatest
idea as far as security and just plain stability of the system is
concerned. I hope these are just first light hiccups and not intended
consequences.

	thanx & later,

		Ben Scherrey

Mo DeJong wrote:
> I just downloaded the tar ball, ran configure with a --prefix,
> built and installed it, and ran it. It seems to work just
> fine on my Red Hat 6.2 box. I did not build, install, or
> run it as root. I am willing to bet that you installed
> or built it as root, is that the case?
> 
> Mo DeJong
> Red Hat Inc

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

* Re: Error in SourceNavigator installation.
  2000-07-18 19:07           ` Benjamin Scherrey
@ 2000-07-18 20:57             ` Mo DeJong
  0 siblings, 0 replies; 9+ messages in thread
From: Mo DeJong @ 2000-07-18 20:57 UTC (permalink / raw)
  To: Benjamin Scherrey; +Cc: SourceNav

On Tue, 18 Jul 2000, Benjamin Scherrey wrote:

> Yep - its long been my habit (and common practice amoungst automake/conf
> configured apps) to switch to root before performing the final install.
> I guess SourceNav does some strange things that prohibit this from
> working. So.. my status is that I can install SourceNav on a per-user
> basis using the --prefix option in configuration but cannot just
> globally install the product for all users. I suppose I could make a
> globally writable directory for all to use but that's not the greatest
> idea as far as security and just plain stability of the system is
> concerned. I hope these are just first light hiccups and not intended
> consequences.

It sounds like one of the .tcl files or a directory is not getting installed
with the other readable bit set. Does anyone want to take a shot at
this one? You could get "first patch" bragging rights :)

Mo DeJong
Red Hat Inc

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

end of thread, other threads:[~2000-07-18 20:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-18 11:50 Error in SourceNavigator installation Henry.Kleynhans
2000-07-18 11:56 ` Syd Polk
2000-07-18 13:53   ` Benjamin Scherrey
2000-07-18 13:56     ` Syd Polk
2000-07-18 14:45       ` Benjamin Scherrey
2000-07-18 15:26         ` Mo DeJong
2000-07-18 19:07           ` Benjamin Scherrey
2000-07-18 20:57             ` Mo DeJong
2000-07-18 14:48       ` Benjamin Scherrey

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 read-only IMAP folder(s) and NNTP newsgroup(s).