Date: Thu, 04 Aug 2016 22:22:32 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211587] editors/codelite: pkg packaging breaks because pkg-list contains pointers to nonexistent files (SpellCheck.so, ...) Message-ID: <bug-211587-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211587 Bug ID: 211587 Summary: editors/codelite: pkg packaging breaks because pkg-list contains pointers to nonexistent files (SpellCheck.so, ...) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: matthias@petermann-it.de CC: mokhi64@gmail.com Flags: maintainer-feedback?(mokhi64@gmail.com) CC: mokhi64@gmail.com Created attachment 173301 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D173301&action= =3Dedit Patch file to remove nonexistent files from pkg-plist Hello,=20 when I build the package of editors/codelite using synth, packaging cannot = be completed because the following files from pkg-plist are missing: lib/codelite/SpellCheck.so %%DATADIR%%/dics/en_GB.aff %%DATADIR%%/dics/en_GB.dic %%DATADIR%%/dics/en_US.aff %%DATADIR%%/dics/en_US.dic The following options are set for my custom build: # This file is auto-generated by 'make config'. # Options for codelite-9.2 _OPTIONS_READ=3Dcodelite-9.2 _FILE_COMPLETE_OPTIONS_LIST=3DCSCOPE SFTP CLANG34 CLANG35 CLANG36 CLANG37 C= LANG38 OPTIONS_FILE_SET+=3DCSCOPE OPTIONS_FILE_SET+=3DSFTP OPTIONS_FILE_UNSET+=3DCLANG34 OPTIONS_FILE_UNSET+=3DCLANG35 OPTIONS_FILE_UNSET+=3DCLANG36 OPTIONS_FILE_SET+=3DCLANG37 OPTIONS_FILE_UNSET+=3DCLANG38 I am wondering if the missing files would be present when codelite is built with different options, or if the problem always occurs? Note: as this files seem to be spell check related: in my textprpoc/enchant build options the ASPELL option is set. Temporarely, I was able to fix my build by excluding the questionable files from the pkg-plist (see patch attached). Please let me know if I can help debug/test. Best regards, Matthias --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211587-13>