pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: build problems with xulrunner 16.0.2: : 'malloc_usable_size' was not declared in this scope



Just tried a clean rebuild with latest cvs trunk, the result is the same indicating, I believe, a namespace problem...
btw, building on solaris, here are the options I'm using:

richard@devzoneX:~/src/pkgsrc/devel/xulrunner$ bmake show-options
Any of the following general options may be selected:
        debug    Enable debugging facilities in the package.
        gnome    Enable GNOME support.
        mozilla-jemalloc        Enable building with Mozilla'a jemalloc.
        pulseaudio       Enable support for the PulseAudio sound server.

These options are enabled by default:
        mozilla-jemalloc

These options are currently enabled:
        gnome mozilla-jemalloc

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or PKG_OPTIONS.xulrunner.


=========================================================


gmake[3]: Entering directory `/tmp/pkgsrc/devel/xulrunner/work/mozilla-esr17/memory/mozalloc' g++ -o mozalloc.o -c -DMOZ_GLUE_IN_PROGRAM -I../../xpcom -I../../memory/mozalloc -I. -I../../dist/include -I/opt/pkg/include/nspr -I/opt/pkg/include/nss/nss -I/opt/pkg/include/nss -I/opt/pkg/include/nspr -fPIC -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/gettext -I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -O -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/gettext -I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -O2 -fomit-frame-pointer -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/gettext -I/opt/pkg/include/nspr -I/opt/pkg/include/freetype2 -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF .deps/mozalloc.o.pp /tmp/pkgsrc/devel/xulrunner/work/mozilla-esr17/memory/mozalloc/mozalloc.cpp /tmp/pkgsrc/devel/xulrunner/work/mozilla-esr17/memory/mozalloc/mozalloc.cpp: In function 'ulong_t moz_malloc_usable_size(void*)': /tmp/pkgsrc/devel/xulrunner/work/mozilla-esr17/memory/mozalloc/mozalloc.cpp:218:34: error: 'malloc_usable_size' was not declared in this scope
gmake[3]: *** [mozalloc.o] Error 1
gmake[3]: Leaving directory `/tmp/pkgsrc/devel/xulrunner/work/mozilla-esr17/memory/mozalloc'
gmake[2]: *** [libs_tier_base] Error 2
gmake[2]: Leaving directory `/tmp/pkgsrc/devel/xulrunner/work/mozilla-esr17'
gmake[1]: *** [tier_base] Error 2
gmake[1]: Leaving directory `/tmp/pkgsrc/devel/xulrunner/work/mozilla-esr17'
gmake: *** [all] Error 2
*** Error code 2

Stop.
bmake: stopped in /home/richard/src/pkgsrc/devel/xulrunner
*** Error code 1

Stop.
bmake: stopped in /home/richard/src/pkgsrc/devel/xulrunner



Home | Main Index | Thread Index | Old Index