Changes between Initial Version and Version 1 of Ticket #53166
- Timestamp:
- Dec 28, 2016, 11:56:04 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53166
- Property Keywords lion removed
-
Property
Summary
changed from
yarn: default to an older nodejs on < 10.8
toyarn: default to an older nodejs on 10.6
-
Ticket #53166 – Description
initial v1 1 nodejs6 only seems to work on 10. 8 and later (see#53165 and many other tickets).1 nodejs6 only seems to work on 10.7 and later (see also #53165 and many other tickets). 2 2 3 Based on comments in the portfiles it seems that nodejs4 and 5 require at least 10.6 and nodejs requires at least 10.7. I suspect that the build failure on 10.7 might be only a matter using a too old compiler on 10.7 though and the following blacklist might not be sufficient: 4 5 {{{ 6 compiler.blacklist *gcc* {clang < 300} 7 }}} 8 9 It would be nice to fallback to an older version of nodejs (perhaps version 5) on < 10.8 (or on < 10.7 once the issue of building nodejs6 gets resolved on Lion). 3 Based on comments in the portfiles it seems that nodejs4 and 5 require at least 10.6 and nodejs requires at least 10.7. It would be nice to fallback to an older version of nodejs (perhaps version 5) on < 10.7. 10 4 11 5 Btw: is the isomarcte's email in Yarn misspelled?