Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 600780 - app-i18n/translate-shell needs dev-libs/fribidi
Summary: app-i18n/translate-shell needs dev-libs/fribidi
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ferenc Erki
URL:
Whiteboard:
Keywords:
Depends on: 613816
Blocks:
  Show dependency tree
 
Reported: 2016-11-25 08:58 UTC by S. Mannem
Modified: 2017-04-11 14:01 UTC (History)
2 users (show)

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


Attachments
emerge --info (emerge-info,5.63 KB, text/plain)
2016-11-25 08:58 UTC, S. Mannem
Details
translate-shell-0.9.5-r1.ebuild (translate-shell-0.9.5-r1.ebuild,701 bytes, text/plain)
2017-02-21 07:34 UTC, Ferenc Erki
Details
metadata.xml (metadata.xml,847 bytes, text/xml)
2017-02-21 07:35 UTC, Ferenc Erki
Details
translate-shell-0.9.5-r1.ebuild (translate-shell-0.9.5-r1.ebuild,694 bytes, text/plain)
2017-03-25 07:36 UTC, Ferenc Erki
Details
metadata.xml (metadata.xml,943 bytes, text/xml)
2017-03-25 07:37 UTC, Ferenc Erki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description S. Mannem 2016-11-25 08:58:22 UTC
Created attachment 454310 [details]
emerge --info

I installed app-i18n/translate-shell and ran into some 'error' messages.
Example output:
/usr/bin/trans -U
rev: stdin: Invalid or incomplete multibyte or wide character
rev: stdin: Invalid or incomplete multibyte or wide character
rev: stdin: Invalid or incomplete multibyte or wide character
rev: stdin: Invalid or incomplete multibyte or wide character
rev: stdin: Invalid or incomplete multibyte or wide character
rev: stdin: Invalid or incomplete multibyte or wide character
rev: stdin: Invalid or incomplete multibyte or wide character
rev: stdin: Invalid or incomplete multibyte or wide character
Current version: 	0.9.4
New version available: 	0.9.5
Download from: 	https://www.soimort.org/translate-shell/trans

The lines stating with rev: are in every output.
I google around and noticed this:
https://github.com/soimort/translate-shell/issues/76
So I figured: lets install dev-libs/fribidi et voila, issue fixed.
Could you add it as an dependency to the translate-shell gentoo package?
Comment 1 Ferenc Erki 2017-02-21 07:34:42 UTC
Created attachment 464478 [details]
translate-shell-0.9.5-r1.ebuild

Changes:
 - replace fribidi local USE flag with standard bidi
 - enable bidi USE flag by default
Comment 2 Ferenc Erki 2017-02-21 07:35:40 UTC
Created attachment 464480 [details]
metadata.xml

Changes:
 - remove unused local USE flag fribidi
 - clean indent up
Comment 3 Ferenc Erki 2017-03-23 05:46:35 UTC
Proxy maintainers, please review and commit this.
Comment 4 Ferenc Erki 2017-03-25 07:36:10 UTC
Created attachment 468172 [details]
translate-shell-0.9.5-r1.ebuild

Changes:
 - replace fribidi local USE flag with standard bidi
 - enable bidi USE flag by default
 - removes obsolete header line
Comment 5 Ferenc Erki 2017-03-25 07:37:35 UTC
Created attachment 468174 [details]
metadata.xml

Changes:
 - remove unused local USE flag fribidi
 - clean indent up
Comment 6 Ferenc Erki 2017-03-25 07:39:20 UTC
I did some extra cleanup, like removing a now obsolete header line from the ebuild, and using spaces instead of tabs in metadata.xml for indentation.

Please review and commit to the tree. Old versions can be removed too.