Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562692 - app-admin/python-updater should produce a unique list
Summary: app-admin/python-updater should produce a unique list
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: 2015-10-09 22:15 UTC by Toralf Förster
Modified: 2015-10-16 18:41 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 Toralf Förster gentoo-dev 2015-10-09 22:15:37 UTC
I do wonder here at the chroot tinderbox image amd64-desktop-unstable_20150918-212348 about the doubled entry :


1444428548: Started emerge on: Oct 10, 2015 00:09:07
1444428548:  *** emerge --oneshot --nospinner --color=n --accept-restrict=-fetch --accept-properties=-interactive --verbose --deep --quiet-build=y --keep-going --tree app-admin/syslog-ng:0 app-backup/spideroak-bin:0 app-office/openoffice-bin:0 app-office/openoffice-bin:0 dev-python/gnome-python-desktop-base:0 games-engines/gemrb:0 games-server/crossfire-server:0 games-strategy/freeorion:0 net-dialup/freeradius:0
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2015-10-15 12:44:24 UTC
Why do you need to run python-updater?
Comment 2 Toralf Förster gentoo-dev 2015-10-15 13:00:21 UTC
Short:
Because either portage forces me to do it or python is updated.

Long:
I do have this snippet in my tinderbox script:

  grep -q -e "run 'python-updater'" -e "\[ebuild .*\].*dev-lang/python-[0-9]" $tmp
  if [[ $? -eq 0 ]]; then
    python-updater &>$log
    if [[ $? -ne 0 ]]; then
      GotAnIssue
      Finish "python-updater failed"
    fi
  fi
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2015-10-15 13:33:47 UTC
(In reply to Toralf Förster from comment #2)
> Short:
> Because either portage forces me to do it or python is updated.
> 
> Long:
> I do have this snippet in my tinderbox script:
> 
>   grep -q -e "run 'python-updater'" -e "\[ebuild
> .*\].*dev-lang/python-[0-9]" $tmp
>   if [[ $? -eq 0 ]]; then
>     python-updater &>$log
>     if [[ $? -ne 0 ]]; then
>       GotAnIssue
>       Finish "python-updater failed"
>     fi
>   fi

You should file bugs for every package still requiring this. We really need ot fade this out ASAP.
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2015-10-16 03:12:39 UTC
what do you mean?
Comment 5 Mike Gilbert gentoo-dev 2015-10-16 18:41:15 UTC
python-updater is an obsolete tool that is unnecessary for ebuilds using the python-r1 eclasses. Rather than try to fix python-updater, it would be more productive to convert the affected ebuilds.