在64位Ubuntu中构建32位软件包失败

时间:2012-09-17 19:19:55

标签: ubuntu packaging deb

我正在创建一个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

1 个答案:

答案 0 :(得分:0)

我找到的唯一解决方案是拥有两个虚拟系统,一个安装32位,另一个安装64位。