From owner-freebsd-ports@FreeBSD.ORG Wed Aug 31 09:19:11 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 354BD106564A for ; Wed, 31 Aug 2011 09:19:11 +0000 (UTC) (envelope-from varga.michal@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id B99E48FC15 for ; Wed, 31 Aug 2011 09:19:10 +0000 (UTC) Received: by bkat8 with SMTP id t8so859902bka.13 for ; Wed, 31 Aug 2011 02:19:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:organization :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=honxkqrw7/k67YJotBahZzfCDYRJWl/LSRVeqCeUswI=; b=A5HI2A6UO3D+7K/V13kGhcTow1FU1hCAqJV//CQGP3ZvOph+Vx0HYofJrc3NPHL8L2 39IBUdkotGfOXlUS8yNXvdFuLJRGdqv+zxDQqufT9N/hUr6WB5pMwqDPxQGfn0RgLP2G kYOkzrJMksFNnEljyX6JT76wXikRzfa+TxLzU= Received: by 10.204.155.81 with SMTP id r17mr129241bkw.19.1314782349506; Wed, 31 Aug 2011 02:19:09 -0700 (PDT) Received: from [10.0.101.2] (254.166.broadband10.iol.cz [90.177.166.254]) by mx.google.com with ESMTPS id v1sm281770bkd.55.2011.08.31.02.19.07 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 31 Aug 2011 02:19:08 -0700 (PDT) From: Michal Varga To: Johan Hendriks In-Reply-To: <6C3F8332272B7D4DA26909F15F1C90E1E5CD31@SRV01.double-l.local> References: <6C3F8332272B7D4DA26909F15F1C90E1E5CD31@SRV01.double-l.local> Content-Type: text/plain; charset="UTF-8" Organization: Stonehenge Date: Wed, 31 Aug 2011 11:19:05 +0200 Message-ID: <1314782345.82067.465.camel@xenon> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "freebsd-ports@freebsd.org" Subject: Re: libproxy and libnotify the story continues :D X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2011 09:19:11 -0000 On Wed, 2011-08-31 at 09:13 +0000, Johan Hendriks wrote: > Hello all, i also ran into the libproxy upgrade problems. > > So i tried al the stuff i found on the mailling list so far. > > I tried the solution from j.kim > > find /usr/local/lib -name "*.la" | \ > xargs grep -l /usr/local/lib/libproxy.la | \ > xargs -L 1 pkg_info -W | \ > awk '{ print $6 }' | \ > sort | \ > uniq | \ > xargs portupgrade -f > > But this ends like the following. > > /usr/include/machine/endian.h:130: syntax error, unexpected ';' in ' return (__extension__ ({ register __uint32_t __X = (_x); __asm ("bswap %0" : "+r" (__X)); __X; }));' at ';' > /libexec/ld-elf.so.1: Shared object "libproxy.so.0" not found, required by "libchamplain-0.8.so.1" > Command '['/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk/tmp-introspectpyOYLR/GtkChamplain-0.8', '--introspect-dump=/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk/tmp-introspectpyOYLR/types.txt,/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk/tmp-introspectpyOYLR/dump.xml']' returned non-zero exit status 1 > gmake[3]: *** [GtkChamplain-0.8.gir] Error 1 > gmake[3]: Leaving directory `/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory `/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1' > gmake: *** [all] Error 2 > *** Error code 1 > > Stop in /usr/ports/graphics/libchamplain. > > I reinstalled libproxy, i reinstalled libgweather and so on, also the poor mans portmaster solution from doug. > > But i can not get past this. > > Also did a recompile off all the evolution stuff, > Then tried portmaster lib* in the hope there was a library not installed ok, but that ends with the same error as above. > > I am struggling for a day or 4 now with this. > > Could someone please help me :D This is another iteration of the same old issue: http://www.mail-archive.com/freebsd-ports@freebsd.org/msg34214.html m. -- Michal Varga, Stonehenge (Gmail account)