From owner-svn-src-head@freebsd.org Wed Oct 3 22:03:54 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E07FD10AF64B; Wed, 3 Oct 2018 22:03:54 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it1-f172.google.com (mail-it1-f172.google.com [209.85.166.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 43CA3727BC; Wed, 3 Oct 2018 22:03:54 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it1-f172.google.com with SMTP id i76-v6so11238256ita.3; Wed, 03 Oct 2018 15:03:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=jgtpsYpom1QOB6S8J/7qRf3BsX56yr4nmFK2mDa6r3s=; b=jIhUKn37uBRatoA3crz4T71Hrud4Aa2jjhV9RQsDDiNEQLa+j7qqfL9TEeqB/76bNH kfQlLUt8jhMrMqdpEsMuUSdlYRp9Bc7ilJQEfSDM+aorYqNKXu6wOH5mTDwDwFGoEvw2 d+Y21zyJGPytGnIYFk5rFF5w2NQMJJCiF1ZgWjiJgzsF9X0dPUcIYIs8582TN4r6RCz4 CxbelvaOIOLzN07qPHemJ0fhVKWkhg/K8u6PyPxoSiN9C9IsAxRwEWjR5IYxkd/H16vr 242vekw6Tc7mThaneDDAFwICKl1r8SHW/CimLeIG49m0O36ditdeYGdUmUtcbXUkR7pF G1pw== X-Gm-Message-State: ABuFfoiPbjTWycAOLs2eFdj7prZ1pONMYzzBgpVkRM3l4O8khujkzkwr TdGyCHsXfb4feq0Lcx5P5AKdBn6JTS92IFAgBhCATw== X-Google-Smtp-Source: ACcGV63RoqWUKIolkmQzzio+/4LxECmA3aKOidVz9zEpww+0J4BmT1S+zCxjkUXQjh3tCmesly2+Fw94APmnivwHWz0= X-Received: by 2002:a02:5953:: with SMTP id p80-v6mr2910591jab.111.1538604233048; Wed, 03 Oct 2018 15:03:53 -0700 (PDT) MIME-Version: 1.0 References: <201809222058.w8MKwhGe042344@repo.freebsd.org> In-Reply-To: <201809222058.w8MKwhGe042344@repo.freebsd.org> From: Ed Maste Date: Wed, 3 Oct 2018 18:03:41 -0400 Message-ID: Subject: Re: svn commit: r338893 - head/share/mk To: Andreas Tobler Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2018 22:03:55 -0000 On Sat, 22 Sep 2018 at 16:58, Andreas Tobler wrote: > > Author: andreast > Date: Sat Sep 22 20:58:43 2018 > New Revision: 338893 > URL: https://svnweb.freebsd.org/changeset/base/338893 > > Log: > Set the default loader for powerpc(32- and 64-bit) back to to forth. > There are some issues with the lua-loader. To be on the safe side, use a well > known and working loader. For cases like this it would be good to reference a PR tracking the issue in a comment, both to facilitate investigation of the issue, and as a pointer to more information so someone can re-test and switch back in the future.