Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 455698

Summary: app-i18n/skk-jisyo: awk dependency
Product: Gentoo Linux Reporter: Christoph Junghans (RETIRED) <junghans>
Component: Current packagesAssignee: CJK Team <cjk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 418473    

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