[MacPorts] #17877: mutt 1.4.2.3 (with +compress) fails with "aclocal-1.9: command not found"
#17877: mutt 1.4.2.3 (with +compress) fails with "aclocal-1.9: command not found" -----------------------------------------+---------------------------------- Reporter: shreevatsa.public@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: mutt -----------------------------------------+---------------------------------- Build failure: {{{ sudo port install mutt +buffy +compress ---> Fetching mutt ---> Verifying checksum(s) for mutt ---> Extracting mutt ---> Applying patches to mutt ---> Configuring mutt ---> Building mutt Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_mutt/work/mutt-1.4.2.3" && make all " returned error 2 Command output: ./gen_defs ./OPS ./OPS.PGP > keymap_defs.h ./patchlist.sh < ./PATCHES > patchlist.c cd . && /bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_mutt/work/mutt-1.4.2.3/missing --run aclocal-1.9 -I m4 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_mutt/work/mutt-1.4.2.3/missing: line 46: aclocal-1.9: command not found WARNING: `aclocal-1.9' is needed, and you do not seem to have it handy on your system. You might have modified some files without having the proper tools for further handling them. Check the `README' file, it often tells you about the needed prerequirements for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing `aclocal-1.9' program. make: *** [aclocal.m4] Error 1 Error: Status 1 encountered during processing. }}} It builds fine without +compress. In both /usr/bin/ and /opt/local/bin/, I have `aclocal` and `aclocal-1.10`, no `aclocal-1.9`. -- Ticket URL: <http://trac.macports.org/ticket/17877> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17877: mutt 1.4.2.3 (with +compress) fails with "aclocal-1.9: command not found" -----------------------------------------+---------------------------------- Reporter: shreevatsa.public@… | Owner: simon@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: mutt -----------------------------------------+---------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => simon@… Comment: Assigning to maintainer. -- Ticket URL: <http://trac.macports.org/ticket/17877#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17877: mutt 1.4.2.3 (with +compress) fails with "aclocal-1.9: command not found" -----------------------------------------+---------------------------------- Reporter: shreevatsa.public@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Keywords: | Port: mutt -----------------------------------------+---------------------------------- Changes (by simon@…): * owner: simon@… => macports-tickets@… -- Ticket URL: <http://trac.macports.org/ticket/17877#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17877: mutt 1.4.2.3 (with +compress) fails with "aclocal-1.9: command not found" -----------------------------------------+---------------------------------- Reporter: shreevatsa.public@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Keywords: | Port: mutt -----------------------------------------+---------------------------------- Comment(by macports@…): This problem will also occur if you use the +nntp option. -- Ticket URL: <https://trac.macports.org/ticket/17877#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17877: mutt 1.4.2.3 (with +compress) fails with "aclocal-1.9: command not found" ----------------------------------+-------------------------------- Reporter: shreevatsa.public@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Resolution: | Keywords: Port: mutt | ----------------------------------+-------------------------------- Comment (by gjasny@…): Hello, The attached patch fixes the build with the following variants: {{{ +buffy +compress +nntp +compress }}} Currently mutt depends on AM_C_PROTOTYPES, which has been removed in newer automake versions. That's why I changed the Portfile to depend and re- generate with an older automake version. Thanks, Gregor -- Ticket URL: <https://trac.macports.org/ticket/17877#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17877: mutt 1.4.2.3 (with +compress) fails with "aclocal-1.9: command not found" ----------------------------------+-------------------------------- Reporter: shreevatsa.public@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Resolution: | Keywords: haspatch Port: mutt | ----------------------------------+-------------------------------- Changes (by ryandesign@…): * cc: gjasny@…, ryandesign@… (added) * keywords: => haspatch Comment: Thanks for the patch! I realize you're just updating what was already in the port, but are autoconf and automake really library dependencies? Usually they're only needed at build time. -- Ticket URL: <https://trac.macports.org/ticket/17877#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17877: mutt 1.4.2.3 (with +compress) fails with "aclocal-1.9: command not found" ----------------------------------+-------------------------------- Reporter: shreevatsa.public@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Resolution: | Keywords: haspatch Port: mutt | ----------------------------------+-------------------------------- Comment (by gjasny@…): Replying to [comment:6 ryandesign@…]:
are autoconf and automake really library dependencies? Usually they're only needed at build time.
You're right. Build time dependency would be sufficient. -- Ticket URL: <https://trac.macports.org/ticket/17877#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17877: mutt 1.4.2.3 (with +compress) fails with "aclocal-1.9: command not found" ----------------------------------+-------------------------------- Reporter: shreevatsa.public@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: haspatch Port: mutt | ----------------------------------+-------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => fixed Comment: Thanks! r99411. -- Ticket URL: <https://trac.macports.org/ticket/17877#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts