From owner-freebsd-ports@freebsd.org Sun May 14 00:13:19 2017 Return-Path: Delivered-To: freebsd-ports@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 4ECA7D6BF74 for ; Sun, 14 May 2017 00:13:19 +0000 (UTC) (envelope-from jim@ohlste.in) Received: from maurice.jlkmail.com (unknown [IPv6:2604:4500:6:2a6:ec4:7aff:feb5:1bb2]) (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 25D3716DE for ; Sun, 14 May 2017 00:13:19 +0000 (UTC) (envelope-from jim@ohlste.in) Received: from maurice.jlkmail.com (maurice.jlkmail.com [127.0.0.1]) by maurice.jlkmail.com (Postfix) with ESMTP id 1B30033AAD0A for ; Sat, 13 May 2017 20:13:16 -0400 (EDT) Authentication-Results: maurice.jlkmail.com (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=ohlste.in DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ohlste.in; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:to:subject:subject; s=dkim; t= 1494720795; x=1495584796; bh=RaIwoc8BEfj/I3Gq1VJnpmdot/5oklFgtHz qhpLx8Vg=; b=RyM2ljzUZvZQfVy6qXi+67wKfHtLZIbq5gLx5WGVEiWriEWeKhl +6APUyrnFR+NzSD19Mvg3uSz/YIcNV2+Kziuiw6Gb+jOT7lhNz1X6dJE04ZNBb2O pPxvie9Txe/AiXSP3lzRDUySyFHqlzZhCAzCiu9iWGxmtGaIfEESDUBw= X-Virus-Scanned: Debian amavisd-new at maurice.jlkmail.com X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-100 required=6.31 tests=[ALL_TRUSTED=-1] autolearn=ham autolearn_force=no Received: from maurice.jlkmail.com ([127.0.0.1]) by maurice.jlkmail.com (maurice.jlkmail.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id CnpQ10ImBnH7 for ; Sat, 13 May 2017 20:13:15 -0400 (EDT) Received: from [192.168.1.153] (static-70-104-198-154.nrflva.fios.verizon.net [70.104.198.154]) by maurice.jlkmail.com (Postfix) with ESMTPSA id 38D1933AAD01; Sat, 13 May 2017 20:13:15 -0400 (EDT) Subject: Re: mesa libs issue To: The Doctor , freebsd-ports@freebsd.org References: <20170513235410.GA56717@doctor.nl2k.ab.ca> From: "jim@ohlste.in" Message-ID: <54ef97fa-e98b-983f-9224-684caf2ca8b5@ohlste.in> Date: Sat, 13 May 2017 20:13:14 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170513235410.GA56717@doctor.nl2k.ab.ca> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2017 00:13:19 -0000 Hello, On 05/13/2017 07:54 PM, The Doctor wrote: > ====> Compressing man pages (compress-man) > ===>>> Starting check for runtime dependencies > ===>>> Gathering dependency list for graphics/mesa-libs from ports > ===>>> Dependency check complete for graphics/mesa-libs > > ===>>> All >> graphics/mesa-libs (1/2) > > ===> Installing for mesa-libs-17.0.4 > ===> Checking if mesa-libs already installed > ===> Registering installation for mesa-libs-17.0.4 as automatic > Installing mesa-libs-17.0.4... > pkg-static: mesa-libs-17.0.4 conflicts with libEGL-17.0.3 (installs files into the same place). Problematic file: /usr/local/include/EGL/egl.h > *** Error code 70 > > Stop. > make[1]: stopped in /usr/ports/graphics/mesa-libs > *** Error code 1 > > Stop. > make: stopped in /usr/ports/graphics/mesa-libs > > ===>>> Installation of mesa-libs-17.0.4 (graphics/mesa-libs) failed > ===>>> Aborting update > > ===>>> Update for graphics/mesa-libs failed > ===>>> Aborting update > > > And crash goes the msea-libs complie. > > Can someone explain this? pkg-static: mesa-libs-17.0.4 conflicts with libEGL-17.0.3 (installs files into the same place). Problematic file: /usr/local/include/EGL/egl.h > -- Jim Ohlstein