atom feed49 messages in org.freebsd.freebsd-gnomeCALL FOR TEST: Updates to pixmap, cai...
FromSent OnAttachments
Jeremy MessengerJun 18, 2008 5:25 am 
Lapo LuchiniJun 18, 2008 2:16 pm 
Lapo LuchiniJun 18, 2008 3:24 pm 
Jeremy MessengerJun 18, 2008 3:55 pm 
Jeremy MessengerJun 18, 2008 4:01 pm 
Jeremy MessengerJun 18, 2008 4:29 pm 
Lapo LuchiniJun 18, 2008 4:33 pm 
Chess GriffinJun 18, 2008 6:43 pm 
Naram QashatJun 18, 2008 8:49 pm 
Lapo LuchiniJun 19, 2008 7:58 am 
Lapo LuchiniJun 19, 2008 8:28 am 
Tom EvansJun 19, 2008 12:25 pm 
Tom EvansJun 19, 2008 12:54 pm 
Rene LadanJun 19, 2008 1:16 pm 
Naram QashatJun 19, 2008 2:44 pm 
Jeremy MessengerJun 19, 2008 4:08 pm 
Jeremy MessengerJun 19, 2008 4:25 pm 
Jeremy MessengerJun 19, 2008 4:28 pm 
Jeremy MessengerJun 19, 2008 4:34 pm 
Tom EvansJun 19, 2008 5:00 pm 
Jeremy MessengerJun 19, 2008 5:32 pm 
Jeremy MessengerJun 19, 2008 5:42 pm 
Jeremy MessengerJun 19, 2008 6:02 pm 
Rene LadanJun 19, 2008 9:48 pm 
Tom EvansJun 20, 2008 9:04 am 
Lapo LuchiniJun 20, 2008 9:29 am 
Lapo LuchiniJun 20, 2008 9:32 am 
Rene LadanJun 20, 2008 11:30 am 
Lapo LuchiniJun 20, 2008 11:50 am 
Chess GriffinJun 20, 2008 12:32 pm 
Tom EvansJun 20, 2008 12:56 pm 
Jeremy MessengerJun 20, 2008 3:37 pm 
Jeremy MessengerJun 20, 2008 3:58 pm 
Tom EvansJun 20, 2008 4:11 pm 
Naram QashatJun 20, 2008 5:28 pm 
Jeremy MessengerJun 20, 2008 5:32 pm 
Jeremy MessengerJun 20, 2008 5:53 pm 
Jeremy MessengerJun 20, 2008 9:15 pm 
Jeremy MessengerJun 20, 2008 9:21 pm 
Doug BartonJun 20, 2008 9:23 pm 
Lapo LuchiniJun 21, 2008 11:45 am 
Lapo LuchiniJun 23, 2008 2:25 pm 
Jeremy MessengerJun 23, 2008 4:24 pm 
Jeremy MessengerJun 30, 2008 11:17 pm 
Phillip N.Jul 1, 2008 2:42 am 
Andriy GaponJul 1, 2008 12:16 pm 
Jeremy MessengerJul 1, 2008 1:20 pm 
Andriy GaponJul 1, 2008 1:39 pm 
Jeremy MessengerJul 1, 2008 4:18 pm 
Subject:CALL FOR TEST: Updates to pixmap, cairo, poppler, and firefox 3.0!
From:Jeremy Messenger (mez@cox.net)
Date:Jun 19, 2008 4:25:21 pm
List:org.freebsd.freebsd-gnome

On Thu, 19 Jun 2008 07:54:58 -0500, Tom Evans <teva@googlemail.com> wrote:

On Thu, 2008-06-19 at 14:47 +0200, Rene Ladan wrote:

2008/6/19 Tom Evans <teva@googlemail.com>:

On Wed, 2008-06-18 at 16:39 -0400, Naram Qashat wrote:

Well, I tried to build Firefox 3 after updating all the other ports, it gets to this point and fails:

[...big ugly error...]

This is because it is picking up the installed firefox headers in /usr/local/include/firefox rather than the ones as part of

firefox3.

I could install firefox3 while firefox2 was still installed. Firefox3 runs fine, the only thing that is missing so far is that it doesn't pick up the www/xpi-* ports (fasterfox, gmail), even not after reinstalling the xpi-* ports. It does pick up mplayerplug-in, java, and swfdec-plugin. swfdec runs fine too.

(btw, whats the protocol for replying to these mails - should I strip off all but one list? What list is the 'important' one?)

I would guess freebsd-gnome@ and Jeremy Messenger

Yeah, that's correct.

One other thing: is it expected that you don't see the marcusmerge script do a cvs update when invoked as 'sh marcusmerge -m ports-stable' and the ports-stable directory already exists? Or is that because there aren't any changes yet?

To update what marcusmerge merges, you can either go to the ports-stable folder, and do a manual cvs up, and rerun marcusmerge - or possibly run marcusmerge -m ports-stable -U (I guess, I used cvs up).

I'm not convinced that it is firefox2 that causes the build problems. The problem file for me was /usr/local/include/jspubtd.h , which I think was part of spidermonkey (standalone mozilla javascript). Firefox puts jspubtd.h in /usr/local/include/firefox .

Yes, I agree with you about that I doubt it's firefox that causes this issue. I think it's more like spidermonkey. It's both firefox3 and spidermonkey bug. The spidermonkey shouldn't be put its header files in /usr/local/include since there is many same headers in firefox2, firefox3, mozilla, more gecko craps. As for the firefox3, it picks up by -I/usr/local/include. It needs to reorder the -I. I will have to take a look in source and get back to you guys. Thanks for report!

Cheers, Mezz

Firefox 3 is very strange. Even when built, it doesn't work correctly for me. I've only tried a few things so far, but for one, the address bar doesn't seem to work properly, it doesn't change when you change tab and it doesn't change when you follow a link. I'll try rebuilding..