From owner-freebsd-ports@FreeBSD.ORG Wed Aug 31 09:13:51 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 6E1391065672 for ; Wed, 31 Aug 2011 09:13:51 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by mx1.freebsd.org (Postfix) with ESMTP id 043C68FC16 for ; Wed, 31 Aug 2011 09:13:50 +0000 (UTC) Received: from remote.double-l.nl (double-l.xs4all.nl [80.126.205.144]) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id p7V9DFPj028479 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 31 Aug 2011 11:13:19 +0200 (CEST) (envelope-from Johan@double-l.nl) Received: from SRV01.double-l.local ([fe80::1128:e7bc:ba4a:a89a]) by SRV01.double-l.local ([fe80::1128:e7bc:ba4a:a89a%13]) with mapi id 14.01.0218.012; Wed, 31 Aug 2011 11:14:08 +0200 From: Johan Hendriks To: "freebsd-ports@freebsd.org" Thread-Topic: libproxy and libnotify the story continues :D Thread-Index: AcxnvlZd5vgCFFX6Q9a8FEbO1+S4/g== Date: Wed, 31 Aug 2011 09:14:07 +0000 Message-ID: <6C3F8332272B7D4DA26909F15F1C90E1E5CD3E@SRV01.double-l.local> Accept-Language: nl-NL, en-US Content-Language: nl-NL X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.50.200] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Scanned: by XS4ALL Virus Scanner Subject: 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:13:51 -0000 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 =3D (_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/champla= in-gtk/tmp-introspectpyOYLR/GtkChamplain-0.8', '--introspect-dump=3D/usr/po= rts/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk/tmp-introsp= ectpyOYLR/types.txt,/usr/ports/graphics/libchamplain/work/libchamplain-0.8.= 1/champlain-gtk/tmp-introspectpyOYLR/dump.xml']' returned non-zero exit sta= tus 1 gmake[3]: *** [GtkChamplain-0.8.gir] Error 1 gmake[3]: Leaving directory `/usr/ports/graphics/libchamplain/work/libchamp= lain-0.8.1/champlain-gtk' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/graphics/libchamplain/work/libchamp= lain-0.8.1/champlain-gtk' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/libchamplain/work/libchamp= lain-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 o= k, 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=20 regards Johan=