[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#917216: python-apt FTBFS against apt/1.8.0~alpha3



Package: python-apt
Version: 1.8.0~alpha0~ubuntu2
Severity: serious

git autobuilders just found out that python-apt fails to build with the latest
apt as it is using the FileFd(const FileFd &) copy constructor I
just removed. I'm not sure if other packages are affected.

I deleteed the FileFd copy constructor because it caused segmentation
faults in a very simple example, as the FileFd is not really copyable
(though there may be some FileFds that are). The copy assignment operator
has been deleted earlier already, so it was never _fully_ copyable.

-- 
debian developer - deb.li/jak | jak-linux.org - free software dev
ubuntu core developer                              i speak de, en


Reply to: