X-Git-Url: http://git.onelab.eu/?p=wextoolbox.git;a=blobdiff_plain;f=wexlxc.mk;h=6032f609529a4488598284f822b2a610935b32b0;hp=23addfa6e2592131ee15b17cf5a342c783768965;hb=refs%2Fheads%2Fwexlxc;hpb=fc07f9437fe4480c6ef2fd0e5d8ef6851245150c diff --git a/wexlxc.mk b/wexlxc.mk index 23addfa..6032f60 100644 --- a/wexlxc.mk +++ b/wexlxc.mk @@ -1,7 +1,7 @@ +#################### status as of nov 29 2012 # -### 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: +########## gnuradio +# 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 @@ -21,7 +21,37 @@ # 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 # -### +########## spectools +# moving forward I face another issue with spectools +# +# gcc -I./ -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -c spectool_raw.c -o spectool_raw.o +# gcc spectool_container.o wispy_hw_gen1.o wispy_hw_24x.o wispy_hw_dbx.o spectool_net_client.o spectool_raw.o -o spectool_raw -lpthread -lm -lusb +# wispy_hw_dbx.o: In function `wispydbx_usb_open': +# /longbuildroot/BUILD/spectools-2009_06_R1/wispy_hw_dbx.c:635: undefined reference to `usb_debug' +# collect2: ld returned 1 exit status +# make[1]: *** [spectool_raw] Error 1 +# make[1]: Leaving directory `/build/BUILD/spectools-2009_06_R1' +# error: Bad exit status from /longbuildroot/tmp/rpm-tmp.zqqEgL (%build) +# +# putting this aside as well for now +# +########## nodeimage +# with this distro we reach the bootstrapfs tarballs with these sizes for last attempt +# 2263306240 /var/www/html/boot/bootstrapfs-wexlxc-f16-x86_64.tar +# 639539315 /var/www/html/boot/bootstrapfs-wexlxc-f16-x86_64.tar.bz2 +# +# related or not, rpm fails like this +# Checking for unpackaged file(s): /usr/lib/rpm/check-files /longbuildroot/BUILDROOT/nodeimage-wexlxc-f16-x86_64-2.1-2.2012.11.29.x86_64 +# Wrote: /longbuildroot/RPMS/noarch/nodeimage-wexlxc-f16-x86_64-2.1-2.2012.11.29.noarch.rpm +# error: create archive failed on file /longbuildroot/BUILDROOT/nodeimage-wexlxc-f16-x86_64-2.1-2.2012.11.29.x86_64/var/www/html/boot/bootstrapfs-wexlxc-f16-x86_64.tar: cpio: Bad magic +# which suggests that the -plain packaging is failing; +# the fact that cpio has a known limitation to 2Gb could be the culprit here, +# although it seemed from other that the rpm we use didn't have that limitation... +# # rpm -q rpm +# rpm-4.9.1.3-1.fc16.x86_64 +# +# dropping this for now; one way out would be to stop building the plain package, not sure how bad it would be for tests +######################################## # # declare the packages to be built and their dependencies # initial version from Mark Huang @@ -61,8 +91,8 @@ spectools-MODULES := spectools spectools-SPEC := spectools.spec spectools-BUILD-FROM-SRPM := yes spectools-DEVEL-RPMS := gtk2-devel libusb-devel -ALL += spectools -IN_NODEIMAGE += spectools +#ALL += spectools +#IN_NODEIMAGE += spectools # # sge