Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455948 - app-admin/python-updater: Update ebuild-helpers/sed path
Summary: app-admin/python-updater: Update ebuild-helpers/sed path
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-07 01:27 UTC by Naohiro Aota
Modified: 2018-02-14 15:59 UTC (History)
1 user (show)

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 Naohiro Aota gentoo-dev 2013-02-07 01:27:55 UTC
Since this commit below, bin/ebuild-helpers/sed is renamed to bin/ebuild-helpers/bsd/sed.

http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commitdiff;h=0c89363dfe8afd98e67b8916ae8233904026493f;hp=0b657f683f8498de59cf254dfb016bf313930b1d

With this change, this part of python-updater won't work anymore:

if [[ "${PMS_COMMAND[${PMS_INDEX}]}" == "emerge" ]]; then
        sed="$(/usr/bin/python -c "import os; print(os.path.dirname(os.path.realpath('$(type -p emerge)')))")/ebuild-helpers/sed"
        if [[ -x "${sed}" ]]; then
                alias sed="${sed}"
        fi
fi

Please update the code.
Comment 1 Pacho Ramos gentoo-dev 2018-02-14 15:59:16 UTC
removed from the tree