Homebrew / legacy-homebrew

💀 The former home of Homebrew/homebrew (deprecated)
https://brew.sh
26.96k stars 11.34k forks source link

404 error when installing pari. #28273

Closed bwyser closed 10 years ago

bwyser commented 10 years ago

The command "brew install pari" results in a 404 error. Homebrew attempts to install version 2.5.4, but the oldest version available at the location it is looking at appears to be 2.5.5, and 2.7.0 is apparently the most recent version.

adamv commented 10 years ago

2.7.0 gives me a build error:

==> make install
Making install in Odarwin-i386
mkdir -p "/Users/adamv/homebrew/Cellar/pari/2.7.0/lib"
rm -f "/Users/adamv/homebrew/Cellar/pari/2.7.0/lib"/libpari.dylib "/Users/adamv/homebrew/Cellar/pari/2.7.0/lib"/libpari.dylib "/Users/adamv/homebrew/Cellar/pari/2.7.0/lib"/libpari.dylib
clang  -o "/Users/adamv/homebrew/Cellar/pari/2.7.0/lib"/libpari.dylib -dynamiclib  -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer    -fPIC -Wl,-flat_namespace,-undefined,suppress,-compatibility_version,2.7.0,-current_version,2.7.0  mpker.o mpinl.o F2x.o F2xqE.o FF.o Flx.o FlxqE.o Flxq_log.o FpE.o FpV.o FpX.o FpXX.o FpX_factor.o Hensel.o QX_factor.o Qfb.o RgV.o RgX.o ZV.o ZX.o alglin1.o alglin2.o alglin3.o arith1.o arith2.o base1.o base2.o base3.o base4.o base5.o bb_group.o bibli1.o bibli2.o bit.o buch1.o buch2.o buch3.o buch4.o concat.o ellanal.o elliptic.o galconj.o gen1.o gen2.o gen3.o hnf_snf.o ifactor1.o lll.o nffactor.o perm.o polarit1.o polarit2.o polarit3.o prime.o qfisom.o random.o rootpol.o subcyclo.o subgroup.o trans1.o trans2.o trans3.o anal.o compat.o compile.o default.o es.o eval.o hash.o init.o intnum.o members.o paricfg.o pariinl.o parse.o sumiter.o DedekZeta.o aprcl.o elldata.o ellsea.o galois.o galpol.o genus2red.o groupid.o krasner.o kummer.o mpqs.o part.o stark.o subfield.o thue.o darwin.o mt.o single.o        -Wl,-install_name -Wl,"/Users/adamv/homebrew/Cellar/pari/2.7.0/lib"/libpari.dylib
ln -s libpari.dylib "/Users/adamv/homebrew/Cellar/pari/2.7.0/lib"/libpari.dylib;
ln: /Users/adamv/homebrew/Cellar/pari/2.7.0/lib/libpari.dylib: File exists
make[1]: *** [install-lib-dyn-link] Error 1
make: *** [install] Error 2
sgerrand commented 10 years ago

It looks like there are issues with the 2.7.0 package upstream: http://pari.math.u-bordeaux.fr/cgi-bin/bugreport.cgi?bug=1557