You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Javi Roman (Jira)" <ji...@apache.org> on 2019/10/14 17:28:00 UTC

[jira] [Created] (ZOOKEEPER-3580) Maven Build error: Circular property definition

Javi Roman created ZOOKEEPER-3580:
-------------------------------------

             Summary: Maven Build error: Circular property definition
                 Key: ZOOKEEPER-3580
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3580
             Project: ZooKeeper
          Issue Type: Bug
          Components: server
    Affects Versions: 3.5.5
            Reporter: Javi Roman


Fresh download from release site:

cd apache-zookeeper-3.5.5

mv clean install
{code:java}

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache ZooKeeper 3.5.5 ............................. SUCCESS [  2.854 s]
[INFO] Apache ZooKeeper - Documentation ................... SUCCESS [  2.991 s]
[INFO] Apache ZooKeeper - Jute ............................ SUCCESS [  9.815 s]
[INFO] Apache ZooKeeper - Server .......................... FAILURE [  0.253 s]
[INFO] Apache ZooKeeper - Client .......................... SKIPPED
[INFO] Apache ZooKeeper - Recipes ......................... SKIPPED
[INFO] Apache ZooKeeper - Recipes - Election .............. SKIPPED
[INFO] Apache ZooKeeper - Recipes - Lock .................. SKIPPED
[INFO] Apache ZooKeeper - Recipes - Queue ................. SKIPPED
[INFO] Apache ZooKeeper - Assembly 3.5.5 .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.172 s
[INFO] Finished at: 2019-10-14T19:23:04+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:properties-maven-plugin:1.0.0:read-project-properties (default) on project zookeeper: Circular property definition: env.BASH_FUNC__module_raw%%=() {  unset _mlshdbg;
[ERROR]  if [ "${MODULES_SILENT_SHELL_DEBUG:-0}" = '1' ]; then
[ERROR]  case "$-" in 
[ERROR]  *v*x*)
[ERROR]  set +vx;
[ERROR]  _mlshdbg='vx'
[ERROR]  ;;
[ERROR]  *v*)
[ERROR]  set +v;
[ERROR]  _mlshdbg='v'
[ERROR]  ;;
[ERROR]  *x*)
[ERROR]  set +x;
[ERROR]  _mlshdbg='x'
[ERROR]  ;;
[ERROR]  *)
[ERROR]  _mlshdbg=''
[ERROR]  ;;
[ERROR]  esac;
[ERROR]  fi;
[ERROR]  unset _mlre _mlIFS;
[ERROR]  if [ -n "${IFS+x}" ]; then
[ERROR]  _mlIFS=$IFS;
[ERROR]  fi;
[ERROR]  IFS=' ';
[ERROR]  for _mlv in ${MODULES_RUN_QUARANTINE:-};
[ERROR]  do
[ERROR]  if [ "${_mlv}" = "${_mlv##*[!A-Za-z0-9_]}" -a "${_mlv}" = "${_mlv#[0-9]}" ]; then
[ERROR]  if [ -n "`eval 'echo ${'$_mlv'+x}'`" ]; then
[ERROR]  _mlre="${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' ";
[ERROR]  fi;
[ERROR]  _mlrv="MODULES_RUNENV_${_mlv}";
[ERROR]  _mlre="${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' ";
[ERROR]  fi;
[ERROR]  done;
[ERROR]  if [ -n "${_mlre:-}" ]; then
[ERROR]  eval `eval ${_mlre}/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl bash '"$@"'`;
[ERROR]  else
[ERROR]  eval `/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl bash "$@"`;
[ERROR]  fi;
[ERROR]  _mlstatus=$?;
[ERROR]  if [ -n "${_mlIFS+x}" ]; then
[ERROR]  IFS=$_mlIFS;
[ERROR]  else
[ERROR]  unset IFS;
[ERROR]  fi;
[ERROR]  unset _mlre _mlv _mlrv _mlIFS;
[ERROR]  if [ -n "${_mlshdbg:-}" ]; then
[ERROR]  set -$_mlshdbg;
[ERROR]  fi;
[ERROR]  unset _mlshdbg;
[ERROR]  return $_mlstatus
[ERROR] } -> MODULES_SILENT_SHELL_DEBUG:-0=null -> IFS+x=null -> MODULES_RUN_QUARANTINE:-=null -> _mlv=null -> _mlv##*[!A-Za-z0-9_]=null -> _mlv=null
[ERROR] -> [Help 1]

{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)