Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install lux failed #15

Open
shufanhao opened this issue Oct 8, 2016 · 2 comments
Open

Install lux failed #15

shufanhao opened this issue Oct 8, 2016 · 2 comments

Comments

@shufanhao
Copy link

[root@ucs-sdn-7 lux]# make install
make[1]: Entering directory `/nobackup/haofan/nso/lux/src'
mkdir -p /nobackup/haofan/nso/luxinstall
/nobackup/haofan/nso/lux/bin/lux --install /nobackup/haofan/nso/luxinstall
Installing lux as a standalone system... /nobackup/haofan/nso/luxinstall

FATAL ERROR : The application 'erts' is required for the "--install" option.
ESCRIPT : /nobackup/haofan/nso/lux/bin/lux
VERSION : 1.14.2
CWD : /nobackup/haofan/nso/lux/src
ROOT DIR : /usr/lib64/erlang
CODE PATH : ["/nobackup/haofan/nso/lux/ebin",".",
"/usr/lib64/erlang/lib/kernel-2.14.5/ebin",
"/usr/lib64/erlang/lib/stdlib-1.17.5/ebin",
"/usr/lib64/erlang/lib/xmerl-1.2.10/ebin",
"/usr/lib64/erlang/lib/wx-0.99/ebin",
"/usr/lib64/erlang/lib/webtool-0.8.9/ebin",
"/usr/lib64/erlang/lib/typer-0.9.2/ebin",
"/usr/lib64/erlang/lib/tv-2.1.4.7/ebin",
"/usr/lib64/erlang/lib/tools-2.6.6.5/ebin",
"/usr/lib64/erlang/lib/toolbar-1.4.2/ebin",
"/usr/lib64/erlang/lib/test_server-3.4.5/ebin",
"/usr/lib64/erlang/lib/syntax_tools-1.6.7.1/ebin",
"/usr/lib64/erlang/lib/ssl-4.1.6/ebin",
"/usr/lib64/erlang/lib/ssh-2.0.8/ebin",
"/usr/lib64/erlang/lib/snmp-4.21.1/ebin",
"/usr/lib64/erlang/lib/sasl-2.1.10/ebin",
"/usr/lib64/erlang/lib/runtime_tools-1.8.6/ebin",
"/usr/lib64/erlang/lib/reltool-0.5.7/ebin",
"/usr/lib64/erlang/lib/public_key-0.13/ebin",
"/usr/lib64/erlang/lib/pman-2.7.1/ebin",
"/usr/lib64/erlang/lib/percept-0.8.6/ebin",
"/usr/lib64/erlang/lib/parsetools-2.0.6/ebin",
"/usr/lib64/erlang/lib/otp_mibs-1.0.6/ebin",
"/usr/lib64/erlang/lib/os_mon-2.2.7/ebin",
"/usr/lib64/erlang/lib/orber-3.6.22/ebin",
"/usr/lib64/erlang/lib/odbc-2.10.11/ebin",
"/usr/lib64/erlang/lib/observer-0.9.10/ebin",
"/usr/lib64/erlang/lib/mnesia-4.5/ebin",
"/usr/lib64/erlang/lib/megaco-3.15.1.1/ebin",
"/usr/lib64/erlang/lib/jinterface-1.5.4",
"/usr/lib64/erlang/lib/inviso-0.6.2/ebin",
"/usr/lib64/erlang/lib/inets-5.7.1/ebin",
"/usr/lib64/erlang/lib/ic-4.2.27/ebin",
"/usr/lib64/erlang/lib/hipe-3.8.1/ebin",
"/usr/lib64/erlang/lib/gs-1.5.14/ebin",
"/usr/lib64/erlang/lib/eunit-2.2.1/ebin",
"/usr/lib64/erlang/lib/et-1.4.4/ebin",
"/usr/lib64/erlang/lib/erts-5.8.5/ebin",
"/usr/lib64/erlang/lib/erl_interface-3.7.5",
"/usr/lib64/erlang/lib/erl_docgen-0.2.6/ebin",
"/usr/lib64/erlang/lib/edoc-0.7.9/ebin",
"/usr/lib64/erlang/lib/docbuilder-0.9.8.11/ebin",
"/usr/lib64/erlang/lib/diameter-0.10/ebin",
"/usr/lib64/erlang/lib/dialyzer-2.4.4/ebin",
"/usr/lib64/erlang/lib/debugger-3.2.6/ebin",
"/usr/lib64/erlang/lib/crypto-2.0.4/ebin",
"/usr/lib64/erlang/lib/cosTransactions-1.2.11/ebin",
"/usr/lib64/erlang/lib/cosTime-1.1.11/ebin",
"/usr/lib64/erlang/lib/cosProperty-1.1.14/ebin",
"/usr/lib64/erlang/lib/cosNotification-1.1.17/ebin",
"/usr/lib64/erlang/lib/cosFileTransfer-1.1.12/ebin",
"/usr/lib64/erlang/lib/cosEventDomain-1.1.11/ebin",
"/usr/lib64/erlang/lib/cosEvent-2.1.11/ebin",
"/usr/lib64/erlang/lib/compiler-4.7.5/ebin",
"/usr/lib64/erlang/lib/common_test-1.5.5/ebin",
"/usr/lib64/erlang/lib/asn1-1.6.18/ebin",
"/usr/lib64/erlang/lib/appmon-2.1.13/ebin"]
make[1]: *** [install] Error 4
make[1]: Leaving directory /nobackup/haofan/nso/lux/src' make[1]: Entering directory/nobackup/haofan/nso/lux/c_src'
make[1]: Nothing to be done for install'. make[1]: Leaving directory/nobackup/haofan/nso/lux/c_src'
[root@ucs-sdn-7 lux]#
[root@ucs-sdn-7 lux]# make --install
make: unrecognized option '--install'
Usage: make [options] [target] ...
Options:

@hawk
Copy link
Owner

hawk commented Oct 8, 2016

Hi,

I cannot see what is wrong from the printout.

Please, do the following to reproduce:

       script lux.log

git clone -b develop git@github.com:hawk/lux.git
cd lux
autoconf
./configure
make
bin/lux --internal_trace --install
exit

​and send the lux.log file to me.

/Håkan

On Sat, Oct 8, 2016 at 12:23 PM, Frank notifications@github.com wrote:

[root@ucs-sdn-7 lux]# make install
make[1]: Entering directory `/nobackup/haofan/nso/lux/src'
mkdir -p /nobackup/haofan/nso/luxinstall
/nobackup/haofan/nso/lux/bin/lux --install /nobackup/haofan/nso/luxinstall
Installing lux as a standalone system... /nobackup/haofan/nso/luxinstall

FATAL ERROR : The application 'erts' is required for the "--install"
option.

ESCRIPT : /nobackup/haofan/nso/lux/bin/lux
VERSION : 1.14.2
CWD : /nobackup/haofan/nso/lux/src
ROOT DIR : /usr/lib64/erlang
CODE PATH : ["/nobackup/haofan/nso/lux/ebin",".",
"/usr/lib64/erlang/lib/kernel-2.14.5/ebin",
"/usr/lib64/erlang/lib/stdlib-1.17.5/ebin",
"/usr/lib64/erlang/lib/xmerl-1.2.10/ebin",
"/usr/lib64/erlang/lib/wx-0.99/ebin",
"/usr/lib64/erlang/lib/webtool-0.8.9/ebin",
"/usr/lib64/erlang/lib/typer-0.9.2/ebin",
"/usr/lib64/erlang/lib/tv-2.1.4.7/ebin",
"/usr/lib64/erlang/lib/tools-2.6.6.5/ebin",
"/usr/lib64/erlang/lib/toolbar-1.4.2/ebin",
"/usr/lib64/erlang/lib/test_server-3.4.5/ebin",
"/usr/lib64/erlang/lib/syntax_tools-1.6.7.1/ebin",
"/usr/lib64/erlang/lib/ssl-4.1.6/ebin",
"/usr/lib64/erlang/lib/ssh-2.0.8/ebin",
"/usr/lib64/erlang/lib/snmp-4.21.1/ebin",
"/usr/lib64/erlang/lib/sasl-2.1.10/ebin",
"/usr/lib64/erlang/lib/runtime_tools-1.8.6/ebin",
"/usr/lib64/erlang/lib/reltool-0.5.7/ebin",
"/usr/lib64/erlang/lib/public_key-0.13/ebin",
"/usr/lib64/erlang/lib/pman-2.7.1/ebin",
"/usr/lib64/erlang/lib/percept-0.8.6/ebin",
"/usr/lib64/erlang/lib/parsetools-2.0.6/ebin",
"/usr/lib64/erlang/lib/otp_mibs-1.0.6/ebin",
"/usr/lib64/erlang/lib/os_mon-2.2.7/ebin",
"/usr/lib64/erlang/lib/orber-3.6.22/ebin",
"/usr/lib64/erlang/lib/odbc-2.10.11/ebin",
"/usr/lib64/erlang/lib/observer-0.9.10/ebin",
"/usr/lib64/erlang/lib/mnesia-4.5/ebin",
"/usr/lib64/erlang/lib/megaco-3.15.1.1/ebin",
"/usr/lib64/erlang/lib/jinterface-1.5.4",
"/usr/lib64/erlang/lib/inviso-0.6.2/ebin",
"/usr/lib64/erlang/lib/inets-5.7.1/ebin",
"/usr/lib64/erlang/lib/ic-4.2.27/ebin",
"/usr/lib64/erlang/lib/hipe-3.8.1/ebin",
"/usr/lib64/erlang/lib/gs-1.5.14/ebin",
"/usr/lib64/erlang/lib/eunit-2.2.1/ebin",
"/usr/lib64/erlang/lib/et-1.4.4/ebin",
"/usr/lib64/erlang/lib/erts-5.8.5/ebin",
"/usr/lib64/erlang/lib/erl_interface-3.7.5",
"/usr/lib64/erlang/lib/erl_docgen-0.2.6/ebin",
"/usr/lib64/erlang/lib/edoc-0.7.9/ebin",
"/usr/lib64/erlang/lib/docbuilder-0.9.8.11/ebin",
"/usr/lib64/erlang/lib/diameter-0.10/ebin",
"/usr/lib64/erlang/lib/dialyzer-2.4.4/ebin",
"/usr/lib64/erlang/lib/debugger-3.2.6/ebin",
"/usr/lib64/erlang/lib/crypto-2.0.4/ebin",
"/usr/lib64/erlang/lib/cosTransactions-1.2.11/ebin",
"/usr/lib64/erlang/lib/cosTime-1.1.11/ebin",
"/usr/lib64/erlang/lib/cosProperty-1.1.14/ebin",
"/usr/lib64/erlang/lib/cosNotification-1.1.17/ebin",
"/usr/lib64/erlang/lib/cosFileTransfer-1.1.12/ebin",
"/usr/lib64/erlang/lib/cosEventDomain-1.1.11/ebin",
"/usr/lib64/erlang/lib/cosEvent-2.1.11/ebin",
"/usr/lib64/erlang/lib/compiler-4.7.5/ebin",
"/usr/lib64/erlang/lib/common_test-1.5.5/ebin",
"/usr/lib64/erlang/lib/asn1-1.6.18/ebin",
"/usr/lib64/erlang/lib/appmon-2.1.13/ebin"]
make[1]: *** [install] Error 4
make[1]: Leaving directory /nobackup/haofan/nso/lux/src'
make[1]: Entering directory/nobackup/haofan/nso/lux/c_src'
make[1]: Nothing to be done for install'.
make[1]: Leaving directory/nobackup/haofan/nso/lux/c_src'
[root@ucs-sdn-7 lux]#
[root@ucs-sdn-7 lux]# make --install
make: unrecognized option '--install'
Usage: make [options] [target] ...
Options:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#15, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAJpsLuT3KUL_6R2Vx5ifs4ievFOMhWmks5qx28SgaJpZM4KRrwu
.

@shufanhao
Copy link
Author

shufanhao commented Oct 8, 2016

Github can not support this file type. so I rename the file from lux.log to lux.txt. Thanks fro your help.
lux.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants