In file included from ../../dist/stl_wrappers/algorithm:38:
../../dist/include/mozilla/mozalloc.h:204:7: error: conflicting types for
'operator new'
void* operator new(size_t size, const std::nothrow_t&)
MOZALLOC_THROW_IF_HAS_EXCEPTIONS
^
../../dist/include/mozilla/mozalloc.h:198:7: note: previous definition is
here
void* operator new(size_t size) MOZALLOC_THROW_BAD_ALLOC
^
../../dist/include/mozilla/mozalloc.h:216:7: error: conflicting types for
'operator new[]'
void* operator new[](size_t size, const std::nothrow_t&)
MOZALLOC_THROW_IF_HAS_EXCEPTIONS
^
../../dist/include/mozilla/mozalloc.h:210:7: note: previous definition is
here
void* operator new[](size_t size) MOZALLOC_THROW_BAD_ALLOC
^
../../dist/include/mozilla/mozalloc.h:228:6: error: conflicting types for
'operator delete'
void operator delete(void* ptr, const std::nothrow_t&)
MOZALLOC_THROW_IF_HAS_EXCEPTIONS
^
../../dist/include/mozilla/mozalloc.h:222:6: note: previous definition is
here
void operator delete(void* ptr) MOZALLOC_THROW_IF_HAS_EXCEPTIONS
^
../../dist/include/mozilla/mozalloc.h:240:6: error: conflicting types for
'operator delete[]'
void operator delete[](void* ptr, const std::nothrow_t&)
MOZALLOC_THROW_IF_HAS_EXCEPTIONS
^
../../dist/include/mozilla/mozalloc.h:234:6: note: previous definition is
here
void operator delete[](void* ptr) MOZALLOC_THROW_IF_HAS_EXCEPTIONS
^
../../dist/include/mozilla/mozalloc.h:266:7: error: conflicting types for
'operator new'
void* operator new(size_t size, const mozilla::fallible_t&)
MOZALLOC_THROW_IF_HAS_EXCEPTIONS
^
../../dist/include/mozilla/mozalloc.h:198:7: note: previous definition is
here
void* operator new(size_t size) MOZALLOC_THROW_BAD_ALLOC
^
../../dist/include/mozilla/mozalloc.h:272:7: error: conflicting types for
'operator new[]'
void* operator new[](size_t size, const mozilla::fallible_t&)
MOZALLOC_THROW_IF_HAS_EXCEPTIONS
^
../../dist/include/mozilla/mozalloc.h:210:7: note: previous definition is
here
void* operator new[](size_t size) MOZALLOC_THROW_BAD_ALLOC
^
../../dist/include/mozilla/mozalloc.h:278:6: error: conflicting types for
'operator delete'
void operator delete(void* ptr, const mozilla::fallible_t&)
MOZALLOC_THROW_IF_HAS_EXCEPTIONS
^
../../dist/include/mozilla/mozalloc.h:222:6: note: previous definition is
here
void operator delete(void* ptr) MOZALLOC_THROW_IF_HAS_EXCEPTIONS
^
../../dist/include/mozilla/mozalloc.h:284:6: error: conflicting types for
'operator delete[]'
void operator delete[](void* ptr, const mozilla::fallible_t&)
MOZALLOC_THROW_IF_HAS_EXCEPTIONS
^
../../dist/include/mozilla/mozalloc.h:234:6: note: previous definition is
here
void operator delete[](void* ptr) MOZALLOC_THROW_IF_HAS_EXCEPTIONS
^
In file included from
/usr/ports/www/FF_nightly/work/mozilla-central-b52c02f77cf5/extensions/gnomevfs/nsGnomeVFSProtocolHandler.cpp:11:
In file included from ../../dist/stl_wrappers/algorithm:54:
In file included from ../../dist/system_wrappers/algorithm:2:
In file included from /usr/include/c++/4.2/algorithm:64:
In file included from /usr/include/c++/4.2/bits/stl_algobase.h:66:
In file included from ../../dist/stl_wrappers/cstring:54:
In file included from ../../dist/system_wrappers/cstring:2:
/usr/include/c++/4.2/cstring:100:3: error: declaration conflicts with
target of using declaration already in scope
memchr(void* __p, int __c, size_t __n)
^
/usr/include/string.h:57:7: note: target of using declaration
void *memchr(const void *, int, size_t) __pure;
^
/usr/include/c++/4.2/cstring:97:11: note: using declaration
using ::memchr;
^
/usr/include/c++/4.2/cstring:106:3: error: declaration conflicts with
target of using declaration already in scope
strchr(char* __s1, int __n)
^
/usr/include/string.h:76:7: note: target of using declaration
char *strchr(const char *, int) __pure;
^
/usr/include/c++/4.2/cstring:103:11: note: using declaration
using ::strchr;
^
/usr/include/c++/4.2/cstring:112:3: error: declaration conflicts with
target of using declaration already in scope
strpbrk(char* __s1, const char* __s2)
^
/usr/include/string.h:106:7: note: target of using declaration
char *strpbrk(const char *, const char *) __pure;
^
/usr/include/c++/4.2/cstring:109:11: note: using declaration
using ::strpbrk;
^
/usr/include/c++/4.2/cstring:118:3: error: declaration conflicts with
target of using declaration already in scope
strrchr(char* __s1, int __n)
^
/usr/include/string.h:107:7: note: target of using declaration
char *strrchr(const char *, int) __pure;
^
/usr/include/c++/4.2/cstring:115:11: note: using declaration
using ::strrchr;
^
/usr/include/c++/4.2/cstring:124:3: error: declaration conflicts with
target of using declaration already in scope
strstr(char* __s1, const char* __s2)
^
/usr/include/string.h:115:7: note: target of using declaration
char *strstr(const char *, const char *) __pure;
^
/usr/include/c++/4.2/cstring:121:11: note: using declaration
using ::strstr;
^
In file included from
/usr/ports/www/FF_nightly/work/mozilla-central-b52c02f77cf5/extensions/gnomevfs/nsGnomeVFSProtocolHandler.cpp:11:
In file included from ../../dist/stl_wrappers/algorithm:54:
In file included from ../../dist/system_wrappers/algorithm:2:
In file included from /usr/include/c++/4.2/algorithm:64:
In file included from /usr/include/c++/4.2/bits/stl_algobase.h:68:
In file included from ../../dist/stl_wrappers/cstdlib:54:
In file included from ../../dist/system_wrappers/cstdlib:2:
/usr/include/c++/4.2/cstdlib:142:3: error: declaration conflicts with
target of using declaration already in scope
abs(long __i) { return labs(__i); }
^
/usr/include/stdlib.h:83:6: note: target of using declaration
int abs(int) __pure2;
^
/usr/include/c++/4.2/cstdlib:109:11: note: using declaration
using ::abs;
^
/usr/include/c++/4.2/cstdlib:145:3: error: declaration conflicts with
target of using declaration already in scope
div(long __i, long __j) { return ldiv(__i, __j); }
^
/usr/include/stdlib.h:91:8: note: target of using declaration
div_t div(int, int) __pure2;
^
/usr/include/c++/4.2/cstdlib:116:11: note: using declaration
using ::div;
^
In file included from
/usr/ports/www/FF_nightly/work/mozilla-central-b52c02f77cf5/extensions/gnomevfs/nsGnomeVFSProtocolHandler.cpp:11:
In file included from ../../dist/stl_wrappers/algorithm:54:
In file included from ../../dist/system_wrappers/algorithm:2:
In file included from /usr/include/c++/4.2/algorithm:64:
In file included from /usr/include/c++/4.2/bits/stl_algobase.h:70:
In file included from /usr/include/c++/4.2/iosfwd:48:
In file included from /usr/include/c++/4.2/bits/postypes.h:45:
In file included from ../../dist/stl_wrappers/cwchar:54:
/usr/include/c++/4.2/cwchar:210:3: error: declaration conflicts with
target of using declaration already in scope
wcschr(wchar_t* __p, wchar_t __c)
^
/usr/include/wchar.h:135:10: note: target of using declaration
wchar_t *wcschr(const wchar_t *, wchar_t) __pure;
^
/usr/include/c++/4.2/cwchar:207:11: note: using declaration
using ::wcschr;
^
/usr/include/c++/4.2/cwchar:216:3: error: declaration conflicts with
target of using declaration already in scope
wcspbrk(wchar_t* __s1, const wchar_t* __s2)
^
/usr/include/wchar.h:147:10: note: target of using declaration
wchar_t *wcspbrk(const wchar_t *, const wchar_t *) __pure;
^
/usr/include/c++/4.2/cwchar:213:11: note: using declaration
using ::wcspbrk;
^
/usr/include/c++/4.2/cwchar:222:3: error: declaration conflicts with
target of using declaration already in scope
wcsrchr(wchar_t* __p, wchar_t __c)
^
/usr/include/wchar.h:148:10: note: target of using declaration
wchar_t *wcsrchr(const wchar_t *, wchar_t) __pure;
^
/usr/include/c++/4.2/cwchar:219:11: note: using declaration
using ::wcsrchr;
^
/usr/include/c++/4.2/cwchar:228:3: error: declaration conflicts with
target of using declaration already in scope
wcsstr(wchar_t* __s1, const wchar_t* __s2)
^
/usr/include/wchar.h:152:10: note: target of using declaration
wchar_t *wcsstr(const wchar_t * __restrict, const wchar_t * __restrict)
^
/usr/include/c++/4.2/cwchar:225:11: note: using declaration
using ::wcsstr;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
gmake[4]: *** [nsGnomeVFSProtocolHandler.o] Error 1
gmake[4]: Leaving directory
`/usr/ports/www/FF_nightly/work/mozilla-central-b52c02f77cf5/obj-x86_64-portbld-freebsd10.0/extensions/gnomevfs'
gmake[3]: *** [gnomevfs_libs] Error 2
gmake[3]: Leaving directory
`/usr/ports/www/FF_nightly/work/mozilla-central-b52c02f77cf5/obj-x86_64-portbld-freebsd10.0/extensions'
gmake[2]: *** [libs_tier_app] Error 2
gmake[2]: Leaving directory
`/usr/ports/www/FF_nightly/work/mozilla-central-b52c02f77cf5/obj-x86_64-portbld-freebsd10.0'
gmake[1]: *** [tier_app] Error 2
gmake[1]: Leaving directory
`/usr/ports/www/FF_nightly/work/mozilla-central-b52c02f77cf5/obj-x86_64-portbld-freebsd10.0'
gmake: *** [default] Error 2
*** [do-build] Error code 1
Stop in /usr/ports/www/FF_nightly.
*** [/usr/ports/www/FF_nightly/work/.build_done.firefox._usr_local] Error
code 1
Stop in /usr/ports/www/FF_nightly.
*** [build] Error code 1
_______________________________________________
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"