Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Updating to GCC 3.4/4? Want to use 2006.1 profile? READ THIS
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
billydv
l33t
l33t


Joined: 22 Dec 2006
Posts: 911
Location: Mount Vernon, NY

PostPosted: Mon Jul 09, 2007 6:46 pm    Post subject: Reply with quote

Okay Guenther, let me understand something, I see that the script, recompile-remaining-packages actually has the list in it, what if I was to delete a few of the entries, for a few games that require a yes or something, Will it mess up the script as the numbers will not be in order, or to more accurately say there would be missing numbers?
_________________
Billy DeVincentis
Back to top
View user's profile Send private message
Moonlight-Flower
Tux's lil' helper
Tux's lil' helper


Joined: 15 Sep 2003
Posts: 135

PostPosted: Fri Oct 26, 2007 2:38 pm    Post subject: Reply with quote

I started using this script on someone's suggestion, since I was having trouble after the libexpat upgrade. The script runs fine until it tries to recompile xterm, whereupon it stops at a line running /bin/sh ./minstall.sh for a file called xterm.man. It just stops. No CPU usage, hard disk doesn't do anything, the rest of the computer is completely unaffected (I can open other programs, play games, listen to music).

If I cancel the script and run "emerge xterm" on its own, xterm emerges perfectly, without any problems.

Did I make some mistake running the script, or is there some strange glitch involved?
Back to top
View user's profile Send private message
billydv
l33t
l33t


Joined: 22 Dec 2006
Posts: 911
Location: Mount Vernon, NY

PostPosted: Sat Oct 27, 2007 1:20 pm    Post subject: Reply with quote

Open the script and delete the line with xterm. Then running the script wont call xterm to emerge, you can also do this to delete anything you dont want reemerged like games that require a yes and an enter or other packages emerged with special instructions.
_________________
Billy DeVincentis
Back to top
View user's profile Send private message
Guenther Brunthaler
Apprentice
Apprentice


Joined: 22 Jul 2006
Posts: 217
Location: Vienna

PostPosted: Tue Oct 30, 2007 3:50 am    Post subject: Reply with quote

Hi billydv,

billydv wrote:
if I was to delete a few of the entries, for a few games that require a yes or something, Will it mess up the script as the numbers will not be in order, or to more accurately say there would be missing numbers?


No, there should not be a problem if some numbers are missing.

The script just remembers the number of the last package which has successfully been compiled, and skips all entries with lower numbers when re-examining the list for the next time.

This means the only thing important is that the numbers are increasing, but the specific values are not important.
Back to top
View user's profile Send private message
Guenther Brunthaler
Apprentice
Apprentice


Joined: 22 Jul 2006
Posts: 217
Location: Vienna

PostPosted: Tue Oct 30, 2007 4:16 am    Post subject: Reply with quote

billydv wrote:
Guenther, it would be great if you could modify the script to answer yes whenever something required input


Well, perhaps. But it's somewhat dangerous answering "yes" to unknown prompts.

Just imagine some module prompting
Code:

Do you want to initialize a device for database extents now? yes
Shall I auto-detect a device of sufficient size? yes
Checking... /dev/hda is sufficient! Use it? yes
Are you sure (All Data on /dev/hda will be destroyed)? yes
Are you really sure? yes
This is your last chance to quit - are you REALLY really sure? yes

You wanted it so!

Initializing ... 10 % ... 20 % ... 30 % ...

Kernel Panic: Corrupted superblock on root device!


Besides, I have no idea how to detect whether an emerge requires input to be provided via stdin. At least not from a shell script like this. I suppose I would have to use something like expect for this - but that's TCL stuff (which I'm not experienced with).
Back to top
View user's profile Send private message
Guenther Brunthaler
Apprentice
Apprentice


Joined: 22 Jul 2006
Posts: 217
Location: Vienna

PostPosted: Tue Oct 30, 2007 4:35 am    Post subject: Reply with quote

billydv wrote:
Heres my list, How long do you think this will take?


It may take days or week, depending how fast your system is.

In general, it is impossible to say. There are just too many factors involved: What processor do you have? How much free RAM? How fast is your disk? Are your filesystems heavily fragmented? Are you running other applications while recompiling?

I have about 1300 total packages installed, and it took about a week for my script to finish on my Athlon 1.3 GHz machine.
Back to top
View user's profile Send private message
billydv
l33t
l33t


Joined: 22 Dec 2006
Posts: 911
Location: Mount Vernon, NY

PostPosted: Tue Oct 30, 2007 6:53 am    Post subject: Reply with quote

After having used your script several times, not only for reinstalling everything but if I have alot of packages that I want to reinstall I can be sure that a failed emerge wont stop it all, I simply add in the packages to generated script of yours, and its certainly simple enough to delete any package lines you dont want rememerged. All in all, great script,
BTW my athlon x2 4200 does approximately 2200 packages in 3 days or less.
_________________
Billy DeVincentis
Back to top
View user's profile Send private message
Guenther Brunthaler
Apprentice
Apprentice


Joined: 22 Jul 2006
Posts: 217
Location: Vienna

PostPosted: Tue Oct 30, 2007 5:10 pm    Post subject: Reply with quote

Hi billydv,

billydv wrote:
I simply add in the packages to generated script of yours


Glad to see it is useful to you even beyond its primary purpose!

Actually, I have a modified version of the script which has additional command line options which allow to specify a list of packages, and the script uses them for the package list instead of obtaining it from "emerge -pe world".

Unfortunately the help text is not yet up to date, so I did not post it yet.

But I guess I'll fix the help text in the next couple of days and will then post a new version.

billydv wrote:
BTW my athlon x2 4200 does approximately 2200 packages in 3 days or less.


Seems it's about time for me to consider purchasing a new box ;-)

But I'm still waiting for the quad-core prices to drop.

And I would also like to get a CPU with more than the usual 48 Bit virtual address space. After all, it's a 64 bit CPU and not a 48 bit CPU!
Back to top
View user's profile Send private message
billydv
l33t
l33t


Joined: 22 Dec 2006
Posts: 911
Location: Mount Vernon, NY

PostPosted: Tue Oct 30, 2007 8:30 pm    Post subject: Reply with quote

Although I have numerous boxes which I use to test various linux distros, the x2 4200's of which I have two are the best I have, they blow away even an fx57 that I also have. My next build will be an intel quad core and Im waiting for prices to drop on that too!!!
_________________
Billy DeVincentis
Back to top
View user's profile Send private message
thekk
n00b
n00b


Joined: 28 Jan 2004
Posts: 11

PostPosted: Wed Feb 20, 2008 9:04 pm    Post subject: Reply with quote

Guenther Brunthaler wrote:
If you just do a "emerge -e world", you will eventually find yourself with a recompiled system where about 75 packages have been linked against the old version of glibc ... see https://forums.gentoo.org/viewtopic.php?p=3555009#3552919 for more of this.

So, if you want to be "100 % sure", "emerge -e world" won't provide you with what you want.

My script does the same as an "emerge -e world", only in the correct order for recompiling a system.

Also note that dispite of this, "emerge -e world" is neither flawed nor broken! It's just not intended to be used for recompiling the whole system, but for rebuilding a non-existent system from scratch. Which is not the same!

My script, in contrary, has been designed for recompiling your entire system.

So it does a similar, but not the same job.


I don't know if this has been suggested before in this thread, but I think it would be awesome if the ordering of the packages would end up in the default portage/emerge toolkit. Using your analogy before, it would probably require a new switch. Though I'm puzzled whether it would hurt to order the packages the right way when using the -e switch.
Back to top
View user's profile Send private message
Phoenix591
Guru
Guru


Joined: 17 Sep 2007
Posts: 478

PostPosted: Sat Feb 23, 2008 12:07 am    Post subject: Reply with quote

why'd this 2 year old (ok, the last post was 4 months ago, but still) thread get dug up? (no resurrecting/posting in old, long silent threads) plz)
Back to top
View user's profile Send private message
billydv
l33t
l33t


Joined: 22 Dec 2006
Posts: 911
Location: Mount Vernon, NY

PostPosted: Mon Jan 12, 2009 7:59 pm    Post subject: Reply with quote

Gunther, I love your script and have used it every few months to keep my system up to date but unfortunately your script no longer works. It says that it dies at line 352. Any chance for an update?
_________________
Billy DeVincentis
Back to top
View user's profile Send private message
dalek
Veteran
Veteran


Joined: 19 Sep 2003
Posts: 1353
Location: Mississippi USA

PostPosted: Sat Apr 18, 2009 5:11 am    Post subject: Reply with quote

billydv wrote:
Gunther, I love your script and have used it every few months to keep my system up to date but unfortunately your script no longer works. It says that it dies at line 352. Any chance for an update?


I to would like a update. Here is a work around, sort of. Run the script and when it generates this list of packages, contained in recompile-remaining-packages, then copy the list and create a package set. You know, the @set thingy. You will have to remove all the weird parts on each line which can take some time but it should work. Just emerge @<set name> and let it run.

I do wish this script could be updated tho. It comes in handy on occasion. I just wonder why portage doesn't use the same method?

:D :D
_________________
My rig: Gigabyte GA-970A-UD3P mobo, AMD FX-8350 Eight-Core CPU, ZALMAN CNPS10X Performa CPU cooler,
G.SKILL 32GB DDR3 PC3 12800 Memory Nvidia GTX-650 video card LG W2253 Monitor
60TBs of hard drive space using LVM
Cooler Master HAF-932 Case
Back to top
View user's profile Send private message
billydv
l33t
l33t


Joined: 22 Dec 2006
Posts: 911
Location: Mount Vernon, NY

PostPosted: Mon Apr 20, 2009 4:54 pm    Post subject: Reply with quote

For whatever reason it once again works!! I love this script!!
_________________
Billy DeVincentis
Back to top
View user's profile Send private message
dalek
Veteran
Veteran


Joined: 19 Sep 2003
Posts: 1353
Location: Mississippi USA

PostPosted: Mon Apr 20, 2009 5:17 pm    Post subject: Reply with quote

It is working here as well, so far anyway.

Code:
root@smoker / # cat /root/.recompile-remaining-packages.state
1.13
i686-pc-linux-gnu-4.1.2
599 597 2
root@smoker / #


Maybe it doesn't need upgrading? There are about 800 packages on here.

:D :D
_________________
My rig: Gigabyte GA-970A-UD3P mobo, AMD FX-8350 Eight-Core CPU, ZALMAN CNPS10X Performa CPU cooler,
G.SKILL 32GB DDR3 PC3 12800 Memory Nvidia GTX-650 video card LG W2253 Monitor
60TBs of hard drive space using LVM
Cooler Master HAF-932 Case
Back to top
View user's profile Send private message
billydv
l33t
l33t


Joined: 22 Dec 2006
Posts: 911
Location: Mount Vernon, NY

PostPosted: Mon Apr 20, 2009 7:16 pm    Post subject: Reply with quote

I have 2500 packages!!
_________________
Billy DeVincentis
Back to top
View user's profile Send private message
dalek
Veteran
Veteran


Joined: 19 Sep 2003
Posts: 1353
Location: Mississippi USA

PostPosted: Mon Apr 20, 2009 8:26 pm    Post subject: Reply with quote

billydv wrote:
I have 2500 packages!!


HOLY CRAP !!!
_________________
My rig: Gigabyte GA-970A-UD3P mobo, AMD FX-8350 Eight-Core CPU, ZALMAN CNPS10X Performa CPU cooler,
G.SKILL 32GB DDR3 PC3 12800 Memory Nvidia GTX-650 video card LG W2253 Monitor
60TBs of hard drive space using LVM
Cooler Master HAF-932 Case
Back to top
View user's profile Send private message
billydv
l33t
l33t


Joined: 22 Dec 2006
Posts: 911
Location: Mount Vernon, NY

PostPosted: Sat Sep 04, 2010 9:48 am    Post subject: Reply with quote

Just wanted to say that I used this script again this week and it still works great!!!!
_________________
Billy DeVincentis
Back to top
View user's profile Send private message
Simba7
l33t
l33t


Joined: 22 Jan 2007
Posts: 706
Location: Billings, MT, USA

PostPosted: Sat Nov 20, 2010 9:19 pm    Post subject: Reply with quote

Holy crap, Batman! Digging up a 4 year old thread?

Not to mention, who the hell uses the old 2006.1 profile anyway? I ditched that 3 1/2 years ago. Is there *ANY* benefit from using it vs. the latest ones? I don't see any on my end (besides willingly giving yourself a massive migraine).
Back to top
View user's profile Send private message
dalek
Veteran
Veteran


Joined: 19 Sep 2003
Posts: 1353
Location: Mississippi USA

PostPosted: Sat Nov 20, 2010 10:40 pm    Post subject: Reply with quote

Simba7 wrote:
Holy crap, Batman! Digging up a 4 year old thread?

Not to mention, who the hell uses the old 2006.1 profile anyway? I ditched that 3 1/2 years ago. Is there *ANY* benefit from using it vs. the latest ones? I don't see any on my end (besides willingly giving yourself a massive migraine).


I'm using the latest profile and the script still works. It's not about the profile, it's about the script. The person posted because they used the script and it worked so they posted that it worked.

:D :D
_________________
My rig: Gigabyte GA-970A-UD3P mobo, AMD FX-8350 Eight-Core CPU, ZALMAN CNPS10X Performa CPU cooler,
G.SKILL 32GB DDR3 PC3 12800 Memory Nvidia GTX-650 video card LG W2253 Monitor
60TBs of hard drive space using LVM
Cooler Master HAF-932 Case
Back to top
View user's profile Send private message
billydv
l33t
l33t


Joined: 22 Dec 2006
Posts: 911
Location: Mount Vernon, NY

PostPosted: Sun Nov 21, 2010 9:30 am    Post subject: Reply with quote

Yes, Indeed the script still works. I just used it last week when I upgraded my box to a quad core amd with new c flags.
_________________
Billy DeVincentis
Back to top
View user's profile Send private message
anonybosh
Guru
Guru


Joined: 20 Nov 2005
Posts: 324

PostPosted: Mon Feb 21, 2011 8:36 pm    Post subject: Reply with quote

I have used this script quite a few times to date, thanks Guenther!
However, I just noticed a bug:
When using color output (specifically when set globally in the make.conf: EMERGE_DEFAULT_OPTS=" --color y") the recompile-remaining-packages script that is generated includes the color codes around each package name. For some reason, the end of the color tag is interpreted as an 's', and so all package names become invalid when emerge is run.
An easy workaround is of course to just disable color output during the use of the base script.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Page 10 of 10

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum