Ticket #9133 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

sage-4.4.3.alpha2: pynac build failure on an itanium box (easy autoconf issue)

Reported by: was Owned by: GeorgSWeber
Priority: blocker Milestone: sage-4.4.3
Component: build Keywords:
Cc: Work issues:
Report Upstream: N/A Reviewers: Mike Hansen
Authors: William Stein Merged in: sage-4.4.3.alpha3
Dependencies: Stopgaps:

Description

cd . && /bin/sh /home/wstein/screen/iras/sage-4.4.3.alpha2/spkg/build/pynac-0.2.0.p1/src/missing --run autoconf
/home/wstein/screen/iras/sage-4.4.3.alpha2/spkg/build/pynac-0.2.0.p1/src/missing: line 54: autoconf: command not found
WARNING: `autoconf' is missing on your system.  You should only need it if
         you modified `configure.ac'.  You might want to install the
         `Autoconf' and `GNU m4' packages.  Grab them from any GNU
         archive site.
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --disable-static --prefix=/home/wstein/screen/iras/sage-4.4.3.alpha2/local CC=gcc LDFL
AGS= CXX=g++ --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: error: newly created file is older than distributed files!
Check your system clock
make[2]: *** [config.status] Error 1
make[2]: Leaving directory `/home/wstein/screen/iras/sage-4.4.3.alpha2/spkg/build/pynac-0.2.0.p1/src'
Error building pynac.

real    0m13.248s
user    0m5.660s
sys     0m2.400s
sage: An error occurred while installing pynac-0.2.0.p1

Change History

comment:1 Changed 3 years ago by was

  • Status changed from new to needs_review

The new spkg here works fine:

 http://sage.math.washington.edu/home/wstein/patches/pynac-0.2.0.p2.spkg

All I did was type "autoreconf" in src, and also update the SPKG.txt.

comment:2 Changed 3 years ago by was

The above package builds fine on iras:

Done installing pynac.

real    7m5.748s
user    6m28.244s
sys     0m9.272s
Successfully installed pynac-0.2.0.p2
Now cleaning up tmp files.
Making Sage/Python scripts relocatable...
Making script relocatable
Finished installing pynac-0.2.0.p2.spkg
wstein@iras:~/screen/iras/sage-4.4.3.alpha2>  

comment:3 Changed 3 years ago by mhansen

  • Status changed from needs_review to positive_review
  • Reviewers set to Mike Hansen
  • Authors set to William Stein

Looks good to to me. This builds on both Cygwin and my linux box.

comment:4 Changed 3 years ago by was

  • Status changed from positive_review to closed
  • Resolution set to fixed
  • Merged in set to 4.4.3.alpha3

comment:5 Changed 3 years ago by mvngu

  • Merged in changed from 4.4.3.alpha3 to sage-4.4.3.alpha3
Note: See TracTickets for help on using tickets.