我需要linphone
在 Debian 12 上使用旧版本。
bookworm中的版本是4.4.10-3
,我实际上需要3.12.0
,它可以在Buster中找到。
在我的书虫构建机器上,我更改了源代码,并linphone-3.12.0
从巴斯特下载了源代码。然后我将源切换回 bookworm,并安装了所有必要的依赖项。
更新更多详细信息
我取得了一些进展,现在我在编译过程中取得了更大的进步。然而,它最终失败了:
make[3]: Leaving directory '/mnt/src/deb/LINPHONE/linphone-3.12.0/obj-x86_64-linux-gnu'
[ 66%] Built target linphone-static
make[2]: Leaving directory '/mnt/src/deb/LINPHONE/linphone-3.12.0/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:159: all] Error 2
make[1]: Leaving directory '/mnt/src/deb/LINPHONE/linphone-3.12.0/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
构建失败的原因是
Python 3 不再具有
open()
. 要解决此问题,请添加debian/patches/genwrapper.patch
包含并将其添加到
debian/patches/series
: