From owner-freebsd-ports@FreeBSD.ORG Wed Oct 18 01:07:03 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9207316A407 for ; Wed, 18 Oct 2006 01:07:03 +0000 (UTC) (envelope-from rainer.alves@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86CEA43D5E for ; Wed, 18 Oct 2006 01:07:02 +0000 (GMT) (envelope-from rainer.alves@gmail.com) Received: by wx-out-0506.google.com with SMTP id t4so105670wxc for ; Tue, 17 Oct 2006 18:07:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Epf1ADJu51nC0gJjyh03+ha48oiSjV9YXpcKJYwr558hIK0ZQxwKPu60ztNrs/qzx9wX+Y3zscQ6l7O3HcrtNHn2T4OLKupBuytI/SMwY5c+4uFUaEGcvvOs29CoCFXaGmLZb/G9ubTViCgaPIj7SXjHtp528g9+EFyoszzgpFw= Received: by 10.70.90.14 with SMTP id n14mr14877155wxb; Tue, 17 Oct 2006 18:07:01 -0700 (PDT) Received: from ?127.0.0.1? ( [200.181.68.107]) by mx.google.com with ESMTP id i35sm582861wxd.2006.10.17.18.06.59; Tue, 17 Oct 2006 18:07:00 -0700 (PDT) Message-ID: <45357DBE.2060302@gmail.com> Date: Tue, 17 Oct 2006 22:05:02 -0300 From: Rainer Alves User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.7) Gecko/20061016 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: Clint Olsen References: <20061017225818.GA13470@0lsen.net> In-Reply-To: <20061017225818.GA13470@0lsen.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org, ports@freebsd.org Subject: Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING) 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, 18 Oct 2006 01:07:03 -0000 Clint Olsen wrote: > I ran the exact commands specified in the UPDATING file, and I eventually > get: > > ** Listing the failed packages (*:skipped / !:failed) > ! devel/py-gobject (py24-gobject-2.10.1) (new compiler error) > ! graphics/py-cairo (py24-cairo-1.0.2_1) (new compiler error) > ! devel/py-orbit (py24-orbit-2.14.1) (new compiler error) > ! textproc/gnome-doc-utils (gnome-doc-utils-0.6.1) (new compiler error) > * misc/gnome-user-docs (gnomeuserdocs2-2.14.2) > ! multimedia/mplayer (mplayer-0.99.8_3) (install error) > ! www/mozilla (mozilla-1.7.13,2) (bad C++ code) > ! devel/libglade2 (libglade2-2.6.0) (new compiler error) > ... I've also had some of this errors, so I'll comment on mplayer and mozilla: * mplayer: [rainer@bsd /usr/ports/multimedia/mplayer]$ make showconfig | grep -i skin SKINS=on "Force dependency on mplayer-skins" In my case, mplayer decided to install the dependecy mplayer-skins during its install phase, the mplayer-skins' distfiles were corrupted and it failed to install multimedia/mplayer. I was able to fix this with a rm -f /usr/ports/distfiles/mplayer/* (which removes the skins distfiles). * mozilla: It's broken due to some freetype internals, the error message is this: nsType1.cpp:371: error: invalid conversion from `int (*)(FT_Vector*, void*)' to `int (*)(const FT_Vector*, void*)' nsType1.cpp:371: error: invalid conversion from `int (*)(FT_Vector*, void*)' to `int (*)(const FT_Vector*, void*)' nsType1.cpp:371: error: invalid conversion from `int (*)(FT_Vector*, FT_Vector*, void*)' to `int (*)(const FT_Vector*, const FT_Vector*, void*)' nsType1.cpp:371: error: invalid conversion from `int (*)(FT_Vector*, FT_Vector*, FT_Vector*, void*)' to `int (*)(const FT_Vector*, const FT_Vector*, const FT_Vector*, void*)' make[4]: *** [nsType1.o] Error 1 The fix/patch is here: http://mail-index.netbsd.org/pkgsrc-bugs/2006/06/05/0005.html Besides these two, I have some other thoughts regarding the gnome 2.16 upgrade: - graphics/cairo failed the first time during the configure phase (complaining it couldn't find a suitable "glitz" version), I had to check config.log and found out it was looking for glitz > 0.5, while the installed version was still 0.4.*. I solved this by forcing the glitz upgrade first (portupgrade -f graphics/glitz) and then I was able to upgrade graphics/cairo. - For some unknown reason, all my fonts look like crap on firefox/thunderbird after the gnome upgrade. All TTF fonts are available as before, but there are some serious problems with anti-aliasing & hinting, I'm not sure if it's related to the freetype upgrade, or the X11BASE->LOCALBASE conversion. I've also tried firefox 2.0rc2 (www/firefox-devel), same crappy fonts. (all other gnome apps have absolutely no font problems). - gnome_prefix.sh doesn't work. I've tried it numerous times and it failed to update my ~/.gconf paths and many other gnome configuration files which were set to use X11BASE (yes, I did use the '-f' parameter). I ended up having to the update dozens of configuration files with sed. - Every single icon in mail/evolution is unavailable (including toolbar icons, preference dialog icons and interface icons). No error is printed during startup, it simply replaces all those icons with a red cross. I could probably report other errors, but I've only stumbled across specific gnome applications errors since I'm using xfce4 as my desktop environment (instead of gnome-panel/metacity). -- Rainer Alves