You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/05/08 21:24:00 UTC

[jira] [Created] (ACCUMULO-3786) build_native_library.sh could use more error checking

Josh Elser created ACCUMULO-3786:
------------------------------------

             Summary: build_native_library.sh could use more error checking
                 Key: ACCUMULO-3786
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3786
             Project: Accumulo
          Issue Type: Bug
          Components: scripts
            Reporter: Josh Elser
             Fix For: 1.6.3, 1.7.1


{noformat}
[accumulo@c6402 ~]$ JAVA_HOME=/usr/jdk64/jdk1.8.0_40/ /usr/hdp/2.3.0.0-1914/accumulo/bin/build_native_library.sh
mkdir: cannot create directory `/usr/hdp/2.3.0.0-1914/accumulo/bin/../lib/native': Permission denied
g++ -g -fPIC -shared -O3 -Wall -I/usr/jdk64/jdk1.8.0_40//include -I/usr/jdk64/jdk1.8.0_40//include/linux -Ijavah  -o libaccumulo.so nativeMap/org_apache_accumulo_tserver_NativeMap.cc
cp: cannot create regular file `/usr/hdp/2.3.0.0-1914/accumulo/bin/../lib/native': Permission denied
Successfully installed native library
{noformat}

Got a few permission denied issues, but the script missed those and reported everything as fine which is wrong.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)