Cross compiling for xenial always fails (E: Unable to locate package ...)
Bug #1609329 reported by
Daniel van Vugt
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
High
|
Daniel van Vugt | ||
mir (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Cross compiling for xenial always fails (E: Unable to locate package ...)
$ ./cross-
...
E: Unable to locate package android-headers-23
E: Unable to locate package google-mock
E: Unable to locate package libboost-
E: Unable to locate package libboost-
E: Unable to locate package libboost-system-dev
E: Unable to locate package libgoogle-glog-dev
E: Unable to locate package libgtest-dev
E: Unable to locate package liblttng-ust-dev
E: Unable to locate package libumockdev-dev
E: Unable to locate package umockdev
apt download failed. Exit value: 100
Related branches
lp://staging/~vanvugt/mir/fix-1609329
- Mir CI Bot: Approve (continuous-integration)
- Chris Halse Rogers: Approve
- Kevin DuBois (community): Approve
-
Diff: 84 lines (+23/-6)4 files modifiedcross-compile-chroot.sh (+5/-0)
src/platforms/android/include/android_format_conversion-inl.h (+1/-0)
src/platforms/android/server/graphic_buffer_allocator.h (+1/-0)
tools/setup-partial-armhf-chroot.sh (+16/-6)
Changed in mir: | |
assignee: | nobody → Daniel van Vugt (vanvugt) |
milestone: | none → 0.25.0 |
importance: | Undecided → High |
status: | New → In Progress |
Changed in mir: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This bug is driving me crazy. And it's not limited to xenial either - same problem with other distros.
There must be something special about those packages that can't be located. Are they new-ish or different in any way?