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
* 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
State Changed From-To: open->closed Duplicate of misc/94309.