From owner-freebsd-stable@FreeBSD.ORG Fri May 23 09:41:48 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F33D106566B for ; Fri, 23 May 2008 09:41:48 +0000 (UTC) (envelope-from cflists@helinet.de) Received: from smtp.helinet.de (smtp.helinet.de [212.37.47.67]) by mx1.freebsd.org (Postfix) with ESMTP id D8DAB8FC15 for ; Fri, 23 May 2008 09:41:47 +0000 (UTC) (envelope-from cflists@helinet.de) Received: from [10.40.100.254] (helo=webmail.helinet.de) by smtp.helinet.de with esmtp (Exim 4.68) (envelope-from ) id 1JzTL2-00046L-Tw for freebsd-stable@freebsd.org; Fri, 23 May 2008 11:13:26 +0200 Received: from [192.168.99.167] (unknown [192.168.99.167]) by webmail.helinet.de (Postfix) with ESMTP id B9EF93461BF for ; Fri, 23 May 2008 11:13:17 +0200 (CEST) Message-ID: <48368AA8.6040803@helinet.de> Date: Fri, 23 May 2008 11:13:12 +0200 From: "cflists@helinet.de" User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Building enlightenment-devel fails X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2008 09:41:48 -0000 Hi All, I'm running a FreeBSD 6.3-PRERELEASE and after a portupgrade building enlightenment-devel fails with following error. --snip-- libtool: link: cannot find the library `/usr/local/lib/libecore_dbus.la' or unhandled argument `/usr/local/lib/libecore_dbus.la' gmake[3]: *** [enlightenment] Error 1 --snip-- I googled this problem an found this --snip-- This removes the DBUS check for ecore. Since ecore does not appear to link against any other DBUS port, it is not necessary. In addition enlightenment-devel will not build if ecore does not have DBUS enabled due to a dependency on Ecore_DBus.h in e.h. A better way is welcome. --snip-- The attached patch doesn't solve the problem as I dunno know which Makefile to patch. "/usr/ports/x11/ecore/Makefile" doesn't exist on my machine, only "/usr/ports/x11/ecore-desktop". This was not the first problem with the upgrade. As ports/UPDATING said on 20080312 ecore and evas have been splitted. After uninstalling and clean reinstalling all e-related packages now problems with libcore_dbus.la occure. Please excuse my probably stupid questions here, but I'm relatively new to FreeBSD and try to fix most of my problems by myself. But in here im stuck. Any help will be highly appreciated. Many greetings from Germany, Christoph