Re: [Sawfish] installing sawfish in xubuntu |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
- To: sawfish@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [Sawfish] installing sawfish in xubuntu
- From: Tomasz Gajewski <tomga@xxxxx>
- Date: Sat, 25 Aug 2012 19:54:43 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1345917284; bh=80F0LbfHESQOaeQbc16niUWtMTf2AVg1+1d7Ps/lKzc=; h=From:To:Subject; b=TS0ry4yUSayWFxkmZJFdKoTxqJqB2yoMuo5B4A2sobavS6tirSD/zHfhgVOpHUPsW ZcmaiwCUyoOzLb2mqeVOWecj3ECdmGurAXm0vCqmMes3+xFIpYyGNFcPJHZOFdyXka 6fXcdZkHkoy2YzvL3oUwlZ961NbTgwondbXWEsYY=
greg heil <emanuensis@xxxxxxxxx> writes:
> Hmm well that said it was a "x86_64 x86_64 GNU/Linux" system!
Probably you have dual architecture configuration x86 + i386. Warning
during update could be ignored but:
sudo apt-get install sawfish
fails with:
The following packages have unmet dependencies:
sawfish : Depends: libfontconfig1 (>= 2.9.0) but 2.8.0-3ubuntu9.1 is to be installed
E: Unable to correct problems, you have held broken packages.
probably due to fact, that newer package versions were available on
unstable debian than current ubuntu.
> Are there any good instructions on how to do this?
>
Something like this worked for me
export CONFIG_SHELL="/bin/bash" # important for libtool problem
for each librep rep-gtk sawfish perform
apt-get source <pkg>
sudo apt-get build-dep <pkg>
cd <pkg-src-dir>
dpkg-buildpackage -rfakeroot
cd ..
sudo dpkg -i <created.debs>
Regards
Tomasz Gajewski
--
Sawfish ML