Wireshark-dev: [Wireshark-dev] Wireshark installation problems in solaris
From: arthy geraldin <arthy_l@xxxxxxxxxxx>
Date: Thu, 12 Apr 2007 12:15:36 +0530 (IST)
Hi,
I'm using the wireshark 0.99.5 version for installing in Solaris.
The messages I got during configure are in the attached file config.text
After configure when I give a make I get the following error.But as far as I know the configuration is correct.
/home1/ci/local/bin/perl ./make-version.pl .
Version configuration file version.conf not found. Using defaults.
This is not a SVN build.
svnversion.h is up-to-date.
make all-recursive
Making all in tools
Making all in lemon
gcc -D_U_="" -o lemon
gcc: no input files
*** Error code 1
make: Fatal error: Command failed for target `lemon'
Current working directory /home1/ci/wireshark-0.99.5/tools/lemon
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='lemon'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home1/ci/wireshark-0.99.5/tools
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='tools wiretap doc epan plugins packaging help codecs gtk'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home1/ci/wireshark-0.99.5
*** Error code 1
make: Fatal error: Command failed for target `all'
Version configuration file version.conf not found. Using defaults.
This is not a SVN build.
svnversion.h is up-to-date.
make all-recursive
Making all in tools
Making all in lemon
gcc -D_U_="" -o lemon
gcc: no input files
*** Error code 1
make: Fatal error: Command failed for target `lemon'
Current working directory /home1/ci/wireshark-0.99.5/tools/lemon
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='lemon'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home1/ci/wireshark-0.99.5/tools
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='tools wiretap doc epan plugins packaging help codecs gtk'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home1/ci/wireshark-0.99.5
*** Error code 1
make: Fatal error: Command failed for target `all'
Could anyone tell me why I'm getting this error.
Thanks in advance,
GA
Real people. Real questions. Real answers. Share what you know.
[ci@pcs2] ~/wireshark-0.99.5> ./configure --prefix=/home1/ci/local checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris2.10 checking target system type... sparc-sun-solaris2.10 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for a sed that does not truncate output... /usr/xpg4/bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking for /usr/ccs/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/xpg4/bin/nm -p checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 262144 checking command to parse /usr/xpg4/bin/nm -p output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... solaris2.10 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... solaris2.10 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 static flag -static works... no checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... solaris2.10 ld.so checking how to hardcode library paths into programs... immediate checking for bison... bison -y checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for perl... /home1/ci/local/bin/perl checking for pod2man... /home1/ci/local/bin/pod2man checking for pod2html... /home1/ci/local/bin/pod2html checking for htmlview... no checking for flex... /usr/local/bin/flex checking for python... no checking for doxygen... /usr/local/bin/doxygen checking for doxygen... yes checking for libgnutls-config... /home1/ci/local/bin/libgnutls-config checking for libgnutls - version >= 1.0.0... yes gnuTLS found, enabling ssl decryption checking for libgcrypt-config... /home1/ci/local/bin/libgcrypt-config checking for LIBGCRYPT - version >= 1.1.42... yes libgcrypt found, enabling ipsec decryption checking for xsltproc... /usr/bin/xsltproc checking for xsltproc... yes checking for xmllint... /usr/local/bin/xmllint checking for xmllint... yes checking for fop... no checking for fop... no checking for hhc.exe... no checking for hhc.exe... no checking for pkgproto... yes checking for pkgmk... yes checking for pkgtrans... yes checking for rpm... no checking to see if we can add '-Wall -W ' to CFLAGS... yes checking for platform-specific compiler flags... GCC on Solaris - added -Wno-return-type -DFUNCPROTO=15 checking for platform-specific linker flags... none needed checking whether to use /usr/local for headers and libraries... yes checking for LD_LIBRARY_PATH... yes -- added LD_LIBRARY_PATH to run-time linker path checking for GNU sed as first sed in PATH... no checking whether one of /usr/bin/sed or /bin/sed or /usr/ucb/sed will be used... no checking if profile builds must be generated... no checking for pkg-config... /home1/ci/geraldin/bin/pkg-config checking for GTK+ - version >= 2.0.0... yes (version 2.10.11) checking for pkg-config... (cached) /home1/ci/geraldin/bin/pkg-config checking for GLIB - version >= 2.0.0... yes (version 2.12.9) checking whether GLib supports loadable modules... yes checking for inttypes.h... (cached) yes checking whether inttypes.h defines the PRI[doxu]64 macros... yes checking for gethostbyname... no checking for gethostbyname in -lnsl... yes checking for connect... no checking for connect in -lsocket... yes checking whether to use libpcap for packet capture... yes checking for extraneous pcap header directories... found -- -I/home1/ci/local/include added to CFLAGS checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking for pcap_open_live in -lpcap... yes checking whether pcap_version is defined by libpcap... yes checking for pcap_open_dead... yes checking for pcap_freecode... yes checking for pcap_breakloop... yes checking whether pcap_findalldevs is present and usable... yes checking for pcap_datalink_val_to_name... yes checking for pcap_datalink_name_to_val... yes checking for pcap_list_datalinks... yes checking for pcap_set_datalink... yes checking for pcap_lib_version... yes checking for pcap_get_selectable_fd... yes checking whether to use zlib for reading compressed capture files... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzgets in -lz... yes checking for gzgets missing when linking with X11... no checking whether to use libpcre for regular expressions in dfilters... yes checking pcre.h usability... no checking pcre.h presence... no checking for pcre.h... no libpcre not found - disabling support for perl compatible regular expressions in dfilters checking whether to use liblua for the lua scripting plugin... no checking whether to use libportaudio for the rtp_player... yes checking portaudio.h usability... no checking portaudio.h presence... no checking for portaudio.h... no libportaudio not found - disabling support for the rtp_player checking whether to enable ipv6 name resolution if available... yes checking ipv6 stack type... "unknown, none" checking whether to install wireshark setuid... no checking for ANSI C header files... (cached) yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for unistd.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/sockio.h usability... yes checking sys/sockio.h presence... yes checking for sys/sockio.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking arpa/nameser.h usability... yes checking arpa/nameser.h presence... yes checking for arpa/nameser.h... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking whether to use SSL library... no checking whether to use Net-SNMP library... yes, if available checking for net-snmp-config... no checking whether to use kerberos... yes checking for krb5-config... no checking krb5.h usability... no checking krb5.h presence... no checking for krb5.h... no No Heimdal or MIT header found - disabling dissection for some kerberos data in packet decoding checking whether to use the GNU ADNS library if available... yes checking for adns_init in -ladns... no checking for sa_len in struct sockaddr... no checking whether byte ordering is bigendian... yes checking whether gcc needs -traditional... no checking for getopt... yes checking for strerror... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for mkstemp... yes checking for g_ascii_strtoull... yes checking for inet_aton... no checking for library containing inet_pton... -lnsl checking for broken inet_pton... ok checking for library containing inet_ntop... none required checking for inet_ntop prototype... yes checking for strptime... yes checking for getprotobynumber... no checking for gethostbyname2... no checking for issetugid... yes checking for mmap... yes checking for mprotect... yes checking for sysconf... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doxygen.cfg config.status: creating asn1/Makefile config.status: creating doc/Makefile config.status: creating epan/Makefile config.status: creating epan/crypt/Makefile config.status: creating epan/doxygen.cfg config.status: creating epan/dfilter/Makefile config.status: creating epan/dissectors/Makefile config.status: creating epan/ftypes/Makefile config.status: creating epan/wslua/Makefile config.status: creating codecs/Makefile config.status: creating gtk/Makefile config.status: creating gtk/doxygen.cfg config.status: creating help/Makefile config.status: creating packaging/Makefile config.status: creating packaging/nsis/Makefile config.status: creating packaging/rpm/Makefile config.status: creating packaging/rpm/SPECS/Makefile config.status: creating packaging/rpm/SPECS/wireshark.spec config.status: creating packaging/svr4/Makefile config.status: creating packaging/svr4/checkinstall config.status: creating packaging/svr4/pkginfo config.status: creating plugins/Makefile config.status: creating plugins/agentx/Makefile config.status: creating plugins/artnet/Makefile config.status: creating plugins/asn1/Makefile config.status: creating plugins/ciscosm/Makefile config.status: creating plugins/docsis/Makefile config.status: creating plugins/enttec/Makefile config.status: creating plugins/giop/Makefile config.status: creating plugins/gryphon/Makefile config.status: creating plugins/h223/Makefile config.status: creating plugins/irda/Makefile config.status: creating plugins/lwres/Makefile config.status: creating plugins/mate/Makefile config.status: creating plugins/megaco/Makefile config.status: creating plugins/mgcp/Makefile config.status: creating plugins/opsi/Makefile config.status: creating plugins/pcli/Makefile config.status: creating plugins/profinet/Makefile config.status: creating plugins/rlm/Makefile config.status: creating plugins/rtnet/Makefile config.status: creating plugins/rudp/Makefile config.status: creating plugins/sbus/Makefile config.status: creating plugins/stats_tree/Makefile config.status: creating plugins/v5ua/Makefile config.status: creating tools/Makefile config.status: creating tools/idl2wrs.sh config.status: creating tools/lemon/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands configure: configuring in wiretap configure: running /bin/bash './configure' --prefix=/home1/ci/local '--prefix=/home1/ci/local' --cache-file=/dev/null --srcdir=. checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris2.10 checking target system type... sparc-sun-solaris2.10 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for bison... bison -y checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for a sed that does not truncate output... /usr/xpg4/bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking for /usr/ccs/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/xpg4/bin/nm -p checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 262144 checking command to parse /usr/xpg4/bin/nm -p output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... solaris2.10 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... solaris2.10 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 static flag -static works... no checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... solaris2.10 ld.so checking how to hardcode library paths into programs... immediate checking for flex... /usr/local/bin/flex checking to see if we can add '-Wall -W -Wcast-qual ' to CFLAGS... yes checking for platform-specific compiler flags... none needed checking for platform-specific linker flags... none needed checking if profile builds must be generated... no checking for pkg-config... /home1/ci/geraldin/bin/pkg-config checking for GLIB - version >= 2.0.0... yes (version 2.12.9) checking whether to use /usr/local for headers and libraries... yes checking for ANSI C header files... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking whether byte ordering is bigendian... yes checking whether glib.h defines the G_GINT64_MODIFIER macro... yes checking for extraneous pcap header directories... found -- -I/home1/ci/local/include added to CFLAGS checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking whether to use zlib for reading compressed capture files... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzgets in -lz... yes checking for gzgets missing when linking with X11... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands The Wireshark package has been configured with the following options. Build wireshark : yes Build tshark : yes Build capinfos : yes Build editcap : yes Build dumpcap : yes Build mergecap : yes Build text2pcap : yes Build idl2wrs : yes Build randpkt : yes Build dftest : yes Install setuid : no Use plugins : yes Build lua plugin : no Build rtp_player : no Use GTK+ v2 library : yes Use threads : no Build profile binaries : no Use pcap library : yes Use zlib library : yes Use pcre library : no Use kerberos library : no Use GNU ADNS library : no Use GNU crypto library : yes Use SSL crypto library : no Use IPv6 name resolution : no Use Net-SNMP library : no Use gnutls library : yes
- Prev by Date: [Wireshark-dev] Wireshark installation problems in solaris
- Next by Date: Re: [Wireshark-dev] windows buildbot problem
- Previous by thread: [Wireshark-dev] Wireshark installation problems in solaris
- Next by thread: [Wireshark-dev] plugin / wireshark versions
- Index(es):