Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 519000 - app-i18n/librime-1.2 - CMake Error at cmake/FindMarisa.cmake:22 (message): Could not find marisa library.
Summary: app-i18n/librime-1.2 - CMake Error at cmake/FindMarisa.cmake:22 (message): ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Yixun Lan
URL:
Whiteboard:
Keywords:
Depends on: 479436
Blocks:
  Show dependency tree
 
Reported: 2014-08-04 06:03 UTC by Wang Bin
Modified: 2014-08-22 02:52 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,4.43 KB, text/plain)
2014-08-04 06:03 UTC, Wang Bin
Details
output of `emerge --info '=app-i18n/librime-1.2::gentoo'` (emerge-info,5.34 KB, text/plain)
2014-08-04 06:04 UTC, Wang Bin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wang Bin 2014-08-04 06:03:22 UTC
librime-1.2 requires libmarisa, which is not in the portage, it fails emerge with follow error:

CMake Error at cmake/FindMarisa.cmake:22 (message):
  Could not find marisa library.
Call Stack (most recent call first):
  CMakeLists.txt:82 (find_package)

Please check the details build.log

I found the ebuild for libmarisa from github:

https://raw.githubusercontent.com/ichelm/ichelm-overlay/master/dev-libs/marisa-trie/marisa-trie-0.2.4.ebuild

After install this ebuild, librime-1.2.ebuild emerged successfully on my amd64 box, please check and consider add this to the portage.
Comment 1 Wang Bin 2014-08-04 06:03:57 UTC
Created attachment 382208 [details]
build.log
Comment 2 Wang Bin 2014-08-04 06:04:33 UTC
Created attachment 382210 [details]
output of `emerge --info '=app-i18n/librime-1.2::gentoo'`
Comment 3 Yixun Lan archtester gentoo-dev 2014-08-22 02:52:00 UTC
+  22 Aug 2014; Yixun Lan <dlan@gentoo.org> librime-1.2.ebuild:
+  fix broken marisa dep, bug 519000, thanks Wang Bin for reporting