Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699392 - sys-apps/portage-2.3.78: emirrordist _recycle_copier_exit UnboundLocalError: local variable 'e' referenced before assignment
Summary: sys-apps/portage-2.3.78: emirrordist _recycle_copier_exit UnboundLocalError: ...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 697734
  Show dependency tree
 
Reported: 2019-11-05 18:57 UTC by Zac Medico
Modified: 2020-01-17 22:26 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 Zac Medico gentoo-dev 2019-11-05 18:57:11 UTC
> $ pyflakes lib/portage/_emirrordist/DeletionTask.py
> lib/portage/_emirrordist/DeletionTask.py:88: undefined name 'e'
Comment 1 Larry the Git Cow gentoo-dev 2019-11-05 19:16:08 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=e6190145c18a275f9e44618deadb9763631d6c19

commit e6190145c18a275f9e44618deadb9763631d6c19
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-11-05 19:01:20 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-11-05 19:03:21 +0000

    emirrordist: _recycle_copier_exit UnboundLocalError (bug 699392)
    
    Bug: https://bugs.gentoo.org/699392
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 lib/portage/_emirrordist/DeletionTask.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Larry the Git Cow gentoo-dev 2019-11-06 20:04:14 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=47e0d5b5390873edd0020245307b0febad84a5b5

commit 47e0d5b5390873edd0020245307b0febad84a5b5
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-11-06 19:56:52 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-11-06 20:03:42 +0000

    emirrordist: _make_layout_links msg UnboundLocalError
    
    Fixes: 0d34d89d5028 ("emirrordist: Implement mirror layout.conf support")
    Bug: https://bugs.gentoo.org/699392
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 lib/portage/_emirrordist/FetchTask.py | 2 ++
 1 file changed, 2 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2019-11-09 05:22:51 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95264dd3d846c10045644d5385d96826fbbae78

commit a95264dd3d846c10045644d5385d96826fbbae78
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-11-09 05:16:02 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-11-09 05:22:38 +0000

    sys-apps/portage: Bump to version 2.3.79
    
     #673400 emerge: fix error message for unknown options
     #699392 emirrordist: _recycle_copier_exit UnboundLocalError
     #699400 emirrordist: clean up FileCopier exception logging
     #699548 install.py: ignore -Z / --context
    
    Bug: https://bugs.gentoo.org/697734
    Bug: https://bugs.gentoo.org/673400
    Bug: https://bugs.gentoo.org/699392
    Bug: https://bugs.gentoo.org/699400
    Bug: https://bugs.gentoo.org/699548
    Package-Manager: Portage-2.3.78, Repoman-2.3.17
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest              |   1 +
 sys-apps/portage/portage-2.3.79.ebuild | 261 +++++++++++++++++++++++++++++++++
 2 files changed, 262 insertions(+)