From dhchen@dns.ktvs.org  Wed Jan 10 07:06:16 2001
Return-Path: <dhchen@dns.ktvs.org>
Received: from dns.ktvs.org (unknown [140.119.200.173])
	by hub.freebsd.org (Postfix) with ESMTP id C696437B404
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Jan 2001 07:06:15 -0800 (PST)
Received: (from dhchen@localhost)
	by dns.ktvs.org (8.11.1/8.11.1) id f0AN0ae13453;
	Wed, 10 Jan 2001 23:00:36 GMT
	(envelope-from dhchen)
Message-Id: <200101102300.f0AN0ae13453@dns.ktvs.org>
Date: Wed, 10 Jan 2001 23:00:36 GMT
From: "Alex D. Chen" <dhchen@dns.ktvs.org>
Reply-To: dhchen@dns.ktvs.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: PicoBSD do not build on 5.0-current
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         24226
>Category:       misc
>Synopsis:       PicoBSD do not build on 5.0-current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    joe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 10 07:10:01 PST 2001
>Closed-Date:    Mon Sep 3 19:51:11 PDT 2001
>Last-Modified:  Mon Sep 03 19:51:49 PDT 2001
>Originator:     Alex D. Chen
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD dns.ktvs.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Jan 6 12:00:35 GMT 2001 root@dns.dorm9.nccu.edu.tw:/usr/src/sys/compile/DNS i386

>Description:
PicoBSD does not build on 5.0-current.It will stop at building tinyware/sps.
After tracing the source code, I found that sps refers to a structure
"eproc", but it seems that there is no definition about this structure.

Below is the error message:

(cd ../../tinyware/sps && env MAKEOBJDIRPREFIX=/usr/obj/picobsd/net make obj
&&  env MAKEOBJDIRPREFIX=/usr/obj/picobsd/net make -DNOPAM -DRELEASE_CRUNCH
-DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC  depend &&  env
MAKEOBJDIRPREFIX=/usr/obj/picobsd/net make -DNOPAM -DRELEASE_CRUNCH
-DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC  sps.o)
cc -O -pipe   -c /usr/src/release/picobsd/tinyware/sps/sps.c
/usr/src/release/picobsd/tinyware/sps/sps.c: In function 
ain':
/usr/src/release/picobsd/tinyware/sps/sps.c:48: sizeof applied to an
incomplete type
/usr/src/release/picobsd/tinyware/sps/sps.c:87: dereferencing pointer to
incomplete type
/usr/src/release/picobsd/tinyware/sps/sps.c:90: dereferencing pointer to
incomplete type
/usr/src/release/picobsd/tinyware/sps/sps.c:92: dereferencing pointer to
incomplete type
/usr/src/release/picobsd/tinyware/sps/sps.c:93: dereferencing pointer to
incomplete type
/usr/src/release/picobsd/tinyware/sps/sps.c:113: dereferencing pointer to
incomplete type
/usr/src/release/picobsd/tinyware/sps/sps.c:115: dereferencing pointer to
incomplete type
*** Error code 1

Stop in /usr/src/release/picobsd/tinyware/sps.
*** Error code 1

Stop in /usr/src/release/picobsd/net/crunch1.
*** Error code 1

Stop in /usr/src/release/picobsd/net/crunch1.
--> Error 1 code crunch
Error while building ../net/crunch1...
-> Aborting ./stage1

>How-To-Repeat:
cd /usr/src/release/picobsd/build && ./build

>Fix:

>Release-Note:
>Audit-Trail:

From: Josef Karthauser <joe@tao.org.uk>
To: "Alex D. Chen" <dhchen@dns.ktvs.org>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: misc/24226: PicoBSD do not build on 5.0-current
Date: Wed, 10 Jan 2001 16:03:47 +0000

 On Wed, Jan 10, 2001 at 11:00:36PM +0000, Alex D. Chen wrote:
 > 
 > >Description:
 > PicoBSD does not build on 5.0-current.It will stop at building tinyware/sps.
 > After tracing the source code, I found that sps refers to a structure
 > "eproc", but it seems that there is no definition about this structure.
 > 
 
 The sps programme needs updating to take on-board the recent changes
 That Kirk make to ps.  I've had a look at it, but don't really
 understand how it ticks yet.
 
 Joe
 
State-Changed-From-To: open->closed 
State-Changed-By: schweikh 
State-Changed-When: Sat Jun 16 05:23:17 PDT 2001 
State-Changed-Why:  
If this problem still exists, please use the freebsd-current@freebsd.org 
mailing list to discuss these matters. PRs should be used only for 
STABLE and RELEASE (i.e. non-current) problems. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24226 
State-Changed-From-To: closed->open 
State-Changed-By: schweikh 
State-Changed-When: Mon Jun 18 13:48:36 PDT 2001 
State-Changed-Why:  
Joe Karthauser wants to take care of this. 


Responsible-Changed-From-To: freebsd-bugs->joe 
Responsible-Changed-By: schweikh 
Responsible-Changed-When: Mon Jun 18 13:48:36 PDT 2001 
Responsible-Changed-Why:  
Joe Karthauser wants to take care of this. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24226 
State-Changed-From-To: open->closed 
State-Changed-By: luigi 
State-Changed-When: Mon Sep 3 19:51:11 PDT 2001 
State-Changed-Why:  
seems to build now... 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24226 
>Unformatted:
