View previous topic :: View next topic |
Author |
Message |
emollon n00b
Joined: 24 Jan 2006 Posts: 49 Location: Sant Just Desvern
|
Posted: Fri Feb 03, 2006 10:43 pm Post subject: hal-0.5.5.1-r3 failed |
|
|
I´using kernel 2.6.12-gentoo-r6 and I´m trying to
after some packages emerged i had this problem..
Code: | toshino portage # emerge gnome-light
Calculating dependencies ...done!
>>> emerge (1 of 78) sys-apps/hal-0.5.5.1-r3 to /
>>> md5 files ;-) hal-0.4.7-r2.ebuild
>>> md5 files ;-) hal-0.4.8.ebuild
>>> md5 files ;-) hal-0.5.5.1-r3.ebuild
>>> md5 files ;-) files/hald
>>> md5 files ;-) files/hal-0.4.7-dont_add_device_twice-r1.patch
>>> md5 files ;-) files/hal-0.4.7-device_info_leak.patch
>>> md5 files ;-) files/digest-hal-0.4.7-r2
>>> md5 files ;-) files/hal-unmount.dev
>>> md5 files ;-) files/hal-0.4.7-vfat_mount_utf8.patch
>>> md5 files ;-) files/digest-hal-0.4.8
>>> md5 files ;-) files/digest-hal-0.5.5.1-r3
>>> md5 files ;-) files/hal-0.4.8-fix_dvdram.patch
>>> md5 files ;-) files/hal-0.5.5.1-RBC.patch
>>> md5 files ;-) files/hal-0.5.1-old_storage_policy.patch
>>> md5 files ;-) files/hal-0.4.5-gentoo_gphoto2_usermap.patch
>>> md5 files ;-) files/0.5-hald.rc
>>> md5 files ;-) files/hal-0.4.7-sys_floppy_detection.patch
>>> md5 files ;-) files/hal-0.4.1-old_storage_policy.patch
>>> 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-r3 failed.
!!! Function pkg_setup, Line 50, 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. |
there is any way to emerge the gnome without that package? actually i don´t know what´s for.
I don´t want to change my kernel. _________________ building my media center with gentoo and boxee |
|
Back to top |
|
|
GoofballJM1 Guru
Joined: 22 Mar 2004 Posts: 392 Location: Denver, CO USA
|
Posted: Fri Feb 03, 2006 11:32 pm Post subject: |
|
|
Probably not, I would suggest upgrading your kernel though. I know I get a little nervous when I upgrade as well, but if your version is really old and you want to use software that is taking advantage of newer features, its probably better to do that than patching an older kernel IMHO.
Why are you hesitant about upgrading your kernel? _________________ "Great spirits have often encountered violent opposition from weak minds." - Albert Einstein |
|
Back to top |
|
|
dgaffuri Advocate
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Fri Feb 03, 2006 11:33 pm Post subject: |
|
|
Do you have the hal USE flag set?
Code: | # emerge -etpv gnome-light | grep hal
[ebuild N ] gnome-base/gnome-vfs-2.12.2 USE="hal samba ssl -debug -doc -gnutls -howl -ipv6" 0 kB
[ebuild N ] sys-apps/hal-0.5.5.1-r3 USE="acpi pcmcia -debug -doc -pam_console" 0 kB
[ebuild N ] app-crypt/hashalot-0.3-r1 0 kB
# USE="-hal" emerge -etpv gnome-light | grep hal
[ebuild N ] gnome-base/gnome-vfs-2.12.2 USE="samba ssl -debug -doc -gnutls -hal* -howl -ipv6" 0 kB
[ebuild N ] app-crypt/hashalot-0.3-r1 0 kB |
_________________ Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject |
|
Back to top |
|
|
emollon n00b
Joined: 24 Jan 2006 Posts: 49 Location: Sant Just Desvern
|
Posted: Sat Feb 04, 2006 12:24 am Post subject: |
|
|
This is what i have
Code: |
toshino ~ # emerge -etpv gnome-light | grep hal
[ebuild N ] gnome-base/gnome-vfs-2.12.2 -debug -doc -gnutls +hal +howl + ipv6 -samba +ssl 0 kB
[ebuild N ] sys-apps/hal-0.5.5.1-r3 -acpi -debug -doc -pam_console -pcm cia (-selinux) 0 kB
[ebuild N ] app-crypt/hashalot-0.3-r1 78 kB
toshino ~ # USE="-hal" emerge -etpv gnome-light | grep hal
[ebuild N ] gnome-base/gnome-vfs-2.12.2 -debug -doc -gnutls -hal* +howl +ipv6 -samba +ssl 0 kB
[ebuild N ] app-crypt/hashalot-0.3-r1 78 kB
|
i have the same but my packet hashalot is -->app-crypt/hashalot-0.3-r1 78 kB
i could Code: | emerge --resume --skipfirst gnome-light |
Actually it´s emerging right now but i don´t know if gnome is going to work without it... _________________ building my media center with gentoo and boxee |
|
Back to top |
|
|
Tamsco Guru
Joined: 04 Aug 2004 Posts: 313 Location: dmse.mit.edu
|
Posted: Sat Feb 04, 2006 1:38 am Post subject: |
|
|
That's probably going to break a package, just put a -hal in your use variable. _________________ If you get your problem solved put a [SOLVED] in the title!
Is OpenOffice still compiling?! |
|
Back to top |
|
|
dgaffuri Advocate
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Sat Feb 04, 2006 8:22 am Post subject: |
|
|
hashalot doesn't matter, it's only matching the pattern. If you don't want hal you have to explicitly rule it out by adding -hal to your USE variables in /etc/make.conf. Then you should check which package, if any, should be rebuilt using
Code: | emerge -uDNpv world |
_________________ Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject |
|
Back to top |
|
|
emollon n00b
Joined: 24 Jan 2006 Posts: 49 Location: Sant Just Desvern
|
Posted: Sat Feb 04, 2006 11:41 am Post subject: |
|
|
Doing that i just get a list of packages
Code: | emerge -uDNpv world |
there is any other way?
thanks!!! _________________ building my media center with gentoo and boxee |
|
Back to top |
|
|
dgaffuri Advocate
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Sat Feb 04, 2006 12:52 pm Post subject: |
|
|
emollon wrote: | there is any other way? |
To do what? _________________ Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject |
|
Back to top |
|
|
emollon n00b
Joined: 24 Jan 2006 Posts: 49 Location: Sant Just Desvern
|
Posted: Sat Feb 04, 2006 2:27 pm Post subject: |
|
|
Another way to emerge hal
if i do that
Code: | emerge -uDNpv world |
i just get the list of the packets
Code: |
toshino profiles # emerge -uDNpv world
These are the packages that I would merge, in order:
Calculating world dependencies ...done!
[ebuild U ] sys-devel/binutils-config-1.8-r6 [1.8-r4] 0 kB
[ebuild U ] sys-devel/gnuconfig-20051223 [20050324] 38 kB
[ebuild U ] sys-devel/binutils-2.16.1 [2.15.92.0.2-r10] -multislot -multitarget +nls -test 12,392 kB
[ebuild U ] sys-devel/gcc-config-1.3.12-r6 [1.3.11-r4] 0 kB
[ebuild U ] sys-devel/m4-1.4.3 [1.4.2-r1] +nls 298 kB
[ebuild N ] virtual/libintl-0 0 kB
[ebuild NS ] sys-devel/gcc-3.4.4-r1 (-altivec) -bootstrap -boundschecking -build +fortran -gcj +gtk -hardened -ip28 (-multilib) -multislot (-n32) (-n64) +nls -nocxx -nopie -nossp -objc -vanilla 27,037 kB
[ebuild U ] sys-devel/gcc-3.3.6 [3.3.5.20050130-r1] (-altivec) -bootstrap -boundschecking -build +fortran -gcj +gtk -hardened -ip28 (-multilib) -multislot (-n32) (-n64) +nls -nocxx -nopie -nossp -objc -vanilla 23,522 kB
[ebuild U ] sys-libs/glibc-2.3.5-r2 [2.3.4.20041102-r1] -build -erandom -glibc-compat20 -glibc-omitfp -hardened -linuxthreads-tls (-multilib) +nls -nptl -nptlonly -pic -profile (-selinux) -userlocales 15,628 kB
[ebuild U ] sys-apps/texinfo-4.8-r2 [4.8] -build +nls -static 1,486 kB
[ebuild U ] sys-apps/man-1.6-r1 [1.6] +nls 228 kB
[ebuild U ] sys-apps/man-pages-2.20 [2.02] +nls 1,690 kB
[ebuild U ] sys-apps/grep-2.5.1-r8 [2.5.1-r7] -build +nls -static 667 kB
[ebuild U ] app-crypt/hashalot-0.3-r1 [0.3] 78 kB
[ebuild U ] sys-apps/findutils-4.1.20-r2 [4.1.20-r1] -build +nls (-selinux) -static 759 kB
[ebuild U ] sys-devel/flex-2.5.4a-r6 [2.5.4a-r5] -build -static 385 kB
[ebuild U ] dev-libs/openssl-0.9.7e-r2 [0.9.7e-r1] -bindist -emacs -test +zlib 5,105 kB
[ebuild N ] app-misc/ca-certificates-20050804 91 kB
[ebuild U ] sys-libs/gdbm-1.8.3-r2 [1.8.3-r1] +berkdb 223 kB
[ebuild N ] perl-core/Test-Simple-0.62 68 kB
[ebuild U ] dev-perl/Locale-gettext-1.05 [1.03] 7 kB
[ebuild U ] sys-devel/automake-1.9.6-r1 [1.9.5] 747 kB
[ebuild U ] sys-devel/libtool-1.5.22 [1.5.18-r1] 2,853 kB
[ebuild U ] app-arch/bzip2-1.0.3-r5 [1.0.3-r4] -build -static 653 kB
[ebuild U ] sys-apps/file-4.13 [4.12] -build +python 410 kB
[ebuild U ] app-arch/cpio-2.6-r5 [2.6-r4] +nls 437 kB
[ebuild U ] sys-apps/sandbox-1.2.12 [1.2.11] 217 kB
[ebuild N ] app-misc/pax-utils-0.1.4 -caps 43 kB
[ebuild U ] sys-apps/debianutils-2.14.1-r1 [2.13.1-r1] -build -static 123 kB
[ebuild U ] sys-apps/portage-2.0.54 [2.0.51.22-r2] -build -doc (-selinux) 229 kB
*** Portage will stop merging at this point and reload itself,
recalculate dependencies, and complete the merge.
[ebuild U ] sys-apps/coreutils-5.2.1-r7 [5.2.1-r6] -acl -build +nls (-selinux) -static 4,235 kB
[ebuild U ] sys-devel/make-3.80-r2 [3.80-r1] -build -hardened +nls -static 899 kB
[ebuild NS ] sys-kernel/gentoo-sources-2.6.15-r1 -build -doc -symlink (-ultra1) 39,086 kB
[ebuild N ] dev-java/blackdown-jdk-1.4.2.03 +X +alsa -browserplugin -doc +mozilla -nsplugin 0 kB
[ebuild U ] sys-libs/db-4.2.52_p2-r1 [4.2.52_p2] -bootstrap -doc +java* -nocxx -tcltk 3,980 kB
[ebuild U ] sys-devel/libperl-5.8.7 [5.8.6-r1] +berkdb -debug +gdbm -ithreads 9,608 kB
[ebuild U ] dev-lang/perl-5.8.7-r3 [5.8.6-r5] +berkdb -build -debug -doc +gdbm -ithreads -minimal -perlsuid 0 kB
[ebuild U ] sys-libs/cracklib-2.8.5 [2.8.3-r1] +nls +python 547 kB
[ebuild U ] sys-libs/pam-0.78-r3 [0.78-r2] +berkdb -nis -pam_chroot -pam_console -pam_timestamp -pwdb (-selinux) 6,345 kB
[ebuild U ] sys-apps/shadow-4.0.7-r4 [4.0.7-r3] +nls -nousuid +pam (-selinux) -skey 995 kB
[ebuild U ] sys-libs/com_err-1.38 [1.37] +nls 0 kB
[ebuild U ] sys-libs/ss-1.38 [1.37] +nls 0 kB
[ebuild U ] sys-fs/e2fsprogs-1.38 [1.37-r1] +nls -static 0 kB
[ebuild U ] sys-apps/util-linux-2.12r-r2 [2.12i-r1] +crypt +nls -old-crypt +pam +perl (-selinux) -static 1,502 kB
[ebuild U ] sys-fs/device-mapper-1.01.05 [1.01.03] 858 kB
[ebuild U ] sys-fs/cryptsetup-luks-1.0.1-r2 [1.0.1-r1] -dynamic +nls 0 kB
[ebuild U ] dev-python/pyrex-0.9.3.1 [0.9.3-r2] 157 kB
[ebuild U ] sys-apps/pciutils-2.2.0-r1 [2.1.11-r4] 286 kB
[ebuild U ] sys-apps/hotplug-20040923-r1 [20040923]0kB
[ebuild N ] sys-apps/hal-0.5.5.1-r3 -acpi -debug -doc -pam_console -pcmcia (-selinux) 0 kB
[ebuild N ] sys-apps/pmount-0.9.6 +crypt 0 kB
[ebuild R ] gnome-base/libgnome-2.12.0.1 -debug -doc +esd* -static 0 kB
[ebuild U ] sys-apps/gawk-3.1.4-r4 [3.1.3-r2] -build +nls -xml 2,207 kB
[ebuild R ] gnome-base/gnome-session-2.12.0 -debug +esd* +ipv6 0 kB
[ebuild R ] media-libs/gst-plugins-0.8.11 +alsa -debug +esd* +oss 0 kB
[ebuild N ] media-plugins/gst-plugins-esd-0.8.11 0 kB
[ebuild U ] sys-apps/module-init-tools-3.2.1 [3.0-r2] 393 kB
[ebuild U ] app-editors/nano-1.3.9 [1.3.7] -build -debug -justify -minimal +ncurses +nls -slang +spell -unicode 1,109 kB
[ebuild U ] sys-process/psmisc-21.9 [21.5] +ipv6 +nls (-selinux) 226 kB
[ebuild U ] net-misc/rsync-2.6.0-r6 [2.6.0-r5] -acl -build -livecd -static -xinetd 458 kB
[ebuild U ] dev-libs/libol-0.3.17 [0.3.16] 337 kB
[ebuild U ] app-admin/syslog-ng-1.6.9 [1.6.8] -hardened (-selinux) -static +tcpd 747 kB
[ebuild U ] net-misc/wget-1.10.2 [1.9.1-r5] -build -debug +ipv6 +nls -socks5 +ssl -static 1,189 kB
[ebuild U ] sys-apps/less-385_p4-r2 [382-r2] -unicode 482 kB
|
there is a hal
[ebuild N ] sys-apps/hal-0.5.5.1-r3 -acpi -debug -doc -pam_console -pcmcia (-selinux) 0 kB
What can i do with that? should i skip it? becaus it tells me that i must have 2.6.13 kernel....
it´s an important package?
thanks!! _________________ building my media center with gentoo and boxee |
|
Back to top |
|
|
dgaffuri Advocate
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Sun Feb 05, 2006 12:13 am Post subject: |
|
|
You may choose to use hal or not. Look at http://www.freedesktop.org/Software/hal to make yourself an opinion. If you don't want to use it just add -hal to /etc/make.conf and go on with emerging gnome-light. If you want to use it you've two options: update your kernel or mask newer versions of hal in /etc/portage/package.mask (see man portage for details).
BTW, if you decide to update the whole system you're going to upgrade gcc too, so be sure to follow this guide to avoid bre[url]aking your syst[/url]em. _________________ Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject |
|
Back to top |
|
|
|