Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174403 - mail-client/mutt-1.5.15-r1 doesn't apply compressed patch
Summary: mail-client/mutt-1.5.15-r1 doesn't apply compressed patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Fernando J. Pereda (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-13 09:28 UTC by vyp08
Modified: 2007-04-13 11:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vyp08 2007-04-13 09:28:09 UTC
I'm emerge mutt-1.5.15-r1, but when run:
$ mutt
open-hook: unknown command
[..]

$ mutt -v | grep COMPRESSED
-HAVE_REGCOMP  +USE_GNU_REGEX  -COMPRESSED
rr.compressed

I temporary add line:
sed -i "s/^\t-DHAVE_CONFIG_H=1$/\t-DHAVE_CONFIG_H=1 -DUSE_COMPRESSED=1/" Makefile
before line
emake || die "make failed"
in mutt-1.5.15-r1.ebuild.


Reproducible: Always
Comment 1 Fernando J. Pereda (RETIRED) gentoo-dev 2007-04-13 10:32:31 UTC
The patch is applied, otherwise you wouldn't see the -COMPRESSED line. The problem has to be somewhere else.

- ferdy
Comment 2 Fernando J. Pereda (RETIRED) gentoo-dev 2007-04-13 11:06:35 UTC
Ok... the compressed patch _writes_ to configure.in when mutt uses configure.ac, autotools prefers configure.ac and ignores configure.in. I'm rolling a new set of patches.

- ferdy
Comment 3 vyp08 2007-04-13 11:24:30 UTC
(In reply to comment #2)
> Ok... the compressed patch _writes_ to configure.in when mutt uses
> configure.ac, autotools prefers configure.ac and ignores configure.in.

Yes, I know.

> I'm rolling a new set of patches.

Thanks.
Comment 4 Fernando J. Pereda (RETIRED) gentoo-dev 2007-04-13 11:33:26 UTC
Ok, fixed in -r2. The mirrors will need a couple of hours to propagate, you can get the patchset -r2 from http://dev.gentoo.org/~ferdy/distfiles manually.

This time I verified that it shows +COMPRESSED when USE="-vanilla" :P

Thanks.

- ferdy
Comment 5 vyp08 2007-04-13 11:48:01 UTC
(In reply to comment #4)
> Ok, fixed in -r2. The mirrors will need a couple of hours to propagate, you can
> get the patchset -r2 from http://dev.gentoo.org/~ferdy/distfiles manually.>

Mutt work fine :)
Thanks.