Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2002 18:59:09 +0900 (JST)
From:      Yoshihiko Sarumaru <mistral@imasy.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jkh@FreeBSD.org
Subject:   ports/38346: ports/net/cvsupit couldn't get enough file to build GENERIC kernel
Message-ID:  <200205200959.g4K9x9Bw009220@mistral.imasy.or.jp>

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

>Number:         38346
>Category:       ports
>Synopsis:       ports/net/cvsupit couldn't get enough file to build GENERIC kernel
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 20 07:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Yoshihiko Sarumaru
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD mistral.imasy.or.jp 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #6: Fri May 17 10:42:17 JST 2002 sarumaru@mistral.imasy.or.jp:/usr/obj/usr/src/sys/Z505VRK i386


	
>Description:
I found src-sys-crypto collection is not cared in 
ports/net/cvsupit, but awi driver (included in GENERIC kernel)
uses sys/crypto/rc4/rc4.c that is a part of src-sys-crypto and
cvsupit user couldn't build GENERIC kernel.
	
>How-To-Repeat:
	Try to build GENERIC kernel with cvsupit.
>Fix:
I think cvsupit should retrieve below four collection too, or
src-all:

src-crypto
src-eBones
src-secure
src-sys-crypto


Sorry there is no complete patch here, I have no idea for description for src-eBones (what is it?).


--- pkg-install.old	Thu Mar 21 22:20:32 2002
+++ pkg-install	Mon May 20 18:56:54 2002
@@ -90,6 +90,10 @@
     "src-tools"		"Sources for miscellaneous tools" No \
     "src-usrbin"	"Sources for things in /usr/bin" No \
     "src-usrsbin"	"Sources for things in /usr/sbin" No \
+    "src-crypto"	"Sources for ???" No \
+    "src-eBones"	"Sources for ???" No \
+    "src-secure"	"Sources for ???" No \
+    "src-sys-crypto"	"Sources for ???" No \
     2>/tmp/menu.src.$$; then
 	C_SRC_TARGETS=`cat /tmp/menu.src.$$`
 	rm -f /tmp/menu.src.$$


>Release-Note:
>Audit-Trail:
>Unformatted:

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




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