Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2013 07:02:59 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        Jan Beich <jbeich@tormail.org>
Cc:        gecko@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: www/firefox (r315793, 20.0.1) does not compile
Message-ID:  <20130415050258.GA2351@tinyCurrent>
In-Reply-To: <1UR4wA-000Fut-76@internal.tormail.org>
References:  <20130413142647.GA2196@tinyCurrent> <51698370.5000107@smeets.im> <20130413173629.GA2627__22839.3189413056$1365874613$gmane$org@tinyCurrent> <1UR4wA-000Fut-76@internal.tormail.org>

next in thread | previous in thread | raw e-mail | index | archive | help
El día Saturday, April 13, 2013 a las 01:13:46PM -0500, Jan Beich escribió:

> Matthias Apitz <guru@unixarea.de> writes:
> 
> > # uname -a
> > FreeBSD aurora.Sisis.de 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r235646: Sat May 19 15:52:36 CEST 2012 guru@aurora.Sisis.de:/usr/obj/usr/src/sys/GENERIC  i386
> >
> 
> At that time jemalloc 3.0.0 was imported, expect regressions.
> 
> /head had recently imported clang 3.3 so www/firefox may have compile
> and runtime regressions. Be prepared or add USE_GCC=yes to Makefile.local.
> 

With gcc it gives the same error; and if I add to the source
/usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cpp
the following include (as the man page requests):

#include <stdlib.h>             // for malloc, free
#include <malloc_np.h>          // added by me

it gives other errors:

...
gmake[3]: Entering directory
`/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd10.0/memory/mozalloc'
g++46 -o mozalloc.o -c   -DMOZ_GLUE_IN_PROGRAM -DNO_NSPR_10_SUPPORT
-I../../xpcom -I../../../memory/mozalloc -I. -I../../dist/include
-I/usr/local/include/nspr -I/usr/local/include/nss
-I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include
-fPIC -isystem/usr/local/include  -I/usr/local/include -Wall
-Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits
-Wempty-body -Wno-ctor-dtor-privacy -Wno-overlength-strings
-Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -O2 -pipe
-Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing
-Wl,-rpath=/usr/local/lib/gcc46 -fno-exceptions -fno-strict-aliasing
-fno-rtti -ffunction-sections -fdata-sections -fno-exceptions
-std=gnu++0x -pipe  -DNDEBUG -DTRIMMED -fno-omit-frame-pointer
-isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT
-include ../../mozilla-config.h -MD -MF .deps/mozalloc.o.pp
/usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cpp
In file included from
/usr/ports/www/firefox/work/mozilla-release/memory/mozalloc/mozalloc.cpp:19:0:
/usr/include/malloc_np.h:59:19: error: expected '(' before 'nonnull'
/usr/include/malloc_np.h:59:30: error: expected ')' before ';' token
/usr/include/malloc_np.h:61:30: error: expected '(' before 'nonnull'
/usr/include/malloc_np.h:61:41: error: expected ')' before ';' token
/usr/include/malloc_np.h:63:19: error: expected '(' before 'nonnull'
/usr/include/malloc_np.h:63:30: error: expected ')' before ';' token
/usr/include/malloc_np.h:64:49: error: expected '(' before 'nonnull'
/usr/include/malloc_np.h:64:60: error: expected ')' before ';' token
gmake[3]: *** [mozalloc.o] Error 1

And now? Thanks

	matthias
-- 
Matthias Apitz               |  /"\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: guru@unixarea.de     |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211       |  / \ - Respect for open standards



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130415050258.GA2351>