Package: mysql-dfsg-4.1 Version: 4.1.9-1 The rules file tries to enable MySQLFS by specifying --with-mysqlfs. When I tried to build the package on my machine, this resulted in an error:
checking if we should build MySQLFS... yes [...] make[3]: Leaving directory `/opt/debian/build/mysql-dfsg-4.1-4.1.8a/support-files' Making all in fs /bin/sh: line 1: cd: fs: No such file or directory make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/opt/debian/build/mysql-dfsg-4.1-4.1.8a' make[1]: *** [all] Error 2 make[1]: Leaving directory `/opt/debian/build/mysql-dfsg-4.1-4.1.8a' make: *** [build-stamp] Error 2 Build command 'cd mysql-dfsg-4.1-4.1.8a && dpkg-buildpackage -b -uc' failed. E: Child process failed On the Debian build machines, this failure does not occur because the MySQLFS autoconf test fails: checking if we should build MySQLFS... disabled because ORBIT http://buildd.debian.org/fetch.php?&pkg=mysql-dfsg-4.1&ver=4.1.9-1&arch=ia64&stamp=1106738055&file=log&as=raw After I deinstalled all ORBIT packages, the build succeeded. That looks like an upstream bug. A quick solution would be to disable MySQLFS in ./debian/rules, which does not work anyway and is not enabled in the binary packages provided by the Debian mirrors. Max -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]