Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6794 - Mozilla 1.1b does not compile successfully
Summary: Mozilla 1.1b does not compile successfully
Status: RESOLVED DUPLICATE of bug 5650
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-20 15:50 UTC by Dave Berenson
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Berenson 2002-08-20 15:50:25 UTC
-I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../config-defs.h
-Wp,-MD,.deps/nsAppRunner.pp nsAppRunner.cpp
nsAppRunner.cpp:53: `size_t' was not declared in this scope
nsAppRunner.cpp:53: parse error before `,' token
nsAppRunner.cpp: In function `void* __builtin_vec_new(...)':
nsAppRunner.cpp:55: `aSize' undeclared (first use this function)
nsAppRunner.cpp:55: (Each undeclared identifier is reported only once for 
each
function it appears in.)
nsAppRunner.cpp:55: `aNoThrow' undeclared (first use this function)
nsAppRunner.cpp: At global scope:
nsAppRunner.cpp:60: parse error before `&' token
nsAppRunner.cpp: In function `void __builtin_vec_delete(...)':
nsAppRunner.cpp:62: `aPtr' undeclared (first use this function)
nsAppRunner.cpp:63: `free' undeclared (first use this function)
nsAppRunner.cpp: In function `void* __builtin_new(int)':
nsAppRunner.cpp:71: `malloc' undeclared (first use this function)
In file included from
/var/tmp/portage/mozilla-1.1_beta/work/mozilla/dist/include/nspr/prmem.h:45,
                 from nsAppRunner.cpp:100:
/usr/include/stdlib.h: At global scope:
/usr/include/stdlib.h:527: `void* malloc(unsigned int)' used prior to
declaration
/usr/include/stdlib.h:538: `void free(void*)' used prior to declaration
nsAppRunner.cpp: In function `void* __builtin_vec_new(unsigned int, const
std::nothrow_t&)':
nsAppRunner.cpp:206: declaration of C function `void* 
__builtin_vec_new(unsigned
int, const std::nothrow_t&)' conflicts with
nsAppRunner.cpp:54: previous declaration `void* __builtin_vec_new(...)' here
nsAppRunner.cpp: In function `void __builtin_vec_delete(void*, const
std::nothrow_t&)':
nsAppRunner.cpp:213: declaration of C function `void 
__builtin_vec_delete(void*,
const std::nothrow_t&)' conflicts with
nsAppRunner.cpp:61: previous declaration `void __builtin_vec_delete(...)' 
here
nsAppRunner.cpp: In function `void* __builtin_new(int)':
nsAppRunner.cpp:222: redefinition of `void* __builtin_new(int)'
nsAppRunner.cpp:70: `void* __builtin_new(int)' previously defined here
nsAppRunner.cpp: In function `void __builtin_delete(void*)':
nsAppRunner.cpp:229: redefinition of `void __builtin_delete(void*)'
nsAppRunner.cpp:77: `void __builtin_delete(void*)' previously defined here
nsAppRunner.cpp: In function `void __pure_virtual()':
nsAppRunner.cpp:235: redefinition of `void __pure_virtual()'
nsAppRunner.cpp:83: `void __pure_virtual()' previously defined here
make[2]: *** [nsAppRunner.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/mozilla-1.1_beta/work/mozilla/xpfe/bootstrap'
make[1]: *** [tier_99] Error 2
make[1]: Leaving directory `/var/tmp/portage/mozilla-1.1_beta/work/mozilla'
make: *** [default] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 3633, Exitcode 2
!!! (no error message)

Using GCC 3.2, newly installed system.  [using 1.4 vs the 1.3 listed]. I 
downloaded a daily build also, renamed the file in /usr/portage/distfiles, 
made the new digest & tried again... fails in the same place.
Comment 1 Sascha Schwabbauer (RETIRED) gentoo-dev 2002-08-21 05:31:43 UTC

*** This bug has been marked as a duplicate of 5650 ***