Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-18 Thread Shaun Amott
On Wed, Oct 18, 2006 at 01:43:09AM -0500, David J Brooks wrote:
> 
>  Not for me. I get the same error message as before. I wonder what's 
> making the difference for you...
> 

You need to update your portaudit database:

  portaudit -F

-- 
Shaun Amott // PGP: 0x6B387A9A
"A foolish consistency is the hobgoblin
of little minds." - Ralph Waldo Emerson


pgpRufa80iaOr.pgp
Description: PGP signature


Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-18 Thread Vasil Dimov
On Tue, Oct 17, 2006 at 06:46:00PM -0700, Kevin Oberman wrote:
> > Date: Tue, 17 Oct 2006 19:43:32 -0400
> > From: "Michael Johnson" <[EMAIL PROTECTED]>
> > Sender: [EMAIL PROTECTED]
> > 
> > On 10/17/06, Clint Olsen <[EMAIL PROTECTED]> 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)
> > > ...
> > >
> > > Amongst a number of other skipped port messages...
> > 
> > Could you send us the errors that caused the ports to fail?
> > we can't help you with just this little info.
> 
> You are probably building with inconsistent header files.
> 
> I have had similar failures on every upgrade. With one exception I fixed
> the problem by running 'pkgdb -Ff' again and using pkg_delete to delete
> the older port for ports with multiple versions installed. Don't use
> pkgdb delete them! Then re-build the current port.
> 
> portupgrade(1) should prevent multiple installs, so I don't understand
> why it is happening. I can only say that it is.

It is not portupgrade(1) which should prevent multiple installs but
rather the check-already-installed target in bsd.port.mk, and it has a
bug, see ports/103606.

-- 
Vasil Dimov
[EMAIL PROTECTED]
%
It is not doing the thing we like to do, but liking the thing we have to do,
that makes life blessed.
-- Goethe


pgpkhRHpFqnWj.pgp
Description: PGP signature


Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-17 Thread Jiawei Ye

On 10/18/06, David J Brooks <[EMAIL PROTECTED]> wrote:

 Not for me. I get the same error message as before. I wonder what's
making the difference for you...

This is frustrating because I removed win32-codecs in order to rebuild avifile
without win32... but apparently that can't be done. Now I'm stuck with
several ports that won't upgrade due to a dependency on avifile (which still
depends on win32-codecs...) with the result that my pgkdb demands to
be -F'd.. and I have nothing to replace the missing dependencies with. :(

And the worst part is, I don't ever use quicktime.. :P

David

Have you tried doing "make config" in the win32-codec dir and make
sure that the quicktime option is not checked?

Jiawei Ye

--
"If it looks like a duck, walks like a duck, and quacks like a duck,
then to the end user it's a duck, and end users have made it pretty
clear they want a duck; whether the duck drinks hot chocolate or
coffee is irrelevant."
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-17 Thread David J Brooks
On Tuesday 17 October 2006 23:55, Robert Huff wrote:
> David J Brooks writes:
> >  On Tuesday 17 October 2006 22:27, Kevin Oberman wrote:
> >  > > From: Robert Huff <[EMAIL PROTECTED]>
> >  > > Date: Tue, 17 Oct 2006 21:51:30 -0400
> >  > > Sender: [EMAIL PROTECTED]
> >  > >
> >  > > Rainer Alves writes:
> >  > > >  * mplayer:
> >  > > >  [EMAIL PROTECTED] /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).
> >  > >
> >  > >mplayer also depends of win32-codecs, which is currently
> >  > > FORBIDDEN due to security issues.  win32-codecs ahs no maintainer.
> >  >
> >  > If the latest win32-codecs is installed with default options, the
> >  > vulnerability should be removed. Of course, it means you lack
> >  > Quicktime. The current version, win32-codecs<3.1.0.p8_1,1 is listed as
> >  > safe by portaudit and in the Makefile.
> >
> >  How do you get it to build though? Here's what I got:
> >
> >  [/usr/ports/multimedia/win32-codecs]# make
> >  ===>  win32-codecs-3.1.0.p8_1,1 has known vulnerabilities:
> >  => win32-codecs -- multiple vulnerabilities.
> > Reference:
> > 
> >  >38a.html> => Please update your ports tree and try again.
> >  *** Error code 1
> >
> >  Stop in /usr/ports/multimedia/win32-codecs.
>
>   cd usr/ports/multimedia/win32-codecs
>   make rmconfig
>   make config
>   #   [Do NOT select the Quicktime module]
>   make clean && make && make install
>
>   Worked as of 30 minutes ago.

 Not for me. I get the same error message as before. I wonder what's 
making the difference for you...

This is frustrating because I removed win32-codecs in order to rebuild avifile 
without win32... but apparently that can't be done. Now I'm stuck with 
several ports that won't upgrade due to a dependency on avifile (which still 
depends on win32-codecs...) with the result that my pgkdb demands to 
be -F'd.. and I have nothing to replace the missing dependencies with. :(

And the worst part is, I don't ever use quicktime.. :P

David
-- 
Sure the Almighty created the world in only six days,
but He didn't have an established user-base.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-17 Thread Robert Huff
David J Brooks writes:
>  On Tuesday 17 October 2006 22:27, Kevin Oberman wrote:
>  > > From: Robert Huff <[EMAIL PROTECTED]>
>  > > Date: Tue, 17 Oct 2006 21:51:30 -0400
>  > > Sender: [EMAIL PROTECTED]
>  > >
>  > > Rainer Alves writes:
>  > > >  * mplayer:
>  > > >  [EMAIL PROTECTED] /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).
>  > >
>  > >  mplayer also depends of win32-codecs, which is currently
>  > > FORBIDDEN due to security issues.  win32-codecs ahs no maintainer.
>  >
>  > If the latest win32-codecs is installed with default options, the
>  > vulnerability should be removed. Of course, it means you lack
>  > Quicktime. The current version, win32-codecs<3.1.0.p8_1,1 is listed as
>  > safe by portaudit and in the Makefile.
>  
>  How do you get it to build though? Here's what I got:
>  
>  [/usr/ports/multimedia/win32-codecs]# make
>  ===>  win32-codecs-3.1.0.p8_1,1 has known vulnerabilities:
>  => win32-codecs -- multiple vulnerabilities.
> Reference: 
>  
> 
>  => Please update your ports tree and try again.
>  *** Error code 1
>  
>  Stop in /usr/ports/multimedia/win32-codecs.

cd usr/ports/multimedia/win32-codecs
make rmconfig
make config
#   [Do NOT select the Quicktime module]
make clean && make && make install 

Worked as of 30 minutes ago.


Robert Huff







___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-17 Thread David J Brooks
On Tuesday 17 October 2006 22:27, Kevin Oberman wrote:
> > From: Robert Huff <[EMAIL PROTECTED]>
> > Date: Tue, 17 Oct 2006 21:51:30 -0400
> > Sender: [EMAIL PROTECTED]
> >
> > Rainer Alves writes:
> > >  * mplayer:
> > >  [EMAIL PROTECTED] /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).
> >
> > mplayer also depends of win32-codecs, which is currently
> > FORBIDDEN due to security issues.  win32-codecs ahs no maintainer.
>
> If the latest win32-codecs is installed with default options, the
> vulnerability should be removed. Of course, it means you lack
> Quicktime. The current version, win32-codecs<3.1.0.p8_1,1 is listed as
> safe by portaudit and in the Makefile.

How do you get it to build though? Here's what I got:

[/usr/ports/multimedia/win32-codecs]# make
===>  win32-codecs-3.1.0.p8_1,1 has known vulnerabilities:
=> win32-codecs -- multiple vulnerabilities.
   Reference: 

=> Please update your ports tree and try again.
*** Error code 1

Stop in /usr/ports/multimedia/win32-codecs.

-- 
Sure the Almighty created the world in only six days,
but He didn't have an established user-base.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-17 Thread Robert Huff

Kevin Oberman writes:

>  >mplayer also depends of win32-codecs, which is currently
>  > FORBIDDEN due to security issues.  win32-codecs ahs no maintainer.
>  
>  If the latest win32-codecs is installed with default options, the
>  vulnerability should be removed. Of course, it means you lack
>  Quicktime. The current version, win32-codecs<3.1.0.p8_1,1 is
>  listed as safe by portaudit and in the Makefile.

So it does.  Is there anyway this can find its way into
/usr/ports/UPDATING?


Robert Huff



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-17 Thread Jeremy Messenger
On Tue, 17 Oct 2006 20:05:02 -0500, Rainer Alves <[EMAIL PROTECTED]>  
wrote:



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:
[EMAIL PROTECTED] /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).


Not our problem, talk with the right maintainer.


* 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


We already have patch in mozilla/files/patch-gfx_src_ps_nsType1.cpp. Do  
you have it? The pointyhat can build it just fine.


http://pointyhat.freebsd.org/errorlogs/i386-5-exp-latest-logs/mozilla-1.7.13_1,2.log

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.


Should be fixed in the lastest change of UPDATING for do 'portupgrade -rf  
pkg-config\*'.


- 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).


Dunno, can't reproduce it. Someone will have to jump in and figure how to  
fix it.


- 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.


Did you login in the correct user when you ran this script? If yes, then  
which path was it? Current, it only will looking in the directories:


dir=".gconf .gconfd .gnome .gnome2 .gnome2_private .gstreamer-0.10 \
 .gstreamer-0.8 .icons .metacity .mozilla .themes"

Then, it will sed at the each ${prefix}/foo/bar:

list="lib/epiphany lib/firefox lib/gstreamer-0.8 lib/gstreamer-0.10 \
  lib/mozilla lib/seamonkey lib/thunderbird share/gnome"

What do we need to add anything more in the list? We can't test every  
single apps and know what they put anything in the ~/.*. Current, it works  
for me with ~/.gconf/desktop/gnome/background/%gconf.xml that has:


/usr/X11R6/share/gnome/pixmaps

After run the script and it looks like this:

/usr/local/share/gnome/pixmaps

As you see, 'share/gnome' is in the list and it works.

- 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.


It sounds like you don't have /usr/local/libexec/gnome-settings-daemon  
running?


Cheers,
Mezz

I could probably report other errors, but I've only stumbled across  
specific gnome app

Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-17 Thread Kevin Oberman
> From: Robert Huff <[EMAIL PROTECTED]>
> Date: Tue, 17 Oct 2006 21:51:30 -0400
> Sender: [EMAIL PROTECTED]
> 
> Rainer Alves writes:
> 
> >  * mplayer:
> >  [EMAIL PROTECTED] /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).
> 
>   mplayer also depends of win32-codecs, which is currently
> FORBIDDEN due to security issues.  win32-codecs ahs no maintainer.

If the latest win32-codecs is installed with default options, the
vulnerability should be removed. Of course, it means you lack
Quicktime. The current version, win32-codecs<3.1.0.p8_1,1 is listed as
safe by portaudit and in the Makefile.
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]   Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751


pgpxPmlgYpxnO.pgp
Description: PGP signature


Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-17 Thread Robert Huff
Rainer Alves writes:

>  * mplayer:
>  [EMAIL PROTECTED] /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).

mplayer also depends of win32-codecs, which is currently
FORBIDDEN due to security issues.  win32-codecs ahs no maintainer.


>  - 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.

Confirmed.


Robert Huff
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-17 Thread Kevin Oberman
> Date: Tue, 17 Oct 2006 19:43:32 -0400
> From: "Michael Johnson" <[EMAIL PROTECTED]>
> Sender: [EMAIL PROTECTED]
> 
> On 10/17/06, Clint Olsen <[EMAIL PROTECTED]> 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)
> > ...
> >
> > Amongst a number of other skipped port messages...
> 
> Could you send us the errors that caused the ports to fail?
> we can't help you with just this little info.

You are probably building with inconsistent header files.

I have had similar failures on every upgrade. With one exception I fixed
the problem by running 'pkgdb -Ff' again and using pkg_delete to delete
the older port for ports with multiple versions installed. Don't use
pkgdb delete them! Then re-build the current port.

portupgrade(1) should prevent multiple installs, so I don't understand
why it is happening. I can only say that it is.
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]   Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751


pgpmDZ6LOm7zo.pgp
Description: PGP signature


Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-17 Thread Rainer Alves

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:
[EMAIL PROTECTED] /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

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-17 Thread Michael Johnson

On 10/17/06, Clint Olsen <[EMAIL PROTECTED]> 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)
...

Amongst a number of other skipped port messages...


Could you send us the errors that caused the ports to fail?
we can't help you with just this little info.

Michael



-Clint
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"