Package: apt-cacher-ng Version: 0.9.3.1-1 Severity: important Hi,
apt-cacher-ng FTBFS on hurd-* and kfreebsd-*, but the previous versions up to 0.9.2-1 successfully built there: https://buildd.debian.org/status/fetch.php?pkg=apt-cacher-ng&arch=kfreebsd-amd64&ver=0.9.3.1-1&stamp=1465428570 [ 60%] Building CXX object source/CMakeFiles/acngstuff.dir/fileio.cc.o cd /«PKGBUILDDIR»/obj-x86_64-kfreebsd-gnu/source && /usr/bin/c++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -I/«PKGBUILDDIR»/obj-x86_64-kfreebsd-gnu -I/«PKGBUILDDIR» -I/«PKGBUILDDIR»/include -D_FILE_OFFSET_BITS=64 -pthread -Wall -Wextra -Wno-unused-parameter -fvisibility-inlines-hidden -fvisibility=hidden -fdata-sections -ffunction-sections -std=gnu++11 -flto -o CMakeFiles/acngstuff.dir/fileio.cc.o -c /«PKGBUILDDIR»/source/fileio.cc /«PKGBUILDDIR»/source/fileio.cc:168:22: error: 'string' does not name a type void mkbasedir(const string & path) ^ Without looking at the code my guess is that there is either a 'std::' or a '#include <string>' missing. Andreas