Changes between Initial Version and Version 1 of Ticket #36978


Ignore:
Timestamp:
Nov 13, 2012, 7:26:05 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remove /usr/local/bin/aclocal, and anything else you have in /usr/local; it is not supported to have things in /usr/local while using MacPorts because it can interfere.

You shouldn't try to use two package managers, such as Homebrew and MacPorts, at the same time because they might interfere with one another. Pick one package manager to use, and uninstall the other and any packages it installed.

If hadoop needs aclocal, then the hadoop port needs a build dependency on the automake port. This was probably not noticed before because Xcode used to include a copy of automake, but the most recent version of Xcode no longer does.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36978

    • Property Keywords aclocal removed
    • Property Owner changed from macports-tickets@… to hum@…
    • Property Summary changed from hadoop install - aclocal not found though installed to hadoop: needs build dependency on automake
    • Property Port hadoop added
  • Ticket #36978 – Description

    initial v1  
    22Install progresses until this.
    33
     4{{{
    45:info:build compile-native:
    56:info:build
     
    1516:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_java_hadoop/hadoop/work/hadoop-1.0.4" && ant compile-native compile-c++-libhdfs -Dcompile.native=true -Dsnappy.prefix=/opt/local -Dcompile.c++=true -Dlibhdfs=true
    1617:info:build Exit code: 1
     18}}}
    1719
    1820aclocal is installed -
    1921
     22{{{
    2023bash-3.2$ which aclocal
    2124/usr/local/bin/aclocal
     
    3134Written by Tom Tromey <tromey@redhat.com>
    3235       and Alexandre Duret-Lutz <adl@gnu.org>.
    33 
     36}}}
    3437
    3538I earlier had a problem with autoreconf not being found - It was there, due to a homebrew install in the past.  I decided to execute a "port install" of automake and that seemed to clear that problem (not sure why.)  I did not see anything clearly related to this in the ticket archives.  I am new to working with macports.  Any thoughts?  Thanks