Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#22806 - [python3] python3 should be a symlink to python3.1?

Attached to Project: Arch Linux
Opened by Adrian Benson (abenson) - Monday, 07 February 2011, 22:50 GMT
Last edited by Allan McRae (Allan) - Monday, 07 February 2011, 23:48 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

python3 is installed as a standalone binary, rather than being a symlink to python3.1

Not sure if this is deliberate, but it is different to how python-config is handled

i.e. a house-keeping issue for next python release

diff shows files are identical

>> ls -l /usr/bin/pyth*

lrwxrwxrwx 1 root root 7 Jan 29 09:02 /usr/bin/python -> python3*
lrwxrwxrwx 1 root root 9 Jan 7 00:46 /usr/bin/python2 -> python2.7*
-rwxr-xr-x 1 root root 4656 Jan 7 00:46 /usr/bin/python2.7*
-rwxr-xr-x 1 root root 1618 Jan 7 00:46 /usr/bin/python2.7-config*
lrwxrwxrwx 1 root root 16 Jan 7 00:46 /usr/bin/python2-config -> python2.7-config*
-rwxr-xr-x 2 root root 6680 Jan 29 09:02 /usr/bin/python3*
-rwxr-xr-x 2 root root 6680 Jan 29 09:02 /usr/bin/python3.1*
-rwxr-xr-x 1 root root 1395 Jan 29 09:02 /usr/bin/python3.1-config*
lrwxrwxrwx 1 root root 16 Jan 29 09:02 /usr/bin/python3-config -> python3.1-config*
lrwxrwxrwx 1 root root 14 Jan 29 09:02 /usr/bin/python-config -> python3-config*
This task depends upon

Closed by  Allan McRae (Allan)
Monday, 07 February 2011, 23:48 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Hard-link...

Loading...