Hi,

On Thu, May 06, 2010 at 12:06:03PM -0500, Raphael Geissert wrote:
> Your package failed to autobuild in kfreebsd-{i386,amd64} and hurd-i386.
> The tail of the build log follows:
> 
> >  /usr/bin/fakeroot debian/rules clean
> > QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $?
> > = 2 No patch removed
> > rm -rf .pc debian/stamp-patched
> > dh_testdir
> > dh_testroot
> > rm -f build-stamp configure-stamp
> > # Add here commands to clean up after the build process.
> > /usr/bin/make clean
> > make[1]: Entering directory `/build/buildd/softgun-0.18'
> > config.mk:24: *** Unknown architecture.  Stop.

That is pretty easy to fix, it's just about the byteorder.h defines.
However, softgun still fails on both Hurd and kFreeBSD due to

make[2]: Entering directory `/home/mbanck/src/softgun-0.18/tools'
gcc -Wall -O9 -g  -fomit-frame-pointer tunctl.c -o sg_tunctl
tunctl.c:14:26: error: linux/if_tun.h: Datei oder Verzeichnis nicht
gefunden
tunctl.c: In function ‘main’:
tunctl.c:84: error: ‘IFF_TAP’ undeclared (first use in this function)
tunctl.c:84: error: (Each undeclared identifier is reported only once
tunctl.c:84: error: for each function it appears in.)
tunctl.c:84: error: ‘IFF_NO_PI’ undeclared (first use in this function)
tunctl.c:86: error: ‘TUNSETIFF’ undeclared (first use in this function)
tunctl.c:92: error: ‘TUNSETPERSIST’ undeclared (first use in this
function)
tunctl.c:103: error: ‘TUNSETOWNER’ undeclared (first use in this
function)
make[2]: *** [sg_tunctl] Fehler 1
make[2]: Leaving directory `/home/mbanck/src/softgun-0.18/tools'

Seems like much more porting is required for 0.18.


Michael



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to