Source: aufs-tools
Version: 1:3.0+20111022-1
Severity: serious
Justification: fails to build from source
Hi,
aufs-tools FTBFS on all architecture.
Because aufs-tools check kernel version on building environment.
-----
debian/rules build
dh build
dh_testdir
dh_auto_configure
dh_auto_build
make[1]: Entering directory
`/build/buildd-aufs-tools_3.0+20111022-1-amd64-J5oZ29/aufs-tools-3.0+20111022'
cc -I./libau -O -Wall -DMOUNT_CMD_PATH=\"\" ver.c -o ver
./ver
Wrong version!
aufs-util for aufs3.0 and later, but aufs is
2.1-standalone.tree-3.0-rcN-20110711.
make[1]: *** [ver_test] Error 255
rm ver
make[1]: Leaving directory
`/build/buildd-aufs-tools_3.0+20111022-1-amd64-J5oZ29/aufs-tools-3.0+20111022'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
-----
I created a patch which ignore checking kernel version.
I attached.
Best regards,
Nobuhiro
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
--- a/Makefile 2011-11-17 14:47:35.000000000 +0900
+++ b/Makefile 2011-11-17 14:47:41.000000000 +0900
@@ -53,7 +53,6 @@
ln -sf ./libau/libau*.so .
ver_test: ver
- ./ver
${Bin}: LDLIBS = -L. -lautil
${BinObj}: %.o: %.c ${LibUtilHdr} ${LibUtil}