cbuild/hardware:distro/precise/r1/init.sh uses wrong dpkg-architecture param to workaround multiarch

Bug #1076480 reported by Paul Sokolovsky
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro Toolchain Build Automation
Triaged
Low
Unassigned

Bug Description

https://wiki.linaro.org/MichaelHope/Sandbox/MultiarchWorkarounds says that "dpkg-architecture -qDEB_HOST_MULTIARCH" should be used to query multiarch dir, but subj file uses "dpkg-architecture -qDEB_HOST_GNU_TYPE"

On my system:

$ dpkg-architecture -qDEB_HOST_MULTIARCH
i386-linux-gnu
$ dpkg-architecture -qDEB_HOST_GNU_TYPE
i686-linux-gnu

$ ls -ld /usr/lib/i386-linux-gnu
drwxr-xr-x 66 root root 65536 Nov 7 19:35 /usr/lib/i386-linux-gnu
$ ls -ld /usr/lib/i686-linux-gnu
ls: cannot access /usr/lib/i686-linux-gnu: No such file or directory

Revision history for this message
Michael Hope (michaelh1) wrote :

True. This only matters on 32 bit x86 - on all other architectures we care about the value is the same.

Changed in cbuild:
importance: Undecided → Low
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.