bug-inetutils
[Top][All Lists]
Advanced

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

Re: [bug-inetutils] unable to build inetutils on sparc solaris


From: Ray Kolbe
Subject: Re: [bug-inetutils] unable to build inetutils on sparc solaris
Date: Tue, 01 Jun 2004 13:44:25 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0

Here are the messages noted at the ./configure command:

checking netinet/ip.h presence... yes
configure: WARNING: netinet/ip.h: present but cannot be compiled
configure: WARNING: netinet/ip.h: check for missing prerequisite headers?
configure: WARNING: netinet/ip.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for netinet/ip.h... yes


checking netinet/ip_icmp.h presence... yes
configure: WARNING: netinet/ip_icmp.h: present but cannot be compiled
configure: WARNING: netinet/ip_icmp.h: check for missing prerequisite headers? configure: WARNING: netinet/ip_icmp.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for netinet/ip_icmp.h... yes


checking netinet/ip_var.h presence... yes
configure: WARNING: netinet/ip_var.h: present but cannot be compiled
configure: WARNING: netinet/ip_var.h: check for missing prerequisite headers? configure: WARNING: netinet/ip_var.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for netinet/ip_var.h... yes


checking sys/ptyvar.h presence... yes
configure: WARNING: sys/ptyvar.h: present but cannot be compiled
configure: WARNING: sys/ptyvar.h: check for missing prerequisite headers?
configure: WARNING: sys/ptyvar.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for sys/ptyvar.h... yes


checking vfork.h presence... yes
configure: WARNING: vfork.h: present but cannot be compiled
configure: WARNING: vfork.h: check for missing prerequisite headers?
configure: WARNING: vfork.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for vfork.h... yes




> Date: Tue, 01 Jun 2004 21:10:06 +0200
> From: Jeroen Dekkers <address@hidden>
> To: Ray Kolbe <address@hidden>
> Cc: address@hidden
> Subject: Re: [bug-inetutils] unable to build inetutils on sparc solaris
> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6
> (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3.50
> (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)
> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
>
> At Tue, 01 Jun 2004 12:02:33 -0700,
> Ray Kolbe wrote:
> >  >
> >  > Where are they? You pasted 11705 lines, or 338421 characters of
> >  > output, please do not expect us to weed through it.
> >  >
> >  > Also, have you checked that mailing list archives if this
> question has
> >  > been answered already?
> >
> > In attempting to build inetutils 1.4.2 I got several error messages
> > which prevented the build.  These were independent of compiler (I tried
> > both the gcc and the sun compilers).  I am running an ultra 60 with the
> > followng configuration:
> >
> > SunOS Release 5.9 Version Generic 64-bit
> > Sun Ultra 60 UPA/PCI (2 X UltraSPARC-II 450MHz)
> >
> >    >uname -a
> > SunOS rave 5.9 Generic sun4u sparc SUNW,Ultra-60 Solaris
> >
> > I have attached the config.log file from the gcc attempt, and I also
> > attempted to use the sun compiler, which I attempted to do with 64-bit
> > compilation, as well as the default.  They all failed similarly.  I do
> > have those config.log files if you're interested.
>
> It looks like that configure went fine. The problem is probably in
> the make part, right? Send us the error messages "make" gives you.
>
> Jeroen Dekkers


This is using gcc 3.2.1 and gnu make (gmake):
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -DPATH_TTY_PFX=\"/dev/\"
-DPATH_DEVNULL=\"/dev/null\"  -I../include    -g -O2 -MT xmalloc.o -MD
-MP -MF ".deps/xmalloc.Tpo" \
  -c -o xmalloc.o `test -f 'xmalloc.c' || echo './'`xmalloc.c; \
then mv ".deps/xmalloc.Tpo" ".deps/xmalloc.Po"; \
else rm -f ".deps/xmalloc.Tpo"; exit 1; \
fi
xmalloc.c:37:19: error.h: No such file or directory
gmake[2]: *** [xmalloc.o] Error 1
gmake[2]: Leaving directory `/usr/share/inetutils-1.4.2/libinetutils'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/share/inetutils-1.4.2'
gmake: *** [all] Error 2


This is using the sun compiler and (sun's) make:

cc -DHAVE_CONFIG_H -I. -I. -I..  -DPATH_TTY_PFX=\"/dev/\"
-DPATH_DEVNULL=\"/dev/null\"  -I../include     -g -c `test -f
'xmalloc.c' || echo './'`xmalloc.c
"xmalloc.c", line 37: cannot find include file: "error.h"
"xmalloc.c", line 70: warning: implicit function declaration: error
cc: acomp failed for xmalloc.c
*** Error code 2
make: Fatal error: Command failed for target `xmalloc.o'
Current working directory /usr/share/inetutils-1.4.2/libinetutils
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/share/inetutils-1.4.2
*** Error code 1
make: Fatal error: Command failed for target `all'







reply via email to

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