This is a discussion on solfege build error within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> emerge solfege fails with error * checking miscfile checksums ;-) ... [ ok ] * checking solfege-2.0.6.tar.gz ;-) ... ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| emerge solfege fails with error * checking miscfile checksums ;-) ... [ ok ] * checking solfege-2.0.6.tar.gz ;-) ... [ ok ] * Could not find the GTKHtml2 python module, whereas gtkhml is in your flags. * Please re-emerge "dev-python/gnome-python" with "gtkhtml" USE flag on. !!! ERROR: media-sound/solfege-2.0.6 failed. Call stack: ebuild.sh, line 1562: Called dyn_setup ebuild.sh, line 665: Called pkg_setup solfege-2.0.6.ebuild, line 42: Called die I even tried "emerge -ND solfege " with same results. |
| |||
| In quatrain 5-97, Nostradamus predicted that on Mon, 20 Nov 2006 22:53:35 -0600, in message <9Dv8h.3813$T6.618@bignews5.bellsouth.net>, dave aube would say: > * Could not find the GTKHtml2 python module, whereas gtkhml is in your > flags. > * Please re-emerge "dev-python/gnome-python" with "gtkhtml" USE flag on. One would guess that you would need to re-emerge dev-python/gnome-python with the gtkhtml USE flag in your /etc/make.conf. HTH PRose |
| ||||
| PRose wrote: > In quatrain 5-97, Nostradamus predicted that on Mon, 20 Nov 2006 22:53:35 > -0600, in message <9Dv8h.3813$T6.618@bignews5.bellsouth.net>, dave aube > would say: > > >> * Could not find the GTKHtml2 python module, whereas gtkhml is in your >> flags. >> * Please re-emerge "dev-python/gnome-python" with "gtkhtml" USE flag on. > > One would guess that you would need to re-emerge dev-python/gnome-python > with the gtkhtml USE flag in your /etc/make.conf. > > HTH > PRose I thought the same thing. I even tried unmerging gnome-python first. Still faults out. Full message >>> Emerging (1 of 1) media-sound/solfege-2.0.6 to / * solfege-2.0.6.tar.gz MD5 ;-) ... [ ok ] * solfege-2.0.6.tar.gz size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * checking solfege-2.0.6.tar.gz ;-) ... [ ok ] * Could not find the GTKHtml2 python module, whereas gtkhml is in your flags. * Please re-emerge "dev-python/gnome-python" with "gtkhtml" USE flag on. !!! ERROR: media-sound/solfege-2.0.6 failed. Call stack: ebuild.sh, line 1562: Called dyn_setup ebuild.sh, line 665: Called pkg_setup solfege-2.0.6.ebuild, line 42: Called die !!! You will have to re-emerge gnome-python. !!! If you need support, post the topmost build error, and the call stack if relevant. ##/etc/make.conf # These settings were set by the catalyst build script that automatically built this stage # Please consult /etc/make.conf.example for a more detailed example CFLAGS="-march=athlon-xp -pipe -O2" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j2" ACCEPT_KEYWORDS="" GENTOO_MIRRORS="http://gentoo.mirror.at.stealer.net http://ftp.gentoo.or.k " USE="gtk gtk2 gtkhtml mp3 mpeg nis posix sockets shared sharedmem v4l vcd wxwindows xine xmms xvid x86 mozilla gnome qt kde dvd dvdread divx4linux alsa cdr cups foomaticdb ppds usb avi samba oggvorbis sdk a52 acpi alsa apache2 apm bluetooth bzlib curl dga directfb dri fbcon ffmpeg ftp gif ipv6 jack java javascript jpeg lm_sensors mad mmx motif ncurses nis opengl pdflib perl quicktime readline selinux spell spl svga symlink truetype tiff usb v4l ved 3dfx 3dnow mmx sse bitmap-fonts truetype-fonts type1-fonts dlloader doc font-server nls pam sdk xv nptl nptlonly" FEATURES="" CONFIG_PROTECT="/etc" RSYNC_TIMEOUT="600" INPUT_DEVICES="keyboard mouse" VIDEO_CARDS="ati vesa fbdev radeon" PORTDIR_OVERLAY="$(PORTDIR_OVERLAY) /usr/local/portage" # This sets what to log PORTAGE_ELOG_CLASSES="warn error log" # and this is how to do it PORTAGE_ELOG_SYSTEM="save" BTW this was the 2006.1 install cd (live I believe) |