Package: iroffer Version: 1.4.b03-2 Severity: important Tags: patch Salut Aurélien,
currently your package FTBFS on GNU/kFreeBSD with the following error: > # Add here commands to configure the package. > ./Configure > > Configure for iroffer 1.4.b03 [20051213024435] > Determining OS... GNU/kFreeBSD > ***ERROR***: This OS is not supported > touch configure-stamp > dh_testdir > # Add here commands to compile the package. > /usr/bin/make CONFIG_CFLAGS="-Wall -g -O2" CONFIG_LDFLAGS="" > make[1]: Entering directory `/build/buildd/iroffer-1.4.b03' > make[1]: *** No targets specified and no makefile found. Stop. > make[1]: Leaving directory `/build/buildd/iroffer-1.4.b03' > make: *** [build-stamp] Error 2 Full build logs are available at <http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=iroffer>. Please find attached a patch to add a (virtual) symlink from both GNU/kFreeBSD and GNU(/Hurd, which needs the same, although I've not tested a full build on this platform). Afterwards, your package builds fine on GNU/kFreeBSD (at least). Cheers, -- Cyril Brulebois
--- iroffer-1.4.b03/Configure 2007-03-15 13:13:13.926933000 +0100 +++ iroffer-1.4.b03/Configure 2007-03-15 13:18:45.000000000 +0100 @@ -69,6 +69,9 @@ OSF1 | Rhapsody | Darwin | AIX ) # nothing fancy ;; + GNU/kFreeBSD | GNU ) + ostype=Linux + ;; SunOS ) libs="$libs -lsocket -lnsl" ;;