Bug 21310 - Idle3 doesn't start on Mageia6.
Summary: Idle3 doesn't start on Mageia6.
Status: RESOLVED INVALID
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Rémi Verschelde
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-21 13:25 CEST by leo lenoir
Modified: 2017-07-26 15:54 CEST (History)
2 users (show)

See Also:
Source RPM: python3-3.5.3-1.mga6
CVE:
Status comment:


Attachments

Description leo lenoir 2017-07-21 13:25:30 CEST
Description of problem:

Idle3 (python3) doesn't start because of bad interpreter.


Version-Release number of selected component (if applicable):


How reproducible:

--------- Sorry it's french -------------
$ idle3
bash: /usr/bin/idle3 : /usr/bin/python3.4 : mauvais interpréteur: Aucun fichier ou dossier de ce type
------------------------------------------

To fix-it, I add this symlink:
# ln -s /usr/bin/python3.5 /usr/bin/python3.4
Frédéric "LpSolit" Buclin 2017-07-21 16:00:14 CEST

Assignee: sysadmin-bugs => bugsquad
Version: unspecified => Cauldron
Product: Infrastructure => Mageia
Component: Bugzilla => RPM Packages

Comment 1 Marja Van Waes 2017-07-21 21:33:08 CEST
Assigning to all packagers collectively, since there is no registered maintainer for this package.
CC'ing our python guru :-)

CC: sysadmin-bugs => makowski.mageia, marja11
Source RPM: (none) => python3-3.5.3-1.mga6
Assignee: bugsquad => pkg-bugs

Rémi Verschelde 2017-07-24 12:55:48 CEST

Assignee: pkg-bugs => rverschelde

Comment 2 Rémi Verschelde 2017-07-24 17:47:43 CEST
I can't reproduce the issue on Mageia 6 here.

I suspect you might still have the idle3 binary from Mageia 5 due to an incomplete upgrade? What's the output of `rpm -qf /usr/bin/idle3`?

Here:

$ rpm -qf /usr/bin/idle3
tkinter3-apps-3.5.3-1.mga6

$ cat /usr/bin/idle3
#!/usr/bin/python3.5

from idlelib.PyShell import main
if __name__ == '__main__':
    main()

Status: NEW => UNCONFIRMED
Ever confirmed: 1 => 0

Comment 3 leo lenoir 2017-07-26 15:46:49 CEST
Right, a fesh install fix it.

My update from mageai5.1 was very bugged. A lot of rpm were still mga5's.
Comment 4 Rémi Verschelde 2017-07-26 15:54:56 CEST
Ok, closing this bug report then as it was due to a broken system.

Resolution: (none) => INVALID
Status: UNCONFIRMED => RESOLVED


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