Opened 14 months ago
Closed 11 months ago
#31920 closed defect (invalid)
pynac: Build failure when MACOSX_DEPLOYMENT_TARGET=11.1 is set
Reported by: | mkoeppe | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | porting | Keywords: | |
Cc: | dimpase, jhpalmieri | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | #32386 | Stopgaps: |
Description
Building pynac
fails in Sage 9.4.beta1 when a user has set MACOSX_DEPLOYMENT_TARGET=11.1
.
This is due to an outdated libtool shipped with pynac, similar to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97865, which fails to use -Wl,-undefined -Wl,dynamic_lookup
Change History (8)
comment:1 follow-up: ↓ 3 Changed 14 months ago by
comment:2 follow-up: ↓ 4 Changed 14 months ago by
Why would a user set MACOSX_DEPLOYMENT_TARGET=11.1
?
comment:3 in reply to: ↑ 1 Changed 14 months ago by
comment:4 in reply to: ↑ 2 Changed 14 months ago by
Replying to jhpalmieri:
Why would a user set
MACOSX_DEPLOYMENT_TARGET=11.1
?
I don't have a good answer to that except that I had to set this in order to build correctly tagged wheels with XCode's python3 in #31396
comment:5 Changed 13 months ago by
- Milestone changed from sage-9.4 to sage-9.5
comment:6 Changed 12 months ago by
- Dependencies set to #32386
- Milestone changed from sage-9.5 to sage-duplicate/invalid/wontfix
- Status changed from new to needs_review
No longer relevant with #32386
comment:7 Changed 12 months ago by
- Status changed from needs_review to positive_review
comment:8 Changed 11 months ago by
- Resolution set to invalid
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
does this mean we just need to re-run a modern autoconf on Pynac source?