Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2011 12:02:22 +0200
From:      Florian Riehm <florian.riehm@unibw.de>
To:        freebsd-ports@freebsd.org, dougb@freebsd.org
Subject:   Re: Update of libnotify and libproxy failed
Message-ID:  <4E561DAE.3040609@unibw.de>
In-Reply-To: <4E5619AA.6040805@gmx.de>
References:  <4E55F8DA.5060501@gwdg.de> <4E5605CA.5090806@gmx.de> <4E5617EF.3060801@gwdg.de> <4E5619AA.6040805@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help

>>> Am 25.08.2011 09:25, schrieb Rainer Hurling:
>>>> I tried to update libnotify and libproxy as described in UPDATING from
>>>> 20110823.
>>>>
>>>> After successfully building and installing some ports the process stops
>>>> when it tries to build x11-toolkits/py-gnome-desktop:
>>>>
>>>> ------------------------------------------------
>>> ...
>>>> /bin/sh ../libtool --tag=CC   --mode=link cc -D_REENTRANT -DORBIT2=1
>>>> -I/usr/local/include/evolution-data-server-2.32 -I/usr/local/include
>>>> -I/usr/local/include/ -I/usr/local/include/libxml2
>>>> -I/usr/local/include/gconf/2 -I/usr/local/include/libsoup-2.4
>>>> -I/usr/local/include/glib-2.0 -I/usr/local/include/orbit-2.0
>>>> -I/usr/local/include/pygtk-2.0 -I/usr/local/lib/libffi-3.0.9/include
>>>> -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0   -O2
>>>> -pipe -fno-strict-aliasing -Wall -std=c9x -module -avoid-version
>>>> -export-symbols-regex initecal -L/usr/local/lib -o ecal.la -rpath
>>>> /usr/local/lib/python2.7/site-packages/gtk-2.0/evolution
>>>> ecal_la-ecalmodule.lo ecal_la-override_common.lo
>>>> ecal_la-evo-ecal-environment.lo ecal_la-evo-calendar.lo ecal_la-ecal.lo
>>>> -pthread -L/usr/local/lib -lecal-1.2 -lical -licalss -licalvcal
>>>> -ledataserver-1.2 -lxml2 -lgconf-2 -lsoup-2.4 -lgio-2.0 -lgdk_pixbuf-2.0
>>>> -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0
>>>> grep: /usr/local/lib/libproxy.la: No such file or directory
>>>> sed: /usr/local/lib/libproxy.la: No such file or directory
>>>> libtool: link: `/usr/local/lib/libproxy.la' is not a valid libtool



>> Any other idea?
>
> The relevant ports/UPDATING instructions were faulty and have recently
> been revised by Doug Barton, they read
>
>    # portmaster -r libnotify-0
>    # portmaster -r libproxy-0
>    # portmaster -a
>
> now. Does that help?

I tried Dougs way of upgrading and got in trouble too. Brasero don't 
build because of a similar failture like Rainers Error during the 
py-gnome-desktop build. You have to update libnotify and libproxy first 
because some ports don't build with a new libnotify version and an old 
libproxy versin.

The following way works for me:

# portmaster devel/libnotify net/libproxy
# portmaster -r libnotify-0
# portmaster -r libproxy-0
# portmaster -a


Regards,

Florian



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E561DAE.3040609>