Bug 19614

Summary: missing blowfish in current kernel tree (30 june 2000)
Product: Base System Reporter: patrick <patrick>
Component: kernAssignee: Johan Karlsson <johan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description patrick 2000-07-01 04:30:01 UTC
I ftped the current kernel sources from ftp.freebsd.org and set-up a config file, after make depend I started make only to find out that the /usr/src/sys/crypto directory is missing and more important the blowfish directory that should be in it. without this the kernel doesn't compile.

Fix: 

I copied the crypto dir from my original /usr/src/sys directory to the current tree.
How-To-Repeat: get the sources and try to build the kernel.
Comment 1 k 2000-08-03 16:02:39 UTC
Synopsis should be
"src/sys/crypto missing on ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-stable/"

and it should be reported to the maintainer of ftp.freebsd.org
or I think jkh could fix it.

/Johan K
Comment 2 Sheldon Hearn 2000-08-04 09:30:59 UTC
On Thu, 03 Aug 2000 08:10:05 MST, Johan Karlsson wrote:

>  Synopsis should be
>  "src/sys/crypto missing on ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-stable/"
>  and it should be reported to the maintainer of ftp.freebsd.org
>  or I think jkh could fix it.

Actually, I think that these can be reported to
<ftp-bugs@ftp.freesoftware.com>.  Could you see if anyone there knows
wtf you're talking about? :-)

Ciao,
Sheldon.
Comment 3 k 2000-08-04 19:55:38 UTC
At Fri, 04 Aug 2000 10:30:59 +0200, Sheldon Hearn wrote:
> Actually, I think that these can be reported to
> <ftp-bugs@ftp.freesoftware.com>.  Could you see if anyone there knows
> wtf you're talking about? :-)

Ok, I have mailed them and will send a follow-up when I get a reply.

/Johan K
Comment 4 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-07 09:48:21 UTC
State Changed
From-To: open->feedback

Waiting for feedback from Johan Karlsson <k@numeri.campus.luth.se>.
Comment 5 Johan Karlsson freebsd_committer freebsd_triage 2000-08-11 12:21:52 UTC
Responsible Changed
From-To: freebsd-bugs->johan

Reminder to check ftp.freebsd.org for changes 
and to close this when I hear from  
freesoftware.com.
Comment 6 Johan Karlsson freebsd_committer freebsd_triage 2001-03-13 08:26:58 UTC
State Changed
From-To: feedback->closed

I have not been able to get any response from 
freesoftware.com. And the src/sys/crypto dir 
is still missing in the 4-Stable tree on the 
ftp sites. 

However, one can always get the src using cvsup 
or other good tools. 

See the handbook http://www.FreeBSD.org/handbook/synching.html 
for info on this.