[Bug 966103] [NEW] FTCBFS: Cross build calls wrong-arch strip
Launchpad Bug Tracker
966103 at bugs.launchpad.net
Tue Mar 27 10:33:29 UTC 2012
You have been subscribed to a public bug by Marcin Juszkiewicz (hrw):
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#
** Affects: dash (Ubuntu)
Importance: Undecided
Status: New
** Tags: armel cross patch
--
FTCBFS: Cross build calls wrong-arch strip
https://bugs.launchpad.net/bugs/966103
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.
More information about the Ubuntu-sponsors
mailing list