Bug 286531 - support Solaris in cmake/modules/FindMsgfmt.cmake
Summary: support Solaris in cmake/modules/FindMsgfmt.cmake
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kdelibs
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Solaris
: NOR wishlist
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-13 21:42 UTC by tropikhajma
Modified: 2021-07-12 10:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
patch (749 bytes, patch)
2011-11-13 22:26 UTC, tropikhajma
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tropikhajma 2011-11-13 21:42:21 UTC
Version:           unspecified (using KDE 4.7.3) 
OS:                Solaris

in Solaris 11, the GNU version of msgfmt is installed in
/usr/gnu/bin/msgfmt
and a symlink
/usr/bin/gmsgfmt
is pointing to it.

the attached patch adds gmsgfmt to the names the cmake module is searching for.

Reproducible: Always

Steps to Reproduce:
use the FindMsgfmt module on Solaris 11, without /usr/gnu/bin in the PATH.
(e.g. build konversation)

Actual Results:  
msgfmt is not found

Expected Results:  
msgfmt is found
Comment 1 tropikhajma 2011-11-13 22:26:56 UTC
Created attachment 65627 [details]
patch