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

Bug 217642

Summary: app-text/mecab-0.96: avoid gcc-4.3.0 fail; bump to 0.97
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: CJK Team <cjk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-14 13:31:31 UTC
As the summary says, bumping app-text/mecab with a simple 
mv mecab-0.9{6,7}.ebuild
avoids this failure:

make[1]: Entering directory `/var/tmp/portage/app-text/mecab-0.96/work/mecab-0.96'
Making all in src
make[2]: Entering directory `/var/tmp/portage/app-text/mecab-0.96/work/mecab-0.96/src'
/bin/bash ../libtool --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -DDIC_VERSION=102    -DMECAB_DEFAULT_RC="\"/etc/mecabrc\""    -O3 -Wall -Wno-deprecated -c utils.cpp
/bin/bash ../libtool --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -DDIC_VERSION=102    -DMECAB_DEFAULT_RC="\"/etc/mecabrc\""    -O3 -Wall -Wno-deprecated -c eval.cpp
mkdir .libs
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/etc/mecabrc\" -O3 -Wall -Wno-deprecated -c utils.cpp  -fPIC -DPIC -o .libs/utils.o
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/etc/mecabrc\" -O3 -Wall -Wno-deprecated -c eval.cpp  -fPIC -DPIC -o .libs/eval.o
In file included from utils.cpp:35:
param.h:34: error: explicit template specialization cannot have a storage class
make[2]: *** [utils.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from eval.cpp:15:
param.h:34: error: explicit template specialization cannot have a storage class
make[2]: *** [eval.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-text/mecab-0.96/work/mecab-0.96/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-text/mecab-0.96/work/mecab-0.96'
make: *** [all-recursive-am] Error 2


Reproducible: Always

Steps to Reproduce:
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2008-04-21 00:06:38 UTC
in cvs. thanks