Closed
Bug 1213108
Opened 10 years ago
Closed 10 years ago
Firefox fails to build on PPC64: bit_reader.h:184:22: ‘BrotliPullByte’ was not declared in this scope
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1213136
People
(Reporter: gustavold, Unassigned)
Details
Building Firefox (mozilla-central) on PPC64 fails with the following error messages:
8:51.45 In file included from ../../dist/include/state.h:22:0,
8:51.45 from /home/buildbot/buildbot/slave/runtests/build/netwerk/streamconv/converters/nsHTTPCompressConv.h:18,
8:51.45 from /home/buildbot/buildbot/slave/runtests/build/netwerk/build/nsNetModule.cpp:416:
8:51.45 ../../dist/include/./bit_reader.h: In function ‘void BrotliFillBitWindow(BrotliBitReader*, int)’:
8:51.45 ../../dist/include/./bit_reader.h:184:22: error: ‘BrotliPullByte’ was not declared in this scope
8:51.45 BrotliPullByte(br);
For the full build log see:
http://mozillaproject.osuosl.org:8010/builders/runtests/builds/0/steps/shell/logs/stdio
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•