[MacPorts] #53595: hadoop fails to install before and after selfupdate to 2.40
MacPorts
noreply at macports.org
Sat Feb 18 20:57:31 UTC 2017
#53595: hadoop fails to install before and after selfupdate to 2.40
------------------------------+-------------------
Reporter: TheLastLovemark | Owner:
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.4.0
Resolution: | Keywords:
Port: hadoop |
------------------------------+-------------------
Comment (by kencu):
thanks. Doesn't build for me on Sierra either, although different error.
Not sure at what system version it stopped working - the buildbots could
probably tell us that. I am not certain what is wrong. This is the failing
command:
{{{
:debug:build system: cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_java_hadoop/hadoop/work/hadoop-1.2.1"
&& ant compile-native compile-c++-libhdfs -Dcompile.native=true
-Dsnappy.prefix=/opt/local -Dcompile.c++=true -Dlibhdfs=true
}}}
what I do in these situations, is break it up and try it manually. So I
would do this:
{{{
cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_java_hadoop/hadoop/work/hadoop-1.2.1"
}}}
and then (using sudo):
{{{
sudo ant compile-native compile-c++-libhdfs -Dcompile.native=true
-Dsnappy.prefix=/opt/local -Dcompile.c++=true -Dlibhdfs=true
}}}
that might give you better error messages into why that command is
failing.
Perhaps someone who knows more about busted Java apps can help out. Sorry
no magic fix.
--
Ticket URL: <https://trac.macports.org/ticket/53595#comment:21>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list