Just updating Codelite installation due to port update, the installation via portmaster runs into a corrupted installation with no database entry, error is shown below. ====> Compressing man pages (compress-man) ===> Installing ldconfig configuration file ===> Installing for codelite-8.1 ===> Registering installation for codelite-8.1 pkg-static: Unable to access file /usr/ports/editors/codelite/work/stage/usr/local/bin/codelite-clang: No such file or directory pkg-static: Unable to access file /usr/ports/editors/codelite/work/stage/usr/local/bin/codelite-clang-format: No such file or directory pkg-static: Unable to access file /usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/libclang.so: No such file or directory pkg-static: duplicate file listing: /usr/local/share/locale/cs/LC_MESSAGES/codelite.mo, ignoring pkg-static: duplicate file listing: /usr/local/share/locale/zh_CN/LC_MESSAGES/codelite.mo, ignoring *** Error code 74 config: ===> The following configuration options are available for codelite-8.1: CLANG=on: Clang code-completion CSCOPE=on: CScope integration NLS=on: Native Language Support ===> Use 'make config' to modify these settings
I've reported this issue. See bug 202353. Note that codelite installs fine with CLANG option disabled.
Also you need to remove from pkg-plist the duplicate files: share/locale/cs/LC_MESSAGES/codelite.mo share/locale/zh_CN/LC_MESSAGES/codelite.mo
As temporary solution. Install ports-mgmt/genplist. Make in the port genplist create /usr/ports/editors/codelite. Then genplist commit and genplist clean. And install it new.
(In reply to Walter Schwarzenfeld from comment #3) It was fixed. See r394417 https://svnweb.freebsd.org/ports?view=revision&revision=394417
To submitter, are there still any remaining issues since commit r394417 or can this PR be closed?
Sinece the last update/upgrade of CodeLite, I did not experience anymore the reported issues so far. Regards, oh
Closing based off submitter feedback in comment 6 above. Post close cleanup: - Tag as regression because of r394320 - Assign to bsam@ as committer of r394417 for this fix (In reply to ohartman from comment #6) Thanks for the quick feedback!