Comment 7 for bug 1224517

Revision history for this message
Jiri Hoogeveen (wica128) wrote :

Hi Bernhard,

I have rebuild it it with 1.5.0+dfsg-3ubuntu5.2, but did not get the messages :/

And yep, it seams sed like the -i.

update: nieuwe glusterfs version 3.4.2 and the new packages from ubuntu 13.10

== Install GlusterFS PPA
Add PPA repo from semiosis
sudo add-apt-repository ppa:semiosis/ubuntu-glusterfs-3.4
sudo apt-get update
sudo apt-get -y install glusterfs-client glusterfs-server

== Get GlusterFS glfs.h

wget http://download.gluster.org/pub/gluster/glusterfs/3.4/LATEST/glusterfs-3.4.2.tar.gz
tar xzf glusterfs*
mkdir -p /usr/include/glusterfs/api/
cp glusterfs*/api/src/glfs.h /usr/include/glusterfs/api/
rm -rf glusterfs*

== Rebuild qemu deb
mkdir rebuild-qemu
cd rebuild-qemu
apt-get source qemu
sudo apt-get -y build-dep qemu
cd qemu*
sed -i -e '/^XSBC-Original-Maintainer/d' -e 's/Maintainer/XSBC-Original-Maintainer/' -e '4iMaintainer: minime < <email address hidden> >' debian/control
dch -l custom
dch -r saucy
sed -i '3iDEB_CONFIGURE_EXTRA_FLAGS="--enable-glusterfs"' debian/rules
debuild -us -uc -j$(($(grep processor /proc/cpuinfo |wc -l) + 2))