First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 81006
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 61683
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Brian Dolbec <brian.dolbec@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 81006 depends on: Show dependency tree
Bug 81006 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-02-06 10:39 0000
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 From Brian Dolbec 2005-02-07 00:13:19 0000 -------
*** Bug 81076 has been marked as a duplicate of this bug. ***

------- Comment #2 From Brian Dolbec 2005-02-07 00:17:04 0000 -------
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 From Brian Dolbec 2005-02-07 07:56:55 0000 -------
The -r3 revision fixed it.  Thanks.

Sorry for the noise.

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

------- Comment #4 From Brian Dolbec 2005-02-07 08:29:18 0000 -------
typo in bug#... should be 61683

------- Comment #5 From Brian Dolbec 2005-02-07 08:29:48 0000 -------

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

First Last Prev Next    No search results available      Search page      Enter new bug