Date: Wed, 31 Aug 2011 11:19:05 +0200 From: Michal Varga <varga.michal@gmail.com> To: Johan Hendriks <Johan@double-l.nl> Cc: "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org> Subject: Re: libproxy and libnotify the story continues :D Message-ID: <1314782345.82067.465.camel@xenon> In-Reply-To: <6C3F8332272B7D4DA26909F15F1C90E1E5CD31@SRV01.double-l.local> References: <6C3F8332272B7D4DA26909F15F1C90E1E5CD31@SRV01.double-l.local>
next in thread | previous in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1314782345.82067.465.camel>