Re: firefox 1.5 port

2005-12-21 Thread Michael C. Shultz
On Wednesday 21 December 2005 10:42, Kent Stewart wrote:
> On Wednesday 21 December 2005 08:01 am, kalin mintchev wrote:
> > > Have you tried going into the cairo directory in /usr/ports and
> > > doing a make
> > > deinstall and make reinstall?
> >
> >   yes...  i installed from source and passed that point now...
> >   i just think that the purpose of the port system is to avoid
> > stitching it all together from srcs...  specially a port as widely
> > used and popular as firefox..
>
> But that is why you use things like portupgrade or portmanage. You have
> dependancies and sometimes, not all of the time, they have to be
> updated before you build the main application. If you do the updating
> out of sequence (a>b>c>d) such as update b before you update d, you may
> have to go back and force the update because the flag to update is no
> longer there.
>
> A "portupgrade -rR" won't fix what you have already broken. You have to
> force it with -fr. That will take a long time and you probably can't
> recover any other way because the package site only has
> firefox-1.5_4,1.
>
> For example, nspr and cairo build just fine on my system. I cvsuped and
> tried it on 6-stable. It sounds like you are in that position now.
>
> If there are a number of changes and it looks like an interface is
> affected, I run "portupgrade -purR xxx". Michael will probably tell you
> how to do it with portmanage. I think like portupgrade and use it.
>
> Kent
>

:)

With portmanager he should do:

portmanager www/firefox -f

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


Re: firefox 1.5 port

2005-12-21 Thread Kent Stewart
On Wednesday 21 December 2005 08:01 am, kalin mintchev wrote:
> > Have you tried going into the cairo directory in /usr/ports and
> > doing a make
> > deinstall and make reinstall?
>
>   yes...  i installed from source and passed that point now...
>   i just think that the purpose of the port system is to avoid
> stitching it all together from srcs...  specially a port as widely
> used and popular as firefox..
>

But that is why you use things like portupgrade or portmanage. You have 
dependancies and sometimes, not all of the time, they have to be 
updated before you build the main application. If you do the updating 
out of sequence (a>b>c>d) such as update b before you update d, you may 
have to go back and force the update because the flag to update is no 
longer there. 

A "portupgrade -rR" won't fix what you have already broken. You have to 
force it with -fr. That will take a long time and you probably can't 
recover any other way because the package site only has 
firefox-1.5_4,1.

For example, nspr and cairo build just fine on my system. I cvsuped and 
tried it on 6-stable. It sounds like you are in that position now.

If there are a number of changes and it looks like an interface is 
affected, I run "portupgrade -purR xxx". Michael will probably tell you 
how to do it with portmanage. I think like portupgrade and use it.

Kent

> > Teo
> >
> > On 12/21/05, kalin mintchev <[EMAIL PROTECTED]> wrote:
> >> this is getting pretty retarded..  i rebuild nspr..
> >>
> >> nsCanvasRenderingContext2D.cpp:2040: error:
> >> `cairo_set_source_surface' undeclared (first use this function)
> >> nsCanvasRenderingContext2D.cpp:2041: error:
> >> `cairo_paint_with_alpha' undeclared (first use this function)
> >> gmake[4]: *** [nsCanvasRenderingContext2D.o] Error 1
> >> gmake[4]: Leaving directory
> >> `/usr/ports/www/firefox/work/mozilla/content/canvas/src'
> >> gmake[3]: *** [libs] Error 2
> >> gmake[3]: Leaving directory
> >> `/usr/ports/www/firefox/work/mozilla/content/canvas'
> >> gmake[2]: *** [libs] Error 2
> >> gmake[2]: Leaving directory
> >> `/usr/ports/www/firefox/work/mozilla/content'
> >> gmake[1]: *** [tier_9] Error 2
> >> gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla'
> >> gmake: *** [default] Error 2
> >> *** Error code 2
> >>
> >> Stop in /usr/ports/www/firefox.
> >>
> >> updating cairo i get this crap:
> >>
> >> ===>  cairo-1.0.2_1 is marked as broken: Unknown component
> >> ltverhack.
> >>
> >> merry christmas to you too...
> >>


-- 
Kent Stewart
Richland, WA

"Nunca te acostarás sin saber una cosa más"
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: firefox 1.5 port

2005-12-21 Thread Jonathan Chen
On Wed, Dec 21, 2005 at 10:08:35AM -0500, kalin mintchev wrote:
> 
> this is getting pretty retarded..  i rebuild nspr..
> 
> nsCanvasRenderingContext2D.cpp:2040: error: `cairo_set_source_surface'
> undeclared (first use this function)
> nsCanvasRenderingContext2D.cpp:2041: error: `cairo_paint_with_alpha'
> undeclared (first use this function)
> gmake[4]: *** [nsCanvasRenderingContext2D.o] Error 1
> gmake[4]: Leaving directory
> `/usr/ports/www/firefox/work/mozilla/content/canvas/src'
> gmake[3]: *** [libs] Error 2
> gmake[3]: Leaving directory
> `/usr/ports/www/firefox/work/mozilla/content/canvas'
> gmake[2]: *** [libs] Error 2
> gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/content'
> gmake[1]: *** [tier_9] Error 2
> gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla'
> gmake: *** [default] Error 2
> *** Error code 2
> 
> Stop in /usr/ports/www/firefox.
> 
> updating cairo i get this crap:
> 
> ===>  cairo-1.0.2_1 is marked as broken: Unknown component ltverhack.

You shouldn't be updating bits and pieces of your system by hand. Have
your tried `portupgrade -Rr firefox'?

CHeers.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
  Experience is a hard teacher
   because she gives the test first, the lesson afterwards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: firefox 1.5 port

2005-12-21 Thread kalin mintchev

> Have you tried going into the cairo directory in /usr/ports and doing a
> make
> deinstall and make reinstall?

  yes...  i installed from source and passed that point now...
  i just think that the purpose of the port system is to avoid stitching
it all together from srcs...  specially a port as widely used and
popular as firefox..


>
> Teo
>
>
> On 12/21/05, kalin mintchev <[EMAIL PROTECTED]> wrote:
>>
>>
>> this is getting pretty retarded..  i rebuild nspr..
>>
>> nsCanvasRenderingContext2D.cpp:2040: error: `cairo_set_source_surface'
>> undeclared (first use this function)
>> nsCanvasRenderingContext2D.cpp:2041: error: `cairo_paint_with_alpha'
>> undeclared (first use this function)
>> gmake[4]: *** [nsCanvasRenderingContext2D.o] Error 1
>> gmake[4]: Leaving directory
>> `/usr/ports/www/firefox/work/mozilla/content/canvas/src'
>> gmake[3]: *** [libs] Error 2
>> gmake[3]: Leaving directory
>> `/usr/ports/www/firefox/work/mozilla/content/canvas'
>> gmake[2]: *** [libs] Error 2
>> gmake[2]: Leaving directory
>> `/usr/ports/www/firefox/work/mozilla/content'
>> gmake[1]: *** [tier_9] Error 2
>> gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla'
>> gmake: *** [default] Error 2
>> *** Error code 2
>>
>> Stop in /usr/ports/www/firefox.
>>
>> updating cairo i get this crap:
>>
>> ===>  cairo-1.0.2_1 is marked as broken: Unknown component ltverhack.
>>
>> merry christmas to you too...
>>
>>
>>
>>
>>
>>
>>
>> --
>>
>>
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "
>> [EMAIL PROTECTED]"
>>
>


--


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


firefox 1.5 port

2005-12-21 Thread kalin mintchev

this is getting pretty retarded..  i rebuild nspr..

nsCanvasRenderingContext2D.cpp:2040: error: `cairo_set_source_surface'
undeclared (first use this function)
nsCanvasRenderingContext2D.cpp:2041: error: `cairo_paint_with_alpha'
undeclared (first use this function)
gmake[4]: *** [nsCanvasRenderingContext2D.o] Error 1
gmake[4]: Leaving directory
`/usr/ports/www/firefox/work/mozilla/content/canvas/src'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory
`/usr/ports/www/firefox/work/mozilla/content/canvas'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/content'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2

Stop in /usr/ports/www/firefox.

updating cairo i get this crap:

===>  cairo-1.0.2_1 is marked as broken: Unknown component ltverhack.

merry christmas to you too...







-- 


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


Re: problem with firefox 1.5 port at 6.0

2005-12-01 Thread Frank Bonnet

Frank Bonnet wrote:

Hello

I've compiled and install the 1.5 firefox version this morning
and I have some trouble starting it, see below the error message .

 > firefox
/libexec/ld-elf.so.1: 
/usr/X11R6/lib/firefox/components/libxremote_client.so:

Undefined symbol"_Z20NS_NewGenericModule2P12nsModuleInfoPP9nsIModule"




apparently make deinstall + make reinstall solved the problem
some mismatches with previous intalled version (1.0.7) probabely
apologize for noise !

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


problem with firefox 1.5 port at 6.0

2005-12-01 Thread Frank Bonnet

Hello

I've compiled and install the 1.5 firefox version this morning
and I have some trouble starting it, see below the error message .

> firefox
/libexec/ld-elf.so.1: 
/usr/X11R6/lib/firefox/components/libxremote_client.so:

Undefined symbol"_Z20NS_NewGenericModule2P12nsModuleInfoPP9nsIModule"


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