Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kde wont upgrade, hal wont emerge...!!!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Craneology
Tux's lil' helper
Tux's lil' helper


Joined: 15 May 2003
Posts: 87

PostPosted: Sun Dec 04, 2005 12:32 am    Post subject: kde wont upgrade, hal wont emerge...!!! Reply with quote

tux craneology # emerge -u kde
Calculating dependencies ...done!
>>> emerge (1 of 16) sys-apps/hal-0.5.5.1 to /
>>> md5 files ;-) hal-0.4.7-r2.ebuild
>>> md5 files ;-) hal-0.4.5-r2.ebuild
>>> md5 files ;-) hal-0.4.8.ebuild
>>> md5 files ;-) hal-0.5.5.1.ebuild
>>> md5 files ;-) hal-0.5.4.ebuild
>>> md5 files ;-) files/digest-hal-0.4.7-r2
>>> md5 files ;-) files/hal-0.4.1-old_storage_policy.patch
>>> md5 files ;-) files/hald
>>> md5 files ;-) files/hal-0.4.7-dont_add_device_twice-r1.patch
>>> md5 files ;-) files/hal-0.4.7-vfat_mount_utf8.patch
>>> md5 files ;-) files/digest-hal-0.4.5-r2
>>> md5 files ;-) files/hal-0.4.7-sys_floppy_detection.patch
>>> md5 files ;-) files/hal-0.4.5-vat_ntfs_labels.patch
>>> md5 files ;-) files/hal-0.4.7-device_info_leak.patch
>>> md5 files ;-) files/hal-0.4.5-net_lockup.patch
>>> md5 files ;-) files/digest-hal-0.4.8
>>> md5 files ;-) files/hal-0.4.8-fix_dvdram.patch
>>> md5 files ;-) files/hal-0.4.5-gentoo_gphoto2_usermap.patch
>>> md5 files ;-) files/digest-hal-0.5.4
>>> md5 files ;-) files/0.5-hald.rc
>>> md5 files ;-) files/hal-0.5.1-old_storage_policy.patch
>>> md5 files ;-) files/hal-unmount.dev
>>> md5 files ;-) files/digest-hal-0.5.5.1
>>> md5 src_uri ;-) hal-0.5.5.1.tar.gz
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 2.6.12-gentoo-r6

!!! ERROR: sys-apps/hal-0.5.5.1 failed.
!!! Function pkg_setup, Line 48, Exitcode 1
!!! You need a 2.6.13 or newer kernel to run this package
!!! If you need support, post the topmost build error, NOT this status message.

How do I go about fixing this? Im on ppc, if that affects anything.
_________________
Gentoo on a Powerbook 12" 1ghz with 756mb ram. YEE HAA
Back to top
View user's profile Send private message
kokes
Tux's lil' helper
Tux's lil' helper


Joined: 14 Apr 2005
Posts: 81
Location: Prague

PostPosted: Sun Dec 04, 2005 12:35 am    Post subject: Reply with quote

Switch to 2.6.13 kernel.
Back to top
View user's profile Send private message
abacker
n00b
n00b


Joined: 28 Sep 2004
Posts: 74

PostPosted: Sun Dec 04, 2005 12:36 am    Post subject: Reply with quote

Well... you need to install a new kernel. I had the same issue. You might do it a little different than me, so follow the Kernel Upgrade Guide.


I emerged the newest sources, copied my config over, and did the regular menuconfig. I dont' use genkernel.

Hope this helps ;)

- Andrew[/code]
_________________
under the line
Back to top
View user's profile Send private message
kokes
Tux's lil' helper
Tux's lil' helper


Joined: 14 Apr 2005
Posts: 81
Location: Prague

PostPosted: Sun Dec 04, 2005 1:07 am    Post subject: Reply with quote

If you copy your old .config, it's good to use make oldconfig - .config'll be automatically converted, for new kernel featires you will be asked.
Back to top
View user's profile Send private message
Craneology
Tux's lil' helper
Tux's lil' helper


Joined: 15 May 2003
Posts: 87

PostPosted: Sun Dec 04, 2005 3:17 am    Post subject: i will try this Reply with quote

Ok, I wil try this.
_________________
Gentoo on a Powerbook 12" 1ghz with 756mb ram. YEE HAA
Back to top
View user's profile Send private message
Craneology
Tux's lil' helper
Tux's lil' helper


Joined: 15 May 2003
Posts: 87

PostPosted: Mon Dec 05, 2005 4:55 am    Post subject: ok.... Reply with quote

I emerged the new kernel, linked it, and for some reason it wont let me create modules. aka Pressing M for module does nothing in the make menuconfig kernel part. I made a kernel with all options embedded, and it does not boot. Locks up on the first white screen. Tried genkernel. Cant figure out how to make it work, says missing .config. no whre does it say it requires a .config file. + I already have a .config from my past kernel. Someone wanna walk me throught this? Thanks.
_________________
Gentoo on a Powerbook 12" 1ghz with 756mb ram. YEE HAA
Back to top
View user's profile Send private message
abacker
n00b
n00b


Joined: 28 Sep 2004
Posts: 74

PostPosted: Fri Dec 09, 2005 7:49 pm    Post subject: Reply with quote

Did you follow the kernel upgrade guide? as to why it won't let you build a module, that is strange and might belong on a kernel group.

I did this to pull down the new version of the sources. The symlink use updates where the source simling for /usr/src/linux points, that's all.

Code:
 USE="symlink" emerge gentoo-sources
cd /usr/src/linux


Then I copied over my old .config from 2.6.11-r4, and ran this. it asked me lots of questions I didn't undestand, so I just accepted the default if I didn't know and mostly said no.
Code:
 make oldconfig


If this doesn't work right you can just run
Code:
make menuconfig
which will build a new config (delete .config first?)

After that I just did
Code:
make && make modules_install


Copied bzImage to /boot/kernel-2.6.14-r3 and system.map to /boot/System.map.2.6.14-r4, editd my grub.conf and rebooted. It all worked fine, except I had to emerge alsa (i don't use the compiled in version), and the new ATI drivers.

Not shure how this works with genkernel, though, since I don't use it. Any more info you can give about exactly how it's failing?
_________________
under the line
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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