Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469900 - Typo in LinkageMapPeCoff.py
Summary: Typo in LinkageMapPeCoff.py
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Interix
: Normal blocker (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 01:07 UTC by akf
Modified: 2013-06-11 20:17 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description akf 2013-05-15 01:07:39 UTC
Running an emerge --sync after the default installation on prefix breaks emerge due to a typo at opt/gentoo/usr/lib/portage/pym/portage/util/_dyn_libs/LinkageMapPeCoff.py:251. 

myprops = self._obj_properies_class(

should read

myprops = self._obj_properties_class(
Comment 1 akf 2013-05-18 02:54:03 UTC
(In reply to comment #0)
> Running an emerge --sync after the default installation on prefix breaks
> emerge due to a typo at
> opt/gentoo/usr/lib/portage/pym/portage/util/_dyn_libs/LinkageMapPeCoff.py:
> 251. 
> 
> myprops = self._obj_properies_class(
> 
> should read
> 
> myprops = self._obj_properties_class(

My work around is now broken and emerge requires LinkageMapPeCoff.py to contain the typo. Was a patch made?
Comment 2 Fabian Groffen gentoo-dev 2013-05-18 05:23:00 UTC
I didn't change anything here.  What version of Portage are you using?
Comment 3 akf 2013-05-20 01:24:21 UTC
Output of emerge --version:
Portage 2.2.01.21938-prefix (prefix/windows/interix/3.5/x86, gcc-4.2.4, unavailable, 3.5 x86)

The fix seemed to be for a specific package? I had to change it back to the corrected version, "properties", for all following emerges.
Comment 4 Fabian Groffen gentoo-dev 2013-06-11 20:17:43 UTC
this shoudl be fixed in latest portage, thanks!