#10749 closed defect (duplicate)
libpng-1.2.35.p2 has syntax errors in its spkg-install
Reported by: | mhansen | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | packages: standard | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | Mariah Lenox | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
The fix is the following change:
diff --git a/spkg-install b/spkg-install --- a/spkg-install +++ b/spkg-install @@ -43,7 +43,7 @@ exit 1 fi -if [ $UNAME = "CYGWIN" ] +if [ $UNAME = "CYGWIN" ]; then rm -rf "$SAGE_LOCAL"/lib/libpng12.dll.a rm -rf "$SAGE_LOCAL"/lib/libpng12.la cp "$SAGE_LOCAL"/bin/cygpng12-0.dll "$SAGE_LOCAL"/lib/libpng12.dll
An spkg can be found at http://sage.math.washington.edu/home/mhansen/libpng-1.2.35.p3.spkg
Change History (5)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → sage-4.6.2 |
Status: | new → needs_review |
comment:2 Changed 12 years ago by
Milestone: | sage-4.7 → sage-duplicate/invalid/wontfix |
---|
comment:3 Changed 12 years ago by
Status: | needs_review → positive_review |
---|
(This can be closed, as the previous comment says.)
comment:4 Changed 12 years ago by
Authors: | Mike Hansen |
---|---|
Resolution: | → duplicate |
Reviewers: | → Mariah Lenox |
Status: | positive_review → closed |
comment:5 Changed 12 years ago by
For the record, this was actually fixed in #9146 by a friendly referee patch.
Note: See
TracTickets for help on using
tickets.
This was fixed by #11110.