comments on current status
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 23 May 2012 15:24:43 +0000 (17:24 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 23 May 2012 15:24:43 +0000 (17:24 +0200)
wexlxc.mk

index f32a107..2cc3646 100644 (file)
--- 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 <mlhuang@cs.princeton.edu>