Bug 95617 - /usr/src/etc/Makefile contains logical error
Summary: /usr/src/etc/Makefile contains logical error
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-11 10:40 UTC by Sebastian Werner
Modified: 2006-04-11 15:48 UTC (History)
0 users

See Also:


Attachments
file.diff (575 bytes, patch)
2006-04-11 10:40 UTC, Sebastian Werner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Werner 2006-04-11 10:40:16 UTC
During make distribution I got an error 64 while trying to install ssh in /usr/src/etc .

I got NO_CRYPT set (jail install stuff), but NOT NO_OPENSSL and NO_OPENSSH.

The error is happening, because the Makefile defines, that SSH= is not set, because NO_CRYPT  is set.  (line 27 of /usr/local/etc/Makefile)

But later in line 115, the variable SSH is used, because neither NO_OPENSSL nor NO_OPENSSH is set. In this case there is no check for NO_CRYPT.

How-To-Repeat: Set NO_CRYPT but do not set NO_OPENSSH

make distribution
Comment 1 Sebastian Werner 2006-04-11 10:47:21 UTC
* FreeBSD-gnats-submit@FreeBSD.org <FreeBSD-gnats-submit@FreeBSD.org> [060411 11:40]:
> Thank you very much for your problem report.
> It has the internal identification `misc/95617'.
> The individual assigned to look at your
> report is: freebsd-bugs. 
> 
> You can access the state of your problem report at any time
> via this link:
> 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95617

Damnit!
This bug is a duplicate to
http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/94309
Please close and LART me :)


> 
> >Category:       misc
> >Responsible:    freebsd-bugs
> >Synopsis:       /usr/src/etc/Makefile contains logical error
> >Arrival-Date:   Tue Apr 11 09:40:16 GMT 2006

-- 
Sebastian Werner
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2006-04-11 15:47:23 UTC
State Changed
From-To: open->closed

Duplicate of misc/94309.