Opened 22 months ago
Closed 22 months ago
#30841 closed defect (fixed)
bootstrap: Do not depend on sage-env, sage-env-config
Reported by: | mkoeppe | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | sage-9.3 |
Component: | build | Keywords: | |
Cc: | dimpase, mjo, vbraun | Merged in: | |
Authors: | Matthias Koeppe | Reviewers: | Dima Pasechnik |
Report Upstream: | N/A | Work issues: | |
Branch: | b217a01 (Commits, GitHub, GitLab) | Commit: | b217a01e7e7566ed7c3cb61cfaa8c90db7563c32 |
Dependencies: | Stopgaps: |
Change History (9)
comment:1 Changed 22 months ago by
- Branch set to u/mkoeppe/bootstrap__do_not_depend_on_sage_env__sage_env_config
comment:2 Changed 22 months ago by
- Commit set to b217a01e7e7566ed7c3cb61cfaa8c90db7563c32
- Dependencies #30795 deleted
- Status changed from new to needs_review
comment:3 Changed 22 months ago by
- Reviewers set to Dima Pasechnik
well, this appears to cause a possible change in behavour, as sage-env-config
etc potentially sets variables affecting ./configure
, no?
comment:4 Changed 22 months ago by
bootstrap
does not run configure
comment:5 Changed 22 months ago by
yes, but sourcing sage-env-config
exports variables, and thus has effect on the environment, no?
comment:6 Changed 22 months ago by
Yes, eliminating these (unneeded) environment settings is the point of this ticket.
comment:8 Changed 22 months ago by
Thanks!
comment:9 Changed 22 months ago by
- Branch changed from u/mkoeppe/bootstrap__do_not_depend_on_sage_env__sage_env_config to b217a01e7e7566ed7c3cb61cfaa8c90db7563c32
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
bootstrap: Do not source src/bin/sage-env, sage-env-config