Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge scim-tables not working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM
View previous topic :: View next topic  
Author Message
sunliu
n00b
n00b


Joined: 05 Jun 2020
Posts: 9

PostPosted: Sun Jun 07, 2020 12:52 pm    Post subject: emerge scim-tables not working Reply with quote

Code:
pi64 /home/demouser # emerge app-i18n/scim-tables
/usr/lib64/python3.6/site-packages/portage/package/ebuild/_config/KeywordsManager.py:70: UserWarning: /etc/portage/package.keywords is deprecated, use /etc/portage/package.accept_keywords instead
  UserWarning)

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.
Calculating dependencies... done!

!!! All ebuilds that could satisfy "app-i18n/scim-tables" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-i18n/scim-tables-0.5.13::gentoo (masked by: missing keyword)

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


[Moderator edit: added [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31281
Location: here

PostPosted: Sun Jun 07, 2020 1:07 pm    Post subject: Reply with quote

app-i18n/scim-tables has not arm64 keyword, you can make package visible by adding app-i18n/scim-tables ** entry in /etc/portage/package.use, but there's a chance it might not work out.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
sunliu
n00b
n00b


Joined: 05 Jun 2020
Posts: 9

PostPosted: Mon Jun 08, 2020 1:27 pm    Post subject: Reply with quote

fedeliallalinea wrote:
app-i18n/scim-tables has not arm64 keyword, you can make package visible by adding app-i18n/scim-tables ** entry in /etc/portage/package.use, but there's a chance it might not work out.


How to check if app-i18n/scim-tables has arm64 keyword or not? I tried the following command but same result.

Code:
echo "app-i18n/scim-tables **" >> /etc/portage/package.use/scim-tables

emerge app-i18n/scim-tables

!!! All ebuilds that could satisfy "app-i18n/scim-tables" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-i18n/scim-tables-0.5.13::gentoo (masked by: missing keyword)


[Moderator edit: added [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31281
Location: here

PostPosted: Mon Jun 08, 2020 3:38 pm    Post subject: Reply with quote

sunliu wrote:
How to check if app-i18n/scim-tables has arm64 keyword or not?

Code:
$ equery keywords app-i18n/scim-tables

sunliu wrote:
I tried the following command but same result.

echo "app-i18n/scim-tables **" >> /etc/portage/package.use/scim-tables

Oh, sorry, my mistake correct file to add entry is /etc/portage/package.accept_keywords
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
sunliu
n00b
n00b


Joined: 05 Jun 2020
Posts: 9

PostPosted: Wed Jun 10, 2020 12:16 pm    Post subject: Reply with quote

fedeliallalinea wrote:

Oh, sorry, my mistake correct file to add entry is /etc/portage/package.accept_keywords


Thanks for your hints.

To use scim, I finally created the following.
/etc/portage/package.accept_keywords/scim
content --> app-i18n/scim **

/etc/portage/package.accept_keywords/scim-tables
content --> app-i18n/scim-tables **

/etc/portage/package.accept_keywords/ibus-chewing
content --> app-i18n/ibus-chewing **
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum