Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2001 23:00:36 GMT
From:      "Alex D. Chen" <dhchen@dns.ktvs.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/24226: PicoBSD do not build on 5.0-current
Message-ID:  <200101102300.f0AN0ae13453@dns.ktvs.org>

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

>Number:         24226
>Category:       misc
>Synopsis:       PicoBSD do not build on 5.0-current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 10 07:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


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




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