ports/180938: www/firefox: ia64: ../../../js/src/gc/Heap.h:827:1: error: size of array 'moz_static_assert56' is negative

2014-03-31 Thread Anton Shterenlikht
The following reply was made to PR ports/180938; it has been noted by GNATS. From: Anton Shterenlikht To: bug-follo...@freebsd.org Cc: Subject: ports/180938: www/firefox: ia64: ../../../js/src/gc/Heap.h:827:1: error: size of array 'moz_static_assert56' is negative Date: Mon, 31 Mar

Re: ia64 -current: firefox-nightly make install segfault

2013-04-15 Thread Anton Shterenlikht
I'm having the exact same problem: adding: hyphenation/hyph_tr.dic (deflated 64%) adding: hyphenation/hyph_uk.dic (deflated 70%) Segmentation fault (core dumped) gmake[1]: *** [prepare-package] Error 139 gmake[1]: Leaving directory `/u

Re: www/firefox on ia64 -current: configure: error: Cannot find header fontconfig/fcfreetype.h

2013-03-22 Thread Anton Shterenlikht
From jbe...@tormail.org Thu Mar 21 15:11:03 2013 Anton Shterenlikht writes: > In file included from /usr/include/sys/stat.h:99:0, > from /usr/local/include/fontconfig/fontconfig.h:29, > from config

Re: www/firefox on ia64 -current: configure: error: Cannot find header fontconfig/fcfreetype.h

2013-03-21 Thread Anton Shterenlikht
From jbe...@tormail.org Thu Mar 21 15:11:03 2013 Anton Shterenlikht writes: > In file included from /usr/include/sys/stat.h:99:0, > from /usr/local/include/fontconfig/fontconfig.h:29, > from config

graphics/evince depends on vulnerable libxul19

2012-10-03 Thread Anton Shterenlikht
===> Installing for evince-2.32.0_9 ===> evince-2.32.0_9 depends on file: /usr/local/share/icons/gnome/index.theme - found ===> evince-2.32.0_9 depends on executable: yelp - not found ===>Verifying install for yelp in /usr/ports/x11/yelp ===> yelp-2.30.2_4 depends on file: /usr/local/li

Re: ia64 www/firefox - segfault on startup

2012-09-05 Thread Anton Shterenlikht
From jbe...@tormail.org Wed Sep 5 02:23:08 2012 >>$ cd /usr/src/lib/libthr; make all install DEBUG_FLAGS='-g' Or use DEBUG_FLAGS='-g -O0' to avoid some variables being optimized away. done > Ok, about devel/nspr - it fails tests. [...] >

Re: ia64 www/firefox - segfault on startup

2012-09-04 Thread Anton Shterenlikht
From jbe...@tormail.org Mon Sep 3 23:37:19 2012 > > It segfaults straight away on the firefox congratulations > page (or whatever it is called): > > http://eis.bris.ac.uk/~mexas/ia64-exp-ff15-debug-output [picking a random thread] > T

something wrong with http://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental

2012-09-03 Thread Anton Shterenlikht
# svn info Path: . Working Copy Root Path: /usr/ports/experimental URL: http://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental Repository Root: http://trillian.chruetertee.ch/svn/freebsd-gecko Repository UUID: 6ab5617d-af29-de11-a9e3-001676731981 Revision: 966 Node Kind: directory S

Re: ia64 firefox-esr ./yarr/pcre/pcre.h:49:18: error: jstl.h: No such file or directory

2012-08-31 Thread Anton Shterenlikht
From jbe...@tormail.org Fri Aug 24 21:01:41 2012 Anton Shterenlikht writes: >> $ patch -p0 -d $(make -V WRKSRC) -i ~/patch-pagesize-ia64-sparc64 I updated to r966. With this patch under files, and with # cat Makefile.local MOZ_OPTIONS += --disable-tracejit --d

Re: ia64 firefox-esr ./yarr/pcre/pcre.h:49:18: error: jstl.h: No such file or directory

2012-08-29 Thread Anton Shterenlikht
From jbe...@tormail.org Fri Aug 24 21:01:41 2012 >> # test before install >> $ cd $(make -V WRKSRC)/dist/bin >> $ LD_LIBRARY_PATH=. ./firefox [...] > # LD_LIBRARY_PATH=". ./firefox" > # export LD_LIBRARY_PATH > # echo $LD_LIBRAR

Re: ia64 firefox-esr ./yarr/pcre/pcre.h:49:18: error: jstl.h: No such file or directory

2012-08-24 Thread Anton Shterenlikht
From jbe...@tormail.org Thu Aug 23 18:21:41 2012 > Assertion failure: size_t(sysconf(_SC_PAGESIZE)) == PageSize, at /usr/ports/experimental/www/firefox/work/mozilla-beta/js/src/gc/Memory.cpp:302 Hmm, ia64 and sparc64 use 8k page size by default. Try attached patch.

Re: ia64 firefox-esr ./yarr/pcre/pcre.h:49:18: error: jstl.h: No such file or directory

2012-08-23 Thread Anton Shterenlikht
From jbe...@tormail.org Thu Aug 23 02:19:57 2012 > # cat /usr/ports/experimental/www/firefox/Makefile.local > MOZ_OPTIONS += --disable-tracejit --disable-methodjit Try again. experimental/www/firefox builds fine now. On install it segfaults with adding: hyphe

Re: ia64 firefox-esr ./yarr/pcre/pcre.h:49:18: error: jstl.h: No such file or directory

2012-08-22 Thread Anton Shterenlikht
From jbe...@tormail.org Tue Aug 21 21:16:32 2012 Have you tried to disable methodjit/tracejit? If it doesn't help let's move on to gecko15 Build fails with gmake[3]: Entering directory `/usr/ports/experimental/www/firefox/work/mozilla-beta/js/src' gmake[3]: *** jsopleng

Re: ia64 firefox-esr ./yarr/pcre/pcre.h:49:18: error: jstl.h: No such file or directory

2012-08-22 Thread Anton Shterenlikht
From jbe...@tormail.org Tue Aug 21 21:16:32 2012 Have you tried to disable methodjit/tracejit? The same: http://seis.bris.ac.uk/~mexas/ia64-exp-firefox-esr--disable-tracejit--disable-methodjit-coredump-gdb-bt http://seis.bris.ac.uk/~mexas/ia64-exp-firefox-esr--disable-tracejit--d

Re: ia64 firefox-esr ./yarr/pcre/pcre.h:49:18: error: jstl.h: No such file or directory

2012-08-21 Thread Anton Shterenlikht
From jbe...@tormail.org Tue Aug 21 01:32:25 2012 Anton Shterenlikht writes: > In file included from ../../ipc/chromium/src/chrome/common/file_descriptor_set_posix.h:12, > from ../../ipc/chromium/src/chrome/common/ipc_message_util

Re: ia64 firefox-esr ./yarr/pcre/pcre.h:49:18: error: jstl.h: No such file or directory

2012-08-21 Thread Anton Shterenlikht
From: Jan Beich Subject: Re: ia64 firefox-esr ./yarr/pcre/pcre.h:49:18: error: jstl.h: No such file or directory It seems to be caused by Landry's fix for gcc42 + -pedantic. Try again after updating ports. With r943 it built and installed fine. On

Re: ia64 firefox-esr ./yarr/pcre/pcre.h:49:18: error: jstl.h: No such file or directory

2012-08-20 Thread Anton Shterenlikht
From jbe...@tormail.org Mon Aug 20 19:49:04 2012 Can you apply bug 691898[1] and see where it fails next? Now fails with: c++ -o nsNativeCharsetUtils.o -c -fvisibility=hidden -DMOZILLA_INTERNAL_API -DOSTYPE=\"FreeBSD10\" -DOSARCH=FreeBSD -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX

ia64 firefox-esr ./yarr/pcre/pcre.h:49:18: error: jstl.h: No such file or directory

2012-08-20 Thread Anton Shterenlikht
Building exp firefox-esr on ia64, I get this error: c++ -o jsalloc.o -c -fvisibility=hidden -DOSTYPE=\"FreeBSD10\" -DOSARCH=FreeBSD -DEXPORT_JS_API -D IMPL_MFBT -DJS_HAS_CTYPES -DDLL_PREFIX=\"lib\" -DDLL_SUFFIX=\".so\" -I/usr/local/lib/libffi-3.0.9/i nclude -I. -I. -I. -I./../../dist/include

Re: ia64 -current: firefox-nightly make install segfault

2012-08-17 Thread Anton Shterenlikht
From jbe...@tormail.org Fri Aug 17 22:26:14 2012 Anton Shterenlikht writes: > One question: is sound really necessary? No, but an option to disable sydneyaudio or cubeb is not exposed, nor such a configuration was tested. In that case I wouldn'

Re: ia64 -current: firefox-nightly make install segfault

2012-08-17 Thread Anton Shterenlikht
From jbe...@tormail.org Fri Aug 17 20:26:12 2012 [...] > Also, try other ports. For example, make sure www/firefox36 from > experimental branch still works for you as I've done a few > modifications > to it. Sorry, sorry, sorry.. I do apologise for

ia64 -current: firefox-nightly make install segfault

2012-08-17 Thread Anton Shterenlikht
Revision: 934 # uname -a FreeBSD mech-cluster241.men.bris.ac.uk 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r237134: Mon Jun 18 09:02:17 BST 2012 r...@mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64 make completed fine (although I haven't examined the logs for warnings). On make ins

trillian.chruetertee.ch down?

2012-07-15 Thread Anton Shterenlikht
7;: Could not resolve hostname `trillian.chruetertee.ch': Host no t found (http://trillian.chruetertee.ch) # -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 _

firefox-nightly: /usr/ports/www/firefox/experimental/Templates/config.guess: No such file or directory

2012-06-22 Thread Anton Shterenlikht
igure] Error code 1 -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 ___ freebsd-gecko@freebsd.org mailing list http://lists.free

bsd.gecko.mk in r788 - problems

2012-06-21 Thread Anton Shterenlikht
ww/firefox/experimental/Mk/bsd.gecko.mk", line 885: warning: duplicate script for target "gecko-create-plist" ignored "/usr/ports/www/firefox/experimental/Mk/bsd.gecko.mk", line 885: warning: duplicate script for target "gecko-create-plis

svn checkout firefox-nightly - timed out

2012-06-14 Thread Anton Shterenlikht
connect to host 'trillian.chruetertee.ch': Operation timed out # What am I doing wrong? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 ___

Re: building firefox from mozilla-central

2012-06-14 Thread Anton Shterenlikht
a64 patch (per r741) that I accidentally deleted in Nightly. Sorry, I missed this in your previous email. Where is the freebsd-gecko repo? I can't find it. Thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel:

building firefox from mozilla-central

2012-06-01 Thread Anton Shterenlikht
h firefox-13? Anyway, I wonder if I should install databases/py-sqlite3 instead. Thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 _

Re: a plea: please don't deprecate FF 3.6 yet

2012-03-23 Thread Anton Shterenlikht
On Thu, Mar 22, 2012 at 06:07:51PM +0100, Florian Smeets wrote: > On 16.03.2012 11:13, Beat Gaetzi wrote: > > 2012/3/16 Anton Shterenlikht : > >> I'm on ia64, and www/firefox doesn't build. > >> www/firefox36 is about the only full featured > >> brows

www/libxul doesn't build on ia64

2012-03-19 Thread Anton Shterenlikht
Hi Just to let you know, I updated my year old bug report on this: https://bugzilla.mozilla.org/show_bug.cgi?id=657309 -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929

Re: a plea: please don't deprecate FF 3.6 yet

2012-03-16 Thread Anton Shterenlikht
On Fri, Mar 16, 2012 at 11:13:24AM +0100, Beat Gaetzi wrote: > 2012/3/16 Anton Shterenlikht : > > I'm on ia64, and www/firefox doesn't build. > > www/firefox36 is about the only full featured > > browser that does build on ia64. > > As far as I know not onl

a plea: please don't deprecate FF 3.6 yet

2012-03-16 Thread Anton Shterenlikht
ing out tomorrow, and I'm not ready to migrate from 3.6 yet. Thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 ___ fre

YART? issues on ia64

2012-02-22 Thread Anton Shterenlikht
Hi I was adviced to consult gecko@ regarding this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=729447 I'm unable to build www/firefox on FreeBSD ia64. Can somebody comment please on the best course of action. Many thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mec

www/firefox on ia64 -> error "The MacroAssembler is not supported on this platform."

2011-11-09 Thread Anton Shterenlikht
int, int)': ./assembler/assembler/MacroAssembler.h:278: error: 'Imm32' was not declared in this scope ./assembler/assembler/MacroAssembler.h:278: error: 'store32' was not declared in this scope ./assembler/assembler/MacroAssembler.h: In member function 'void JSC::Mac

[patch] www/firefox4 on ia64

2011-05-27 Thread Anton Shterenlikht
firefox4 builds on my ia64 with the patch given in this bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=638056 Can you please review it. However, firefox4 dumps core on startup anyway. Many thanks Anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Br

firefox4 build failure on ia64

2011-05-26 Thread Anton Shterenlikht
[3]: *** [ExecutableAllocatorWin.o] Error 1 gmake[3]: *** Waiting for unfinished jobs gmake[3]: *** [ExecutableAllocatorPosix.o] Error 1 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-2.0/js/src' -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristo

regression: firefox4 fails to build on ia64

2011-05-11 Thread Anton Shterenlikht
nished jobs gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-2.0/js/src' gmake[2]: *** [libs_tier_js] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-2.0' gmake[1]: *** [tier_js] Error 2 My bug report: https://bugzilla.mozilla.org/show_bug.cgi?id

firefox4.0 build fails on ia64 current

2011-03-30 Thread Anton Shterenlikht
r -fPIC -I/usr/local/include -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pipe -g -fno-strict-aliasing -pipe -DDEBUG -D_DEBUG -DTRACING -g -O3 -fstrict-al

libxul build failure on ia64

2010-08-10 Thread Anton Shterenlikht
: candidate is: virtual nsresult nsXPTCStubBase::Stub12() ../../../../../../dist/include/xptcstubsdef.inc:11: error: prototype for 'nsresult nsXPTCStubBase::Stub13(PRUint64, PRUint64, PRUint64, PRUin 64, PRUint64, PRUint64, PRUint64, PRUint64)' does not match any in class '

firefox-3.6.2,1 dumps core on ia64

2010-03-25 Thread Anton Shterenlikht
4b97a458) [serial = 13] [outer = 0x20004a72b000] ++DOMWINDOW == 14 (0x20004b97d858) [serial = 14] [outer = 0x20004b864400] Bus error (core dumped) Please advise many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk,

port www/firefox on ia64 -- Bus error (core dumped)

2010-02-26 Thread Anton Shterenlikht
rror" and dumps core on many sites, e.g. jobs.ac.uk, streetmap.co.uk or jpost.com. For example, here's the log from pointing firefox to jobs.ac.uk: http://seis.bris.ac.uk/~mexas/firefox3-crash-log And here's the gdb report: http://seis.bris.ac.uk/~mexas/firefox3-gd

Re: firefox3.6 dumps core - bus error

2010-02-10 Thread Anton Shterenlikht
On Wed, Feb 10, 2010 at 02:27:26PM +, Anton Shterenlikht wrote: > On Tue, Feb 09, 2010 at 04:15:13PM +0000, Anton Shterenlikht wrote: > > On 9.0-current ia64, firefox-3.6,1: > > > > TZAV> firefox3 & > > [6] 91741 > > TZAV> Bus e

Re: firefox3.6 dumps core - bus error

2010-02-10 Thread Anton Shterenlikht
On Tue, Feb 09, 2010 at 04:15:13PM +, Anton Shterenlikht wrote: > On 9.0-current ia64, firefox-3.6,1: > > TZAV> firefox3 & > [6] 91741 > TZAV> Bus error (core dumped) > > [6]Exit 138 firefox3 > TZAV> gdb /usr/local/bin/firefo

firefox3.6 dumps core - bus error

2010-02-09 Thread Anton Shterenlikht
00412e20c0 in ?? () Previous frame identical to this frame (corrupt stack?) (gdb) Please advise anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 __