I would like to get X11 services. I did an "emerge xterm". Here's what happened. ------------start snip------------- (chroot) livecd proc # emerge xterm Calculating dependencies | !!! All ebuilds that could satisfy ">=x11-proto/xproto-7.0.6" have been masked. !!! One of the following masked packages is required to complete your request: - x11-proto/xproto-7.0.7 (masked by: ~sparc keyword) - x11-proto/xproto-7.0.10 (masked by: ~sparc keyword) - x11-proto/xproto-7.0.9 (masked by: ~sparc keyword) For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. (dependency required by "x11-libs/libX11-1.1.1-r1" [ebuild]) --------------end snip---------- What do I make of this? Another problem. My livecd prompt and my chroot prompt both see my ethernet card, eth0. However my new boot does not see the card. Ideas? Ken Jones
ken> I would like to get X11 services. I did an "emerge xterm". Here's what ken> happened. ken> ------------start snip------------- ken> (chroot) livecd proc # emerge xterm ken> Calculating dependencies | ken> !!! All ebuilds that could satisfy ">=x11-proto/xproto-7.0.6" have been ken> masked. ken> !!! One of the following masked packages is required to complete your ken> request: ken> - x11-proto/xproto-7.0.7 (masked by: ~sparc keyword) ken> - x11-proto/xproto-7.0.10 (masked by: ~sparc keyword) ken> - x11-proto/xproto-7.0.9 (masked by: ~sparc keyword) ken> For more information, see MASKED PACKAGES section in the emerge man page or ken> refer to the Gentoo Handbook. ken> (dependency required by "x11-libs/libX11-1.1.1-r1" [ebuild]) ken> --------------end snip---------- ken> What do I make of this? It looks to me like you've turned off X11 support into your Gentoo config file(s) somewhere. I haven't used Gentoo in years and years, but I remember there was some place to set up defaults. In this case, you could also just try doing: emerge x11-libs and see what happens. Hmmm... google is your friend here. Look at /etc/portage/packages* and add or remove the lines which are blocking the X11 install. ken> Another problem. My livecd prompt and my chroot prompt both see ken> my ethernet card, eth0. However my new boot does not see the ken> card. Ideas? Send the output of dmesg after boot from both a working and non-working setup. Sounds to me like you haven't compiled the proper driver in your kernel for the hardware. John
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Make sure that you're building the sun happy meal ethernet card, and load the module if you're building it as a module. I think it's sun-hme. As for building x, you want to emerge xorg-x11 It looks like your profile might be old, what does ls -lad /etc/make.profile output? Note, don't add a trailing slash to make.profile ken jones wrote:
I would like to get X11 services. I did an "emerge xterm". Here's what happened. ------------start snip------------- (chroot) livecd proc # emerge xterm Calculating dependencies | !!! All ebuilds that could satisfy ">=x11-proto/xproto-7.0.6" have been masked. !!! One of the following masked packages is required to complete your request: - x11-proto/xproto-7.0.7 (masked by: ~sparc keyword) - x11-proto/xproto-7.0.10 (masked by: ~sparc keyword) - x11-proto/xproto-7.0.9 (masked by: ~sparc keyword)
For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. (dependency required by "x11-libs/libX11-1.1.1-r1" [ebuild]) --------------end snip----------
What do I make of this?
Another problem. My livecd prompt and my chroot prompt both see my ethernet card, eth0. However my new boot does not see the card. Ideas?
Ken Jones _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGU6r7aiVxdKlBO58RAsX7AJ9+7bUiAndQkmdIs1kgpaTCPFNdGgCdHFDS VLUnEq1EQVgM7JEpsXoPO6I= =YTx9 -----END PGP SIGNATURE-----
I got HAPPYMEAL to work. My sparc64 is on the WEB! Here is result of ls -lad /etc/make.profile ----------snip---------- kjones-sun2 ~ # ls -lad /etc/make.profile lrwxrwxrwx 1 root root 58 May 17 12:45 /etc/make.profile -> ../usr/portage/profiles/default-linux/sparc/sparc64/2006.1 -----------end snip--------- Here is result of emerge xorg-x11: How do I install from the tar.bz file? What is gentoo's equivalent of Red Hat's rpm? --------------snip------------- kjones-sun2 / # emerge xorg-x11 Calculating dependencies... done!
Emerging (1 of 12) media-libs/libpng-1.2.15 to / Downloading http://distfiles.gentoo.org/distfiles/libpng-1.2.15.tar.bz2 --22:08:01-- http://distfiles.gentoo.org/distfiles/libpng-1.2.15.tar.bz2 => `/usr/portage/distfiles/libpng-1.2.15.tar.bz2' Resolving distfiles.gentoo.org... 216.165.129.135, 64.50.236.52, 64.50.238.52, ... Connecting to distfiles.gentoo.org|216.165.129.135|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 624,008 (609K) [application/x-tar]
100%[===============================================================================>] 624,008 569.34K/s 22:08:02 (568.21 KB/s) - `/usr/portage/distfiles/libpng-1.2.15.tar.bz2' saved [624008/624008]
checking ebuild checksums ;-) checking auxfile checksums ;-) checking miscfile checksums ;-) checking libpng-1.2.15.tar.bz2 !!! Missing digest for 'libpng-1.2.15.tar.bz2' ---------------end snip-----------
Lastly, how do you know that HAPPYMEAL is in the sun-hme module? Where is the information indicating the functionality contained in each module? Ken Jones Eric Martin wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Make sure that you're building the sun happy meal ethernet card, and load the module if you're building it as a module. I think it's sun-hme.
As for building x, you want to
emerge xorg-x11
It looks like your profile might be old, what does ls -lad /etc/make.profile
output? Note, don't add a trailing slash to make.profile ken jones wrote:
I would like to get X11 services. I did an "emerge xterm". Here's what happened. ------------start snip------------- (chroot) livecd proc # emerge xterm Calculating dependencies | !!! All ebuilds that could satisfy ">=x11-proto/xproto-7.0.6" have been masked. !!! One of the following masked packages is required to complete your request: - x11-proto/xproto-7.0.7 (masked by: ~sparc keyword) - x11-proto/xproto-7.0.10 (masked by: ~sparc keyword) - x11-proto/xproto-7.0.9 (masked by: ~sparc keyword)
For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. (dependency required by "x11-libs/libX11-1.1.1-r1" [ebuild]) --------------end snip----------
What do I make of this?
Another problem. My livecd prompt and my chroot prompt both see my ethernet card, eth0. However my new boot does not see the card. Ideas?
Ken Jones _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGU6r7aiVxdKlBO58RAsX7AJ9+7bUiAndQkmdIs1kgpaTCPFNdGgCdHFDS VLUnEq1EQVgM7JEpsXoPO6I= =YTx9 -----END PGP SIGNATURE-----
participants (3)
-
Eric Martin
-
John Stoffel
-
ken jones