From: Mark Knecht <markknecht@gmail.com>
To: gentoo-user@lists.gentoo.org
Cc: Neil Bothwick <neil@digimed.co.uk>
Subject: Re: [gentoo-user] python-2.7 && python-updater
Date: Sun, 27 Mar 2011 08:26:10 -0700 [thread overview]
Message-ID: <AANLkTi=Bx5JOjBJzToW3z9ZaRCbcfZfosGva991A+4a+@mail.gmail.com> (raw)
In-Reply-To: <20110327004415.00739ed6@digimed.co.uk>
On Sat, Mar 26, 2011 at 5:44 PM, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Sat, 26 Mar 2011 14:33:14 -0700, Mark Knecht wrote:
>
>> > Aren't those manually added to the list by python-updater? So you
>> > need to use -dmanual to prevent further rebuilding of them.
>
>> I guess I'm not clear on the use of 'manual' here.
>
> It's explained in the manual page (sorry :)
>
> Manual means manually added to the list by python-updater, rather than
> using any sort of detection.
>
OK, I won't bother with the many definitions of the word manual or how
that effects the conversation from my end 'cause that don't matter
much to Linux man-page writers. ;-) However I'm still failing to see
the interest in this as it only removes 1 or 4 packages (boost) that
I've rebuilt multiple time. 75% of the failures still fail using
-dmanual.
c2stable ~ # python-updater -p -dmanual
* Starting Python Updater...
* Main active version of Python: 2.7
* Active version of Python 2: 2.7
* Active version of Python 3: 3.1
* Adding to list: app-emulation/emul-linux-x86-baselibs:0
* Adding to list: app-emulation/virtualbox:0
* Adding to list: app-office/openoffice-bin:0
* Adding to list: app-office/openoffice-bin:0
* emerge -Dv1 --keep-going -p app-emulation/emul-linux-x86-baselibs:0
app-emulation/virtualbox:0 app-office/openoffice-bin:0
app-office/openoffice-bin:0
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] app-emulation/emul-linux-x86-baselibs-20110129
USE="-development" 0 kB
[ebuild R ] app-office/openoffice-bin-3.3.0 USE="-gnome -java"
LINGUAS="en -ar -as -ast -be_BY -bg -bn -ca -ca_XV -cs -da -de -dz -el
-en_GB -eo -es -et -eu -fi -fr -ga -gl -gu -he -hi -hu -id -is -it -ja
-ka -km -kn -ko -ku -lt -lv -mk -ml -mr -my -nb -nl -nn -oc -om -or
-pa_IN -pl -pt -pt_BR -ro -ru -sh -si -sk -sl -sr -sv -ta -te -th -tr
-ug -uk -uz -vi -zh_CN -zh_TW" 0 kB
[ebuild R ~] app-emulation/virtualbox-4.0.4-r1 USE="additions
alsa opengl python qt4 sdk -doc -extensions -headless -java
-pulseaudio -vboxwebsrv -vnc" 0 kB
Total: 3 packages (3 reinstalls), Size of downloads: 0 kB
c2stable ~ # python-updater -p
* Starting Python Updater...
* Main active version of Python: 2.7
* Active version of Python 2: 2.7
* Active version of Python 3: 3.1
* Adding to list: app-emulation/emul-linux-x86-baselibs:0
* Adding to list: app-emulation/virtualbox:0
* Adding to list: app-office/openoffice-bin:0
* Adding to list: app-office/openoffice-bin:0
* Adding to list: dev-libs/boost:1.42
* check: manual [Added to list manually, see CHECKS in manpage
for more information.]
* emerge -Dv1 --keep-going -p app-emulation/emul-linux-x86-baselibs:0
app-emulation/virtualbox:0 app-office/openoffice-bin:0
app-office/openoffice-bin:0 dev-libs/boost:1.42
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] app-emulation/emul-linux-x86-baselibs-20110129
USE="-development" 0 kB
[ebuild R ] dev-libs/boost-1.42.0-r2 USE="eselect python -debug
-doc -icu -mpi -static-libs -test -tools" 0 kB
[ebuild R ] app-office/openoffice-bin-3.3.0 USE="-gnome -java"
LINGUAS="en -ar -as -ast -be_BY -bg -bn -ca -ca_XV -cs -da -de -dz -el
-en_GB -eo -es -et -eu -fi -fr -ga -gl -gu -he -hi -hu -id -is -it -ja
-ka -km -kn -ko -ku -lt -lv -mk -ml -mr -my -nb -nl -nn -oc -om -or
-pa_IN -pl -pt -pt_BR -ro -ru -sh -si -sk -sl -sr -sv -ta -te -th -tr
-ug -uk -uz -vi -zh_CN -zh_TW" 0 kB
[ebuild R ~] app-emulation/virtualbox-4.0.4-r1 USE="additions
alsa opengl python qt4 sdk -doc -extensions -headless -java
-pulseaudio -vboxwebsrv -vnc" 0 kB
Total: 4 packages (4 reinstalls), Size of downloads: 0 kB
c2stable ~ #
>> They are
>> automatically added. If they are correctly rebuilt then they shouldn't
>> need to be added a second time, correct? However they are. (Over and
>> over...)
>>
>> Basically, it is my understanding that if everything is correctly
>> updated then on the second pass it should say there's nothing to do,
>> right?
>
> If it can determine that that's the case, yes. Packages are added
> manually because python-updater cannot tell for sure whether they should
> be rebuilt this time. That's certainly true for ooo-bin and boost, lnd
> prevented by -dmanual. app-emulation/emul-linux-x86-baselibs seems
> different, I've just been hit by this one, so I ignored it after the
> first build. I suspect a bug has already been reported.
>
Fair enough. I'm also seeing Virtualbox as shown above.
Thanks for the info. I've done the python-updater steps too many times
now and from now on will basically do it just once and after that take
what it says with a grain of salt.
Cheers,
Mark
next prev parent reply other threads:[~2011-03-27 15:27 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-25 0:11 [gentoo-user] python-2.7 && python-updater Mark Knecht
2011-03-25 0:28 ` Dale
2011-03-25 3:42 ` Amankwah
2011-03-25 4:48 ` Paul Hartman
2011-03-25 9:37 ` Dale
2011-03-25 9:50 ` Neil Bothwick
2011-03-25 13:56 ` Mark Knecht
2011-03-25 14:26 ` Neil Bothwick
2011-03-25 18:14 ` [gentoo-user] humor: " James
2011-03-25 14:33 ` [gentoo-user] " Roman Zilka
2011-03-25 16:44 ` Dale
2011-03-25 14:33 ` Paul Hartman
2011-03-25 16:46 ` Dale
2011-03-28 13:22 ` KH
2011-03-28 15:02 ` Mark Knecht
2011-03-28 15:41 ` Roman Zilka
2011-03-29 8:26 ` KH
2011-03-25 13:02 ` [gentoo-user] " Simon Siemonsma
2011-03-25 16:50 ` Dale
2011-03-25 19:09 ` [gentoo-user] " Stéphane Guedon
2011-03-25 19:21 ` Grant
2011-03-25 20:38 ` Neil Bothwick
2011-03-26 19:10 ` Mark Knecht
2011-03-26 19:22 ` Mick
2011-03-26 19:56 ` Mark Knecht
2011-03-26 20:36 ` Bill Longman
2011-03-26 20:53 ` Mark Knecht
2011-03-26 21:12 ` Mick
2011-03-26 21:16 ` Neil Bothwick
2011-03-26 21:33 ` Mark Knecht
2011-03-26 23:06 ` Adam Carter
2011-03-27 0:44 ` Neil Bothwick
2011-03-27 15:26 ` Mark Knecht [this message]
2011-03-27 15:47 ` Jacques Montier
2011-03-27 19:25 ` Neil Bothwick
2011-03-27 19:50 ` Mark Knecht
2011-03-27 20:05 ` Neil Bothwick
2011-03-28 0:45 ` Adam Carter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='AANLkTi=Bx5JOjBJzToW3z9ZaRCbcfZfosGva991A+4a+@mail.gmail.com' \
--to=markknecht@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
--cc=neil@digimed.co.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox