#3985 closed defect (fixed)
Pippy needs ARM box2d binaries, XO-1.75/XO-4 support
Reported by: | greenfeld | Owned by: | humitos |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | Pippy | Version: | 0.97.x |
Severity: | Unspecified | Keywords: | r+, olpc-test-passed |
Cc: | RafaelOrtiz | Distribution/OS: | OLPC |
Bug Status: | Unconfirmed |
Description
- Start the "Physics" example in Pippy-49/OLPC 13.1.0 os4 on XO-1.75 or XO-4.
- The program will fail to load since the included version of Pippy lacks ARM binaries.
(In general, all activities with platform-specific binaries will have to be checked for XO-4 support.)
Attachments (3)
Change History (13)
comment:1 follow-up: ↓ 2 Changed 11 years ago by dsd
comment:2 in reply to: ↑ 1 Changed 11 years ago by garycmartin
Replying to dsd:
It should probably just use the systemwide box2d if available, and not offer the functionality if not.
+1, Physics Activity tries to use the systemwide box2d, and includes a binary to support users of older Sugar releases where box2d was not part of the platform.
comment:3 Changed 11 years ago by greenfeld
- Cc godiard removed
- Milestone changed from Unspecified by Release Team to 0.98
- Owner changed from lfaraone to godiard
- Status changed from new to assigned
comment:4 Changed 11 years ago by humitos
- Owner changed from godiard to humitos
- Status changed from assigned to accepted
Changed 11 years ago by humitos
Changed 11 years ago by humitos
Changed 11 years ago by humitos
comment:5 Changed 11 years ago by humitos
- Cc RafaelOrtiz added
- Keywords r? added
These patches are based on #3361
comment:6 Changed 11 years ago by humitos
- Priority changed from Unspecified by Maintainer to High
comment:7 Changed 11 years ago by RafaelOrtiz
Patches applied upstream, must be in next release.
http://git.sugarlabs.org/pippy/mainline/commit/ebf2506c5281ef7aff684c93fc89d3eaf4713285
http://git.sugarlabs.org/pippy/mainline/commit/ba0e6bd72a88cf523bc39065de27685388afb905
http://git.sugarlabs.org/pippy/mainline/commit/ce82fa155a6a351d75fc17e10a5299f56892e185
comment:8 Changed 11 years ago by humitos
- Keywords r+ olpc-test-pending added; r? removed
- Resolution set to fixed
- Status changed from accepted to closed
This is available in version 51.
comment:9 Changed 11 years ago by greenfeld
- Keywords olpc-test-passed added; olpc-test-pending removed
The Physics example in Pippy-51/13.1.0 os20 starts properly on all four XO platforms.
It should probably just use the systemwide box2d if available, and not offer the functionality if not.