#39693 closed defect (fixed)
cloog: Undefined symbols: _isl_basic_set_add_dims
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | tiger | Cc: | jeremyhu (Jeremy Huddleston Sequoia), ballapete (Peter "Pete" Dyballa) |
Port: | cloog |
Description
On PowerPC Tiger, I cannot upgrade to cloog 0.18.0; it fails with:
:info:build /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: :info:build _isl_basic_set_add_dims
Attachments (1)
Change History (9)
Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | cloog.main.log.bz2 added |
---|
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | cloog: → cloog: Undefined symbols: _isl_basic_set_add_dims |
---|
comment:2 Changed 11 years ago by ballapete (Peter "Pete" Dyballa)
Cc: | Peter_Dyballa@… added |
---|
comment:3 follow-up: 4 Changed 11 years ago by ballapete (Peter "Pete" Dyballa)
The build of CLooG 0.18 succeeds when isl is updated to version 0.11.1:
checksums rmd160 da09eecaa2c5b0a1ea680248bd18757ce0961d92 \ sha256 34f5ee5c51f15ea589237f9d0869dcfb3b9bb2b194e2035dcdc95d6ea50d969a
comment:4 Changed 11 years ago by ballapete (Peter "Pete" Dyballa)
Trying to upgrade isl further to version 0.11.2 or to 0.12 fails with port 2.2.99. It sees – and uses – a Portfile that does not exist on disk any more. It also does
---> Extracting isl-0.11.tar.bz2
comment:5 follow-up: 8 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)
What do you mean it sees and uses a Portfile that does not exist on disk?
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld is a system linker. Why is it affected by the installed version of isl? Do you have DYLD_LIBRARIES_PATH set?
comment:6 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Oh, wait. I had my head in the wrong place... nevermind...
comment:7 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:8 Changed 11 years ago by ballapete (Peter "Pete" Dyballa)
Replying to jeremyhu@…:
What do you mean it sees and uses a Portfile that does not exist on disk?
The two Portfile files for isl, one in /opt/mports with the port sources and the other in /opt/local/var/macports/sources, were updated to contain version 0.11 and revision 2, I also updated the svn header line to have something greater than the system ever could have seen, but port did not seem to do the right thing and upgrade to isl 0.11.2.
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld is a system linker. Why is it affected by the installed version of isl? Do you have DYLD_LIBRARIES_PATH set?
No.
Cc Me!