Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 238967 - app-i18n/skim-scim-anthy-1.2.4 - No rule to make target `/bin/kconfig_compiler', needed by `anthy.h'. Stop.
Summary: app-i18n/skim-scim-anthy-1.2.4 - No rule to make target `/bin/kconfig_compile...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 245175
  Show dependency tree
 
Reported: 2008-09-28 18:47 UTC by Jeff Huffman
Modified: 2008-12-05 16:43 UTC (History)
2 users (show)

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


Attachments
Build log from the failed compile (build.log,17.33 KB, text/plain)
2008-09-28 18:49 UTC, Jeff Huffman
Details
emerge --info output on my system (emergeinfo,3.56 KB, text/plain)
2008-09-28 18:50 UTC, Jeff Huffman
Details
"emerge --info" output (emergeinfo_xen,3.71 KB, text/plain)
2008-10-04 17:52 UTC, Pavel Volkov
Details
Path that tries to fix kde 3.5 prefix (skim-scim-anthy-1.2.4_fix_kde_path.diff,902 bytes, patch)
2008-11-16 00:04 UTC, May THO
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Huffman 2008-09-28 18:47:01 UTC
The compile fails at the same point every time. It looks like the issue is:
No rule to make target `/bin/kconfig_compiler', needed by `anthy.h'.  Stop.

Reproducible: Always

Steps to Reproduce:
1. emerge skim-scim-anthy
Comment 1 Jeff Huffman 2008-09-28 18:49:06 UTC
Created attachment 166705 [details]
Build log from the failed compile
Comment 2 Jeff Huffman 2008-09-28 18:50:04 UTC
Created attachment 166706 [details]
emerge --info output on my system
Comment 3 Pavel Volkov 2008-10-04 17:52:26 UTC
Created attachment 167200 [details]
"emerge --info" output

I'm having this bug, too.
emerge --info attached
Comment 4 May THO 2008-11-16 00:04:24 UTC
Created attachment 171916 [details, diff]
Path that tries to fix kde 3.5 prefix

I had the same error. On my KDE 3.5 computer, I fixed this by linking kconfig_compiler into /bin by this way (in a root session):
# Temporary links kde 3.5 tool in /bin
ln -s `which kconfig_compiler` /bin
# Emerge
emerge skim-scim-anthy
# Deletes temporary link
rm /bin/kconfig_compiler

On my KDE 4.1.3 computer, this is a bit more complicated. I had to force kde 3.5 prefix so that the compiler uses the correct includes files and tools. I made a patch to modify the admin scripts in /var/tmp/portage/app-i18n/skim-scim-anthy-1.2.4/work.

I hope this helps.
Comment 5 Pavel Volkov 2008-11-29 08:34:28 UTC
This patch works
Comment 6 MATSUU Takuto (RETIRED) gentoo-dev 2008-11-30 06:58:49 UTC
I think that It could be fixed to add "need-kde 3.5". Could you try it?

Comment 7 Pavel Volkov 2008-12-05 14:50:30 UTC
yes, compiles fine with recent portage
Comment 8 MATSUU Takuto (RETIRED) gentoo-dev 2008-12-05 16:43:50 UTC
Added "need-kde 3.5" to 1.2.4 and 1.3.0. thanks.