Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455698 - app-i18n/skk-jisyo: awk dependency
Summary: app-i18n/skk-jisyo: awk dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 418473
  Show dependency tree
 
Reported: 2013-02-05 18:51 UTC by Christoph Junghans (RETIRED)
Modified: 2013-02-12 09:36 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Junghans (RETIRED) gentoo-dev 2013-02-05 18:51:33 UTC
Can you please have a look if virtual/awk is sufficient or if gawk is needed.
Comment 1 Naohiro Aota gentoo-dev 2013-02-06 06:35:18 UTC
% pwd
/dev/shm/portage/app-i18n/skk-jisyo-201101/work/skk-jisyo-201101
% nawk -f /usr/portage/app-i18n/skk-jisyo/files/unannotation.awk SKK-JISYO.L
nawk: syntax error at source line 3 source file /usr/portage/app-i18n/skk-jisyo/files/unannotation.awk
 context is
        # >>> 
 <<< 
        missing }
        2 extra )'s
nawk: bailing out at source line 76

so, it seems it's depending on gawk.
Comment 2 Naohiro Aota gentoo-dev 2013-02-06 07:01:11 UTC
(In reply to comment #1)
> % pwd
> /dev/shm/portage/app-i18n/skk-jisyo-201101/work/skk-jisyo-201101
> % nawk -f /usr/portage/app-i18n/skk-jisyo/files/unannotation.awk SKK-JISYO.L

ah nawk has problem mentioned at bug 455786. However it still fail with other awk variants.
Comment 3 Christoph Junghans (RETIRED) gentoo-dev 2013-02-10 02:58:35 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > % pwd
> > /dev/shm/portage/app-i18n/skk-jisyo-201101/work/skk-jisyo-201101
> > % nawk -f /usr/portage/app-i18n/skk-jisyo/files/unannotation.awk SKK-JISYO.L
> 
> ah nawk has problem mentioned at bug 455786. However it still fail with
> other awk variants.
unannotation.awk uses gensub, which is GNU awk only, deps are fine, but please also sure that the ebuild calls gawk instead of plain awk.
Comment 4 Naohiro Aota gentoo-dev 2013-02-12 09:36:32 UTC
done