Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 224047 - emerge dev-python/pychm-0.8.4 failed
Summary: emerge dev-python/pychm-0.8.4 failed
Status: RESOLVED DUPLICATE of bug 224041
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-29 05:46 UTC by pjq
Modified: 2008-05-29 10:22 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 pjq 2008-05-29 05:46:14 UTC
when I revdep-rebuild ,it start to emerge dev-python/pychm-0.8.4,but it failed

Reproducible: Always

Steps to Reproduce:
1.emerge dev-python/pychm
2.revdep-rebuild
3.

Actual Results:  
 emerge dev-python/pychm
Calculating dependencies... done!
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) dev-python/pychm-0.8.4 to /
 * pychm-0.8.4.tar.gz RMD160 SHA1 SHA256 size ;-) ...                     [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking pychm-0.8.4.tar.gz ;-) ...                                    [ ok ]
>>> Unpacking source...
>>> Unpacking pychm-0.8.4.tar.gz to /var/tmp/portage/dev-python/pychm-0.8.4/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-python/pychm-0.8.4/work/pychm-0.8.4 ...
running build
running build_py
creating build
creating build/lib.linux-i686-2.5
creating build/lib.linux-i686-2.5/chm
copying chm/__init__.py -> build/lib.linux-i686-2.5/chm
copying chm/chm.py -> build/lib.linux-i686-2.5/chm
copying chm/chmlib.py -> build/lib.linux-i686-2.5/chm
running build_ext
building 'chm._chmlib' extension
creating build/temp.linux-i686-2.5
creating build/temp.linux-i686-2.5/chm
i686-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -march=athlon64 -O2 -pipe -fomit-frame-pointer -fPIC -I/usr/include/python2.5 -c chm/swig_chm.c -o build/temp.linux-i686-2.5/chm/swig_chm.o -DSWIG_COBJECT_TYPES
chm/swig_chm.c:681:21: error: chm_lib.h: No such file or directory
chm/swig_chm.c:706: warning: ‘struct chmUnitInfo’ declared inside parameter list
chm/swig_chm.c:706: warning: its scope is only this definition or declaration, which is probably not what you want
chm/swig_chm.c:706: warning: ‘struct chmFile’ declared inside parameter list
chm/swig_chm.c: In function ‘_wrap_chmUnitInfo_start_set’:
chm/swig_chm.c:769: error: ‘LONGUINT64’ undeclared (first use in this function)
chm/swig_chm.c:769: error: (Each undeclared identifier is reported only once
chm/swig_chm.c:769: error: for each function it appears in.)
chm/swig_chm.c:769: error: expected ‘;’ before ‘arg2’
chm/swig_chm.c:775: error: ‘arg2’ undeclared (first use in this function)
chm/swig_chm.c:775: error: expected ‘;’ before ‘PyLong_AsUnsignedLongLong’
chm/swig_chm.c:777: error: dereferencing pointer to incomplete type
chm/swig_chm.c: In function ‘_wrap_chmUnitInfo_start_get’:
chm/swig_chm.c:789: error: ‘LONGUINT64’ undeclared (first use in this function)
chm/swig_chm.c:789: error: expected ‘;’ before ‘result’
chm/swig_chm.c:794: error: ‘result’ undeclared (first use in this function)
chm/swig_chm.c:794: error: dereferencing pointer to incomplete type
chm/swig_chm.c: In function ‘_wrap_chmUnitInfo_length_set’:
chm/swig_chm.c:806: error: ‘LONGUINT64’ undeclared (first use in this function)
chm/swig_chm.c:806: error: expected ‘;’ before ‘arg2’
chm/swig_chm.c:812: error: ‘arg2’ undeclared (first use in this function)
chm/swig_chm.c:812: error: expected ‘;’ before ‘PyLong_AsUnsignedLongLong’
chm/swig_chm.c:814: error: dereferencing pointer to incomplete type
chm/swig_chm.c: In function ‘_wrap_chmUnitInfo_length_get’:
chm/swig_chm.c:826: error: ‘LONGUINT64’ undeclared (first use in this function)
chm/swig_chm.c:826: error: expected ‘;’ before ‘result’
chm/swig_chm.c:831: error: ‘result’ undeclared (first use in this function)
chm/swig_chm.c:831: error: dereferencing pointer to incomplete type
chm/swig_chm.c: In function ‘_wrap_chmUnitInfo_space_set’:
chm/swig_chm.c:848: error: dereferencing pointer to incomplete type
chm/swig_chm.c: In function ‘_wrap_chmUnitInfo_space_get’:
chm/swig_chm.c:865: error: dereferencing pointer to incomplete type
chm/swig_chm.c: In function ‘_wrap_chmUnitInfo_path_set’:
chm/swig_chm.c:883: error: dereferencing pointer to incomplete type
chm/swig_chm.c:884: error: dereferencing pointer to incomplete type
chm/swig_chm.c: In function ‘_wrap_chmUnitInfo_path_get’:
chm/swig_chm.c:901: error: dereferencing pointer to incomplete type
chm/swig_chm.c: In function ‘_wrap_new_chmUnitInfo’:
chm/swig_chm.c:915: error: invalid application of ‘sizeof’ to incomplete type ‘struct chmUnitInfo’ 
chm/swig_chm.c: In function ‘_wrap_chm_resolve_object’:
chm/swig_chm.c:1002: error: invalid application of ‘sizeof’ to incomplete type ‘struct chmUnitInfo’ 
chm/swig_chm.c: In function ‘_wrap_chm_retrieve_object’:
chm/swig_chm.c:1043: error: ‘LONGUINT64’ undeclared (first use in this function)
chm/swig_chm.c:1043: error: expected ‘;’ before ‘arg4’
chm/swig_chm.c:1044: error: ‘LONGINT64’ undeclared (first use in this function)
chm/swig_chm.c:1044: error: expected ‘;’ before ‘arg5’
chm/swig_chm.c:1045: error: expected ‘;’ before ‘result’
chm/swig_chm.c:1056: error: ‘arg4’ undeclared (first use in this function)
chm/swig_chm.c:1056: error: expected ‘;’ before ‘PyLong_AsUnsignedLongLong’
chm/swig_chm.c:1058: error: ‘arg5’ undeclared (first use in this function)
chm/swig_chm.c:1058: error: expected ‘;’ before ‘PyLong_AsLongLong’
chm/swig_chm.c:1069: error: ‘result’ undeclared (first use in this function)
chm/swig_chm.c:1069: error: expected ‘;’ before ‘chm_retrieve_object’
chm/swig_chm.c: In function ‘_wrap_chm_enumerate’:
chm/swig_chm.c:1092: error: ‘CHM_ENUMERATOR’ undeclared (first use in this function)
chm/swig_chm.c:1092: error: expected ‘;’ before ‘arg3’
chm/swig_chm.c:1103: error: ‘arg3’ undeclared (first use in this function)
chm/swig_chm.c: In function ‘_wrap_chm_enumerate_dir’:
chm/swig_chm.c:1122: error: ‘CHM_ENUMERATOR’ undeclared (first use in this function)
chm/swig_chm.c:1122: error: expected ‘;’ before ‘arg4’
chm/swig_chm.c:1133: error: ‘arg4’ undeclared (first use in this function)
error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1
 * 
 * ERROR: dev-python/pychm-0.8.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2312:  Called distutils_src_compile
 *             environment, line  676:  Called die
 * The specific snippet of code:
 *       ${python} setup.py build "$@" || die "compilation failed"
 *  The die message:
 *   compilation failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-python/pychm-0.8.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/pychm-0.8.4/temp/environment'.
 * 

 * Messages for package dev-python/pychm-0.8.4:

 * 
 * ERROR: dev-python/pychm-0.8.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2312:  Called distutils_src_compile
 *             environment, line  676:  Called die
 * The specific snippet of code:
 *       ${python} setup.py build "$@" || die "compilation failed"
 *  The die message:
 *   compilation failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-python/pychm-0.8.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/pychm-0.8.4/temp/environment'.
 *
Comment 1 phzi 2008-05-29 07:05:32 UTC
Why did you post this twice?

Needs to be marked as duplicate of 224041
Comment 2 Jan Kundrát (RETIRED) gentoo-dev 2008-05-29 09:06:41 UTC

*** This bug has been marked as a duplicate of bug 224041 ***
Comment 3 pjq 2008-05-29 10:22:15 UTC
(In reply to comment #1)
> Why did you post this twice?
> 
> Needs to be marked as duplicate of 224041
> 

I don't know ,I just post one time.