【发布时间】:2012-09-17 19:19:55
【问题描述】:
我正在创建一个仅 32 位二进制包,它在 64 位的 Ubuntu 环境中。我已经安装了 ia32-libs,但是当我运行时:
debuild -ai386 -b
我收到以下错误:
dh_strip 无法执行“i686-linux-gnu-strip”:没有这样的文件或目录 在 /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm 第 215 行。dh_strip: i686-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-unneeded PATH_TO_LIB_IN_PACKAGE
【问题讨论】: