#35543 closed defect (wontfix)
SuiteSparse fails to build on Tiger, G3
Reported by: | tobia.tesan@… | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | tiger | Cc: | zan@… |
Port: | SuiteSparse |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
:info:destroot /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/libtool: both -all_load and -noall_load can't be specified
Something with flags in a script, apparently.
Attachments (2)
Change History (10)
Changed 12 years ago by tobia.tesan@…
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | g3 SuiteSparse removed |
comment:2 Changed 12 years ago by jmroot (Joshua Root)
Cc: | ram@… zan@… added |
---|
Why is -Wl,-all_load needed in the first place?
comment:3 Changed 12 years ago by zan@…
-all_load tells ld to pull all files from the static archives. Without it you get an empty dylib. The alternative is to use 'ar -x' to extract all *.o from *.a into a temp dir, build .dylib from *.o, then clean up the temp dir. I'll test it out.
comment:4 Changed 12 years ago by zan@…
I've updated the Portfile, diff file attached. Several updates:
- Newer version 4.0.0 -> 4.0.2
- use ar -x to extract *.o and then compile dylib from *.o
- metis is a depend_lib, not a depend_build, because it is linked dynamically.
There are still 2 old patch files in the files dir (UFconfig_UFconfig.mk-patch and makefiles.patch) that can be removed. They are not being used.
Changed 12 years ago by zan@…
Attachment: | Portfile.diff added |
---|
comment:5 Changed 12 years ago by skymoo (Adam Mercer)
Cc: | ram@… removed |
---|
comment:6 Changed 8 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to michaelld |
---|---|
Status: | new → assigned |
Assigning to current maintainer.
comment:7 Changed 6 years ago by kencu (Ken)
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
I presume we can rust-bucket this as a wontfix by this point :)
comment:8 Changed 6 years ago by michaelld (Michael Dickens)
seems likely! maybe try to revisit if/once #47903 is dealt with?
Note: See
TracTickets for help on using
tickets.
Build log