On Fri, Jun 23, 2000 at 03:20:52 +0200, Meinolf Sander wrote:
> Hello Byrial,
> 
> Which "patch" options exactly did you use to upgrade?

Nothing but -p1.

> I've taken into account these things and patched without --force,
> but it still doesn't work.

I guess that your starting point when isn't a/the right unchanged
version of mutt.

> I really don't know what's going wrong there - I think it should
> be okay to patch the 1.3.2 source code first with the 1.3.3 diff,
> after this with the 1.3.4 diff and then to compile it (but
> unfortunately it doesn't). 
> 
> Any ideas?

Something like this should in principle work (using GNU tar and
zcat):

$ tar xzf /path/to/mutt-1.2i.tar.gz
$ mv mutt-1.2 mutt-1.3.4
$ cd mutt-1.3.4
$ zcat /path/to/diff-1.2i-1.3i.gz | patch -p1
$ zcat /path/to/diff-1.3i-1.3.1i.gz | patch -p1
$ zcat /path/to/diff-1.3.1i-1.3.2i.gz | patch -p1
$ zcat /path/to/diff-1.3.2i-1.3.3i.gz | patch -p1
$ zcat /path/to/diff-1.3.3i-1.3.4i.gz | patch -p1
$ ./configure
$ make

However, there still will be trouble with some files (Changelog,
build-release and some po/*.po files) for the reasons Roland
Rosenfeld told about in another message in this thread.

You can either ignore the rejects if you don't need the concerned
.po files, or look at the .rej files and try to do the patching in
your editor.

-- 
Byrial
http://home.worldonline.dk/~byrial/

Reply via email to