From owner-freebsd-current@freebsd.org Sun May 28 20:43:43 2017 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 54FC6D86BD1 for ; Sun, 28 May 2017 20:43:43 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-pg0-x234.google.com (mail-pg0-x234.google.com [IPv6:2607:f8b0:400e:c05::234]) (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 2428B10F0 for ; Sun, 28 May 2017 20:43:43 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-pg0-x234.google.com with SMTP id x64so14047401pgd.3 for ; Sun, 28 May 2017 13:43:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=932y6fVEjMCffWLgpBJHJF6PcFve/VsNCDEkZTsCgS0=; b=GXv/jTc3HnXa4dGKIjksupyrJLtaK09HANinhsqewNhtv06yW2dSLR+7I7Q+Ky7+ri 5qOXUF956f963R3LB7k3EB3bJ7dZGw8LDDa3FLGO/HD/QuKlEm9MyBBVT1Le/K6aBhzG ODbuIs3LyzV515LkcBNcg7TRYiG8DonNpHxvXctcgmLrK4cdBh4AEAdZE8B8tH51z/Ku 0mphhvGNwIXYOCgCijeE+R7bYwN/mQWbcfKPW7d4uTKMFDwZO5iY5BmAUkzsO0pEUCCX KhxJWWN/thsR6FNOrd6UyqqxTqSS31plBN7rm3VvANSiydDsKuKzc6hBlhLZ/T+/vzhq /LMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=932y6fVEjMCffWLgpBJHJF6PcFve/VsNCDEkZTsCgS0=; b=S4BZahweION447kwTtt1DCkStlKBItAAP7nW20E/k52w1/8OXYbR5z6ExVoG68ZMiH E6mpjUHj9VVByR75+TJQ6tC58t6Je68P8pHIN08OwRf+W+XSwtwp4zKpUoUX/WA6tJSb YXrM62xPkHr8i8lENkVRzx5p2wx6QoyAxQ4DJGnah/eEClUcF/U0R0y0OZxNyP/2yCkx b0PUm/72zzYwGu17jURcaCmfLAuRg8vyx9dOG0y9UXwR3K+aQD3ByCeqjkMCLTsz/Wpy tZLN41Ih0nb6iNo9KNV643sG9vId+NjZH45jbCVkP9IpoFbRh3SQTOGtxTmRJeLihiLk eKXg== X-Gm-Message-State: AODbwcCRgeid1kTwnO81Ybj/mpwVToMho37uohFdxTmhlm0rz1nlk7l2 HPPTqgEaVjSgS89SJ0FDGO2HRjJNpQ== X-Received: by 10.99.112.3 with SMTP id l3mr14820712pgc.13.1496004222702; Sun, 28 May 2017 13:43:42 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 10.100.176.201 with HTTP; Sun, 28 May 2017 13:43:42 -0700 (PDT) In-Reply-To: References: <20170528192420.GC82323@kib.kiev.ua> From: Kevin Oberman Date: Sun, 28 May 2017 13:43:42 -0700 X-Google-Sender-Auth: nNgTdQf0qfPPEgcn7tXuX5WN3TA Message-ID: Subject: Re: firefox/ rust failed to install on FreeBSD 12-CURRENT To: blubee blubeeme , FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 28 May 2017 20:43:43 -0000 On Sun, May 28, 2017 at 1:12 PM, blubee blubeeme wrote: > I am using the default tcsh shell and sudo -c isn't a valid sudo command. > > > On Mon, May 29, 2017 at 3:49 AM, Kevin Oberman > wrote: > >> On Sun, May 28, 2017 at 12:24 PM, Konstantin Belousov < >> kostikbel@gmail.com> wrote: >> [...] >> More exactly, don't build rust with 'sudo buildcommand' where >> 'buildcommand' could be make, portmaster, or any other command that will >> build rust. >> >> You can, however, 'sudo -c' and then run the build with no problem. I do >> this regularly. 'sudo -c' really makes your environment into root with a >> new shell and you must 'exit' to get back to being yourself. >> -- >> Kevin Oberman, Part time kid herder and retired Network Engineer >> E-mail: rkoberman@gmail.com >> PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 >> > > Brain, meet fingers. Fingers, meet brain. It's 'sudo -s'. Don't know why I typed 'c'. And did it twice! Sorry! -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683