You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --record plist python feature fails to add this file to the plist.
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%PYTHON_SITELIBDIR%%/gau2grid/libgg.so.1
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
The text was updated successfully, but these errors were encountered:
yurivict
changed the title
gau2grid/libgg.so.1 is missing in the plist
gau2grid/libgg.so.1 is missing from the plist
Dec 4, 2018
The right fix, IMO, is to remove this newly added file from the python binding (not from the C part).
Versioned libraries are to control when dependent packages need to be updated, and this isn't needed for python bindings.
At present, since the separate py pkg was cooked up hastily, the gg.so lib is copied into the python pkg. That is, pygau2grid does not depend on gau2grid.
The
--record plist
python feature fails to add this file to the plist.The text was updated successfully, but these errors were encountered: