-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
make: *** [sys0.ji] Error 1 How can I solve it?? #474
Comments
same error! make: *** [sys0.ji] 错误 1 |
@jiangbo615 Which linux distribution are you running? Seems similar to #473. |
Can you try |
the same error occured.
|
@ViralBShah the same error occured, when I try: export LANG=C && make Linux lab-Precision-WorkStation-T7500 2.6.38-13-generic #55-Ubuntu SMP Tue Jan 24 15:34:24 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux |
@ViralBShah |
I use Ubuntu 11.10 and it works just fine. Can you try make QUIET_JULIA="" and see if it gives more output? -viral On Mon, Feb 27, 2012 at 7:22 PM, jiangbo615
-viral |
Or build the files manually ./julia -b stage0.j On Mon, Feb 27, 2012 at 7:54 PM, Viral Shah viral@mayin.org wrote:
-viral |
[root@irlab julia]# make QUIET_JULIA="" make: *** [sys0.ji] Error 1 |
[root@irlab julia]# ./julia -b stage0.j [root@irlab julia]# ./julia |
[root@irlab julia]# uname -a |
@ViralBShah lab@lab-Precision-WorkStation-T7500:~/julia$ make QUIET_JULIA="" make: *** [sys0.ji] Error 1 lab@lab-Precision-WorkStation-T7500:~/julia$ ./julia `test -f sys.ji && echo stage1.j || echo -J sys0.ji stage1.j‘ and what can I do for the next step? |
你的漏了一个后单引号哦。 ./julia `test -f sys.ji && echo stage1.j || echo -J sys0.ji stage1.j ‘ |
加了单引号也是一样的阿 lab@lab-Precision-WorkStation-T7500:~$ ./julia `test -f sys.ji && echo stage1.j || echo -J sys0.ji stage1.j ‘ 然后可以输入东西 这输入后怎么退出阿 是写代码的么这个窗口?? |
@JeffBezanson, @StefanKarpinski, any idea? Folks, can you load this in gdb and give a stacktrace? You'll need to do make debug. -viral On 28-Feb-2012, at 6:18 AM, jiangbo615 wrote:
|
debug using gdb is really a hard work for me, i've never done this before. may be i can learn it just now... i'll try it any way. |
Just do make debug and hopefully it produces a stacktrace. -viral On 28-Feb-2012, at 7:24 AM, yuletianxia wrote:
|
[root@irlab julia]# make debug make: *** [sys0.ji] Error 1 is it any help? |
[root@irlab julia]# gdb ./julia stucked here ... do not run any more |
[Thread debugging using libthread_db enabled] Detaching after fork from child process 27422. Program exited with code 01. |
It's really difficult to tell what's going on! -viral On 28-Feb-2012, at 7:48 AM, yuletianxia wrote:
|
can you try uncommenting the line "set_current_output_stream(make_stdout_stream()) # for error reporting" in j/sysimage.j? |
@loladiro i've uncommented this line. and then ??? make again ? |
Yes run make again, hopefully it will print some more stuff. |
@loladiro i have not found a file named 'sysimage.j' but a 'sysimag.j' with the same code line.. and i've uncommented the line in this file |
error messages say as follows____ [root@irlab julia]# make |
BTW, can you try one of the binaries on the downloads page and see if they work? -viral On Tue, Feb 28, 2012 at 11:43 AM, yuletianxia
-viral |
[root@irlab julia]# ./julia ^C[root@irlab julia]# ./julia-release-basic these are results |
i'm sorry, i've missed one word."on the download page" ok, i'll download one and have a try.wait a minute |
[root@irlab julia]# chmod 777 * julia> julia> |
is this ok? |
julia> 1+1 julia> sqrt(5) julia> it seems like ok |
@_@ |
Q_Q |
So what was the actual fix here? Is there something we should change? |
Well, at least you can use julia until the compilation issue is fixed On Tue, Feb 28, 2012 at 12:41 PM, Stefan Karpinski
-viral |
It seems to me that git was not installed. We should check for that by putting a try/catch block around it |
LinearAlgebra, Random, and SparseArrays are direct dependencies but were only listed as test dependencies.
As pointed out by PoliticalSatyr in their mentoring request, this isn't really needed.
Stdlib: SparseArrays URL: https://github.com/JuliaSparse/SparseArrays.jl.git Stdlib branch: main Julia branch: master Old commit: f154de2 New commit: feb54ee Julia version: 1.11.0-DEV SparseArrays version: 1.11.0 Bump invoked by: @giordano Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaSparse/SparseArrays.jl@f154de2...feb54ee ``` $ git log --oneline f154de2..feb54ee feb54ee fix typo ("ArguementError") (#479) 8308232 Extend sparse kron to adjortrans of dense matrices (#474) 951837f Simplify calling Aqua (#473) ``` Co-authored-by: Dilum Aluthge <dilum@aluthge.com> Co-authored-by: Viral B. Shah <ViralBShah@users.noreply.github.com>
make: *** [sys0.ji] Error 1
The text was updated successfully, but these errors were encountered: