Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2 years old hard upgrade [SOLVED]
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
cybermc75
n00b
n00b


Joined: 19 Apr 2007
Posts: 74

PostPosted: Sun Dec 02, 2012 5:26 pm    Post subject: Reply with quote

Thanks DONAHUE.

Now I'm on 44/54 of updating gstreamer, in the hope that this will solve qt-webkit failure.
A lot of new stuff is in. Python 2.7 for example, but also new bash, binutils, and this endless-compile llvm-3.1-r2.

I think I can set python 2.7 as default when all the other problem will be (hopefully) fixed.

I hope I can finish this run this evening, to be able to run a new 'emerge -uND world' or at least 'system' in the night.
I'll write down my progress.
Back to top
View user's profile Send private message
cybermc75
n00b
n00b


Joined: 19 Apr 2007
Posts: 74

PostPosted: Sun Dec 02, 2012 9:26 pm    Post subject: Reply with quote

gstreamer updated.

emerge -ptvuDN system gives:

Code:
ebuild     U  ]    dev-libs/pth-2.0.7-r3 [2.0.7-r1] USE="-debug -static-libs%" 0 kB
[ebuild     U  ]    dev-libs/libassuan-2.0.3 [1.0.5] USE="-static-libs%" 0 kB
[ebuild     U  ]    dev-libs/libksba-1.2.0 [1.0.7] USE="-static-libs%" 0 kB
[blocks B      ] kde-base/kdelibs:4[-kdeprefix] ("kde-base/kdelibs:4[-kdeprefix]" is blocking kde-base/kde-env-4.3.5-r1)

Total: 162 packages (112 upgrades, 45 new, 1 in new slot, 4 reinstalls, 2 uninstalls), Size of downloads: 0 kB
Conflict: 5 blocks

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

x11-libs/xcb-util:0

  (x11-libs/xcb-util-0.3.6::gentoo, installed) pulled in by
    <x11-libs/xcb-util-0.3.8 required by (x11-libs/startup-notification-0.10::gentoo, installed)

  (x11-libs/xcb-util-0.3.9::gentoo, ebuild scheduled for merge) pulled in by
    >=x11-libs/xcb-util-0.3.9 required by (x11-libs/xcb-util-wm-0.3.9::gentoo, ebuild scheduled for merge)
    (and 3 more with the same problem)

media-libs/phonon:0

  (media-libs/phonon-4.6.0-r1::gentoo, ebuild scheduled for merge) pulled in by
    >=media-libs/phonon-4.6.0 required by (media-libs/phonon-gstreamer-4.6.2-r1::gentoo, ebuild scheduled for merge)
    (and 1 more with the same problem)

  (media-libs/phonon-4.3.80-r1::gentoo, installed) pulled in by
    media-libs/phonon[xine?] required by (kde-base/phonon-kde-4.3.5::gentoo, installed)

media-libs/alsa-lib:0

  (media-libs/alsa-lib-1.0.21a::gentoo, installed) pulled in by
    media-libs/alsa-lib[alsa_pcm_plugins_extplug,alsa_pcm_plugins_ioplug] required by (net-wireless/bluez-4.63::gentoo, installed)

  (media-libs/alsa-lib-1.0.25-r1::gentoo, ebuild scheduled for merge) pulled in by
    >=media-libs/alsa-lib-1.0.25 required by (media-sound/alsa-utils-1.0.25-r1::gentoo, ebuild scheduled for merge)
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Dec 02, 2012 9:44 pm    Post subject: Reply with quote

I would
Code:
emerge --unmerge xcb-util startup-notification xcb-util-wm phonon phonon-gstreamer phonon-kde alsa-lib bluez alsa-utils kdelibs kde-env
emerge -1 xcb-util startup-notification xcb-util-wm phonon phonon-gstreamer phonon-kde alsa-lib bluez alsa-utils kdelibs kde-env


life was better when system did not include most of world
_________________
Defund the FCC.
Back to top
View user's profile Send private message
cybermc75
n00b
n00b


Joined: 19 Apr 2007
Posts: 74

PostPosted: Sun Dec 02, 2012 10:17 pm    Post subject: Reply with quote

Thanks DONAHUE, but here's in Italy It's time to sleep.

I will run emerge -uND world during the night and let's see tomorrow. Portage knows what to do (429 packets).
Thank you guys and good-night.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Dec 02, 2012 11:11 pm    Post subject: Reply with quote

Code:
 emerge -uND --keep-going world
I hope
you are getting close
_________________
Defund the FCC.
Back to top
View user's profile Send private message
cybermc75
n00b
n00b


Joined: 19 Apr 2007
Posts: 74

PostPosted: Mon Dec 03, 2012 11:05 am    Post subject: Reply with quote

Still some problem this morning, but at least qt-webkit is now up2date.
It took 4 hours to compile, while official compile time is 25 minutes on a 2.7 GHz Intel CPU.
Bah.

Edit: I fixed a small issue about libgio-2.0.la with:
Code:
lafilefixer --justfixit


3 days compiling, 220 packages left.
Back to top
View user's profile Send private message
cybermc75
n00b
n00b


Joined: 19 Apr 2007
Posts: 74

PostPosted: Tue Dec 04, 2012 8:55 am    Post subject: Reply with quote

DAY 4.

After the .la incident of my last post, I had no other issue.
I'm on 73/225 of the last emerge -uND world, and I feel pretty good.
I just wonder why compilation is so SLOW. This is a 2.7GHz CPU after all.

On the other hand, I saw passing Samba 3, I did a small research and I found that now samba today has 34MB of sources (It tooks a couple of hours to compile).
I remember the first time I emerged it, years ago. Samba 1 was a really stupid library allowing to connect my Windows95 laptop for backup purposes, taking a couple of minutes on my old Atlon to get compiled.
Today, I still make backup (parts) of my Windows7 laptop almost in the same way.
Things change, people doesn't.
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5909

PostPosted: Tue Dec 04, 2012 9:14 am    Post subject: Reply with quote

cybermc75 wrote:
DAY 4.

After the .la incident of my last post, I had no other issue.
I'm on 73/225 of the last emerge -uND world, and I feel pretty good.
I just wonder why compilation is so SLOW. This is a 2.7GHz CPU after all.

On the other hand, I saw passing Samba 3, I did a small research and I found that now samba today has 34MB of sources (It tooks a couple of hours to compile).
I remember the first time I emerged it, years ago. Samba 1 was a really stupid library allowing to connect my Windows95 laptop for backup purposes, taking a couple of minutes on my old Atlon to get compiled.
Today, I still make backup (parts) of my Windows7 laptop almost in the same way.
Things change, people doesn't.


how many cores? what exactly is the cpu brand? you know that cpu speed isn't the only factor when it comes to compilations.
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
cybermc75
n00b
n00b


Joined: 19 Apr 2007
Posts: 74

PostPosted: Tue Dec 04, 2012 9:23 am    Post subject: Reply with quote

Of course, my hardware is old at least as the system was (and also bad, it's a CELERON!).

Code:
Architecture:          i686
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                1
On-line CPU(s) list:   0
Thread(s) per core:    1
Core(s) per socket:    1
Socket(s):             1
Vendor ID:             GenuineIntel
CPU family:            15
Model:                 4
Stepping:              1
CPU MHz:               2799.596
BogoMIPS:              5599.19
L1d cache:             16K
L2 cache:              256K


I wonder if there is any sanity-check I can run meanwhile.
Back to top
View user's profile Send private message
cybermc75
n00b
n00b


Joined: 19 Apr 2007
Posts: 74

PostPosted: Tue Dec 04, 2012 11:03 am    Post subject: Reply with quote

Among other things, I got this message from udev-171:

Code:

ERROR: setup
  CONFIG_IDE:    should not be set. But it is.
  CONFIG_BLK_DEV_BSG:    is not set when it should be.
WARN: setup
Please check to make sure these options are set correctly.
Failure to do so may cause unexpected problems.

udev-171 does not support Linux kernel before version 2.6.32!
ERROR: setup
Your kernel version (2.6.31-gentoo-r6) is too old to run udev-171

udev cannot be restarted after emerging,
as your running kernel version (2.6.31-gentoo-r6) is too old.
You really need to use a newer kernel after a reboot!


This actually means I have to upgrade the kernel BEFORE reboot, isn't it?

Edit.:
Maybe the question was too stupid to get an answer. I prepared a 2.6.32 and a 3.5.7 kernel, using "make oldconfig", and then removing the CONFIG_IDE that udev was complaining about (that indeed was a mistake or was there since last hardware upgrade - my disk is /dev/sda).

Edit2.
I'm experiencing some file collision:

/usr/share/kde4/servicetypes/kaddressbookimprotocol.desktop
/usr/share/kde4/servicetypes/kontactplugin.desktop
/usr/share/kde4/services/desktoppath.desktop
/usr/share/applications/kde4/ksame.desktop

I don't know what exactly are these files. I moved them in a ~/collision folder, and I resumed the emerging of world.
Now I'm 47 packages to go.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Tue Dec 04, 2012 7:45 pm    Post subject: Reply with quote

Quote:
CONFIG_IDE: should not be set. But it is.
Is comatose. Retained for people who make there own device nodes.
So new kernel time.
visit http://www.kernel-seeds.org or mirror at http://kernel-seeds.bloodnoc.org/ while waiting.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
cybermc75
n00b
n00b


Joined: 19 Apr 2007
Posts: 74

PostPosted: Tue Dec 04, 2012 10:42 pm    Post subject: Reply with quote

Wonderful kernel guide.
I enjoyed it.

Thanks.

P.S. 16 to go, but it's time to sleep for me.
Back to top
View user's profile Send private message
cybermc75
n00b
n00b


Joined: 19 Apr 2007
Posts: 74

PostPosted: Wed Dec 05, 2012 11:04 am    Post subject: Reply with quote

DAY 5

Unfortunately during the night there were other file collisions about "solid" packages.
I had to unmerge some of these old packages this morning, then I was able to resume world emerging.
Maybe this is due to changes in ebuilds organization.
Yesterday I stopped the use of "--keep-going" because I note that a failure into a lib-kind ebuild emerge will cause subsequent failures in ebuild depending on it.
I have to say also that I'm not a fan of "COLLISION_IGNORE" feature, but probably I don't really know how it works.
Now, 4 packages left. I feel I can do it.
Back to top
View user's profile Send private message
cybermc75
n00b
n00b


Joined: 19 Apr 2007
Posts: 74

PostPosted: Wed Dec 05, 2012 2:05 pm    Post subject: Reply with quote

Emerge world finally completed.
I have installed the new kernel, updated the symlink, and rebooted...

It worked.
Back to top
View user's profile Send private message
cybermc75
n00b
n00b


Joined: 19 Apr 2007
Posts: 74

PostPosted: Wed Dec 05, 2012 2:22 pm    Post subject: Reply with quote

WOW!

The new KDE is amazing.
Kmail automagically upgraded to 2, all the mail intact.
Even the position of icons on my desktop has been preserved!

I have some problem with sound, but I was prepared since surely kernel configuration is wrong.

I don't know hot to explain. I'm HAPPY. This is gentoo power.

I would thank all you guys for the support (technical and emotional), and I hope some of my joy will make you a bit happy too.

Bye
Claudio

Edit: Sound actually works, KDE just removed OLD devices.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Dec 05, 2012 5:23 pm    Post subject: Reply with quote

Bravo!
_________________
Defund the FCC.
Back to top
View user's profile Send private message
cybermc75
n00b
n00b


Joined: 19 Apr 2007
Posts: 74

PostPosted: Thu Dec 06, 2012 5:43 pm    Post subject: Reply with quote

My last post in this thread is to say that:
Code:
emerge -avc

succesfully removed 133 packages without issues.
I preferred to maintain installed fonts moving all media-fonts/* to world.
Subsequent
Code:
revdep-rebuild

just rebuild 4 packets.

The most difficult thing was making work usb-devices mounting again, because of these kernel requirements of consolekit, udisks, etc.
This was the price of kissing hal goodbye. This took me sometime, but I get it work, in the end, without any agent.

Again, thanks to all the community.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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