From owner-svn-src-head@freebsd.org Thu Oct 5 17:45:00 2017 Return-Path: Delivered-To: svn-src-head@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 A87C2E3E3DF; Thu, 5 Oct 2017 17:45:00 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x229.google.com (mail-it0-x229.google.com [IPv6:2607:f8b0:4001:c0b::229]) (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 62CDD7EF6D; Thu, 5 Oct 2017 17:45:00 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x229.google.com with SMTP id y138so2348306itc.5; Thu, 05 Oct 2017 10:45:00 -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:cc; bh=GjRHVBkiQ3DHEf/9dtxOCgwRz53jMdXUr3AAtS6OGhA=; b=YXFlBVamlReIafkce8GeLzzij+fKlBsBg0dcPf+ZyvVCPIAYdpUX1ABkTaffhja++h /cajASNBzxMZ5vU4SptGuzWwyvh7DaRjAtXIJSKzCp2ErkwuRPNtbEGwg0ZrFDPua/1A YEHCFamE5sJzf9lyRz+0VXKcPgAjp3yj+xXV739cTNyGXadwILDY1fPVS1fWZ0H4/Q7D XrW2WgNf+AfBDoxFNwJcb/MoFDtW0s401F8Chq//iWZsaOKgPL8E35gAaPArRsIj2oY9 2rhEfT/D3wxGa6Q+L6ZYYaowZSstKz4xE6ONweUE0Llh+aEttron3vGCHdVsu0bYcp0L Roag== 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:cc; bh=GjRHVBkiQ3DHEf/9dtxOCgwRz53jMdXUr3AAtS6OGhA=; b=HXDEvVlExWpWnqLIYU8VJzRKtB+KkYEtwNUPLdjBqxl84ii2QE2Ue2lE6Rr8NF5CXq 4vkeeyg6Vt12V8UjJcXwFmS4a//wPfDIiOO619kSJCjBifKnip8bix7uaxl7fLp3197Z O5AVcrFzTXS8wwMUCHTTm+L+ZKFa04I5FvJlcAvja+SmFj8aLnPdPmjlt4WCJVjdK6QR J5YvAnOu53q44exunGkRm4waTPLvzXma0ZYkmiD5Gy5bV1bM4YhO/0ZNTdK6HoZrwbuE PmgkMdGDjAvh4/aZnJHAcrlzE3D6R6nAs0rUxfTofopAO73gUfh1M6+Ot7ZpsCmx16HR Bj7w== X-Gm-Message-State: AMCzsaV4qkAdicI22HbQyjb603uvRPTvXML2gRq2Yi3tZmTkCI83avU6 UFYFcJ5Lr2tyobX4gWYjGXi+hfDJZ9vppvRHRg+tdA== X-Google-Smtp-Source: AOwi7QDdr7Vqd63E+KCb5dCoGD8WOYM9GdoHuPYWzFuj6meUxV0wpu6OnfG6CLnvmGyDT9oejVp8cudqD5bTxuo0w9s= X-Received: by 10.36.90.205 with SMTP id v196mr32377204ita.70.1507225499615; Thu, 05 Oct 2017 10:44:59 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.4.80 with HTTP; Thu, 5 Oct 2017 10:44:38 -0700 (PDT) In-Reply-To: <1daf8629-7c80-5b43-3d8e-31a925b44538@FreeBSD.org> References: <201710012012.v91KCUvU024559@repo.freebsd.org> <73fc56c3-2a00-44a4-9d3c-5ff77053ddf6@FreeBSD.org> <1daf8629-7c80-5b43-3d8e-31a925b44538@FreeBSD.org> From: Ed Maste Date: Thu, 5 Oct 2017 19:44:38 +0200 X-Google-Sender-Auth: IFnUq-dK4v0JshZUpIB2mueKFIk Message-ID: Subject: Re: svn commit: r324178 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua To: Andriy Gapon Cc: "src-committers@freebsd.org" , "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.23 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: Thu, 05 Oct 2017 17:45:00 -0000 On 5 October 2017 at 08:29, Andriy Gapon wrote: > > Now I see where I tripped. The code built fine on sparc64 and powerpc does not > build ZFS at all and powerpc64 (with char unsigned) kept failing. > > I am going to commit a platform independent fix soon. Thanks! And sorry for the powerpc64/sparc64 confusion.