Gentoo Archives: gentoo-user

From: Shawn Singh <callmeshawn@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't Emerge PHP or Apache
Date: Mon, 11 Sep 2006 14:12:32
Message-Id: 7225537e0609110707l64dccc09qc1f33b025e0aa575@mail.gmail.com
In Reply to: Re: [gentoo-user] Can't Emerge PHP or Apache by Richard Fish
1 here's the output from emerge --info:
2
3
4 obiwan ~ # emerge --info
5 Portage 2.1-r2 (default-linux/x86/2006.0, gcc-3.4.4, glibc-2.3.5-r2,
6 2.6.15-gen too-r5 i686)
7 =================================================================
8 System uname: 2.6.15-gentoo-r5 i686 Pentium III (Coppermine)
9 Gentoo Base System version 1.6.14
10 app-admin/eselect-compiler: [Not Present]
11 dev-lang/python: 2.4.2
12 dev-python/pycrypto: 2.0.1-r5
13 dev-util/ccache: [Not Present]
14 dev-util/confcache: [Not Present]
15 sys-apps/sandbox: 1.2.12
16 sys-devel/autoconf: 2.13, 2.59-r6
17 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
18 sys-devel/binutils: 2.16.1
19 sys-devel/gcc-config: 1.3.12-r6
20 sys-devel/libtool: 1.5.22
21 virtual/os-headers: 2.6.11-r2
22 ACCEPT_KEYWORDS="x86"
23 AUTOCLEAN="yes"
24 CBUILD="i686-pc-linux-gnu"
25 CFLAGS="-march=i686 -O2 -pipe"
26 CHOST="i686-pc-linux-gnu"
27 CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config
28 /usr/kde/3.4/sh utdown /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref
29 /usr/share/config"
30 CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
31 CXXFLAGS="-march=i686 -O2 -pipe"
32 DISTDIR="/usr/portage/distfiles"
33 FEATURES="autoconfig distlocks loadpolicy metadata-transfer sandbox sfperms
34 str ict"
35 GENTOO_MIRRORS="http://distfiles.gentoo.org
36 http://distro.ibiblio.org/pub/linux /distributions/gentoo"
37 MAKEOPTS=""
38 PKGDIR="/usr/portage/packages"
39 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
40 --compress --force --whole-file --delete --delete-after --stats
41 --timeout=180 --exclude=' /distfiles' --exclude='/local'
42 --exclude='/packages'"
43 PORTAGE_TMPDIR="/var/tmp"
44 PORTDIR="/usr/portage"
45 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
46 USE="X alsa apache2 apm arts audiofile avi berkdb bitmap-fonts bzip2 cdr cli
47 cr ypt ctype cups dba dlloader dri eds elibc_glibc emboss encode esd
48 ethereal exif expat fam fastbuild foomaticdb force-cgi-redirect fortran ftp
49 gd gdbm gif glut gmp gnome gpm gstreamer gtk gtk2 gtkhtml guile idn imlib
50 ipv6 isdnlog jpeg kde kernel_linux lcms libg++ libwww mad memlimit mikmod
51 mng motif mozilla mp3 mpeg ncurses nls nptl ogg opengl oss pam pcre pdflib
52 perl png posix pppd python qt qt3 qt4 quicktime readline reflection samba
53 sdl session simplexml slang soap so ckets spell spl ssl tcltk tcpd tiff
54 tokenizer truetype truetype-fonts type1-fon ts udev userland_GNU vorbis x86
55 xml xml2 xmms xorg xsl xv zlib input_devices_ke yboard input_devices_mouse
56 input_devices_evdev video_cards_apm video_cards_ark video_cards_ati
57 video_cards_chips video_cards_cirrus video_cards_cyrix video_ca rds_dummy
58 video_cards_fbdev video_cards_glint video_cards_i128 video_cards_i740
59 video_cards_i810 video_cards_imstt video_cards_mga video_cards_neomagic
60 video_ cards_nsc video_cards_nv video_cards_rendition video_cards_s3
61 video_cards_s3vir ge video_cards_savage video_cards_siliconmotion
62 video_cards_sis video_cards_sis usb video_cards_tdfx video_cards_tga
63 video_cards_trident video_cards_tseng vide o_cards_v4l video_cards_vesa
64 video_cards_vga video_cards_via video_cards_vmware video_cards_voodoo"
65 Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
66 LING UAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
67
68 obiwan ~ #
69
70
71
72
73
74
75 On 9/8/06, Richard Fish <bigfish@××××××××××.org> wrote:
76 >
77 > On 9/8/06, Shawn Singh <callmeshawn@×××××.com> wrote:
78 > > I got portage updated, but when I went to run emerge -uD world I got the
79 > > following output:
80 > >
81 > > emerge: there are no ebuilds to satisfy "sys-kernel/livecd-kernel".
82 > > (dependency required by "media-libs/alsa-lib-1.0.11-r1" [ebuild])
83 >
84 > Looks like your virtual/alsa setting is screwed up. I don't see how
85 > this is possible, unless you have a /etc/portage/profile/virtuals file
86 > that defines virtual/alsa to be satisfied by sys-kernel/livecd-kernel.
87 > The normal virtual for alsa depends on your profile:
88 >
89 > carcharias ~ # cd /usr/portage/profiles ; find . -name virtuals |
90 > xargs grep alsa
91 > ./selinux/2005.1/amd64/virtuals:virtual/alsa
92 > sys-kernel/gentoo-sources
93 > ./selinux/2005.1/alpha/virtuals:virtual/alsa
94 > sys-kernel/vanilla-sources
95 > ./selinux/2004.1/amd64/virtuals:virtual/alsa
96 > sys-kernel/gentoo-sources
97 > ./base/virtuals:virtual/alsa
98 > sys-kernel/gentoo-sources
99 >
100 > ./hardened/amd64/virtuals:virtual/alsa sys-kernel/hardened-sources
101 >
102 > ./hardened/ppc/virtuals:virtual/alsa sys-kernel/hardened-sources
103 > ./default-linux/virtuals:virtual/alsa
104 > sys-kernel/gentoo-sources
105 > ./default-linux/sh/virtuals:virtual/alsa
106 > sys-kernel/sh-sources
107 > ./default-linux/mips/virtuals:virtual/alsa
108 > sys-kernel/mips-sources
109 > ./default-linux/alpha/no-nptl/2.4/virtuals:virtual/alsa
110 > media-sound/alsa-driver
111 > ./default-linux/alpha/virtuals:virtual/alsa
112 > sys-kernel/vanilla-sources
113 > ./default-linux/x86/no-nptl/2.4/virtuals:virtual/alsa
114 > media-sound/alsa-driver
115 > ./default-linux/hppa/virtuals:virtual/alsa
116 > sys-kernel/hppa-sources
117 >
118 > ./embedded/virtuals:virtual/alsa media-sound/alsa-driver
119 >
120 > Posting your emerge --info might help us here.
121 >
122 > -Richard
123 > --
124 > gentoo-user@g.o mailing list
125 >
126 >
127
128
129 --
130
131 "...to raise a signal means to turn the light on; ... Responding to a
132 signal means turning the light off (and, under System V, hoping the
133 bulb won't blow when it's next turned on)..."
134
135 --- Dan Bernstein