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 20, 2008 3:58:31 pm
List:org.freebsd.freebsd-gnome

On Fri, 20 Jun 2008 07:56:43 -0500, Tom Evans <teva@googlemail.com> wrote:

Ok, so I did a full kernel + world update last night, checked out a fresh copy of the ports tree, and re-applied the marcusmerge.

All my logs/conf are on http://87.194.39.182/fbsd/ff3_logs/ - the large logs are also there bzipped, as I'm not sure if I've set up deflate on that server.

With this done, the port fails to build whilst linking a javascript library (ff3-build-unmodified_port_makefile.log). With the patch Makefile.diff applied to the port makefile, the port builds (ff3-build-patched_port_makefile.log), but the resulting binary exhibits the strange address bar issue I described earlier. I have some very weird library sonames being built (see libnspr.txt). I thought that ld-elf only looks at the first numeric of a soname, so 'libfoo.so.0.1' is invalid, but the port seems to be building (at least) libnspr4.so.1.0.

There is also the usual kernel conf, make.conf, uname and pkg_info on the website. In my make.conf, you'll see I am using ccache, but I wasn't yesterday - Firefox takes way too long to rebuild without ccache :)

If anything else would be useful, let me know.

All of your stuff are useful, thanks. Your main problem is that a lot of your installed ports are out of date. See here:

ff3-build-unmodified_port_makefile.log.bz2:

--------------------------------------------- checking for nspr-config... /usr/local/bin/nspr-config checking for NSPR - version >= 4.7.0... no

---------------------------------------------

We have nspr-4.7 and nss-3.11.9_2. When you are going to update all of your installed ports. Do not forget to read in UPDATING or your update won't get success. I would do follow in 20080323 on only pkg_deinstall or pkg_delete part, then follow 20080605 (gettext stuff) that should cover everything.

Cheers, Mezz

Cheers