From owner-svn-ports-head@freebsd.org Wed Jun 15 19:01:49 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 30F0BA47979; Wed, 15 Jun 2016 19:01:49 +0000 (UTC) (envelope-from 5u623l20@gmail.com) Received: from mail-vk0-f49.google.com (mail-vk0-f49.google.com [209.85.213.49]) (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 E4AFD1E6B; Wed, 15 Jun 2016 19:01:48 +0000 (UTC) (envelope-from 5u623l20@gmail.com) Received: by mail-vk0-f49.google.com with SMTP id j2so42746159vkg.2; Wed, 15 Jun 2016 12:01:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=7oAhbaIgJoBlYqO0MzpGWhcZ5LoTNtThiTEJX8Jlp1U=; b=DB0+pRIj5ITjVpSx0Xuvw/jXoe/obUEVucfdOBOKfVFveO6yicPLCwWNze84g7wd1S KvQqrXmHBIK16KqnI1W2+Te3R6rAUpvANK15Boa+awddbwFlDe5kVBU5oHi7aatVsysg rd8pGs+CfGxVlxYncBBe+gch18pecxowH8D95XW3RCHF65e2WO7E+xek79UObsYxdIsv PZNk0Yz03LlCNRkS/nnhaY9l51Y0rqCSp9Iz4K+88hlN4f6iUho513ihsmgkfm2591Tr n5SMNw6xJn057/IByPepDEggnxkMoMSSpAD3WIj5jkMxZwzePUzHgdCnmkavrrr338J4 Y8yg== X-Gm-Message-State: ALyK8tKsSUD5JsICnyAgg7ZosGAZVsn3uVDAinjqV2N2iy0SEWEyPPAX0Qi7HH9BXfukZg== X-Received: by 10.159.37.196 with SMTP id 62mr34723uaf.68.1466014098022; Wed, 15 Jun 2016 11:08:18 -0700 (PDT) Received: from mail-vk0-f50.google.com (mail-vk0-f50.google.com. [209.85.213.50]) by smtp.gmail.com with ESMTPSA id 5sm5413990uai.3.2016.06.15.11.08.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jun 2016 11:08:17 -0700 (PDT) Received: by mail-vk0-f50.google.com with SMTP id j2so40799932vkg.2; Wed, 15 Jun 2016 11:08:17 -0700 (PDT) X-Received: by 10.31.139.139 with SMTP id n133mr12588804vkd.71.1466014097559; Wed, 15 Jun 2016 11:08:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.0.134 with HTTP; Wed, 15 Jun 2016 11:08:17 -0700 (PDT) In-Reply-To: References: <201606101101.u5AB1q5C062952@repo.freebsd.org> From: Muhammad Moinur Rahman Date: Thu, 16 Jun 2016 00:08:17 +0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r416670 - in head/emulators/qemu: . files To: Mathieu Arnold Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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, 15 Jun 2016 19:01:49 -0000 Fixed at r416931. On Wed, Jun 15, 2016 at 7:10 PM, Mathieu Arnold wrote: > +--On 10 juin 2016 11:01:52 +0000 Muhammad Moinur Rahman > > wrote: > | Author: bofh > | Date: Fri Jun 10 11:01:52 2016 > | New Revision: 416670 > | URL: https://svnweb.freebsd.org/changeset/ports/416670 > | > | Log: > | emulators/qemu: Update version 2.4.0=>2.5.1.1 > | > | - Change X86_TARGETS Description > | - Update pkg-plist to fix X86_TARGETS issue > > After this, it fails to build (well, to patch): > > ===> Applying FreeBSD patches for qemu-2.5.1.1 > Ignoring previously applied (or reversed) patch. > 1 out of 1 hunks ignored--saving rejects to scripts/texi2pod.pl.rej > => Patch patch-scripts_texi2pod.pl failed to apply cleanly. > => Patch(es) patch-Makefile patch-configure > patch-disas_libvixl_a64_disasm-a64.cc patch-include_net_net.h > patch-include_qemu-common.h patch-net_tap-bsd.c patch-qemu-char.c > patch-qemu-doc.texi applied cleanly. > *** Error code 1 > > < > http://beefy5.nyi.freebsd.org/data/101i386-default/416870/logs/errors/qemu-2.5.1.1.log > > > > -- > Mathieu Arnold