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

wrong while install julia #473

Closed
thelongestusername opened this issue Feb 27, 2012 · 8 comments
Closed

wrong while install julia #473

thelongestusername opened this issue Feb 27, 2012 · 8 comments

Comments

@thelongestusername
Copy link

[root@irlab julia]# make
LINK uijulia-release-readline
/usr/bin/ld: cannot find -lncurses
collect2: ld 返回 1
make[1]: *** [/home/huangshaomang/soft/julia/julia-release-readline] 错误 1
make: *** [julia-release] 错误 2
[root@irlab julia]#

what's up? please help me..

@thelongestusername
Copy link
Author

this's the information of my computer:
[root@irlab julia]# uname -a
Linux irlab 2.6.32-131.0.15.el6.x86_64 #1 SMP Sat Nov 12 15:11:58 CST 2011 x86_64 x86_64 x86_64 GNU/Linux
[root@irlab julia]#

@thelongestusername
Copy link
Author

[root@irlab julia]# yum -y install libncurse*
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile

  • base: mirror.bit.edu.cn
  • extras: mirror.bit.edu.cn
  • updates: mirror.bit.edu.cn
    Setting up Install Process
    Package ncurses-libs-5.7-3.20090208.el6.x86_64 already installed and latest version
    Nothing to do
    [root@irlab julia]#

@thelongestusername
Copy link
Author

[root@irlab julia]# yum -y install ncurse*
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile

  • base: mirror.bit.edu.cn
  • extras: mirror.bit.edu.cn
  • updates: mirror.bit.edu.cn
    Setting up Install Process
    Package ncurses-5.7-3.20090208.el6.x86_64 already installed and latest version
    Package ncurses-libs-5.7-3.20090208.el6.x86_64 already installed and latest version
    Package ncurses-base-5.7-3.20090208.el6.x86_64 already installed and latest version
    Resolving Dependencies
    --> Running transaction check
    ---> Package ncurses-devel.x86_64 0:5.7-3.20090208.el6 will be installed
    ---> Package ncurses-static.x86_64 0:5.7-3.20090208.el6 will be installed
    ---> Package ncurses-term.x86_64 0:5.7-3.20090208.el6 will be installed
    --> Finished Dependency Resolution

Dependencies Resolved

@thelongestusername
Copy link
Author

[root@irlab julia]# make
LINK uijulia-release-readline
LINK ui/webserverjulia-release-webserver
JULIA sys0.ji

make: *** [sys0.ji] 错误 1

@thelongestusername
Copy link
Author

what's the matter?..

@thelongestusername
Copy link
Author

now:
[root@irlab julia]# make
JULIA sys0.ji

make: *** [sys0.ji] error 1

ask for help....

@ViralBShah
Copy link
Member

Can you do make cleanall and make debug? Also, which Linux distribution are you running?

@ViralBShah
Copy link
Member

Closing this as duplicate of #474. If fixing #474 does not fix this, let's reopen this.

StefanKarpinski pushed a commit that referenced this issue Feb 8, 2018
* Compat for Serialization stdlib

* Add tests and fix
Keno pushed a commit that referenced this issue Oct 9, 2023
update test based on the removal of Base.replaceuserpath
ViralBShah added a commit that referenced this issue Jan 3, 2024
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>
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