#67761 closed defect (fixed)
libxc{5,6}: missing files for lib, etc?
Reported by: | ftroisi | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | libxc5, libxc6 |
Description
Dear Macports,
I was trying to compile a software which requires Libxc. I installed Libxc5 using sudo port install libxc5
, but when I execute ./configure
it fails because it cannot find some files related to libxc.
In particular, the software is looking for /opt/local/libexec/libxc5/lib/libxcf03.a
and /opt/local/libexec/libxc5/lib/libxc.a
. If I try to install libxc6 manually or with Homebrew, then there are no issues and I can compile my software correctly (indeed, Homebrew provides the file libxcf03.dylib
in the lib folder of libxc, which is missing when I use Macports).
Can you please look into this? Thanks a lot and let me know if you need anything
Change History (5)
comment:1 Changed 16 months ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to mascguy |
---|---|
Status: | new → assigned |
comment:2 Changed 16 months ago by mascguy (Christopher Nielsen)
Summary: | Missing files in ports libxc5 and 6 → libxc{5,6}: missing files for lib, etc? |
---|
comment:3 Changed 16 months ago by Christopher Nielsen <mascguy@…>
comment:4 Changed 16 months ago by mascguy (Christopher Nielsen)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Sorry for the trouble, this was a mistake on my part. But it's now been fixed.
Wait at least three hours, then sync your ports via sudo port selfupdate
. Followed by sudo port -N upgrade outdated
, to update your libxc5
port.
At that point, the additional libs you mentioned should be present. And let me know if you're able to build your software, after updating!
In 457dd08a4dd46aba4c81e7f3d5c063ea84761f44/macports-ports (master):