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

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

     [ https://issues.apache.org/jira/browse/ACCUMULO-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Tubbs reassigned ACCUMULO-3786:
-------------------------------------------

    Assignee: Christopher Tubbs

> 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
>            Assignee: Christopher Tubbs
>              Labels: newbie
>             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)