#3509: Various build errors after ./prepare is run
---------------------+------------------------------------------------------
 Reporter:  brianko  |       Owner:  mutt-dev
     Type:  defect   |      Status:  new     
 Priority:  major    |   Milestone:          
Component:  mutt     |     Version:  1.5.21  
 Keywords:           |  
---------------------+------------------------------------------------------
 After applying VVV's rr-compressed patch, I needed to run {{{prepare}}} so
 the {{{--enable-compressed}}} option for {{{configure}}} was recognized.
 This led to a couple of subsequent build errors:

 {{{
 brian@turquoise <11:44 PM> 598$ make mutt
  cd . && /bin/sh /usr/local/src/mutt-1.5.21/missing --run automake-1.9
 --foreign
 Makefile.am: required file `./compile' not found
 make: *** [Makefile.in] Error 1
 }}}
 This was resolved by adding the {{{-a}}} option to the automake-1.9
 argument in the Makefile and re-running the make command.

 After configure ran again (!), this error cropped up:

 {{{
 configure: creating ./config.status
  cd  && /bin/sh ./config.status Makefile depfiles
 /bin/sh: ./config.status: No such file or directory
 make: *** [Makefile] Error 127
 }}}
 This was resolved by running {{{./config.status Makefile depfiles}}}
 manually.  Compilation after this was successful.

 Some other info that might be of interest:
 autoconf version: 2.59
 automake version: 1.9.4
 Linux O/S

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3509>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Reply via email to