Bug 6702 - no curses in the python3 package
Summary: no curses in the python3 package
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 2
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: QA Team
QA Contact:
URL:
Whiteboard: mga2-64-OK mga2-32-OK
Keywords: validated_update
Depends on:
Blocks: 6664
  Show dependency treegraph
 
Reported: 2012-07-05 14:34 CEST by Mathieu Pasquet
Modified: 2012-07-27 14:46 CEST (History)
4 users (show)

See Also:
Source RPM: python3
CVE:
Status comment:


Attachments

Description Mathieu Pasquet 2012-07-05 14:34:00 CEST
First of all, I am not a Mageia user, so I apologize if some things are not precise enough.

Description of problem:

The python3 package does not contain the compiled file for curses (_curses.cpython-32mu.so). It does contain the curses module, with its associated files, but it canât be imported because it requires the _curses module.


Version-Release number of selected component (if applicable):
Latest python3 package, probably.

How reproducible:

Everytime I try to import curses with python3.


Steps to Reproduce:
1. python3 -c 'import curses'
2. See the traceback:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.2/curses/__init__.py", line 13, in <module>
    from _curses import *
ImportError: No module named _curses
Comment 1 Jani Välimaa 2012-07-05 19:26:18 CEST
Should be fixed in latest release python3-3.2.3-3.mga3 in Cauldron. This also applies to mga2 so I'm changing version from Cauldron to 2.

CC: (none) => jani.valimaa
Hardware: i586 => All
Version: Cauldron => 2

Comment 2 Manuel Hiebel 2012-07-05 19:59:37 CEST
jani we have already anupdates in testing https://bugs.mageia.org/show_bug.cgi?id=6664 (validated with the new srpm, so I don't know what to do)

Source RPM: (none) => python3

Comment 3 Jani Välimaa 2012-07-05 20:02:44 CEST
I've already pushed fixed release to core/updates_testing.

So, I guess the validation must be done again and then push the new one and mention in advisory that this new update fixes two separate issues.
Comment 4 Jani Välimaa 2012-07-05 20:04:10 CEST
New release is python3-3.2.3-1.2.mga2 and the test case is in first post. Please test.

Assignee: bugsquad => qa-bugs

Manuel Hiebel 2012-07-05 20:06:35 CEST

Blocks: (none) => 6664

Comment 5 Stefano Negro 2012-07-05 23:23:24 CEST
tested on mga2 on x86_64.
python3 -c 'import curses', no errors.
Update validated.

Stblack

CC: (none) => stblack

Stefano Negro 2012-07-06 15:43:22 CEST

Whiteboard: (none) => mga2-64-OK

Comment 6 claire robinson 2012-07-27 14:40:51 CEST
wassi232 (user7) has tested this and confirmed the fix i586.

The package was already pushed to updates in bug 6664

Closing as fixed

Keywords: (none) => validated_update
Status: NEW => RESOLVED
CC: (none) => sysadmin-bugs
Resolution: (none) => FIXED
Whiteboard: mga2-64-OK => mga2-64-OK mga2-32-OK

Comment 7 Thomas Backlund 2012-07-27 14:46:59 CEST
https://wiki.mageia.org/en/Support/Advisories/MGAA-2012-0114

updated tp reference this bug also

CC: (none) => tmb


Note You need to log in before you can comment on or make changes to this bug.