Opened 12 years ago
Closed 12 years ago
#38653 closed defect (fixed)
atlas @3.10.1_3: build fails, "../libf77blas.a: No such file or directory"
Reported by: | lpsinger (Leo Singer) | Owned by: | Veence (Vincent) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | atlas |
Description
Building atlas @3.10.1_3 with default variants fails on Mountain Lion, with the following error message:
ar: ../libf77blas.a: No such file or directory
See attached log.
Attachments (1)
Change History (7)
Changed 12 years ago by lpsinger (Leo Singer)
comment:1 Changed 12 years ago by jmroot (Joshua Root)
Cc: | vince@… removed |
---|---|
Owner: | changed from macports-tickets@… to vince@… |
comment:2 Changed 12 years ago by Veence (Vincent)
comment:3 Changed 12 years ago by lpsinger (Leo Singer)
Will do. Why is use_parallel_build turned off?
comment:5 Changed 12 years ago by lpsinger (Leo Singer)
It built this time. This may have been the first time that I let it run all the way through. During previous build attempts I had killed port install
so that I could install a different port, then ran sudo port upgrade atlas
without running sudo port clean atlas
.
Is use_parallel_build no
required?
comment:6 Changed 12 years ago by Veence (Vincent)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Unfortunately, the last time I tried to get rid of use_parallel_build, the build failed because Atlas tried to link into a dylib some object files that weren’t yet compiled. I might try to remove it again once the other problem will be fixed.
The log you attached is incomplete (e.g. lacks the configure phase). I cannot infer if you’re building universal, what kind of CPU you’re using, and, more important, if there is something wrong during configure. Could you please start afresh and repost a full log? Thanks!