Opened 11 years ago
Closed 9 years ago
#42123 closed defect (fixed)
Cannot install Atlas
Reported by: | anat.stolarsky@… | Owned by: | Veence (Vincent) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | atlas |
Description
Tried to install, clean and reinstall.
Attached is the log file.
Thanks, Anat
Attachments (2)
Change History (8)
Changed 11 years ago by anat.stolarsky@…
comment:1 follow-up: 2 Changed 11 years ago by Veence (Vincent)
comment:2 Changed 11 years ago by anat.stolarsky@…
Replying to vince@…:
Please clean and try building with the +clang option instead. The error you get points to some configuration woes. The compiler does not find the standard <stdio.h>, which implies something is amiss with the environment.
Thank you, Retried this and now the build seems to halt... I am attaching the log again
Changed 11 years ago by anat.stolarsky@…
Attachment: | main.2.log added |
---|
comment:3 Changed 11 years ago by Veence (Vincent)
I see no error in your build. Depending on your machine, and due to a high optimization search process, Atlas may take four to six hours to build, more or less irrespectively of the CPU model or your number of cores. This is normal. Just schedule it for night time.
comment:4 Changed 11 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to vince@… |
---|---|
Port: | atlas added |
comment:5 Changed 11 years ago by foo@…
I had the same problem with stdio.h and not being able to install atlas. I downloaded and installed the command line tools. That fixed the problem. https://developer.apple.com/downloads/index.action
comment:6 Changed 9 years ago by Veence (Vincent)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please clean and try building with the +clang option instead. The error you get points to some configuration woes. The compiler does not find the standard <stdio.h>, which implies something is amiss with the environment.