#12055: Upgrade PALP
-----------------------------------+----------------------------------------
    Reporter:  vbraun              |         Owner:  AlexGhitza                 
       
        Type:  enhancement         |        Status:  needs_review               
       
    Priority:  major               |     Milestone:  sage-4.8                   
       
   Component:  algebraic geometry  |    Resolution:                             
       
    Keywords:                      |   Work_issues:                             
       
    Upstream:  N/A                 |      Reviewer:  Andrey Novoseltsev, Jeroen 
Demeyer
      Author:  Volker Braun        |        Merged:                             
       
Dependencies:                      |  
-----------------------------------+----------------------------------------

Comment(by jdemeyer):

 Replying to [comment:27 vbraun]:
 > Well "install" works on Sparc solaris with is generally the yardstick
 for how weird systems we support ;-)
 It actually doesn't on `hawk`.  True, the command `install` exists, but it
 certainly does no do what you want:
 {{{
 uname -a:
 SunOS hawk 5.11 snv_134 i86pc i386 i86pc
 ****************************************************
 ****************************************************
 CC Version
 gcc -v
 Using built-in specs.
 COLLECT_GCC=gcc
 COLLECT_LTO_WRAPPER=/usr/local/gcc-4.5.0/libexec/gcc/i386-pc-
 solaris2.10/4.5.0/lto-wrapper
 Target: i386-pc-solaris2.10
 Configured with: ../gcc-4.5.0/configure --prefix=/usr/local/gcc-4.5.0
 --build=i386-pc-solaris2.10 --enable-languages=c,c++,fortran --with-
 gmp=/usr/local/gcc-4.5.0 --with-mpfr=/usr/local/gcc-4.5.0 --disable-nls
 --enable-checking=release --enable-werror=no --enable-multilib -wi
 th-system-zlib --enable-bootstrap --with-gnu-as --with-
 as=/usr/local/binutils-2.20/bin/as --without-gnu-ld --with-
 ld=/usr/ccs/bin/ld
 Thread model: posix
 gcc version 4.5.0 (GCC)
 ****************************************************
 Building PALP optimized for 4 dimensions
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 poly.o poly.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 Coord.o Coord.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 Rat.o Rat.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 Vertex.o Vertex.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 Polynf.o Polynf.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 LG.o LG.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 class.o class.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 Subpoly.o Subpoly.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 Subadd.o Subadd.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 Subdb.o Subdb.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 cws.o cws.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 nef.o nef.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 E_Poly.o E_Poly.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 Nefpart.o Nefpart.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 mori.o mori.c
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 MoriCone.o MoriCone.c
 MoriCone.c: In function 'Compatible_Tri':
 MoriCone.c:938:76: warning: unused parameter 'p'
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -c -o
 SingularInput.o SingularInput.c
 Subadd.c: In function 'Add_Polya_2_Polyi':
 Subadd.c:1111:31: warning: 'vA' may be used uninitialized in this function
 Subadd.c:1111:35: warning: 'nuA' may be used uninitialized in this
 function
 MoriCone.c: In function 'Triang3dSFan':
 MoriCone.c:666:25: warning: 'k' may be used uninitialized in this function
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o poly.x
 poly.o Coord.o Rat.o Vertex.o Polynf.o LG.o
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o class.x
 class.o Coord.o Rat.o Vertex.o Polynf.o Subpoly.o Subadd.o Subdb
 .o
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o cws.x
 cws.o Coord.o Rat.o Vertex.o Polynf.o LG.o
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o nef.x
 nef.o Coord.o Rat.o Vertex.o Polynf.o E_Poly.o Nefpart.o LG.o
 gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o mori.x
 mori.o Coord.o Rat.o Vertex.o Polynf.o MoriCone.o SingularInput.o
  LG.o
 find: stat() error /export/home/buildbot/sage-4.8.alpha2/local/bin/poly-
 4d.x: No such file or directory
 find: cannot read dir /etc/flash/preexit: Permission denied
 find: cannot read dir /etc/flash/precreation: Permission denied
 find: cannot read dir /etc/flash/postcreation: Permission denied
 find: cannot read dir /etc/sfw/openssl/private: Permission denied
 find: cannot read dir /etc/openssl/private: Permission denied
 find: cannot read dir /etc/inet/secret: Permission denied
 find: cycle detected for /lib/secure/32/
 find: cycle detected for /lib/32/
 find: cycle detected for /lib/crypto/32/
 find: cycle detected for /usr/lib/lwp/32/
 find: cycle detected for /usr/lib/32/
 find: cycle detected for /usr/lib/link_audit/32/
 find: cycle detected for /usr/lib/elfedit/32/
 find: cycle detected for /usr/lib/locale/en_US.UTF-8/32/
 find: cycle detected for /usr/lib/locale/en_US.UTF-8/LC_CTYPE/32/
 find: cycle detected for /usr/lib/locale/en_US.UTF-8/LO_LTYPE/32/
 find: cycle detected for /usr/lib/secure/32/
 install: poly.x was not found anywhere!
 Error installing PALP.
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12055#comment:28>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to