Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81006 - vte-0.11.11 python interface error initializing
Summary: vte-0.11.11 python interface error initializing
Status: RESOLVED DUPLICATE of bug 61683
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 81076 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-06 10:39 UTC by Brian Dolbec
Modified: 2005-07-17 13: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 Brian Dolbec (RETIRED) gentoo-dev 2005-02-06 10:39:13 UTC
There is an error in the code for the python interface for all revisions of -0.11.11.



Reproducible: Always
Steps to Reproduce:
1.emerge /x11-libs/vte-0.11.11-r*
2.from a python shell or script: import vte
3.

Actual Results:  
IDLE 1.0.3      
>>> import vte

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in -toplevel-
    import vte
ImportError: dynamic module does not define init function (initvte)
>>> 


I have found a change in the /python Makefile.in line 213:
@BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LDFLAGS = -module -avoid-version
-export-symbols-regex=initvte


In vte-0.11.10 that line is:

@BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LDFLAGS = -module -avoid-version
-export-symbols-regex initvte

It state that that file is auto generated from Makefile.am but I do not see any
 difference in it that would cause that change.
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2005-02-07 00:13:19 UTC
*** Bug 81076 has been marked as a duplicate of this bug. ***
Comment 2 Brian Dolbec (RETIRED) gentoo-dev 2005-02-07 00:17:04 UTC
I missed the -r3 revision that fixes this bug.  Bug#6183 was not turned up when I searched before opening this bug.

I will close this if the -r3 version fixes it for me.
Comment 3 Brian Dolbec (RETIRED) gentoo-dev 2005-02-07 07:56:55 UTC
The -r3 revision fixed it.  Thanks.

Sorry for the noise.

*** This bug has been marked as a duplicate of 6183 ***
Comment 4 Brian Dolbec (RETIRED) gentoo-dev 2005-02-07 08:29:18 UTC
typo in bug#... should be 61683
Comment 5 Brian Dolbec (RETIRED) gentoo-dev 2005-02-07 08:29:48 UTC

*** This bug has been marked as a duplicate of 61683 ***