2

..为什么它会破坏我的包装结构?

我正在尝试为最新的 git 版本的 VLC 构建 .deb 包。

即,我从 VLC(2.2.1)的发行版(ubuntu 15.10)源包中获取“/debian”目录,并将其复制/应用到 VLC 的最新 git pull(我能够毫无问题地编译) .

当我为 git 版本运行“debuild -b -uc -us”(适用于 VLC 2.2.1)时,我得到:

dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
dh clean --parallel --with autoreconf
dh_autoreconf_clean
patching file ./autotools/ltmain.sh
Hunk #1 FAILED at 5800.
Hunk #2 FAILED at 6168.
2 out of 2 hunks FAILED -- saving rejects to file ./autotools /ltmain.sh.rej
dh_autoreconf_clean: patch -R -f --no-backup-if-mismatch -i /usr/share/dh-autoreconf/ltmain-as-needed.diff ./autotools/ltmain.sh  
returned exit code 1
debian/rules:246: recipe for target 'clean' failed
make: *** [clean] Error 25
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
debuild: fatal error at line 1374:
dpkg-buildpackage -rfakeroot -D -us -uc -b failed

构建 debian 软件包很麻烦,而且信息有点稀缺。
知道这样的错误消息可能来自哪里,为什么?

4

1 回答 1

-1

我遇到了类似的问题,除了这个问题,我在谷歌上找不到任何东西。

我删除了我使用的 Debian 文件中存在的两个文件,autoreconf.after以及autoreconf.before.

于 2019-02-03T22:25:25.357 回答