wget http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp_2.1.0+dfsg-1.debian.tar.gz
# get it ready
tar xf libseccomp_2.1.0+dfsg.orig.tar.gz
cd libseccomp-2.1.0+dfsg/
# install the debian magic
tar xf ../libseccomp_2.1.0+dfsg-1.debian.tar.gz
# apply series files if any
while quilt push; do quilt refresh; done
# build debs, they'll appear one directory up
debuild -i -us -uc -b
cd ..
# install it
dpkg -i *.deb
# qemu deps have been satisfied let's build
cd ..
mkdir qemu
cd qemu
# download our sources. you'll want to check back frequently on these for changes
wget http://ftp.de.debian.org/debian/pool/main/q/qemu/qemu_1.7.0+dfsg.orig.tar.xz
wget http://ftp.de.debian.org/debian/pool/main/q/qemu/qemu_1.7.0+dfsg-2.debian.tar.gz
wget http://download.gluster.org/pub/gluster/glusterfs/3.4/LATEST/glusterfs-3.4.2.tar.gz
tar xf glusterfs-3.4.2.tar.gz
tar xf qemu_1.7.0+dfsg.orig.tar.xz
cd qemu-1.7.0+dfsg/
# unpack the debian magic
tar xf ../qemu_1.7.0+dfsg-2.debian.tar.gz
# bring glusterfs in to the buiild
cp -r ../glusterfs-3.4.2 glusterfs
# the glusterfs check in configure looks around weird. I've never asked why but moving the src stuff up one works and tests fine
cd glusterfs/api/
##--enable-glusterfs todo
# --enable-glusterfs
glusterfs-common (>= 3.4.0),
while quilt push; do quilt refresh; done
# build packages
debuild -i -us -uc -b
# You now have shiny qemu debs up a directory to install as you please with.
To: "Bernhard Glomm" <bernhard.glomm@xxxxxxxxxxx>
Cc: gluster-users@xxxxxxxxxxx
Sent: Tuesday, January 14, 2014 4:24:26 AM
Subject: Re: libgfapi on ubuntu
I'm running ubuntu 13.10 and try recompile qemu as described herein order to test libgfapi.unfortunately compiling failed with messages like this:....In file included from /usr/include/libfdt.h:55:0,from /usr/src/rebuild-qemu/qemu-1.5.0+dfsg/device_tree.c:28:/usr/include/fdt.h:58:2: error: unknown type name âfdt32_tâfdt32_t magic; /* magic word FDT_MAGIC */^.....this both files are causing the trouble:/usr/include/fdt.h and/usr/include/libfdt.hI tried the qemu sources from "trusty" (ubuntu 14.04)with them make failes with:...dpkg-shlibdeps: error: no dependency information found for /usr/lib/libgfapi.so.0 (used by debian/qemu-system-misc/usr/bin/qemu-system-s390x)dh_shlibdeps: dpkg-shlibdeps -Tdebian/qemu-system-misc.substvars debian/qemu-system-misc/usr/bin/qemu-system-microblazeel debian/qemu-system-misc/usr/bin/qemu-system-or32 debian/qemu-system-misc/usr/bin/qemu-system-xtensaeb debian/qemu-system-misc/usr/bin/qemu-system-alpha debian/qemu-system-misc/usr/bin/qemu-system-sh4eb debian/qemu-system-misc/usr/bin/qemu-system-unicore32 debian/qemu-system-misc/usr/bin/qemu-system-m68k debian/qemu-system-misc/usr/bin/qemu-system-cris debian/qemu-system-misc/usr/bin/qemu-system-lm32 debian/qemu-system-misc/usr/bin/qemu-system-moxie debian/qemu-system-misc/usr/bin/qemu-system-microblaze debian/qemu-system-misc/usr/bin/qemu-system-s390x debian/qemu-system-misc/usr/bin/qemu-system-sh4 debian/qemu-system-misc/usr/bin/qemu-system-xtensa returned exit code 2make: *** [install] Error 2dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2debuild: fatal error at line 1361:dpkg-buildpackage -rfakeroot -D -us -uc -j10 failed....anyone an idea how to proceed?Since the above mentioned bug report is closed with "won't fix"until there is a MIR filed for glusterfs I may askwill that be done?Otherwise how can I use libgfapi on an ubuntu system?TIABernhard
_______________________________________________
Gluster-users mailing list
Gluster-users@xxxxxxxxxxx
http://supercolony.gluster.org/mailman/listinfo/gluster-users
_______________________________________________
Gluster-users mailing list
Gluster-users@xxxxxxxxxxx
http://supercolony.gluster.org/mailman/listinfo/gluster-users
_______________________________________________ Gluster-users mailing list Gluster-users@xxxxxxxxxxx http://supercolony.gluster.org/mailman/listinfo/gluster-users