Closed
Bug 530072
Opened 15 years ago
Closed 15 years ago
Unable to build crashreporter due to missing #include <stdio.h> in Linux
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 510920
People
(Reporter: jhorak, Unassigned)
Details
Attachments
(1 file)
|
1.92 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091105 Fedora/3.5.5-1.fc12 Firefox/3.5.5
Build Identifier:
A stdio.h include is missing in crashreporter source code.
gcc 4.4.2
Reproducible: Always
| Reporter | ||
Comment 1•15 years ago
|
||
Attachment #413609 -
Flags: review?(benjamin)
Comment 2•15 years ago
|
||
Please file and fix google-breakpad issues upstream in their issue tracker, we don't take local patches (although I thought this was already fixed on trunk, does it just need a branch backport?)
Comment 3•15 years ago
|
||
yes. see bug 510920 comment 21.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Updated•15 years ago
|
Attachment #413609 -
Flags: review?(benjamin)
Comment 4•15 years ago
|
||
This bug is actual for releases/mozilla-1.9.2.
c++ -o dump_symbols.o -c -I../../../../../../dist/system_wrappers -include ../../../../../../config/gcc_hidden.h -DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -I./../.. -I. -I. -I../../../../../../dist/include -I../../../../../../dist/include/nsprpub -I/usr/include/nspr -I/usr/include/nss -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -pedantic -pipe -Wall -O2 -march=pentium4 -fPIC -DPIC -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -O2 -DMOZILLA_CLIENT -include ../../../../../../mozilla-config.h -Wp,-MD,.deps/dump_symbols.pp dump_symbols.cc
dump_symbols.cc: In function 'bool<unnamed>::WriteFormat(int, const char*, ...)':
dump_symbols.cc:176: error: 'vsnprintf' was not declared in this scope
dump_symbols.cc: In function 'bool<unnamed>::ComputeSizeAndRVA(Elf32_Addr, <unnamed>::SymbolInfo*)':
dump_symbols.cc:487: error: 'stderr' was not declared in this scope
dump_symbols.cc:488: error: 'fprintf' was not declared in this scope
Comment 5•15 years ago
|
||
Yes, we know.
You need to log in
before you can comment on or make changes to this bug.
Description
•