Trusty PPA build fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Oxide |
Fix Released
|
Critical
|
Chris Coulson |
Bug Description
The Trusty PPA build (71548c4) fails with an error like this:
FAILED: /usr/bin/
In file included from /<<PKGBUILDDIR>
/<<PKGBUILDDIR>
/<<PKGBUILDDIR>
/<<PKGBUILDDIR>
static_
^
cc1plus: warning: unrecognized command line option "-Wno-c+
ninja: build stopped: subcommand failed.
Command '['ninja', '-C', '/tmp/tmp7LfDjr', '-v', 'gn']' returned non-zero exit status 1
Building gn manually in a temporary directory for bootstrapping...
CMake Error at oxide/build/
Failed to bootstrap Generate Ninja binary
CMake Error at oxide/build/
Failed to bootstrap Generate Ninja binary
Call Stack (most recent call first):
oxide/
oxide/
-- Configuring incomplete, errors occurred!
Changed in oxide: | |
status: | New → Triaged |
importance: | Undecided → Critical |
assignee: | nobody → Chris Coulson (chrisccoulson) |
milestone: | none → branch-1.21 |
Changed in oxide: | |
status: | Triaged → Fix Committed |
Changed in oxide: | |
status: | Fix Committed → Fix Released |
This is basically a result of std::atomic not being a POD type with GCC 4.8