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:Tom Evans (teva@googlemail.com)
Date:Jun 19, 2008 5:00:24 pm
List:org.freebsd.freebsd-gnome

On Thu, 2008-06-19 at 10:34 -0400, Naram Qashat wrote:

.. That was definitely the problem, thanks for pointing that out. Without looking at the source files, I assume they were referencing the header files by some kind of path and that was causing the issue when firefox2 and spidermonkey were installed. But now it builds fine, and also runs just fine as well.

No problem. Wish I could work out why ff3 fails so consistently on my machine.

FreeBSD zoot.mintel.co.uk 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #6: Mon Feb 4 12:43:15 GMT 2008 ro@zoot.mintel.co.uk:/data2/FreeBSD/RELENG_7/obj/data2/FreeBSD/RELENG_7/src/sys/ZOOT
i386

Unmodified, the port build runs along until it gets to the JS library (mozilla/js/src). Then this happens: cc -I/usr/local/include -I/usr/local/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -Wno-long-long -O1 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -O2 -fno-strict-aliasing -pipe -DNDEBUG -DTRIMMED -O2 -fPIC -shared -Wl,-z,defs -Wl,-h,libmozjs.so -o libmozjs.so jsapi.o jsarena.o jsarray.o jsatom.o jsbool.o jscntxt.o jsdate.o jsdbgapi.o jsdhash.o jsdtoa.o jsemit.o jsexn.o jsfun.o jsgc.o jshash.o jsinterp.o jsinvoke.o jsiter.o jslock.o jslog2.o jslong.o jsmath.o jsnum.o jsobj.o jsopcode.o jsparse.o jsprf.o jsregexp.o jsscan.o jsscope.o jsscript.o jsstr.o jsutil.o jsxdrapi.o jsxml.o prmjtime.o -pthread -Wl,-rpath-link,../../dist/bin -lm -pthread -L../../dist/lib -lplds4 -lplc4 -lnspr4 -pthread -Wl,-Bsymbolic -lc -lm -pthread -pthread -L/usr/local/lib -liconv ../../dist/lib/libnspr4.a(uxproces.o)(.text+0x7d1): In function `_MD_CreateUnixProcess': : undefined reference to `environ' gmake[3]: *** [libmozjs.so] Error 1 gmake[3]: Leaving directory `/data2/ff3_build/usr/ports-stable/www/firefox3/work/mozilla/js/src'

This I can fix* by the adding $LOCALBASE/lib to the LDFLAGS in the port Makefile, and the build will succeed. However, it wont then run properly. The address bar doesn't change unless I click the new 'privacy button' to the left of the address bar, then it will update. Browsing to a new URI by clicking a link, switching to or creating a tab will not change the address bar to the correct value.

Is it possible this is some cruft left over in my home directory? I have completely deinstalled all mozilla ports I can think of, and moved out of the way my .mozilla folder.

I've scheduled a full kernel/world update tonight, to see if that makes any major difference - I know I'm a little out of date now...

Would any other details be useful? Let me know.

Cheers

Tom

* Interesting, I just noticed that this linker line already has -L $LOCALBASE/lib , so I'm not sure what effect this is having. It is 100% reproducible though, and the fix is:

--- Makefile 18 Jun 2008 15:46:27 +++ Makefile 19 Jun 2008 16:46:27 @@ -39,6 +39,9 @@ USE_GMAKE= yes NO_MOZPKGINSTALL=yes

+LDFLAGS+= -L${LOCALBASE}/lib + FIREFOX_ICON= ${MOZILLA}.png

Bizarre.