Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217642 - app-text/mecab-0.96: avoid gcc-4.3.0 fail; bump to 0.97
Summary: app-text/mecab-0.96: avoid gcc-4.3.0 fail; bump to 0.97
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-14 13:31 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-21 00:06 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 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