Nux fails to build for armel and armhf targets
Bug #1065293 reported by
Francis Ginther
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Nux |
Fix Released
|
High
|
Unassigned | ||
nux (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
Builds of the latest lp:nux merged with lp:ubuntu/nux packaging are failing to build armel and armhf targets inside ppa:unity-
Here's an example:
https:/
Related branches
lp:~unity-team/nux/nstring
- Jay Taoko (community): Abstain
-
Diff: 7706 lines (+1089/-2651)102 files modifiedNux/AbstractComboBox.cpp (+1/-1)
Nux/ActionItem.cpp (+1/-1)
Nux/ActionItem.h (+1/-1)
Nux/BaseWindow.h (+2/-2)
Nux/ColorPreview.cpp (+9/-2)
Nux/Coverflow.cpp (+2/-2)
Nux/DoubleValidator.cpp (+7/-3)
Nux/DoubleValidator.h (+1/-1)
Nux/EditTextBox.cpp (+62/-46)
Nux/EditTextBox.h (+12/-22)
Nux/FileSelector.cpp (+2/-2)
Nux/FloatingWindow.cpp (+5/-5)
Nux/FloatingWindow.h (+2/-2)
Nux/HLayout.cpp (+1/-1)
Nux/HLayout.h (+1/-1)
Nux/HexRegExpValidator.cpp (+2/-3)
Nux/HexRegExpValidator.h (+1/-1)
Nux/IntegerValidator.cpp (+2/-3)
Nux/IntegerValidator.h (+1/-1)
Nux/KeyboardHandler.cpp (+58/-63)
Nux/KeyboardHandler.h (+7/-8)
Nux/KineticScrolling/KineticAxisScroller.h (+1/-1)
Nux/KineticScrolling/KineticScrollingTickSource.h (+1/-0)
Nux/Layout.h (+1/-1)
Nux/MainLoopGLib.cpp (+4/-0)
Nux/MenuPage.cpp (+1/-1)
Nux/MenuPage.h (+1/-1)
Nux/NumericValuator.cpp (+8/-6)
Nux/PangoText.cpp (+4/-4)
Nux/PangoText.h (+2/-2)
Nux/RGBValuator.cpp (+61/-37)
Nux/RGBValuator.h (+1/-1)
Nux/RangeValue.cpp (+13/-6)
Nux/RangeValue.h (+1/-1)
Nux/RangeValueInteger.cpp (+6/-6)
Nux/RangeValueInteger.h (+1/-1)
Nux/SpinBox.cpp (+7/-7)
Nux/SpinBoxDouble.cpp (+7/-7)
Nux/SpinBox_Logic.cpp (+3/-3)
Nux/StaticTextBox.cpp (+9/-21)
Nux/StaticTextBox.h (+3/-5)
Nux/SystemThread.h (+1/-1)
Nux/TabView.cpp (+3/-3)
Nux/TabView.h (+3/-3)
Nux/VLayout.cpp (+1/-1)
Nux/VLayout.h (+1/-1)
Nux/Validator.cpp (+3/-3)
Nux/Validator.h (+1/-1)
Nux/WindowCompositor.cpp (+8/-8)
Nux/WindowCompositor.h (+1/-1)
NuxCore/FileIO.cpp (+1/-1)
NuxCore/FileIO.h (+3/-1)
NuxCore/FileManager/NFileManagerGNU.h (+5/-5)
NuxCore/FileManager/NFileManagerGeneric.cpp (+15/-15)
NuxCore/FileManager/NFileManagerGeneric.h (+7/-8)
NuxCore/FileManager/NFileManagerWindows.cpp (+10/-10)
NuxCore/FileManager/NFileManagerWindows.h (+3/-3)
NuxCore/FileManager/NSerializer.cpp (+1/-1)
NuxCore/FileName.cpp (+96/-98)
NuxCore/FileName.h (+12/-15)
NuxCore/FilePath.cpp (+36/-34)
NuxCore/FilePath.h (+5/-5)
NuxCore/NumberConversion.cpp (+13/-10)
NuxCore/NumberConversion.h (+4/-6)
NuxCore/NuxCore.cpp (+10/-1)
NuxCore/OutputDevice.cpp (+43/-21)
NuxCore/OutputDevice.h (+1/-1)
NuxCore/Parsing.cpp (+8/-8)
NuxCore/Parsing.h (+8/-8)
NuxCore/Platform.cpp (+21/-21)
NuxCore/Platform.h (+10/-10)
NuxCore/Plugin/NPluginManager.cpp (+2/-2)
NuxCore/Process.cpp (+2/-3)
NuxCore/Process.h (+2/-2)
NuxCore/TextString.cpp (+0/-1265)
NuxCore/TextString.h (+0/-236)
NuxCore/ThreadWin.cpp (+1/-1)
NuxCore/ThreadWin.h (+2/-2)
NuxCore/TimeFunctions.cpp (+3/-3)
NuxCore/TimeFunctions.h (+1/-1)
NuxCore/Win32Dialogs/NWin32Clipboard.cpp (+2/-2)
NuxCore/Win32Dialogs/NWin32Clipboard.h (+1/-1)
NuxCore/Win32Dialogs/NWin32CustomDialog.cpp (+7/-7)
NuxCore/Win32Dialogs/NWin32CustomDialog.h (+6/-6)
NuxGraphics/FontTexture.cpp (+14/-18)
NuxGraphics/FontTexture.h (+4/-4)
NuxGraphics/GLSh_ColorPicker.cpp (+21/-21)
NuxGraphics/GLSh_DrawFunction.cpp (+8/-8)
NuxGraphics/GpuDevice.cpp (+70/-46)
NuxGraphics/GpuDevice.h (+0/-1)
NuxGraphics/GraphicsDisplayWin.cpp (+1/-1)
NuxGraphics/GraphicsDisplayX11.cpp (+12/-12)
NuxGraphics/GraphicsDisplayX11.h (+10/-10)
NuxGraphics/GraphicsEngine.cpp (+7/-7)
NuxGraphics/IOpenGLGLSLShader.cpp (+7/-7)
NuxGraphics/NuxGraphics.h (+2/-2)
NuxGraphics/NuxGraphicsResources.cpp (+24/-101)
NuxGraphics/NuxGraphicsResources.h (+7/-7)
NuxGraphics/RenderingPipeAsm.cpp (+88/-110)
NuxGraphics/RenderingPipeGLSL.cpp (+117/-153)
NuxGraphics/RenderingPipeTextureBlend.cpp (+15/-24)
configure.ac (+4/-2)
lp:~unity-team/nux/nux.nstring-removal
- Omer Akram (community): Approve
- Jay Taoko (community): Approve
- jenkins: Pending (continuous-integration) requested
-
Diff: 7843 lines (+1109/-2664)106 files modifiedNux/AbstractComboBox.cpp (+1/-1)
Nux/ActionItem.cpp (+1/-1)
Nux/ActionItem.h (+1/-1)
Nux/BaseWindow.h (+2/-2)
Nux/ColorPreview.cpp (+9/-2)
Nux/Coverflow.cpp (+2/-2)
Nux/DoubleValidator.cpp (+7/-3)
Nux/DoubleValidator.h (+1/-1)
Nux/EditTextBox.cpp (+62/-46)
Nux/EditTextBox.h (+12/-22)
Nux/FileSelector.cpp (+2/-2)
Nux/FloatingWindow.cpp (+5/-5)
Nux/FloatingWindow.h (+2/-2)
Nux/HLayout.cpp (+1/-1)
Nux/HLayout.h (+1/-1)
Nux/HexRegExpValidator.cpp (+2/-3)
Nux/HexRegExpValidator.h (+1/-1)
Nux/IntegerValidator.cpp (+2/-3)
Nux/IntegerValidator.h (+1/-1)
Nux/KeyboardHandler.cpp (+58/-63)
Nux/KeyboardHandler.h (+7/-8)
Nux/KineticScrolling/KineticAxisScroller.h (+1/-1)
Nux/KineticScrolling/KineticScrollingTickSource.h (+1/-0)
Nux/Layout.h (+1/-1)
Nux/MainLoopGLib.cpp (+4/-0)
Nux/MenuPage.cpp (+1/-1)
Nux/MenuPage.h (+1/-1)
Nux/NumericValuator.cpp (+8/-6)
Nux/PangoText.cpp (+4/-4)
Nux/PangoText.h (+2/-2)
Nux/RGBValuator.cpp (+61/-37)
Nux/RGBValuator.h (+1/-1)
Nux/RangeValue.cpp (+13/-6)
Nux/RangeValue.h (+1/-1)
Nux/RangeValueInteger.cpp (+6/-6)
Nux/RangeValueInteger.h (+1/-1)
Nux/SpinBox.cpp (+7/-7)
Nux/SpinBoxDouble.cpp (+7/-7)
Nux/SpinBox_Logic.cpp (+3/-3)
Nux/StaticTextBox.cpp (+9/-21)
Nux/StaticTextBox.h (+3/-5)
Nux/SystemThread.h (+1/-1)
Nux/TabView.cpp (+3/-3)
Nux/TabView.h (+3/-3)
Nux/Theme.cpp (+0/-1)
Nux/Theme.h (+6/-2)
Nux/VLayout.cpp (+1/-1)
Nux/VLayout.h (+1/-1)
Nux/Validator.cpp (+3/-3)
Nux/Validator.h (+1/-1)
Nux/WindowCompositor.cpp (+8/-8)
Nux/WindowCompositor.h (+1/-1)
NuxCore/FileIO.cpp (+1/-1)
NuxCore/FileIO.h (+3/-1)
NuxCore/FileManager/NFileManagerGNU.h (+5/-5)
NuxCore/FileManager/NFileManagerGeneric.cpp (+15/-15)
NuxCore/FileManager/NFileManagerGeneric.h (+7/-8)
NuxCore/FileManager/NFileManagerWindows.cpp (+10/-10)
NuxCore/FileManager/NFileManagerWindows.h (+3/-3)
NuxCore/FileManager/NSerializer.cpp (+1/-1)
NuxCore/FileName.cpp (+96/-98)
NuxCore/FileName.h (+12/-15)
NuxCore/FilePath.cpp (+36/-34)
NuxCore/FilePath.h (+5/-5)
NuxCore/NumberConversion.cpp (+13/-10)
NuxCore/NumberConversion.h (+4/-6)
NuxCore/NuxCore.cpp (+10/-1)
NuxCore/OutputDevice.cpp (+43/-21)
NuxCore/OutputDevice.h (+1/-1)
NuxCore/Parsing.cpp (+8/-8)
NuxCore/Parsing.h (+8/-8)
NuxCore/Platform.cpp (+21/-21)
NuxCore/Platform.h (+10/-10)
NuxCore/Plugin/NPluginManager.cpp (+2/-2)
NuxCore/Process.cpp (+2/-3)
NuxCore/Process.h (+2/-2)
NuxCore/TextString.cpp (+0/-1265)
NuxCore/TextString.h (+0/-236)
NuxCore/ThreadWin.cpp (+1/-1)
NuxCore/ThreadWin.h (+2/-2)
NuxCore/TimeFunctions.cpp (+3/-3)
NuxCore/TimeFunctions.h (+1/-1)
NuxCore/Win32Dialogs/NWin32Clipboard.cpp (+2/-2)
NuxCore/Win32Dialogs/NWin32Clipboard.h (+1/-1)
NuxCore/Win32Dialogs/NWin32CustomDialog.cpp (+7/-7)
NuxCore/Win32Dialogs/NWin32CustomDialog.h (+6/-6)
NuxGraphics/FontTexture.cpp (+14/-18)
NuxGraphics/FontTexture.h (+4/-4)
NuxGraphics/GLSh_ColorPicker.cpp (+21/-21)
NuxGraphics/GLSh_DrawFunction.cpp (+8/-8)
NuxGraphics/GpuDevice.cpp (+70/-46)
NuxGraphics/GpuDevice.h (+0/-1)
NuxGraphics/GraphicsDisplayWin.cpp (+1/-1)
NuxGraphics/GraphicsDisplayX11.cpp (+12/-12)
NuxGraphics/GraphicsDisplayX11.h (+10/-10)
NuxGraphics/GraphicsEngine.cpp (+7/-7)
NuxGraphics/IOpenGLGLSLShader.cpp (+7/-7)
NuxGraphics/NuxGraphics.h (+2/-2)
NuxGraphics/NuxGraphicsResources.cpp (+24/-101)
NuxGraphics/NuxGraphicsResources.h (+7/-7)
NuxGraphics/RenderingPipeAsm.cpp (+88/-110)
NuxGraphics/RenderingPipeGLSL.cpp (+117/-153)
NuxGraphics/RenderingPipeTextureBlend.cpp (+15/-24)
configure.ac (+9/-3)
tests/Makefile.am (+4/-4)
tests/gtest-nux-kineticscroller.cpp (+5/-5)
description: | updated |
Changed in nux: | |
importance: | Undecided → High |
Changed in nux: | |
status: | New → Confirmed |
Changed in nux: | |
assignee: | nobody → Jay Taoko (jaytaoko) |
status: | Confirmed → In Progress |
Changed in nux: | |
status: | In Progress → Fix Committed |
Changed in nux (Ubuntu): | |
status: | New → Fix Released |
importance: | Undecided → High |
To post a comment you must log in.
I'm reopening as this is still happening with r687: /launchpadlibra rian.net/ 119539924/ buildlog_ ubuntu- quantal- armel.nux_ 3.8.0bzr687pkg3 68quantal5_ FAILEDTOBUILD. txt.gz
https:/
Was this referenced by the nstring branch just by an accident?