From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 18 18:27:13 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D11D900; Fri, 18 Jul 2014 18:27:13 +0000 (UTC) Received: from mail-pd0-x235.google.com (mail-pd0-x235.google.com [IPv6:2607:f8b0:400e:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D93720D7; Fri, 18 Jul 2014 18:27:13 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id g10so3936198pdj.26 for ; Fri, 18 Jul 2014 11:27:12 -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:date:message-id:subject :from:to:cc:content-type; bh=nX2ouuiog3o25ksuSwtF5Hw759aHMe0QBJv67kMzPss=; b=wYstbTaKcfIlvL7ptmxiJa20Sm4sN+TuyNFlqOvn0I/Q/FAOAE4nrvLR85GCyXwXgT VCoW5r4Y87APabBKdKVh/DnACsCeqT/cGiZRXVc+6/3LcbH45ECo1SiucX4n93aD7Q1l MGaYYotsL1uWeSDlR4VMvZGDfro9G3HTF21WMHm8sxdqDnIfxZWMNWfr4V+xNaJaIxAC QjDpiL9pcBXgyi9L+xmFK7h7dzlzOfaJhR6dum+JxqWQDWPodCOhzHqzcvLxz5K9Imn6 hqiVO90+HTnLcfdyiJEeW6nRZPTbUjB0jB9eZbH/UwdUaqQN+cDNvuCJz2lW7H9wH3aa wdbw== MIME-Version: 1.0 X-Received: by 10.68.164.100 with SMTP id yp4mr7458459pbb.136.1405708032456; Fri, 18 Jul 2014 11:27:12 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.66.88.227 with HTTP; Fri, 18 Jul 2014 11:27:12 -0700 (PDT) In-Reply-To: References: Date: Fri, 18 Jul 2014 11:27:12 -0700 X-Google-Sender-Auth: tXGUCvjbni1fbS1XnMU_gjjHfWs Message-ID: Subject: Re: consolekit-0.4.3 compilation From: Kevin Oberman To: Eric Douzet Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: FreeBSD GNOME Users , Baptiste Daroussin X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 18:27:13 -0000 On Thu, Jul 17, 2014 at 11:32 PM, Eric Douzet wrote= : > Hello, > > > FreeBSD 8.4-Release, 9.3-Release and 10.0-Release, does not compile > consolekit-0.4.3. I > have tested into the three versions of FreeBSD. > > All Packages are up to date in all FreeBSD versions. > > Thank you to repair quickly, I can not install hal-0.5.14_26 in FreeBSD > 9.3- > Release. > > Best regards, > > -- > Amicalement et librement, (Friendly and freely) > > =C3=89ric Douzet > Sigh. A little clue would help. 1. What platform? 2. What error(s) are you seeing? That said, I see what appears to be an error in the Makefile LIBDEPENDS. I believe bapt updated one of the depends (libdbus-glib-1) but not the other (libpolkit-gobject-1). After updating that entry, it builds fine for me. Change to read: LIB_DEPENDS=3D libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit (Changed polkit-gobject-1.0 to libpolkit-gobject-1.so) Adding bapt@ to cc. R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com