Bug 202363 - editors/codelite: installation terminates unexpectedly
Summary: editors/codelite: installation terminates unexpectedly
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Boris Samorodov
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2015-08-16 15:59 UTC by O. Hartmann
Modified: 2015-09-19 19:46 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2015-08-16 15:59:25 UTC
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
Comment 1 Carlos J Puga Medina 2015-08-16 17:28:44 UTC
I've reported this issue. See bug 202353.

Note that codelite installs fine with CLANG option disabled.
Comment 2 Carlos J Puga Medina 2015-08-16 17:37:59 UTC
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
Comment 3 Walter Schwarzenfeld 2015-08-18 14:36:29 UTC
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.
Comment 4 Carlos J Puga Medina 2015-08-18 14:44:01 UTC
(In reply to Walter Schwarzenfeld from comment #3)

It was fixed. See r394417

https://svnweb.freebsd.org/ports?view=revision&revision=394417
Comment 5 Jason Unovitch freebsd_committer freebsd_triage 2015-09-19 14:44:59 UTC
To submitter, are there still any remaining issues since commit r394417 or can this PR be closed?
Comment 6 O. Hartmann 2015-09-19 18:50:22 UTC
Sinece the last update/upgrade of CodeLite, I did not experience anymore the reported issues so far.

Regards,
oh
Comment 7 Jason Unovitch freebsd_committer freebsd_triage 2015-09-19 19:46:44 UTC
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!