From owner-svn-ports-head@freebsd.org Wed Oct 12 16:58:43 2016 Return-Path: Delivered-To: svn-ports-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 6E21BC0F91F; Wed, 12 Oct 2016 16:58:43 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (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 371D86AF; Wed, 12 Oct 2016 16:58:43 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x22f.google.com with SMTP id e203so94013471itc.0; Wed, 12 Oct 2016 09:58:43 -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=enDQIikxmDX5IrAwWDBMhQnGMBsgOnikZnnMsqfF3Mo=; b=S2tFo5eTpekQgXvULAbV9F3xyIxcphNhJ9IkwkuHGgW5JoLjIxXdBQ69vCzevaH/lt D+Igew2G7quE063ex8D8E4guvIK30z4xvHDVmOM+oib93vzmnL0wjx/qCrsvm/Ybs0mj Sp7o8sEh8VdzZiWa4nlhvxHt7upkDqq1Cix5VKmiW7lsJaf1iVWgQn8xdDd7dImBLwcz 7PhrAT/xWqcKGS2Ff1IEtQaldO5kxixM2C50NDWu+A4WkFrjOnqy0lbsv+sbJ1Ty2EUi wL4C8jCoN4R0zYVXhg/RaLcEwh2ZBK6XbKozlr2StRpWGQRC+TwWa9zjxBVY5/8QBmL6 UM9w== 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=enDQIikxmDX5IrAwWDBMhQnGMBsgOnikZnnMsqfF3Mo=; b=eBcCvsYigDvXFA8pVe4AY5ktQThlmbBo8riXMYpMs631zCYwsuwCDs7EtncRHnFR+S 1HI+wO7ysAyzE5a+49WW4yRRWq4i7tq4k3xvcEx7o8LGymSCPyekj/gzr/q21aEaSh6W IGCNuFbfh3Ib0SNvWMDvUvyAtsnn25W6tuSryiwWOcfnqwqdtIlQAkd4f5Qn9Jpb3LZc lbFt8CFbD9VQKRE1Skj3kxCdHsLMFbyGfQAD+3zHNizFO9VOOXZWm7t6mLufNuKECRsY b4aVDWBQrL4XAZqE+gMOTOYWo1V9rqCFg9K6QMP8qtdmGtnqtfyVQKpX+yoPskxm78jK nWEg== X-Gm-Message-State: AA6/9Rm3OLwSMCsNZURVzSgq0ALw+Z+B6fzhjFNCDvFZjeaM7LZHF2Mi8UjjkTSSQeW5kIVQf/VtQFCOJIh5Bg== X-Received: by 10.36.115.72 with SMTP id y69mr2556159itb.52.1476291522533; Wed, 12 Oct 2016 09:58:42 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.130.148 with HTTP; Wed, 12 Oct 2016 09:58:41 -0700 (PDT) In-Reply-To: References: <201610080820.u988KG6W067951@repo.freebsd.org> From: Antoine Brodin Date: Wed, 12 Oct 2016 18:58:41 +0200 X-Google-Sender-Auth: mitDSR-Ixv4yElwIwtpbA5qXPOY Message-ID: Subject: Re: svn commit: r423494 - head/databases/hbase To: Dmitry Sivachenko Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 16:58:43 -0000 On Wed, Oct 12, 2016 at 6:07 PM, Dmitry Sivachenko wrote: > >> On 08 Oct 2016, at 11:20, Antoine Brodin wrote: >> >> Author: antoine >> Date: Sat Oct 8 08:20:16 2016 >> New Revision: 423494 >> URL: https://svnweb.freebsd.org/changeset/ports/423494 >> >> Log: >> Mark BROKEN: fails to build >> >> [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.4.0:exec (concat-NOTICE-files) on project hbase-assembly: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1] >> > > > Interesting when (and why) it broke, because it was packaging fine some time ago... Diffing between a successful and a failed log, it seems that the version of bash changed. Cheers, Antoine