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

julia_0be57b740a_i386.deb fails on Ubuntu 11.10 #576

Closed
hsmyers opened this issue Mar 13, 2012 · 7 comments
Closed

julia_0be57b740a_i386.deb fails on Ubuntu 11.10 #576

hsmyers opened this issue Mar 13, 2012 · 7 comments
Labels
building Build system, or building Julia or its dependencies

Comments

@hsmyers
Copy link

hsmyers commented Mar 13, 2012

Or whatever the current version of Ubuntu is. First time through seemed to work, but unable to find any evidence of installation on box in question. Second time through hung Software Center. Haven't tried third time yet. I initially tried to install from source only to have it fail to finish linking (I think) I might try that again after installing the lib mentioned in the notes.

--hsm

@ViralBShah
Copy link
Member

Can you install with dpkg -iv and post the errors?

@hsmyers
Copy link
Author

hsmyers commented Mar 14, 2012

Given a clue about what you mean, I willing to try any useful suggestion :)

--hsm

On Tue, Mar 13, 2012 at 10:55 PM, Viral B. Shah
[email protected]
wrote:

Can you install with dpkg -iv and post the errors?


Reply to this email directly or view it on GitHub:
#576 (comment)

@ViralBShah
Copy link
Member

I simply meant, that try this in the terminal:

  1. Download the package
  2. su - root
  3. dpkg -iv julia_0be57b740a_i386.deb

If the installation fails, post the output on the screen.

-viral

On 14-Mar-2012, at 4:06 PM, hsmyers wrote:

Given a clue about what you mean, I willing to try any useful suggestion :)

--hsm

On Tue, Mar 13, 2012 at 10:55 PM, Viral B. Shah
[email protected]
wrote:

Can you install with dpkg -iv and post the errors?


Reply to this email directly or view it on GitHub:
#576 (comment)


Reply to this email directly or view it on GitHub:
#576 (comment)

@hsmyers
Copy link
Author

hsmyers commented Mar 14, 2012

Ah! I was caught up in trying to build from source and
miss-understood, sorry. The .deb file kills the current Ubuntu
Software Center app but what you suggest might provide and end
run---I'll give it a go.

--hsm

On Wed, Mar 14, 2012 at 5:20 AM, Viral B. Shah
[email protected]
wrote:

I simply meant, that try this in the terminal:

  1. Download the package
  2. su - root
  3. dpkg -iv  julia_0be57b740a_i386.deb

If the installation fails, post the output on the screen.

-viral

On 14-Mar-2012, at 4:06 PM, hsmyers wrote:

Given a clue about what you mean, I willing to try any useful suggestion :)

--hsm

On Tue, Mar 13, 2012 at 10:55 PM, Viral B. Shah
[email protected]
wrote:

Can you install with dpkg -iv and post the errors?


Reply to this email directly or view it on GitHub:
#576 (comment)


Reply to this email directly or view it on GitHub:
#576 (comment)


Reply to this email directly or view it on GitHub:
#576 (comment)

@hsmyers
Copy link
Author

hsmyers commented Mar 14, 2012

dpkg -vi complains of:

dpkg: error: unknown option -v

--hsm

On Wed, Mar 14, 2012 at 5:33 AM, Hugh Myers [email protected] wrote:

Ah! I was caught up in trying to build from source and
miss-understood, sorry. The .deb file kills the current Ubuntu
Software Center app but what you suggest might provide and end
run---I'll give it a go.

--hsm

On Wed, Mar 14, 2012 at 5:20 AM, Viral B. Shah
[email protected]
wrote:

I simply meant, that try this in the terminal:

  1. Download the package
  2. su - root
  3. dpkg -iv  julia_0be57b740a_i386.deb

If the installation fails, post the output on the screen.

-viral

On 14-Mar-2012, at 4:06 PM, hsmyers wrote:

Given a clue about what you mean, I willing to try any useful suggestion :)

--hsm

On Tue, Mar 13, 2012 at 10:55 PM, Viral B. Shah
[email protected]
wrote:

Can you install with dpkg -iv and post the errors?


Reply to this email directly or view it on GitHub:
#576 (comment)


Reply to this email directly or view it on GitHub:
#576 (comment)


Reply to this email directly or view it on GitHub:
#576 (comment)

@hsmyers
Copy link
Author

hsmyers commented Mar 14, 2012

Because I transposed the command---bad me...

--hsm

On Wed, Mar 14, 2012 at 5:42 AM, Hugh Myers [email protected] wrote:

dpkg -vi complains of:

dpkg: error: unknown option -v

--hsm

On Wed, Mar 14, 2012 at 5:33 AM, Hugh Myers [email protected] wrote:

Ah! I was caught up in trying to build from source and
miss-understood, sorry. The .deb file kills the current Ubuntu
Software Center app but what you suggest might provide and end
run---I'll give it a go.

--hsm

On Wed, Mar 14, 2012 at 5:20 AM, Viral B. Shah
[email protected]
wrote:

I simply meant, that try this in the terminal:

  1. Download the package
  2. su - root
  3. dpkg -iv  julia_0be57b740a_i386.deb

If the installation fails, post the output on the screen.

-viral

On 14-Mar-2012, at 4:06 PM, hsmyers wrote:

Given a clue about what you mean, I willing to try any useful suggestion :)

--hsm

On Tue, Mar 13, 2012 at 10:55 PM, Viral B. Shah
[email protected]
wrote:

Can you install with dpkg -iv and post the errors?


Reply to this email directly or view it on GitHub:
#576 (comment)


Reply to this email directly or view it on GitHub:
#576 (comment)


Reply to this email directly or view it on GitHub:
#576 (comment)

@hsmyers
Copy link
Author

hsmyers commented Mar 14, 2012

dpkg does not understand -iv so I tried with:

sudo dpkg -i julia_0be57b740a_i386.deb > install.log
/sbin/ldconfig.real: /usr/local/lib/libstdc++.so.6.0.16-gdb.py is not
an ELF file - it has the wrong magic bytes at the start.

And after switching to /usr/share/julia and running .julia I get a
segmentation fault.

install.log gave no errors:

(Reading database ... 326092 files and directories currently installed.)
Preparing to replace julia 0be57b7 (using julia_0be57b740a_i386.deb) ...
Unpacking replacement julia ...
Setting up julia (0be57b7) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

This was followed with the 'not an ELF file' sent to STDERR.

On Wed, Mar 14, 2012 at 5:43 AM, Hugh Myers [email protected] wrote:

Because I transposed the command---bad me...

--hsm

On Wed, Mar 14, 2012 at 5:42 AM, Hugh Myers [email protected] wrote:

dpkg -vi complains of:

dpkg: error: unknown option -v

--hsm

On Wed, Mar 14, 2012 at 5:33 AM, Hugh Myers [email protected] wrote:

Ah! I was caught up in trying to build from source and
miss-understood, sorry. The .deb file kills the current Ubuntu
Software Center app but what you suggest might provide and end
run---I'll give it a go.

--hsm

On Wed, Mar 14, 2012 at 5:20 AM, Viral B. Shah
[email protected]
wrote:

I simply meant, that try this in the terminal:

  1. Download the package
  2. su - root
  3. dpkg -iv  julia_0be57b740a_i386.deb

If the installation fails, post the output on the screen.

-viral

On 14-Mar-2012, at 4:06 PM, hsmyers wrote:

Given a clue about what you mean, I willing to try any useful suggestion :)

--hsm

On Tue, Mar 13, 2012 at 10:55 PM, Viral B. Shah
[email protected]
wrote:

Can you install with dpkg -iv and post the errors?


Reply to this email directly or view it on GitHub:
#576 (comment)


Reply to this email directly or view it on GitHub:
#576 (comment)


Reply to this email directly or view it on GitHub:
#576 (comment)

@nolta nolta closed this as completed Jul 6, 2012
LilithHafner pushed a commit to LilithHafner/julia that referenced this issue Oct 11, 2021
Keno pushed a commit that referenced this issue Oct 9, 2023
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dkarrasch pushed a commit that referenced this issue Nov 4, 2024
8c84b8c (#56431)

Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: release-1.10
Julia branch: backports-release-1.10
Old commit: 279b363
New commit: 8c84b8c
Julia version: 1.10.6
SparseArrays version: 1.10.0(Does not match)
Bump invoked by: @IanButterworth
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaSparse/SparseArrays.jl@279b363...8c84b8c

```
$ git log --oneline 279b363..8c84b8c
8c84b8c Merge pull request #572 from JuliaSparse/backports-release-1.10
ec38631 Update ci.yml with more architectures
46c8f7e Merge branch 'release-1.10' into backports-release-1.10
2d762b3 Manual commit for PR #550 to backport to 1.10 (#577)
5c37298 Add versions to include arch
b539588 Update CI
fa49620 Disable nested dissection
d2a80a6 Change default QR tolerance to match SPQR (#557)
9b8cd14 SparseMatrixCSC constructor with a Tuple of Integers (#523)
546be18 Fix docs conflict when building as part of full Julia docs (#430)
30fbfc6 Test suite: activate a temp project if we need to install Aqua.jl during the test suite (#425)
91b0aa5 doc: move solvers doc to `src\solvers.md` (#576)
5d3724a Inline sparse-times-dense in-place multiplication
```

Co-authored-by: Dilum Aluthge <[email protected]>
N5N3 pushed a commit that referenced this issue Nov 11, 2024
8c84b8c (#56431)

Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: release-1.10
Julia branch: backports-release-1.10
Old commit: 279b363
New commit: 8c84b8c
Julia version: 1.10.6
SparseArrays version: 1.10.0(Does not match)
Bump invoked by: @IanButterworth
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaSparse/SparseArrays.jl@279b363...8c84b8c

```
$ git log --oneline 279b363..8c84b8c
8c84b8c Merge pull request #572 from JuliaSparse/backports-release-1.10
ec38631 Update ci.yml with more architectures
46c8f7e Merge branch 'release-1.10' into backports-release-1.10
2d762b3 Manual commit for PR #550 to backport to 1.10 (#577)
5c37298 Add versions to include arch
b539588 Update CI
fa49620 Disable nested dissection
d2a80a6 Change default QR tolerance to match SPQR (#557)
9b8cd14 SparseMatrixCSC constructor with a Tuple of Integers (#523)
546be18 Fix docs conflict when building as part of full Julia docs (#430)
30fbfc6 Test suite: activate a temp project if we need to install Aqua.jl during the test suite (#425)
91b0aa5 doc: move solvers doc to `src\solvers.md` (#576)
5d3724a Inline sparse-times-dense in-place multiplication
```

Co-authored-by: Dilum Aluthge <[email protected]>
ViralBShah pushed a commit that referenced this issue Nov 12, 2024
Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: main
Julia branch: master
Old commit: 0dd8d45
New commit: 14333ea
Julia version: 1.12.0-DEV
SparseArrays version: 1.12.0
Bump invoked by: @ViralBShah
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaSparse/SparseArrays.jl@0dd8d45...14333ea

```
$ git log --oneline 0dd8d45..14333ea
14333ea Break recursion (#579)
07cf4a6 Update ci.yml (#578)
33491e0 added diagonal-sparse multiplication (#564)
8f02b7f doc: move solvers doc to `src\solvers.md` (#576)
485fd4b Inline sparse-times-dense in-place multiplication (#567)
f10d4da added specialized method for 3-argument dot with diagonal matrix (#565)
70c06b1 Diagonal-sandwiched triple product for SparseMatrixCSC (#562)
313a04f Change default QR tolerance to match SPQR (#557)
81d49e9 Update ci.yml (#558)
```

Co-authored-by: Dilum Aluthge <[email protected]>
KristofferC pushed a commit that referenced this issue Nov 20, 2024
…to 2420351 (#56608)

Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: release-1.11
Julia branch: backports-release-1.11
Old commit: cb602d7
New commit: 2420351
Julia version: 1.11.1
SparseArrays version: 1.11.0(Does not match)
Bump invoked by: @dkarrasch
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaSparse/SparseArrays.jl@cb602d7...2420351

```
$ git log --oneline cb602d7..2420351
2420351 Allow for duplicate docstrings in linalg docs (#584)
0a1c886 Merge pull request #571 from JuliaSparse/backports-release-1.11
298f5e1 Break recursion (#579)
7bc65ab Update CI
fcc6102 Do not use nested dissection by default. (#550)
8534357 Update ci.yml: run CI and docs on v1.11
66d65fd Change default QR tolerance to match SPQR (#557)
8a48327 test: Don't use GPL module when Base.USE_GPL_LIBS=false (#535)
8dd8300 SparseMatrixCSC constructor with a Tuple of Integers (#523)
aa66624 doc: move solvers doc to `src\solvers.md` (#576)
8a85fbe Inline sparse-times-dense in-place multiplication
```

Co-authored-by: Dilum Aluthge <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies
Projects
None yet
Development

No branches or pull requests

3 participants