From owner-freebsd-arm@freebsd.org Wed Aug 31 03:50:50 2016 Return-Path: Delivered-To: freebsd-arm@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 762D8BC75AC for ; Wed, 31 Aug 2016 03:50:50 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (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 40F868EF for ; Wed, 31 Aug 2016 03:50:50 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id n75so23514809ith.1 for ; Tue, 30 Aug 2016 20:50:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=LtEjUdyupqVjMNVMV6UqtUg8tALDWOWgFrwayuzvEPw=; b=vq4ozcWbZyHYtYfdBoTonKLkcJYU/f4XOVJv/sdzd8ZYcXc3oUv3bUY19TNte44qFK 712BOe4yyxce/Kk853sw38v8TYyJwoVxIGncopwq1uOcUld0j8ctmNQk1lA59qVRNog9 9ryMeclkONPlcqAFs6wdjdmvfdZrf1oB+vfEB1m0nBN2Ibu9fK39UCpjDg9/eQFdErFm zL1tTXBPohpyFQbazguSgVPyOIMTiluHcSNPcElIQsJtTuwNsRViZsZ4iQ6QErvOGEgS Ov+h1A2zJlWDiB0cC+0nuZ/61xf0LYidK7pCP6pJ8+Qphledtnel2e7a2DsC6z1rKUlI TtbQ== 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=LtEjUdyupqVjMNVMV6UqtUg8tALDWOWgFrwayuzvEPw=; b=Hjeeuw5D/fvstEJ9wHCy9bX+pI4A9dHIVmUMlDMqXaJiClE39lNVITSa9XESuSKhKd ab1PjPrz2yF/adGNQNNlBcqZcWtKyJz4s1IUQ5ZDR2jjx5JwjMfTe2fqGkp7zv2Ma7sZ r7erKAkoB4FSoLEvttMWvHYd+q1liMCxz0OJrExqSZHe8w+dVSEc975+EZn/b2yQwqCw FvM1rQfk/mRud85WdjVIx7VRUyDBfDqKm8GpiWJJ45gdC0QbyHsBpGsmm5Iq9FhQt4Xw WkjrSRCzzSukWR44UhzTu0+0WONGzPZdWEd7hQN8Kb08zjzjyMWuYgb6xak4kHU8bLXI fJ5w== X-Gm-Message-State: AE9vXwN4k/j2H2qPQW5WPsHgWAgrVJx4/m+TJj+xvoSqtBXpBSyckCFkPf5dblwTpUG2WTeWsOM9LLB9nEZJxw== X-Received: by 10.107.192.131 with SMTP id q125mr3136362iof.123.1472615449608; Tue, 30 Aug 2016 20:50:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.141.129 with HTTP; Tue, 30 Aug 2016 20:50:48 -0700 (PDT) In-Reply-To: <20160830124936.GA14394@cicely7.cicely.de> References: <20160830124936.GA14394@cicely7.cicely.de> From: Adrian Chadd Date: Tue, 30 Aug 2016 20:50:48 -0700 Message-ID: Subject: Re: raspberrypi-userland and libEGL collision To: ticso@cicely.de Cc: "freebsd-arm@freebsd.org" , Bernd Walter Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 03:50:50 -0000 Hi, The problem is that raspberrypi-userland provides libegl too. So, ideally the dependencies would be on some meta package called "provides libegl" which libegl or raspberrypi-userland provides. Sorry :( -adrian On 30 August 2016 at 05:49, Bernd Walter wrote: > ===> Installing for raspberrypi-userland-20160306 > ===> Checking if raspberrypi-userland already installed > ===> Registering installation for raspberrypi-userland-20160306 > Installing raspberrypi-userland-20160306... > pkg-static: raspberrypi-userland-20160306 conflicts with libEGL-11.2.2 (installs files into the same place). Problematic file: /usr/local/include/EGL/egl.h > *** Error code 70 > > Stop. > make[1]: stopped in /usr/ports/misc/raspberrypi-userland > *** Error code 1 > > Stop. > make: stopped in /usr/ports/misc/raspberrypi-userland > 1299.568u 212.649s 7:55.43 318.0% 2786+414k 18+393io 51pf+0w > Exit 1 > > > This is a bit problematic, because libEGL is a dependency of serveral > video related ports and the raspberry-userland is required for the > raspivid tool to access the camera. > > -- > B.Walter http://www.bwct.de > Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm. > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"