From owner-freebsd-current@freebsd.org Sat May 7 00:51:45 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B9BDB2E640 for ; Sat, 7 May 2016 00:51:45 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3758B1F7D for ; Sat, 7 May 2016 00:51:45 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-ig0-x22c.google.com with SMTP id bi2so60823021igb.0 for ; Fri, 06 May 2016 17:51:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=DkLirtLXa86wTQmu3f7sPoZBvwH8BbvmTogLo+9pukA=; b=tLnGxP5utO3eq07l3mZe1ydszzg8ASl/hSUQJtzCCVVjWOKTDXCrgeuP0I24YWAcoE /epT7d7oeM9AgnKr7mT78wNNEyQHV0eKojPvvWOnGBKMprFz5N508pF+gZlqkQsPivDA JcZtehHI+tN/WsfIb4IjzxBq0ijnUuU6I5BscYwVKXTLQKKxFelKZNkAt/hvhlH6LPed mEcZYtaenNk8okTNF6qFKwhl/zfz7oQQ8iECGX0CwlwcDBNFiuwpZnzuMleZ8RSag3hH /oG3WviY/ihTP0Wl6uE6T1OkpPepg3ubVW9Nv8qr4XdH1TUXLzvYpFxG163SijkZ0rrg ea7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=DkLirtLXa86wTQmu3f7sPoZBvwH8BbvmTogLo+9pukA=; b=f6lcvxvzBHjk8WhroskIBTjsf+c8A6dp6QJmVID/+0/PzNHLlJcyl2ReT7PhWHClru b9pEZnBxGI2VeEEr0iSF9TN4RmkPSIHiFuB6DuF9Mldiv2aWUQ5obDqg44RagK6XjPrc 12N7ApPBXYlk5v1wZkm1TDOOiDdrErjouuvumqLfKaCOnmeOReTcn2GAsmfvvx8+ICCv xm1wC2n5uqexX6XzbiGX4DdVzvg2B9uTcYg+wMWBndEFxAp2cxEPTkMF2A3so3lqT7tK W1HjMJv6zsgziWCwJ9NVOnRnewxaW/PEL2b5X3gOA/DUmR/pD9Qbl1S5GWhCNuuLq1Ps tQtw== X-Gm-Message-State: AOPr4FX/uuQGPaDoU1Wt7yXjYS8sfBUsFFai5T4BUae0JcwJF7gB3d943pt87J1Mc3lgibKm1wKzyEdbtnQb4A== X-Received: by 10.50.161.164 with SMTP id xt4mr1527igb.97.1462582304602; Fri, 06 May 2016 17:51:44 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.27.197 with HTTP; Fri, 6 May 2016 17:51:25 -0700 (PDT) In-Reply-To: <20160506164713.73b6614c.ohartman@zedat.fu-berlin.de> References: <20160506164713.73b6614c.ohartman@zedat.fu-berlin.de> From: Ed Maste Date: Sat, 7 May 2016 00:51:25 +0000 X-Google-Sender-Auth: IDSvb-FzgUEEhT2MlNBrcGQL8mQ Message-ID: Subject: Re: r299175: error: no such file or directory: '/usr/src/secure/lib/libcrypto/i386/crypt586.S' To: "O. Hartmann" Cc: FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 00:51:45 -0000 On 6 May 2016 at 14:47, O. Hartmann wrote: > Buildworld on r299175 fails with the error shown below: > > > [...] > error: no such file or directory: '/usr/src/secure/lib/libcrypto/i386/crypt586.S' If this was with -DNO_CLEAN you might want to try a clean build instead. Can you confirm that secure/lib/libcrypto/Makefile has a lowercase 's' on crypt586.s?