Opened 9 years ago
Closed 9 years ago
#12501 closed defect (fixed)
Fix packages wanting to run autoconf
Reported by: | jdemeyer | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-5.0 |
Component: | packages: standard | Keywords: | |
Cc: | Merged in: | sage-5.0.beta5 | |
Authors: | Jeroen Demeyer | Reviewers: | Volker Braun |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Some Sage packages want to run autoconf
/autoheader
/automake
during installation. This may fail, since auto$foo
is not a prerequisite of Sage. Usually, the build still works but in some cases, this may cause the build to fail (this happens for example with ecm-6.3.p3
on the Skynet machine "iras"). This can usually be fixed by fixing timestamps and/or not patching configure.in
, only configure
itself.
Packages which need to be fixed:
- cddlib: http://boxen.math.washington.edu/home/jdemeyer/spkg/cddlib-094f.p11.spkg
- ecm: http://boxen.math.washington.edu/home/jdemeyer/spkg/ecm-6.3.p4.spkg
- gd: http://boxen.math.washington.edu/home/jdemeyer/spkg/gd-2.0.35.p7.spkg
- libm4rie: http://boxen.math.washington.edu/home/jdemeyer/spkg/libm4rie-20111004.p2.spkg
- maxima: upstream issue which can't easily be fixed, so we leave this alone
- mpfi: fixed by #12171
- pynac: http://boxen.math.washington.edu/home/jdemeyer/spkg/pynac-0.2.3.p1.spkg
For reviewing: please have a look below at the various diffs for the spkg's. In some cases, it looks like nothing actually changed. This is because I only changed a timestamp in the src
directory.
Once this ticket is merged, the release management script should be changed to check for these issues (and whitelist maxima).
Attachments (5)
Change History (20)
comment:1 Changed 9 years ago by
- Summary changed from Fix packages wanted to run autoconf to Fix packages wanting to run autoconf
comment:2 Changed 9 years ago by
- Description modified (diff)
comment:3 Changed 9 years ago by
- Description modified (diff)
comment:4 Changed 9 years ago by
- Description modified (diff)
comment:5 Changed 9 years ago by
- Description modified (diff)
comment:6 Changed 9 years ago by
- Description modified (diff)
comment:7 Changed 9 years ago by
- Description modified (diff)
comment:8 Changed 9 years ago by
- Description modified (diff)
comment:9 Changed 9 years ago by
- Description modified (diff)
comment:10 Changed 9 years ago by
- Description modified (diff)
comment:11 Changed 9 years ago by
- Description modified (diff)
comment:12 Changed 9 years ago by
- Description modified (diff)
Changed 9 years ago by
Changed 9 years ago by
Changed 9 years ago by
Changed 9 years ago by
Changed 9 years ago by
comment:13 Changed 9 years ago by
- Description modified (diff)
- Status changed from new to needs_review
comment:14 Changed 9 years ago by
- Reviewers set to Volker Braun
- Status changed from needs_review to positive_review
comment:15 Changed 9 years ago by
- Merged in set to sage-5.0.beta5
- Resolution set to fixed
- Status changed from positive_review to closed
Looks good to me!