Source: libmecab-java
Version: 0.98-5
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120330 qa-ftbfs qa-ftbfs-buildarch
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

This rebuild was done by building only architecture:any binary packages
(binary-arch target of debian/rules), and using a newer dpkg that uses the
build-arch target if available.
Also, only the Build-Depends were installed, not the Build-Depends-Indep.

Relevant part:
> c++ -O3 -c -fpic MeCab_wrap.cxx  `mecab-config --cflags` 
> -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux
> MeCab_wrap.cxx: In function 'const mecab_node_t* 
> mecab_node_t_begin_node_list(mecab_node_t*, size_t)':
> MeCab_wrap.cxx:304:16: error: 'mecab_node_t' has no member named 
> 'sentence_length'
> MeCab_wrap.cxx:306:17: error: 'mecab_node_t' has no member named 
> 'begin_node_list'
> MeCab_wrap.cxx:307:19: error: 'mecab_node_t' has no member named 
> 'begin_node_list'
> MeCab_wrap.cxx: In function 'const mecab_node_t* 
> mecab_node_t_end_node_list(mecab_node_t*, size_t)':
> MeCab_wrap.cxx:312:16: error: 'mecab_node_t' has no member named 
> 'sentence_length'
> MeCab_wrap.cxx:314:17: error: 'mecab_node_t' has no member named 
> 'end_node_list'
> MeCab_wrap.cxx:315:19: error: 'mecab_node_t' has no member named 
> 'end_node_list'
> MeCab_wrap.cxx: In function 'jint 
> Java_org_chasen_mecab_MeCabJNI_Token_1lcAttr_1get(JNIEnv*, jclass, jlong, 
> jobject)':
> MeCab_wrap.cxx:600:3: error: 'mecab_token_t' was not declared in this scope
> MeCab_wrap.cxx:600:18: error: 'arg1' was not declared in this scope
> MeCab_wrap.cxx:600:41: error: expected primary-expression before ')' token
> MeCab_wrap.cxx:600:43: error: expected ';' before numeric constant
> MeCab_wrap.cxx:606:28: error: expected primary-expression before ')' token
> MeCab_wrap.cxx: In function 'jint 
> Java_org_chasen_mecab_MeCabJNI_Token_1rcAttr_1get(JNIEnv*, jclass, jlong, 
> jobject)':
> MeCab_wrap.cxx:615:3: error: 'mecab_token_t' was not declared in this scope
> MeCab_wrap.cxx:615:18: error: 'arg1' was not declared in this scope
> MeCab_wrap.cxx:615:41: error: expected primary-expression before ')' token
> MeCab_wrap.cxx:615:43: error: expected ';' before numeric constant
> MeCab_wrap.cxx:621:28: error: expected primary-expression before ')' token
> MeCab_wrap.cxx: In function 'jint 
> Java_org_chasen_mecab_MeCabJNI_Token_1posid_1get(JNIEnv*, jclass, jlong, 
> jobject)':
> MeCab_wrap.cxx:630:3: error: 'mecab_token_t' was not declared in this scope
> MeCab_wrap.cxx:630:18: error: 'arg1' was not declared in this scope
> MeCab_wrap.cxx:630:41: error: expected primary-expression before ')' token
> MeCab_wrap.cxx:630:43: error: expected ';' before numeric constant
> MeCab_wrap.cxx:636:28: error: expected primary-expression before ')' token
> MeCab_wrap.cxx: In function 'jshort 
> Java_org_chasen_mecab_MeCabJNI_Token_1wcost_1get(JNIEnv*, jclass, jlong, 
> jobject)':
> MeCab_wrap.cxx:645:3: error: 'mecab_token_t' was not declared in this scope
> MeCab_wrap.cxx:645:18: error: 'arg1' was not declared in this scope
> MeCab_wrap.cxx:645:41: error: expected primary-expression before ')' token
> MeCab_wrap.cxx:645:43: error: expected ';' before numeric constant
> MeCab_wrap.cxx:651:28: error: expected primary-expression before ')' token
> MeCab_wrap.cxx: In function 'jlong 
> Java_org_chasen_mecab_MeCabJNI_Token_1feature_1get(JNIEnv*, jclass, jlong, 
> jobject)':
> MeCab_wrap.cxx:660:3: error: 'mecab_token_t' was not declared in this scope
> MeCab_wrap.cxx:660:18: error: 'arg1' was not declared in this scope
> MeCab_wrap.cxx:660:41: error: expected primary-expression before ')' token
> MeCab_wrap.cxx:660:43: error: expected ';' before numeric constant
> MeCab_wrap.cxx:666:28: error: expected primary-expression before ')' token
> MeCab_wrap.cxx: In function 'jlong 
> Java_org_chasen_mecab_MeCabJNI_Token_1compound_1get(JNIEnv*, jclass, jlong, 
> jobject)':
> MeCab_wrap.cxx:675:3: error: 'mecab_token_t' was not declared in this scope
> MeCab_wrap.cxx:675:18: error: 'arg1' was not declared in this scope
> MeCab_wrap.cxx:675:41: error: expected primary-expression before ')' token
> MeCab_wrap.cxx:675:43: error: expected ';' before numeric constant
> MeCab_wrap.cxx:681:28: error: expected primary-expression before ')' token
> MeCab_wrap.cxx: In function 'jlong 
> Java_org_chasen_mecab_MeCabJNI_Node_1sentence_1length_1get(JNIEnv*, jclass, 
> jlong, jobject)':
> MeCab_wrap.cxx:937:36: error: 'mecab_node_t' has no member named 
> 'sentence_length'
> MeCab_wrap.cxx: In function 'jlong 
> Java_org_chasen_mecab_MeCabJNI_Node_1token_1get(JNIEnv*, jclass, jlong, 
> jobject)':
> MeCab_wrap.cxx:1034:3: error: 'mecab_token_t' was not declared in this scope
> MeCab_wrap.cxx:1034:18: error: 'result' was not declared in this scope
> MeCab_wrap.cxx:1040:28: error: expected primary-expression before ')' token
> MeCab_wrap.cxx:1040:39: error: 'mecab_node_t' has no member named 'token'
> MeCab_wrap.cxx:1041:21: error: expected primary-expression before ')' token
> make[2]: *** [all] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/03/30/libmecab-java_0.98-5_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to