Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2002 11:37:11 +0900 (JST)
From:      Takahashi Yoshihiro <nyan@jp.FreeBSD.org>
To:        phk@FreeBSD.org
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libdisk Makefile chunk.c disk.c libdisk.h rules.c
Message-ID:  <20021030.113711.74742682.nyan@jp.FreeBSD.org>
In-Reply-To: <200210291213.g9TCDaSF005895@repoman.freebsd.org>
References:  <200210291213.g9TCDaSF005895@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

In article <200210291213.g9TCDaSF005895@repoman.freebsd.org>
Poul-Henning Kamp <phk@FreeBSD.org> writes:

> phk         2002/10/29 04:13:36 PST
> 
>   Modified files:
>     lib/libdisk          Makefile chunk.c disk.c libdisk.h rules.c 
>   Log:
>   I need to sort out alpha, pc98 and ia64 (in that order) before
>   testing on those platforms make a lot of sense.
>   
>   Belived to work for:    i386 sparc64
>   Unknown state:          pc98 alpha ia64

Today's snapshots for pc98 is bloken.


===> lib/libdisk
cc -O -pipe -DPC98 -Werror -Wall -Wno-format-y2k -Wno-uninitialized  -c /usr/src/lib/libdisk/blocks.c -o blocks.o
cc -O -pipe -DPC98 -Werror -Wall -Wno-format-y2k -Wno-uninitialized  -c /usr/src/lib/libdisk/chunk.c -o chunk.o
cc -O -pipe -DPC98 -Werror -Wall -Wno-format-y2k -Wno-uninitialized  -c /usr/src/lib/libdisk/disk.c -o disk.o
/usr/src/lib/libdisk/disk.c: In function `Debug_Disk':
/usr/src/lib/libdisk/disk.c:271: structure has no member named `bootmgr'
/usr/src/lib/libdisk/disk.c: At top level:
/usr/src/lib/libdisk/disk.c:366: conflicting types for `Set_Boot_Mgr'
/usr/src/lib/libdisk/libdisk.h:232: previous declaration of `Set_Boot_Mgr'
/usr/src/lib/libdisk/disk.c: In function `Set_Boot_Mgr':
/usr/src/lib/libdisk/disk.c:369: `bootipl_size' undeclared (first use in this function)
/usr/src/lib/libdisk/disk.c:369: (Each undeclared identifier is reported only once
/usr/src/lib/libdisk/disk.c:369: for each function it appears in.)
/usr/src/lib/libdisk/disk.c:373: `bootipl' undeclared (first use in this function)
/usr/src/lib/libdisk/disk.c:382: `bootmenu_size' undeclared (first use in this function)
/usr/src/lib/libdisk/disk.c:386: `bootmenu' undeclared (first use in this function)
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error


---
TAKAHASHI Yoshihiro <nyan@FreeBSD.org>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021030.113711.74742682.nyan>