From owner-svn-ports-all@freebsd.org Wed Jun 1 15:18:09 2016 Return-Path: Delivered-To: svn-ports-all@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 91B31B60F90; Wed, 1 Jun 2016 15:18:09 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59CF41344; Wed, 1 Jun 2016 15:18:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3rKYrm0cnkzZr6; Wed, 1 Jun 2016 17:18:00 +0200 (CEST) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id U6T5pDM6wpi5; Wed, 1 Jun 2016 17:17:58 +0200 (CEST) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Wed, 1 Jun 2016 17:17:58 +0200 (CEST) Subject: Re: svn commit: r415511 - head/emulators/qemu-sbruno To: Sean Bruno , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201605191727.u4JHRZb0040793@repo.freebsd.org> From: Guido Falsi Message-ID: Date: Wed, 1 Jun 2016 17:17:57 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <201605191727.u4JHRZb0040793@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2016 15:18:09 -0000 On 05/19/16 19:27, Sean Bruno wrote: > Author: sbruno > Date: Thu May 19 17:27:35 2016 > New Revision: 415511 > URL: https://svnweb.freebsd.org/changeset/ports/415511 > > Log: > Update qemu-sbruno/qemu-static-user: > Disable atomic macros which conflict with C++ QEMU's atomic header defines > a few macros which conflict with standard C++ function names, namely > atomic_fetch_{add,sub,and,or}. Disable these macros when compiling for C++. > > PR: 209590 > Submitted by: dim > I have just noticed the port still fails. I investigated a little: Looking at the source code with make extract, the #ifdefs which were added on github at [1] are not present in the tarball downloaded by the port. Maybe a wrong GH_TAGNAME was committed? [1] https://github.com/seanbruno/qemu-bsd-user/commit/58f6139b0d41213fc918bada2fbca75892818535 -- Guido Falsi