buildworld fails in sbin/vinum

1999-07-02 Thread Johan Karlsson

Hi
When trying to build a newly updated world I get the following error, which I 
belive was introduced in the latest commit by grog.
The case may be that vext.h did not get commited. 
(eg. I think "extern int stats" should be "extern int sflag" now) 
/K

=== sbin/vinum
cc -O -pipe -I/usr/src/sbin/vinum/../../sys -g -Wall -DVINUMDEBUG   
-I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/vinum/v.c
cc -O -pipe -I/usr/src/sbin/vinum/../../sys -g -Wall -DVINUMDEBUG   
-I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/vinum/list.c
cc -O -pipe -I/usr/src/sbin/vinum/../../sys -g -Wall -DVINUMDEBUG   
-I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/vinum/../../sys/dev/vinum/v
inumparser.c
cc -O -pipe -I/usr/src/sbin/vinum/../../sys -g -Wall -DVINUMDEBUG   
-I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/vinum/../../sys/dev/vinum/v
inumutil.c
/usr/src/sbin/vinum/list.c: In function `vinum_list':
/usr/src/sbin/vinum/list.c:87: `sflag' undeclared (first use in this function)
/usr/src/sbin/vinum/list.c:87: (Each undeclared identifier is reported only 
once
/usr/src/sbin/vinum/list.c:87: for each function it appears in.)
/usr/src/sbin/vinum/list.c: In function `vinum_ldi':
/usr/src/sbin/vinum/list.c:181: `sflag' undeclared (first use in this function)
/usr/src/sbin/vinum/list.c: In function `vinum_lvi':
/usr/src/sbin/vinum/list.c:273: `sflag' undeclared (first use in this function)
cc -O -pipe -I/usr/src/sbin/vinum/../../sys -g -Wall -DVINUMDEBUG   
-I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/vinum/commands.c
/usr/src/sbin/vinum/v.c:263: `vinum_concat' undeclared here (not in a function)
/usr/src/sbin/vinum/v.c:263: initializer element for `funkeys[26].fun' is not 
constant
/usr/src/sbin/vinum/v.c:264: `vinum_stripe' undeclared here (not in a function)
/usr/src/sbin/vinum/v.c:264: initializer element for `funkeys[27].fun' is not 
constant
/usr/src/sbin/vinum/v.c:265: `vinum_mirror' undeclared here (not in a function)
/usr/src/sbin/vinum/v.c:265: initializer element for `funkeys[28].fun' is not 
constant
gzip -cn /usr/src/sbin/vinum/vinum.8  vinum.8.gz
/usr/src/sbin/vinum/list.c: In function `vinum_lpi':
/usr/src/sbin/vinum/list.c:392: `sflag' undeclared (first use in this function)
/usr/src/sbin/vinum/list.c: In function `vinum_lsi':
/usr/src/sbin/vinum/list.c:545: `sflag' undeclared (first use in this function)
/usr/src/sbin/vinum/list.c: In function `listconfig':
/usr/src/sbin/vinum/list.c:627: `sflag' undeclared (first use in this function)
*** Error code 1
*** Error code 1
/usr/src/sbin/vinum/commands.c: In function `genvolname':
/usr/src/sbin/vinum/commands.c:1208: `objectname' undeclared (first use in 
this function)
/usr/src/sbin/vinum/commands.c:1208: (Each undeclared identifier is reported 
only once
/usr/src/sbin/vinum/commands.c:1208: for each function it appears in.)
/usr/src/sbin/vinum/commands.c: In function `vinum_concat':
/usr/src/sbin/vinum/commands.c:1292: `objectname' undeclared (first use in 
this function)
/usr/src/sbin/vinum/commands.c:1331: warning: implicit declaration of function 
`find_drive_by_devname'
/usr/src/sbin/vinum/commands.c:1331: warning: assignment makes pointer from 
integer without a cast
/usr/src/sbin/vinum/commands.c: In function `vinum_stripe':
/usr/src/sbin/vinum/commands.c:1406: `objectname' undeclared (first use in 
this function)
/usr/src/sbin/vinum/commands.c:1409: warning: assignment makes pointer from 
integer without a cast
/usr/src/sbin/vinum/commands.c:1425: warning: implicit declaration of function 
`min'
/usr/src/sbin/vinum/commands.c:1466: warning: assignment makes pointer from 
integer without a cast
/usr/src/sbin/vinum/commands.c: In function `vinum_mirror':
/usr/src/sbin/vinum/commands.c:1541: `sflag' undeclared (first use in this 
function)
/usr/src/sbin/vinum/commands.c:1563: `objectname' undeclared (first use in 
this function)
/usr/src/sbin/vinum/commands.c:1566: warning: assignment makes pointer from 
integer without a cast
/usr/src/sbin/vinum/commands.c:1635: warning: assignment makes pointer from 
integer without a cast
*** Error code 1
3 errors
*** 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





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: buildworld fails in sbin/vinum

1999-07-02 Thread Greg Lehey

[Format recovered--see http://www.lemis.com/email/email-format.html]

On Friday,  2 July 1999 at 20:04:49 +0200, Johan Karlsson wrote:
 Hi
 When trying to build a newly updated world I get the following error, which I
 belive was introduced in the latest commit by grog.
 The case may be that vext.h did not get commited.

Indeed, that was the problem.  Ugh.  Pass me the pointy hat, please.

 (eg. I think "extern int stats" should be "extern int sflag" now)

That's one of them.  There are others.

On Friday,  2 July 1999 at 11:05:16 -0700, Doug wrote:
   I consistently get the following during a 'make world' on the most
 recent -current:


 === sbin/vinum
 cc -O -pipe -I/usr/src/sbin/vinum/../../sys -g -Wall -DVINUMDEBUG 
-I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/vinum/v.c

That's another.

On Friday,  2 July 1999 at 15:22:27 -0400, Brian F. Feldman wrote:
 Here's the fix. I'm sure it's not absolutely the same as what Greg will have,
 but if anyone wants to commit it, it will fix world.

Well, yes, but the result won't work.  The sflag variable is what used
to be called stats.  But thanks for jumping in while I was asleep.

Greg
--
See complete headers for address, home page and phone numbers
finger [EMAIL PROTECTED] for PGP public key


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message