From 34fa13809cf1a05156aa26ccfa61523897ba3d43 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 23 May 2012 17:24:43 +0200 Subject: [PATCH] comments on current status --- wexlxc.mk | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/wexlxc.mk b/wexlxc.mk index f32a107..2cc3646 100644 --- a/wexlxc.mk +++ b/wexlxc.mk @@ -1,4 +1,28 @@ # +### status as of may 23 2012 +# this essentially targets f16 of course +# however in f16 gnuradio comes as 3.4 while f14 had 3.2: +# [2012.05.23--wtx-f14-64] ~ # rpm -q gnuradio +# gnuradio-3.2.2-9.fc14.x86_64 +# [2012.05.23--wexlxc-f16-64] ~ # rpm -q gnuradio +# gnuradio-3.4.2-7.fc16.x86_64 +### +# This causes bbn build crash +# our bbn comes from http://mirror.onelab.eu/third-party/bbn_80211-3.2.2.tar.gz +# and when built against gnuradio in f16, we're getting +# g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gnuradio -I/usr/include/python2.7 -g -O2 -Wall -Woverloaded-virtual -pthread -MT bbn.lo -M\ +# D -MP -MF .deps/bbn.Tpo -c bbn.cc -fPIC -DPIC -o .libs/bbn.o +# In file included from bbn.cc:4108:0: +# bbn_tap.h:38:24: fatal error: omnithread.h: No such file or directory +# +# I could not at first sight easily locate a new bbn that would be numbered 3.4 +# all they have seems to be a svn repo... +# +# we'll start with using plain lxc for orange and we'll see if that's a real issue +# might as well be just fine +# +### +# # declare the packages to be built and their dependencies # initial version from Mark Huang # Mark Huang -- 2.43.0