binutils: Split out libiberty-dev to multiarch paths
Bug #1118626 reported by
Wookey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
The kernel build-depends on binutils-dev for builds, (because libiberty is used for perf in the linux-tools package). This prevents automated kernel cross-building because binutils-dev is not Multi-Arch: same, and cannot be easily made so due to its dependency on binutils. So apt-get --only-source build-dep -a linux fails
The maintainer's suggested fix is to split out the libiberty static library into an M-A: same package, which the kernel can then build-depend on.
The attached patch implements this.
affects: | ubuntu → binutils (Ubuntu) |
To post a comment you must log in.
wrong. this should be a separate *source* package. or better don't use libiberty but gnulib instead.