From owner-freebsd-gecko@FreeBSD.ORG Fri Jan 18 17:49:54 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 55D1FD4B for ; Fri, 18 Jan 2013 17:49:54 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [199.48.129.194]) by mx1.freebsd.org (Postfix) with ESMTP id F3945C42 for ; Fri, 18 Jan 2013 17:49:53 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id r0IHnjHa033327 for ; Fri, 18 Jan 2013 12:49:46 -0500 (EST) (envelope-from andy@neu.net) Date: Fri, 18 Jan 2013 12:49:45 -0500 (EST) From: AN To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1144 - in trunk/www: firefox firefox-nightly firefox-nightly/files In-Reply-To: <201301181647.r0IGl4OO042962@trillian.chruetertee.ch> Message-ID: References: <201301181647.r0IGl4OO042962@trillian.chruetertee.ch> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.97.6 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2013 17:49:54 -0000 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