Opened 8 years ago
Closed 8 years ago
#15736 closed defect (fixed)
libgd: disable fontconfig on OSX
Reported by: | vbraun | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.2 |
Component: | build | Keywords: | |
Cc: | Merged in: | ||
Authors: | Volker Braun | Reviewers: | Sami Losoi |
Report Upstream: | N/A | Work issues: | |
Branch: | u/vbraun/libgd__disable_fontconfig_on_osx (Commits, GitHub, GitLab) | Commit: | f5e0f740df765c97bb281e405db2dad3ca9981fe |
Dependencies: | Stopgaps: |
Description (last modified by )
Neither OSX nor Sage ship with fontconfig, but it is sometimes picked up from third-party distributions (leading to compile failures). Disable on OSX by default.
Note that upstream changed from "gd" to "libgd", we should probably update (but on another ticket).
Change History (9)
comment:1 Changed 8 years ago by
- Component changed from PLEASE CHANGE to build
- Description modified (diff)
- Type changed from PLEASE CHANGE to defect
comment:2 Changed 8 years ago by
- Branch set to u/vbraun/libgd__disable_fontconfig_on_osx
comment:3 Changed 8 years ago by
- Commit set to f5e0f740df765c97bb281e405db2dad3ca9981fe
comment:4 Changed 8 years ago by
- Status changed from new to needs_review
comment:5 Changed 8 years ago by
- Status changed from needs_review to positive_review
comment:6 Changed 8 years ago by
The building was this time success with the proposed change.
Please, see the log which came to the terminal with many warnings, however not relevant to this ticket: https://dl.dropboxusercontent.com/u/62073194/install_terminal.log I think these warnings are coming from bad practices used in third-party packages.
Please, see the autogenerated log which confirms that there were no errors in building Sage with the change proposed by Volker Braun: https://dl.dropboxusercontent.com/u/62073194/install2.log
comment:7 Changed 8 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:8 Changed 8 years ago by
- Reviewers set to Sami Losoi
comment:9 Changed 8 years ago by
- Resolution set to fixed
- Status changed from positive_review to closed
Branch pushed to git repo; I updated commit sha1. New commits:
remove incorrect quotes