[Olsr-dev] Bug#544758: FTBFS on Debian kfreebsd

Holger Levsen (spam-protected)
Wed Sep 2 20:53:57 CEST 2009


package: olsrd
severity: important
User: (spam-protected)
Usertags: kfreebsd
x-debbugs-cc: (spam-protected), (spam-protected)

Hi,

filing this bug to track this somewhere else than in my inbox :)

olsrd fails to build from source on kfreebsd-i386 and -amd64, see 
https://buildd.debian.org/fetch.cgi?pkg=olsrd;ver=0.5.6-r5-1;arch=kfreebsd-amd64;stamp=1249389872
https://buildd.debian.org/fetch.cgi?pkg=olsrd;ver=0.5.6-r5-1;arch=kfreebsd-i386;stamp=1249389730

(also scroll down to see the patches which are not enough ;)

On Sonntag, 23. August 2009, Henning Rogge wrote:
> Am Dienstag 18 August 2009 20:17:01 schrieb Henning Rogge:
> > I will just download a Debian BSD image and install it in a virtual
> > machine. ;)
> Did not help, I don't get it running...

There is now a debian-installer for Debian kfreebsd available, get it at 
http://temp.aurel32.net/d-i-kfreebsd/

Also see http://wiki.debian.org/Debian_GNU/kFreeBSD

> If anyone from the debian side wants to work on this I would be happy to
> support him.

cool!


regards,
	Holger


Patches tried so far:

diff -r 44dbc4c82b0b make/guess_os.sh
--- a/make/guess_os.sh  Sun Aug 16 18:26:04 2009 +0200
+++ b/make/guess_os.sh  Mon Aug 17 19:33:30 2009 +0200
@@ -10,6 +10,7 @@
        case "$arch" in
                linux)          arch=linux ;;
                freebsd*)       arch=fbsd ;;
+               gnu/kfreebsd*) arch=fbsd ;;
                netbsd*)        arch=nbsd ;;
                openbsd*)       arch=obsd ;;
                darwin*)        arch=osx ;;


--- a/make/Makefile.fbsd        Sun Aug 16 18:26:04 2009 +0200
+++ b/make/Makefile.fbsd        Tue Aug 18 11:14:18 2009 +0200
@@ -15,6 +15,7 @@
 LIBS =

 CPPFLAGS +=    -DOLSRD_GLOBAL_CONF_FILE=\"$(CFGFILE)\"
+CPPFLAGS +=    -D__FreeBSD__

 ifdef NO_80211
 CPPFLAGS +=    -DFBSD_NO_80211=1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.olsr.org/pipermail/olsr-dev/attachments/20090902/155f8b12/attachment.sig>


More information about the Olsr-dev mailing list