From owner-freebsd-questions@FreeBSD.ORG Thu Sep 25 16:33:53 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66AC11065688 for ; Thu, 25 Sep 2008 16:33:53 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id 0EF858FC1B for ; Thu, 25 Sep 2008 16:33:52 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by gxk10 with SMTP id 10so7207166gxk.19 for ; Thu, 25 Sep 2008 09:33:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=gxr4fdTWrbIE5uIUJLuZAkHdE8dVjUh7VrDNMv0eE+Q=; b=rakgDefd3g0mCWXA9edyENmm9R3j0RdfAIofl1sZfA4wCGkk8elf1FmkQPB2YGz+uR O8prmerihxx+Iod5lOea3NFjXQjyWcITWEPuT57lLNLJgfh6xQIBV3aLFJ/atkkT7wXH Lx7CPEQqm6kpgb+buaHVVV/5YUyGS3xV7vkQQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Dczum5rwreb8hfzjrPtv4jovq+zX3E4Lf1yceW99ZsaFxc5bYzlERLLfasuV0JcyNN /AFawV0cnQ1HuCbpQZtIiO0rBJU6qRV9G2u3fifRMLFtRz3EWIA5mQgRKbwrbNoq04Bh HMSP2shJtidv+7QymRD/dbgiY1rGBcbVdrvM8= Received: by 10.150.216.3 with SMTP id o3mr207553ybg.25.1222360432312; Thu, 25 Sep 2008 09:33:52 -0700 (PDT) Received: by 10.150.182.18 with HTTP; Thu, 25 Sep 2008 09:33:52 -0700 (PDT) Message-ID: <340a29540809250933g1f76d098y87806ea439c8bfad@mail.gmail.com> Date: Thu, 25 Sep 2008 10:33:52 -0600 From: "Andrew Falanga" To: Mel In-Reply-To: <200809251749.04425.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <340a29540809250833u27f7c3d6o5f3bcfe9932056d0@mail.gmail.com> <200809251749.04425.fbsd.questions@rachie.is-a-geek.net> Cc: freebsd-questions@freebsd.org Subject: Re: Can't build all in /usr/src/crypto/openssh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2008 16:33:53 -0000 On Thu, Sep 25, 2008 at 9:49 AM, Mel wrote: > On Thursday 25 September 2008 17:33:56 Andrew Falanga wrote: >> Hi, >> >> I've just updated my sources for 6.2-RELEASE. It took me from p11 to >> p12. The changes were quite minor. Only changes were to UPDATING >> (obviously), channels.c in the openssh directory and a newvers.sh file >> in /usr/src/conf. So, instead of rebuilding world, since the UPDATING >> notes say that the changes only affect sshd, I'm following the >> instructions in the handbook for section, "23.4.14.1. Do I need to >> re-make the world for every change?." The instructions state, "... go >> to the appropriate sub-directories and make all install." However, >> when I do this I get, "make: don't know how to make all. Stop." >> >> So, what do I tell it to do? Especially, considering that the >> Makefile.in in this directory (/usr/src/crypto/openssh), appears to >> have a default rule of "all." > > > Openssh/ssl is distributed accross the source tree. crypto/openssh only > contains the imported sources, not the files that FreeBSD actually uses to > build them. > cd /usr/src/secure && make all install should work for you (but will also > rebuild openssl and sendmail). > > -- > Mel > > Problem with today's modular software: they start with the modules > and never get to the software part. > Because this will rebuild OpenSSL, would it be advisable to rebuild the world or is this sufficient? -- A: Because it messes up the order in which people normally read text. Q: Why is it such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?