Re: errors while compiling mutt-1.3.27

2002-02-11 Thread Dr. Sharukh K. R. Pavri.

Maarten den Braber muttered:
 * Dr. Sharukh K. R. Pavri. [EMAIL PROTECTED] [020210 15:33]:
  Ok, did that, here's what I get:
  ---
  [root@farzaan mutt-1.3.27]# make install
  ./patchlist.sh  ./PATCHES  patchlist.c
  /bin/sh: ./patchlist.sh: Permission denied
  make: *** [patchlist.c] Error 126
  -
  
  patchlist.c is an empty file in the mutt source directory.
 
 What are the permissions of patchlist.sh? It normally gives this error
 (Permission denied) when the file is not executable. Try doing chmod u+x
 patchlist.sh.

patchlist.sh *is* executable. Or rather I should say *was*. I couldn't
wait so I downloaded 1.3.27 at a friend's place (he has cable internet). I
am now running 1.3.27 but I would still like to know why I got these
errors. Also, are there any specific steps that need to be taken when
patching mutt either using diff's or third-party patches?

regards,

Sharukh.
-- 
Dr. Sharukh K. R. Pavri
Mumbai, India.




Re: errors while compiling mutt-1.3.27

2002-02-11 Thread David T-G

Sharukh --

...and then Dr. Sharukh K. R. Pavri. said...
% 
...
% patchlist.sh *is* executable. Or rather I should say *was*. I couldn't

Interesting.


% wait so I downloaded 1.3.27 at a friend's place (he has cable internet). I
% am now running 1.3.27 but I would still like to know why I got these

Good :-)


% errors. Also, are there any specific steps that need to be taken when

I haven't ever seen it, so I wonder if it's a problem that crept in by
using diffs to get from .24 to .27.  Certainly the PATCHES functionality
was [re-]added in that gap; it looks awfully suspicious.

Without you to test and poke, though, I doubt any of us will be able to
come up with an answer for you.


% patching mutt either using diff's or third-party patches?

I haven't used the diff method to change versions, but it really should
be straightforward and I can't think of any special procedures.

When applying third-party patches, things can get hairy.  You might surf
over to 

  http://mutt.justpickone.org/

and take a look at the build cocktail directory and some of the files at
the top.  You can see how I put together the whole mess in 00.makeme.sh,
and any patch that ends in dtg has been tweaked to fit my installation.


% 
% regards,

HTH  HAND


% 
% Sharukh.
% -- 
% Dr. Sharukh K. R. Pavri
% Mumbai, India.


:-D
-- 
David T-G  * It's easier to fight for one's principles
(play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!




msg24414/pgp0.pgp
Description: PGP signature


Re: errors while compiling mutt-1.3.27

2002-02-10 Thread Dr. Sharukh K. R. Pavri.

Stefan Frank muttered:
 At Fri, Feb 08 2002 [14:24 +0530], Dr. Sharukh K. R. Pavri. aroused my
 curiosity with:
 
 Hello :-)
 
  [root@farzaan mutt-1.3.27]# make install
  make: *** No rule to make target `PATCHES', needed by `patchlist.c'. Stop.
 
 Change to the mutt source-dir and create a empty file called PATCHES.
 After that try make again.

Ok, did that, here's what I get:
---
[root@farzaan mutt-1.3.27]# make install
./patchlist.sh  ./PATCHES  patchlist.c
/bin/sh: ./patchlist.sh: Permission denied
make: *** [patchlist.c] Error 126
-

patchlist.c is an empty file in the mutt source directory.

just to try my luck again, I tried make install again and this time after
a long list of messages going past on the terminal I am left with this:

-
/home/spavri/.software/mutt-1.3.27/muttlib.c:78: the use of `mktemp' is
dangerous, better use `mkstemp'
main.o: In function `show_version':
/home/spavri/.software/mutt-1.3.27/main.c:398: undefined reference to
`mutt_print_patchlist'
collect2: ld returned 1 exit status
make[1]: *** [mutt] Error 1
make[1]: Leaving directory `/home/spavri/.software/mutt-1.3.27'
make: *** [install-recursive] Error 1
--

Needless to say I am still running 1.3.23 as the user agent header will
show. now what ?

regards,

Sharukh.
-- 
Dr. Sharukh K. R. Pavri
Mumbai, India.



Re: errors while compiling mutt-1.3.27

2002-02-10 Thread Maarten den Braber

* Dr. Sharukh K. R. Pavri. [EMAIL PROTECTED] [020210 15:33]:
 Ok, did that, here's what I get:
 ---
 [root@farzaan mutt-1.3.27]# make install
 ./patchlist.sh  ./PATCHES  patchlist.c
 /bin/sh: ./patchlist.sh: Permission denied
 make: *** [patchlist.c] Error 126
 -
 
 patchlist.c is an empty file in the mutt source directory.

What are the permissions of patchlist.sh? It normally gives this error
(Permission denied) when the file is not executable. Try doing chmod u+x
patchlist.sh.

mdb
-- 
You have the capacity to learn from mistakes.  You'll learn a lot today.



errors while compiling mutt-1.3.27

2002-02-08 Thread Dr. Sharukh K. R. Pavri.

Hi, 

I have been lurking on this list for quite some time. I am at present
using mutt 1.3.23i which I had built from the tarball. I have now
downloaded the diff's for upgrading to 1.3.27. I put the diff's in the
main mutt source directory and patched the source. 

I got a few errors while patching, something wrt the .po file with three
hunks (of the same name) failing for each patch applied. I remember someone
mentioning on the list that these were not *essential* and so I went ahead
with ./configure which gave no errors. But, when I try make install I get
the following errors:

[root@farzaan mutt-1.3.27]# make install
make: *** No rule to make target `PATCHES', needed by `patchlist.c'. Stop.
-

I can't find a patchlist.c anywhere on my pc. I am using a stock install
of RedHAt 7.1.

I'm afraid my knowledge of programming is zero (I am a doctor of
medicine). So if some kind soul can please pull me out of this :-). I am
on a dial-up line so I would prefer not to have to download the 1.3.27
source in toto.

reagards,

Sharukh.
-- 
Dr. Sharukh K. R. Pavri
Mumbai, India.



Re: errors while compiling mutt-1.3.27

2002-02-08 Thread Stefan Frank

At Fri, Feb 08 2002 [14:24 +0530], Dr. Sharukh K. R. Pavri. aroused my
curiosity with:

Hello :-)

 [root@farzaan mutt-1.3.27]# make install
 make: *** No rule to make target `PATCHES', needed by `patchlist.c'. Stop.

Change to the mutt source-dir and create a empty file called PATCHES.
After that try make again.

Tschoe,
Steff