You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Deepin Integration]~[v25-Release] fix: build with autoconf 2.72 by backporting the upstream $EGREP fix by Zeno-sole@deepin-community/wxwidgets3.0 by deepin-community-ci-bot[bot] #14022
Fix the build failure with autoconf 2.72: debian/rules regenerates
configure with the system autoconf, which no longer defines $EGREP
unless AC_PROG_EGREP is used, so no utils/wxrc/Makefile was
generated and the build failed at debian/rules:270 with
"objs_gtk3_sh/utils/wxrc: No such file or directory".
Backport upstream commit 00dff6e3bc ("Stop using $EGREP in
configure.ac unnecessarily") as debian/patches/fix-build-with-
autoconf-2.72.patch.
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
wxwidgets3.0 (3.0.5.1+dfsg-deepin4) unstable; urgency=medium
configure with the system autoconf, which no longer defines $EGREP
unless AC_PROG_EGREP is used, so no utils/wxrc/Makefile was
generated and the build failed at debian/rules:270 with
"objs_gtk3_sh/utils/wxrc: No such file or directory".
configure.ac unnecessarily") as debian/patches/fix-build-with-
autoconf-2.72.patch.