Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 394097 - app-admin/python-updater-0.9-r1 execute error
Summary: app-admin/python-updater-0.9-r1 execute error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: AMD64 OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-09 03:18 UTC by kazuhiro
Modified: 2011-12-09 07:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
python-updater.patch (python-updater.patch,1.16 KB, patch)
2011-12-09 03:18 UTC, kazuhiro
Details | Diff
emerge --info (emerge_info.txt,3.71 KB, text/plain)
2011-12-09 04:26 UTC, kazuhiro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kazuhiro 2011-12-09 03:18:18 UTC
Created attachment 295257 [details, diff]
python-updater.patch

when I exec 'python-updater' on Prefix MacOSX, 'python-updater' show the following messages.

[kazuhiro@suger]$ python-updater                                                                                                                                 
 * Starting Python Updater...
 * Main active version of Python:  3.2
 * Active version of Python 2:     2.7
 * Active version of Python 3:     3.2
python-updater: line 628: scantool: command not found
python-updater: line 687: scantool: command not found
python-updater: line 628: scantool: command not found
python-updater: line 687: scantool: command not found
python-updater: line 628: scantool: command not found
python-updater: line 687: scantool: command not found
^C

'python-updater' substitute 'scanelf' or 'scanmacho' for 'scantool' on other line.
But it refers to the string 'scantool' when I execute.

I attach patch file、though I modified 'python-updater' file simply.
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-12-09 03:32:18 UTC
What did you do to get python-3.2? emerge --info, please
Comment 2 kazuhiro 2011-12-09 04:26:30 UTC
Created attachment 295259 [details]
emerge --info

I ecopid and emerged python-3.2 from local overlay.
but 2.7 showed also same error.

[kazuhiro@suger]$ python-updater
 * Starting Python Updater...
 * Main active version of Python:  2.7
 * Active version of Python 2:     2.7
 * Active version of Python 3:     3.2
python-updater: line 628: scantool: command not found
python-updater: line 687: scantool: command not found
python-updater: line 628: scantool: command not found
python-updater: line 687: scantool: command not found
^C
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-12-09 04:33:34 UTC
 
> I ecopid and emerged python-3.2 from local overlay.
> but 2.7 showed also same error.

Fine, but you are missing out on 20+ patches that haven't been ported to 3.2. I would not suggest using it, *at all*
Comment 4 Fabian Groffen gentoo-dev 2011-12-09 07:50:52 UTC
I agree with darkside, Python 3.2 is likely going to cause you trouble in Prefix.  I've committed your patch, thanks!