Coin aqua variant warnings
Mark Brethen
mark.brethen at gmail.com
Tue Jun 24 17:48:09 PDT 2014
On Jun 24, 2014, at 1:14 AM, Ryan Schmidt <ryandesign at macports.org> wrote:
>
> On Jun 23, 2014, at 9:59 PM, Mark Brethen wrote:
>
>> Begin forwarded message:
>>
>>> From: Mark Brethen <mark.brethen at gmail.com>
>>> Subject: Coin aqua variant warnings
>>> Date: June 23, 2014 at 9:43:42 PM CDT
>>> To: MacPorts Users <macports-users at lists.macosforge.org>
>>>
>>> With the aqua variant, numerous warning messages are issued when updating database of binaries:
>>>
>>> ---> Updating database of binaries
>>> Warning: Error determining file type of `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_Coin/Coin/work/destroot/opt/local/Library/Frameworks/Inventor.framework/Headers': lstat(/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_Coin/Coin/work/destroot/opt/local/Library/Frameworks/Inventor.framework/Headers):no such file or directory
>>> Warning: A file belonging to the `Coin' port is missing or unreadable. Consider reinstalling it.
>>> Warning: Error determining file type of `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_Coin/Coin/work/destroot/opt/local/Library/Frameworks/Inventor.framework/Inventor': lstat(/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_Coin/Coin/work/destroot/opt/local/Library/Frameworks/Inventor.framework/Inventor):no such file or directory
>>> Warning: A file belonging to the `Coin' port is missing or unreadable. Consider reinstalling it.
>>>
>>> (there too many to list in this post).
>>>
>>> Warning: Error determining file type of `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_Coin/Coin/work/destroot/opt/local/Library/Frameworks/Inventor.framework/Versions/Current': lstat(/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_Coin/Coin/work/destroot/opt/local/Library/Frameworks/Inventor.framework/Versions/Current):no such file or directory
>>> Warning: A file belonging to the `Coin' port is missing or unreadable. Consider reinstalling it.
>>> ---> Scanning binaries for linking errors
>>> ---> No broken files found.
>>>
>>>
>>> Mark
>>
>> Port Coin contains:
>> /opt/local/bin/coin-config
>> /opt/local/lib/pkgconfig/Coin.pc
>> /opt/local/share/Coin/conf/coin-default.cfg
>> /opt/local/share/aclocal/coin.m4
>> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_Coin/Coin/work/destroot/opt/local/Library/Frameworks/Inventor.framework/Headers
>>
>> (too many to list here)
>>
>> It appears that the Inventor.framework did not get moved to the correct directory in destroot. Hence the warning messages after activating the port!
>
> Confirmed, when using the +aqua variant. You should file a bug report in our issue tracker.
>
This was fixed by changing:
configure.args-append --with-framework-prefix=${destroot}${frameworks_dir} --without-x
to
configure.args-append --with-framework-prefix=${frameworks_dir} --without-x
Mark
More information about the macports-users
mailing list