[Bug 966103] Re: FTCBFS: Cross build calls wrong-arch strip
Launchpad Bug Tracker
966103 at bugs.launchpad.net
Thu Mar 29 15:45:04 UTC 2012
This bug was fixed in the package dash - 0.5.7-2ubuntu2
---------------
dash (0.5.7-2ubuntu2) precise; urgency=low
* Ensure correct strip is called when cross-building LP: #966103
-- Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org> Tue, 27 Mar 2012 15:03:17 +0300
** Changed in: dash (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to dash in Ubuntu.
https://bugs.launchpad.net/bugs/966103
Title:
FTCBFS: Cross build calls wrong-arch strip
Status in “dash” package in Ubuntu:
Fix Released
Status in “dash” package in Debian:
New
Bug description:
Dash does not call the correct arch strip so cross-builds fail right
at the end.
debian/rules binary
rm -rf '/tmp/dash-0.5.7/debian/ash'
install -d -m0755 '/tmp/dash-0.5.7/debian/ash'/bin
ln -s dash '/tmp/dash-0.5.7/debian/ash'/bin/ash
install -d -m0755 '/tmp/dash-0.5.7/debian/ash'/usr/share/man/man1/
ln -s dash.1.gz '/tmp/dash-0.5.7/debian/ash'/usr/share/man/man1/ash.1.gz
# changelog
test -r changelog || ln -s ChangeLog changelog
# dash
rm -rf '/tmp/dash-0.5.7/debian/dash'
install -d -m0755 '/tmp/dash-0.5.7/debian/dash'/bin
install -m0755 build-tmp/src/dash '/tmp/dash-0.5.7/debian/dash'/bin/dash
strip -R .comment -R .note '/tmp/dash-0.5.7/debian/dash'/bin/dash
strip: Unable to recognise the format of the input file `/tmp/dash-0.5.7/debian/dash/bin/dash'
make: *** [install-arch] Error 1
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
root at puchatek:/tmp/dash-0.5.7#
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dash/+bug/966103/+subscriptions
More information about the foundations-bugs
mailing list