


Is'ntwrc1944 wrote:Sorry to be so dense, but could you please clarify where you put pye (like in /usr/bin/, or somewhere else??), and what commands one uses to run it, and what permissions it needs? I can't seem to get this to run.
Thanks,
wrc1944
Code: Select all
/usr/local/binFunny thing is, is that was pretty much the same reason that I thought of it. I had a long list of updates and didn't really feel like entering in a bunch of numbers either. So yeah, I do believe youdr_strange wrote:Hehh... you will not believe me, but after facing a 40-item list after a pye gnome yesterday, I went to bed with the thought "I will write in a range-functionality tomorrow". But you do my work for me, thanks:-)


You can use a prog called "script", just type "script" in a terminal before do your emerge.scharkalvin wrote:Not being a python person (except for 'Monty' that is) I wonder if anybody has figured out a way to get emerge to save important error messages during an emerge -u world before they fly off the top of the screen to be lost forever! If emerge keeps an error log it's new to me.
Code: Select all
emerge -up word 2>&1 | tee -a /where_you_want_place_your_log/emerge.log








I found the pkg which causes problems:wschlich wrote:well, I tried to run "pye -Dupv world" and always get the following errors:
1. entering "!6" (to emerge all but 6)
Traceback (most recent call last):
File "./pye.py", line 100, in ?
packlist = [pkgdict[item][1] for item in totallist if str(item) not in packnumlist]
TypeError: unsubscriptable object
2. entering "0-5,7-8" (to emerge all but 6)
Traceback (most recent call last):
File "./pye.py", line 106, in ?
packlist.append(pkgdict[n][1])
TypeError: unsubscriptable object
wtf?! :-)
maybe it's something with the version number that confuses pye...pye -Dupv world wrote: 3): [ebuild N ] sys-kernel/grsec-sources-2.4.25.1.9.14 -build 0 kB

so long as it's n your path it doesn't matter.../bin.../usr/bin.../usr/local/bin...it's really up to yourevertex wrote:Is'ntwrc1944 wrote:Sorry to be so dense, but could you please clarify where you put pye (like in /usr/bin/, or somewhere else??), and what commands one uses to run it, and what permissions it needs? I can't seem to get this to run.
Thanks,
wrc1944the right place?Code: Select all
/usr/local/bin


It was not the version number, there was a bug in the parsethis() function. It looked for a [] tag of the previously installed version, but of course for a N version there is no such tag.wschlich wrote:I found the pkg which causes problems:wschlich wrote:well, I tried to run "pye -Dupv world" and always get the following errors:
1. entering "!6" (to emerge all but 6)
Traceback (most recent call last):
File "./pye.py", line 100, in ?
packlist = [pkgdict[item][1] for item in totallist if str(item) not in packnumlist]
TypeError: unsubscriptable object
2. entering "0-5,7-8" (to emerge all but 6)
Traceback (most recent call last):
File "./pye.py", line 106, in ?
packlist.append(pkgdict[n][1])
TypeError: unsubscriptable object
wtf?!
maybe it's something with the version number that confuses pye...pye -Dupv world wrote: 3): [ebuild N ] sys-kernel/grsec-sources-2.4.25.1.9.14 -build 0 kB
