mvo5 / synaptic

The synaptic package manager
GNU General Public License v2.0
160 stars 55 forks source link

Failed build under Xubuntu 20.04 #55

Closed Skif-off closed 3 years ago

Skif-off commented 4 years ago
# apply distro specific patches if we have them
if [ -e debian/patches/00list.Ubuntu ]; then \
  cp debian/patches/00list.Ubuntu debian/patches/00list;\
  dpatch apply-all;\
fi;
applying patch 01_ubuntu_changelog to ./ ... failed.

As I see patch for common/rpackage.cc is too old, I tried to delete it and keep patch for common/rpackagestatus.cc, but I got the same error.

Vistaus commented 3 years ago

Isn't this fixed by the updated patch from #67?

Skif-off commented 3 years ago

Maybe cf4e2711f5c02ad468b62a60256240464e4a5e95 solved this problem? I tried to build 0.90.2 and everything went fine, no errors or warnings. So, I will close this issue as solved.