Re: what am I doing wrong?
Brought to you by:
thesun
From: Shachar S. <sh...@sh...> - 2008-05-26 06:14:42
|
Ooops, minor amendment to the previous instructions. Shachar Shemesh wrote: > I suspect that something is wrong with > /home/ugah/files/wallpapers/sara-02.jpg, but lets make sure. I'm > attaching a patch to rsyncrypto for better error reporting of these > errors. Here's what you have to do in order to apply it: > > As root: > apt-get update (or aptitude update, or whatever you usually do. Sid > already has version 1.10, so I know your system is out of date `-). > apt-get build-dep rsyncrypto > apt-get install devscripts ^^^^^ This step is unnecessary > > As a normal user: > cd <some directory where you can work> > apt-get source rsyncrypto > cd rsyncrypto-1.10 > patch -p0 < report.patch (the file attached to this email) > dch --nmu The lines immediately above and below this line are also unnecessary. > at this point an editor will open up. Just save the file there with no > further changes > dpkg-buildpackage > > As root again > cd <same directory as before> > dpkg -i rsyncrypto_1.10-1.1_<whatever platform>.deb > > Run the program again and report what it says failed. > > Shachar Shachar |