Snippets

Mihamina Rakotomandimby TB 45.1 GCC 6.1

Created by Mihamina Rakotomandimby
c++ -o jemalloc_config.o -c -I/tmp/build/thunderbird-beta/src/thunderbird-45.1.0/obj-x86_64-unknown-linux-gnu/dist/stl_wrappers -I/tmp/build/thunderbird-beta/src/thunderbird-45.1.0/obj-x86_64-unknown-linux-gnu/dist/system_wrappers -include /tmp/build/thunderbird-beta/src/thunderbird-45.1.0/mozilla/config/gcc_hidden.h -DMOZ_MEMORY_IMPL -I/tmp/build/thunderbird-beta/src/thunderbird-45.1.0/mozilla/memory/build -I.  -I../../dist/include  -I/usr/include/nspr -I/usr/include/nss    -I/usr/include/pixman-1   -fPIC  -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/jemalloc_config.o.pp -D_FORTIFY_SOURCE=2 -Wall -Wempty-body -Woverloaded-virtual -Wsign-compare -Wwrite-strings -Wno-invalid-offsetof -Wcast-align -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe  -DNDEBUG -DTRIMMED -freorder-blocks -Os -fomit-frame-pointer     /tmp/build/thunderbird-beta/src/thunderbird-45.1.0/mozilla/memory/build/jemalloc_config.cpp
In file included from /tmp/build/thunderbird-beta/src/thunderbird-45.1.0/obj-x86_64-unknown-linux-gnu/dist/stl_wrappers/cstdlib:34:0,
                 from /usr/include/c++/6.1.1/stdlib.h:36,
                 from /tmp/build/thunderbird-beta/src/thunderbird-45.1.0/obj-x86_64-unknown-linux-gnu/dist/system_wrappers/stdlib.h:3,
                 from ../../dist/include/mozilla/Assertions.h:43,
                 from /tmp/build/thunderbird-beta/src/thunderbird-45.1.0/mozilla/memory/build/jemalloc_config.cpp:158:
../../dist/include/mozilla/mozalloc.h: In function ‘void* operator new(size_t, const std::nothrow_t&)’:
../../dist/include/mozilla/mozalloc.h:192:28: error: ‘malloc’ was not declared in this scope
     return malloc_impl(size);
                            ^
../../dist/include/mozilla/mozalloc.h: In function ‘void* operator new [](size_t, const std::nothrow_t&)’:
../../dist/include/mozilla/mozalloc.h:204:28: error: ‘malloc’ was not declared in this scope
     return malloc_impl(size);
                            ^
../../dist/include/mozilla/mozalloc.h: In function ‘void operator delete(void*)’:
../../dist/include/mozilla/mozalloc.h:210:25: error: ‘free’ was not declared in this scope
     return free_impl(ptr);
                         ^
../../dist/include/mozilla/mozalloc.h:210:25: error: return-statement with a value, in function returning 'void' [-fpermissive]
../../dist/include/mozilla/mozalloc.h: In function ‘void operator delete(void*, const std::nothrow_t&)’:
../../dist/include/mozilla/mozalloc.h:216:25: error: ‘free’ was not declared in this scope
     return free_impl(ptr);
                         ^
../../dist/include/mozilla/mozalloc.h:216:25: error: return-statement with a value, in function returning 'void' [-fpermissive]
../../dist/include/mozilla/mozalloc.h: In function ‘void operator delete [](void*)’:
../../dist/include/mozilla/mozalloc.h:222:25: error: ‘free’ was not declared in this scope
     return free_impl(ptr);
                         ^
../../dist/include/mozilla/mozalloc.h:222:25: error: return-statement with a value, in function returning 'void' [-fpermissive]
../../dist/include/mozilla/mozalloc.h: In function ‘void operator delete [](void*, const std::nothrow_t&)’:
../../dist/include/mozilla/mozalloc.h:228:25: error: ‘free’ was not declared in this scope
     return free_impl(ptr);
                         ^
../../dist/include/mozilla/mozalloc.h:228:25: error: return-statement with a value, in function returning 'void' [-fpermissive]
../../dist/include/mozilla/mozalloc.h: In function ‘void* operator new(size_t, const mozilla::fallible_t&)’:
../../dist/include/mozilla/mozalloc.h:254:28: error: ‘malloc’ was not declared in this scope
     return malloc_impl(size);
                            ^
../../dist/include/mozilla/mozalloc.h: In function ‘void* operator new [](size_t, const mozilla::fallible_t&)’:
../../dist/include/mozilla/mozalloc.h:260:28: error: ‘malloc’ was not declared in this scope
     return malloc_impl(size);
                            ^
../../dist/include/mozilla/mozalloc.h: In function ‘void operator delete(void*, const mozilla::fallible_t&)’:
../../dist/include/mozilla/mozalloc.h:266:18: error: ‘free’ was not declared in this scope
     free_impl(ptr);
                  ^
../../dist/include/mozilla/mozalloc.h: In function ‘void operator delete [](void*, const mozilla::fallible_t&)’:
../../dist/include/mozilla/mozalloc.h:272:18: error: ‘free’ was not declared in this scope
     free_impl(ptr);
                  ^
../../dist/include/mozilla/mozalloc.h: In member function ‘void InfallibleAllocPolicy::free_(void*)’:
../../dist/include/mozilla/mozalloc.h:310:23: error: ‘free’ was not declared in this scope
         free_impl(aPtr);
                       ^
/tmp/build/thunderbird-beta/src/thunderbird-45.1.0/mozilla/config/rules.mk:956: recipe for target 'jemalloc_config.o' failed
make[4]: *** [jemalloc_config.o] Error 1
make[4]: Leaving directory '/tmp/build/thunderbird-beta/src/thunderbird-45.1.0/obj-x86_64-unknown-linux-gnu/memory/build'
/tmp/build/thunderbird-beta/src/thunderbird-45.1.0/mozilla/config/recurse.mk:71: recipe for target 'memory/build/target' failed
make[3]: *** [memory/build/target] Error 2
make[3]: Leaving directory '/tmp/build/thunderbird-beta/src/thunderbird-45.1.0/obj-x86_64-unknown-linux-gnu'
/tmp/build/thunderbird-beta/src/thunderbird-45.1.0/mozilla/config/recurse.mk:32: recipe for target 'compile' failed
make[2]: *** [compile] Error 2
make[2]: Leaving directory '/tmp/build/thunderbird-beta/src/thunderbird-45.1.0/obj-x86_64-unknown-linux-gnu'
/tmp/build/thunderbird-beta/src/thunderbird-45.1.0/mozilla/config/rules.mk:547: recipe for target 'default' failed
make[1]: *** [default] Error 2
make[1]: Leaving directory '/tmp/build/thunderbird-beta/src/thunderbird-45.1.0/obj-x86_64-unknown-linux-gnu'
client.mk:404: recipe for target 'build' failed
make: *** [build] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.