From owner-freebsd-ports@FreeBSD.ORG Wed Aug 31 17:09:22 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 44C86106566B for ; Wed, 31 Aug 2011 17:09:22 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 0497E8FC13 for ; Wed, 31 Aug 2011 17:09:21 +0000 (UTC) Received: from p5796f14c.dip.t-dialin.net ([87.150.241.76] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QyoHw-0005jE-Je; Wed, 31 Aug 2011 19:09:20 +0200 Message-ID: <4E5E6AC0.90708@gwdg.de> Date: Wed, 31 Aug 2011 19:09:20 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0) Gecko/20110825 Thunderbird/6.0 MIME-Version: 1.0 To: Johan Hendriks References: <6C3F8332272B7D4DA26909F15F1C90E1E5CD3E@SRV01.double-l.local> <4E5E6A0E.9070100@gwdg.de> In-Reply-To: <4E5E6A0E.9070100@gwdg.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie 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 17:09:22 -0000 Oops, I just realized that this was answered in another mail from Michal Varga. Sorry for the noise. On 31.08.2011 19:06 (UTC+1), Rainer Hurling wrote: > On 31.08.2011 11:14 (UTC+1), 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. > > I had to deinstall libchamplain, rebuild and reinstall libchamplain (in > this order!) and then could continue with the upgrade. libchamplain is > not able to build if it is installed for some reason. > > Hope this helps, > Rainer Hurling > >> 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 >> >> regards >> Johan_______________________________________________