Subject: Re: -current build failure
To: Havard Eidnes <he@uninett.no>
From: Marius ROMAN <marius.roman@gmail.com>
List: current-users
Date: 10/06/2006 16:38:56
------=_Part_25897_340255.1160141936967
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

My mistake, I get this errors when building the tools :
#   compile  compat/md4c.lo
cc -O  -I. -I./include -I/usr/src/tools/compat -DHAVE_NBTOOL_CONFIG_H=3D1
-D_FILE_OFFSET_BITS=3D64 -D__DBINTERFACE_PRIVATE -c -o md4c.lo.o
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c
In file included from
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:42:
/usr/src/tools/compat/md4.h:5:31: error: ../../sys/sys/md4.h: No such file
or directory
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c: In function
'MD4Init':
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:133: error: expected
declaration specifiers before 'MD4_CTX'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:138: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:138: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:141: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:142: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:143: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:144: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c: In function
'MD4Update':
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:154: error: expected
declaration specifiers before 'MD4_CTX'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:164: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:167: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:169: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:170: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:176: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:177: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:177: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:180: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:187: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c: In function
'MD4Final':
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:197: error: expected
declaration specifiers before 'MD4_CTX'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:206: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:209: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:217: error: invalid
type argument of '->'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:220: error: invalid
type argument of 'unary *'
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:220: warning: passing
argument 1 of 'memset' makes pointer from integer without a cast

*** Failed target:  md4c.lo
*** Failed command: cc -O -I. -I./include -I/usr/src/tools/compat
-DHAVE_NBTOOL_CONFIG_H=3D1 -D_FILE_OFFSET_BITS=3D64 -D__DBINTERFACE_PRIVATE=
 -c
-o md4c.lo.o /usr/src/tools/compat/../../common/lib/libc/md/md4c.c
*** Error code 1

Stop.
nbmake: stopped in /usr/src/tools/compat

*** Failed target:  dependall
*** Failed command: cd /usr/src/tools/compat; /usr/src/tooldir.NetBSD-
4.0_BETA-x86_64/bin/nbmake realall
*** Error code 1

Stop.
nbmake: stopped in /usr/src/tools/compat

*** Failed target:  dependall-compat
*** Failed command: _makedirtarget() { dir=3D"$1"; shift; target=3D"$1"; sh=
ift;
case "${dir}" in /*) this=3D"${dir}/"; real=3D"${dir}" ;; .) this=3D"";
real=3D"/usr/src/tools" ;; *) this=3D"${dir}/"; real=3D"/usr/src/tools/${di=
r}" ;;
esac; show=3D${this:-.}; echo "${target} =3D=3D=3D> ${show%/}${1:+ (with: $=
@)}"; cd
"${real}" && /usr/src/tooldir.NetBSD-4.0_BETA-x86_64/bin/nbmake_THISDIR_=3D=
"${this}"
"$@" ${target}; }; _makedirtarget compat dependall
*** Error code 1

Stop.
nbmake: stopped in /usr/src/tools

ERROR: Failed to make dependall tools
*** BUILD ABORTED ***


Thank you,
Marius


On 10/6/06, Havard Eidnes <he@uninett.no> wrote:
>
> > #   compile  compat/md4c.lo
> > cc -O  -I. -I./include -I/usr/src/tools/compat -DHAVE_NBTOOL_CONFIG_H=
=3D1
> > -D_FILE_OFFSET_BITS=3D64 -D__DBINTERFACE_PRIVATE -c -o md4c.lo.o
> > /usr/src/tools/compat/../../common/lib/libc/md/md4c.c
> >
> > *** Failed target:  md4c.lo
> > *** Failed command: cc -O -I. -I./include -I/usr/src/tools/compat
> > -DHAVE_NBTOOL_CONFIG_H=3D1 -D_FILE_OFFSET_BITS=3D64 -D__DBINTERFACE_PRI=
VATE
> -c
> > -o md4c.lo.o /usr/src/tools/compat/../../common/lib/libc/md/md4c.c
> > *** Error code 1
> >
> > Stop.
>
> It doesn't look like you have captured stderr output, where
> typically the error message from the compiler lands.  Without it,
> it's sort of hard to give any advice as to what the problem is.
>
> Regards,
>
> - H=E5vard
>

------=_Part_25897_340255.1160141936967
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

My mistake, I get this errors when building the tools :<br>#&nbsp;&nbsp; co=
mpile&nbsp; compat/md4c.lo<br>cc -O&nbsp; -I. -I./include -I/usr/src/tools/=
compat -DHAVE_NBTOOL_CONFIG_H=3D1&nbsp; -D_FILE_OFFSET_BITS=3D64 -D__DBINTE=
RFACE_PRIVATE -c -o md4c.lo.o
&nbsp;&nbsp;&nbsp; /usr/src/tools/compat/../../common/lib/libc/md/md4c.c<br=
>In file included from /usr/src/tools/compat/../../common/lib/libc/md/md4c.=
c:42:<br>/usr/src/tools/compat/md4.h:5:31: error: ../../sys/sys/md4.h: No s=
uch file or directory
<br>/usr/src/tools/compat/../../common/lib/libc/md/md4c.c: In function 'MD4=
Init':<br>/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:133: error:=
 expected declaration specifiers before 'MD4_CTX'<br>/usr/src/tools/compat/=
../../common/lib/libc/md/md4c.c:138: error: invalid type argument of '-&gt;=
'
<br>/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:138: error: inval=
id type argument of '-&gt;'<br>/usr/src/tools/compat/../../common/lib/libc/=
md/md4c.c:141: error: invalid type argument of '-&gt;'<br>/usr/src/tools/co=
mpat/../../common/lib/libc/md/md4c.c:142: error: invalid type argument of '=
-&gt;'
<br>/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:143: error: inval=
id type argument of '-&gt;'<br>/usr/src/tools/compat/../../common/lib/libc/=
md/md4c.c:144: error: invalid type argument of '-&gt;'<br>/usr/src/tools/co=
mpat/../../common/lib/libc/md/md4c.c: In function 'MD4Update':
<br>/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:154: error: expec=
ted declaration specifiers before 'MD4_CTX'<br>/usr/src/tools/compat/../../=
common/lib/libc/md/md4c.c:164: error: invalid type argument of '-&gt;'<br>
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:167: error: invalid t=
ype argument of '-&gt;'<br>/usr/src/tools/compat/../../common/lib/libc/md/m=
d4c.c:169: error: invalid type argument of '-&gt;'<br>/usr/src/tools/compat=
/../../common/lib/libc/md/md4c.c:170: error: invalid type argument of '-&gt=
;'
<br>/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:176: error: inval=
id type argument of '-&gt;'<br>/usr/src/tools/compat/../../common/lib/libc/=
md/md4c.c:177: error: invalid type argument of '-&gt;'<br>/usr/src/tools/co=
mpat/../../common/lib/libc/md/md4c.c:177: error: invalid type argument of '=
-&gt;'
<br>/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:180: error: inval=
id type argument of '-&gt;'<br>/usr/src/tools/compat/../../common/lib/libc/=
md/md4c.c:187: error: invalid type argument of '-&gt;'<br>/usr/src/tools/co=
mpat/../../common/lib/libc/md/md4c.c: In function 'MD4Final':
<br>/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:197: error: expec=
ted declaration specifiers before 'MD4_CTX'<br>/usr/src/tools/compat/../../=
common/lib/libc/md/md4c.c:206: error: invalid type argument of '-&gt;'<br>
/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:209: error: invalid t=
ype argument of '-&gt;'<br>/usr/src/tools/compat/../../common/lib/libc/md/m=
d4c.c:217: error: invalid type argument of '-&gt;'<br>/usr/src/tools/compat=
/../../common/lib/libc/md/md4c.c:220: error: invalid type argument of 'unar=
y *'
<br>/usr/src/tools/compat/../../common/lib/libc/md/md4c.c:220: warning: pas=
sing argument 1 of 'memset' makes pointer from integer without a cast<br><b=
r>*** Failed target:&nbsp; md4c.lo<br>*** Failed command: cc -O -I. -I./inc=
lude -I/usr/src/tools/compat -DHAVE_NBTOOL_CONFIG_H=3D1 -D_FILE_OFFSET_BITS=
=3D64 -D__DBINTERFACE_PRIVATE -c -o=20
md4c.lo.o /usr/src/tools/compat/../../common/lib/libc/md/md4c.c<br>*** Erro=
r code 1<br><br>Stop.<br>nbmake: stopped in /usr/src/tools/compat<br><br>**=
* Failed target:&nbsp; dependall<br>*** Failed command: cd /usr/src/tools/c=
ompat; /usr/src/tooldir.NetBSD-
4.0_BETA-x86_64/bin/nbmake realall<br>*** Error code 1<br><br>Stop.<br>nbma=
ke: stopped in /usr/src/tools/compat<br><br>*** Failed target:&nbsp; depend=
all-compat<br>*** Failed command: _makedirtarget() { dir=3D&quot;$1&quot;; =
shift; target=3D&quot;$1&quot;; shift; case &quot;${dir}&quot; in /*) this=
=3D&quot;${dir}/&quot;; real=3D&quot;${dir}&quot; ;; .) this=3D&quot;&quot;=
; real=3D&quot;/usr/src/tools&quot; ;; *) this=3D&quot;${dir}/&quot;; real=
=3D&quot;/usr/src/tools/${dir}&quot; ;; esac; show=3D${this:-.}; echo &quot=
;${target} =3D=3D=3D&gt; ${show%/}${1:+ (with: $@)}&quot;; cd &quot;${real}=
&quot; &amp;&amp; /usr/src/tooldir.NetBSD-
4.0_BETA-x86_64/bin/nbmake _THISDIR_=3D&quot;${this}&quot; &quot;$@&quot; $=
{target}; }; _makedirtarget compat dependall<br>*** Error code 1<br><br>Sto=
p.<br>nbmake: stopped in /usr/src/tools<br><br>ERROR: Failed to make depend=
all tools
<br>*** BUILD ABORTED ***<br><br><br>Thank you,<br>Marius<br><br><br><div><=
span class=3D"gmail_quote">On 10/6/06, <b class=3D"gmail_sendername">Havard=
 Eidnes</b> &lt;<a href=3D"mailto:he@uninett.no">he@uninett.no</a>&gt; wrot=
e:
</span><blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rg=
b(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; #&nbs=
p;&nbsp; compile&nbsp;&nbsp;compat/md4c.lo<br>&gt; cc -O&nbsp;&nbsp;-I. -I.=
/include -I/usr/src/tools/compat -DHAVE_NBTOOL_CONFIG_H=3D1
<br>&gt; -D_FILE_OFFSET_BITS=3D64 -D__DBINTERFACE_PRIVATE -c -o md4c.lo.o<b=
r>&gt; /usr/src/tools/compat/../../common/lib/libc/md/md4c.c<br>&gt;<br>&gt=
; *** Failed target:&nbsp;&nbsp;md4c.lo<br>&gt; *** Failed command: cc -O -=
I. -I./include -I/usr/src/tools/compat
<br>&gt; -DHAVE_NBTOOL_CONFIG_H=3D1 -D_FILE_OFFSET_BITS=3D64 -D__DBINTERFAC=
E_PRIVATE -c<br>&gt; -o md4c.lo.o /usr/src/tools/compat/../../common/lib/li=
bc/md/md4c.c<br>&gt; *** Error code 1<br>&gt;<br>&gt; Stop.<br><br>It doesn=
't look like you have captured stderr output, where
<br>typically the error message from the compiler lands.&nbsp;&nbsp;Without=
 it,<br>it's sort of hard to give any advice as to what the problem is.<br>=
<br>Regards,<br><br>- H=E5vard<br></blockquote></div><br>

------=_Part_25897_340255.1160141936967--