Giter VIP home page Giter VIP logo

Comments (7)

thofma avatar thofma commented on August 16, 2024

Did you (try to) install it using Pkg.add or Pkg.clone("...Nemocas/Nemo.jl")?

from nemo.jl.

wbhart avatar wbhart commented on August 16, 2024

It looks like tar failed to open the pari archive.

Could you confirm that your machine is able to open the following archive
using tar:

http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.7.4.tar.gz

Bill.

On 13 July 2016 at 06:32, thofma [email protected] wrote:

Did you (try to) install it using Pkg.add or
Pkg.clone("...Nemocas/Nemo.jl")?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#57 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AAOzpkxeqlN3FUawCL0-cn4hINTAEy5Wks5qVGpGgaJpZM4JK_dA
.

from nemo.jl.

eschnett avatar eschnett commented on August 16, 2024

@thofma I used Pkg.add("Hecke"). This pulled in Nemo as dependency.

@wbhart Yes, this works:

$ wget http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.7.4.tar.gz
--2016-07-15 13:39:49--  http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.7.4.tar.gz
Resolving pari.math.u-bordeaux.fr (pari.math.u-bordeaux.fr)... 147.210.16.88
Connecting to pari.math.u-bordeaux.fr (pari.math.u-bordeaux.fr)|147.210.16.88|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3155232 (3.0M) [application/x-gzip]
Saving to: ‘pari-2.7.4.tar.gz’

pari-2.7.4.tar.gz   100%[===================>]   3.01M  1.19MB/s    in 2.5s

2016-07-15 13:39:54 (1.19 MB/s) - ‘pari-2.7.4.tar.gz’ saved [3155232/3155232]

eschnett@Redshift:/tmp (13:39:54)
$ tar tvzf pari-2.7.4.tar.gz | head
drwxr-xr-x  0 bill   bill        0 Jun  5  2015 pari-2.7.4/
-rw-r--r--  0 bill   bill     3444 Jan 31  2015 pari-2.7.4/README
-rwxr-xr-x  0 bill   bill     6356 Jun  2  2015 pari-2.7.4/Configure
drwxr-xr-x  0 bill   bill        0 Jun  5  2015 pari-2.7.4/doc/
-rw-r--r--  0 bill   bill   161576 Oct  1  2014 pari-2.7.4/doc/tutorial.tex
-rw-r--r--  0 bill   bill   134414 Sep 15  2014 pari-2.7.4/doc/usersch2.tex
-rw-r--r--  0 bill   bill     3352 Sep 22  2011 pari-2.7.4/doc/index.tex
-rw-r--r--  0 bill   bill    62791 Sep 15  2014 pari-2.7.4/doc/usersFUNCS.tex
-rw-r--r--  0 bill   bill   455070 Jan 22  2015 pari-2.7.4/doc/usersch5.tex
-rw-r--r--  0 bill   bill     5030 Oct  1  2014 pari-2.7.4/doc/translations

from nemo.jl.

thofma avatar thofma commented on August 16, 2024

This won't work. To install Hecke you cannot use Pkg.add("Hecke"), but you have to do the following (see https://github.com/thofma/Hecke.jl):

julia> Pkg.clone("https://github.com/nemocas/Nemo.jl")
julia> Pkg.clone("https://github.com/thofma/Hecke.jl")
julia> Pkg.build("Hecke")

The problem is simple: Since we did not manage to update the official Nemo package, it still points to the old repository at https://github.com/wbhart/Nemo.jl/, which does not work anymore.

from nemo.jl.

wbhart avatar wbhart commented on August 16, 2024

We'll be switching the repositories and issuing a new release within a week
or two at most.

Bill.

On 15 July 2016 at 19:58, thofma [email protected] wrote:

This won't work. To install Hecke you cannot use Pkg.add("Hecke"), but
you have to do the following (see https://github.com/thofma/Hecke.jl):

julia> Pkg.clone("https://github.com/nemocas/Nemo.jl")
julia> Pkg.clone("https://github.com/thofma/Hecke.jl")
julia> Pkg.build("Hecke")

The problem is simple: Since we did not manage to update the official Nemo
package, it still points to the old repository at
https://github.com/wbhart/Nemo.jl/, which does not work anymore.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#57 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAOzpmJWYi1iI2WfX0EEUP75v-veOIQUks5qV8opgaJpZM4JK_dA
.

from nemo.jl.

eschnett avatar eschnett commented on August 16, 2024

I think I found the problem.

  • first, the code in deps/build.jl checks whether the directory pari-2.7.4 exists
  • if not, the tarball is downloaded
  • next, the tarball is untarred
  • then the tarball is deleted

It is easy to come up with a scenario where the directory pari-2.7.4 exists, but the tarball does not exist. In this case, the tarball will not be downloaded, and will then be expanded by tar. That, of course, fails.

from nemo.jl.

thofma avatar thofma commented on August 16, 2024

I think the problem is that the pari homepage is occasionally down.

from nemo.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.