Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[HOWTO] smoth update to kde-split-ebuilds
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
linux_girl
Apprentice
Apprentice


Joined: 12 Sep 2003
Posts: 287

PostPosted: Thu Sep 14, 2006 4:50 am    Post subject: [HOWTO] smoth update to kde-split-ebuilds Reply with quote

1) find all the list ebuild that you will need ( an average of 300)
Code:

for i in  $(emerge -pv   kde-meta|grep -v block|awk '{print $4}') ; do echo emerge --buildpkgonly \'=$i\';done >/root/KDE.txt


2)packaging ebuilbs => tbz
Code:

sh -x /root/KDE.txt


3)find the list of blockers ( monolithic's kde ebuilds ). then unmerge
Code:

for i in  $(emerge -pv   kde-meta|grep block|awk '{print $4}' | uniq ); do echo emerge unmerge \'$i\';done >/root/KDE.unerge.txt
sh -x /root/KDE.unerge.txt


4)quickly install KDE split ebuilds
Code:

emerge -k kde-meta


5)OPTIONAL: free disk space
Code:

rm /usr/portage/{packages/*,distfiles/}


6)OPTIONAL: checks recent log files in /var/log/portage for important messages
Code:

ls --full /var/log/portage/


PS: after step 1 you can edit the /root/KDE.txt removing lines of packages you dont want to build!
_________________
:D :D
Back to top
View user's profile Send private message
ChrisWhite
Retired Dev
Retired Dev


Joined: 08 Jul 2004
Posts: 399
Location: Stockton, CA

PostPosted: Thu Sep 14, 2006 5:03 am    Post subject: Reply with quote

hmm, thing I'm kind of wondering on.. if the binpkg's aren't actually installed.. how would the packages that depend on previous packages for linking and compiling find their required libraries. They'd need to be installed on the actual live filesystem.
Back to top
View user's profile Send private message
linux_girl
Apprentice
Apprentice


Joined: 12 Sep 2003
Posts: 287

PostPosted: Thu Sep 14, 2006 5:13 am    Post subject: Reply with quote

ChrisWhite wrote:
hmm, thing I'm kind of wondering on.. if the binpkg's aren't actually installed.. how would the packages that depend on previous packages for linking and compiling find their required libraries. They'd need to be installed on the actual live filesystem.

EDIT: portage is in fact re-compiling some package even if they are in pakage form. i am quite disapointed.
_________________
:D :D


Last edited by linux_girl on Fri Sep 15, 2006 1:27 am; edited 1 time in total
Back to top
View user's profile Send private message
ryker
Guru
Guru


Joined: 28 May 2003
Posts: 412
Location: Portage, IN

PostPosted: Fri Sep 15, 2006 1:27 am    Post subject: Reply with quote

linux_girl wrote:
good thinking. well in fact i am on the step 2.


Wait... So you posted a "How-To" thread, and you haven't even finished following the steps you laid out to see if it actually works?
_________________
Athlon 64 3200+, 80G WD sata hd + 200G IDE, 1G Geil DDR400, MSI K8T Neo
IntelCore2Duo 2.0Ghz MSI laptop,100G SATA hd, 2G RAM
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
Page 1 of 1

 
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