vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello! I really need to emerge masked packages - and I don't understand why I cannot find a manual override switch or something for it. Believe me, I've been searching for it! I emerged xmms (my favorite jukebox) and I'm using KDE. But I cannot get a sound out of it without the xmms-arts package - but this one is masked! So what should I do? I've tried all the other output plugins, none would work. Can anyone help? A. |
| |||
| Andreas Thalhammer wrote: > Hello! > > I really need to emerge masked packages - and I don't understand why I > cannot find a manual override switch or something for it. > > Believe me, I've been searching for it! > > I emerged xmms (my favorite jukebox) and I'm using KDE. But I cannot get a > sound out of it without the xmms-arts package - but this one is masked! have a look at /usr/portage/packages.mask you'll find something like # <danarmak@gentoo.org> (06 Apr 2003) # permamasked and will be removed from portage at some point since unmaintained$ media-plugins/xmms-arts if you change the last line from above to # media-plugins/xmms-arts you'll be able to emerge this package. Dennis |
| |||
| Hi, > I really need to emerge masked packages - and I don't understand why I > cannot find a manual override switch or something for it. > > Believe me, I've been searching for it! > > I emerged xmms (my favorite jukebox) and I'm using KDE. But I cannot get a > sound out of it without the xmms-arts package - but this one is masked! > > So what should I do? > I've tried all the other output plugins, none would work. if you want to emerge only one masked package, you can give the full path to the package: emerge media-sound/xmms/xmms-1.2.7-r22.ebuild Hth, Holgerc |
| |||
| Hi, This is my first post, so it might not get through. What i do to emerge masked packages: ACCEPT_KEYWORDS="~x86" emerge xmms-arts -v Andreas Thalhammer wrote: > Hello! > > I really need to emerge masked packages - and I don't understand why I > cannot find a manual override switch or something for it. > > Believe me, I've been searching for it! > > I emerged xmms (my favorite jukebox) and I'm using KDE. But I cannot get a > sound out of it without the xmms-arts package - but this one is masked! > > So what should I do? > I've tried all the other output plugins, none would work. > > Can anyone help? > A. |
| |||
| * Ghoku Sayan (2003-07-04 15:07 +0200) > What i do to emerge masked packages: > ACCEPT_KEYWORDS="~x86" emerge xmms-arts -v Now this works, but I don't know why. I think this should be the correct solution: export ACCEPT_KEYWORDS="~x86" ; emerge xmms-arts -v ^^^^^^ ^ Thorsten -- Content-Type: text/explicit; charset=ISO-8859-666 (Parental Advisory) Content-Transfer-Warning: message contains innuendos not suited for children under the age of 18 |
| |||
| Dennis Nienhüser smie twierdzic jakoby: : Andreas Thalhammer wrote: : : > Hello! : > : > I really need to emerge masked packages - and I don't understand why I : > cannot find a manual override switch or something for it. : > : > Believe me, I've been searching for it! : > : > I emerged xmms (my favorite jukebox) and I'm using KDE. But I cannot get a : > sound out of it without the xmms-arts package - but this one is masked! : : have a look at /usr/portage/packages.mask : hmmm... i havn't that file;/ pozdr. Aye -- "Life's a bitch and so am I. The world owes me, so fuck you" NP: Guano Apes - Never born |
| |||
| Just do ACCEPT_KEYWORDS="~x86" emerge package you want or give the path to the package. Aye wrote: > Dennis Nienhüser smie twierdzic jakoby: > > : Andreas Thalhammer wrote: > : > : > Hello! > : > > : > I really need to emerge masked packages - and I don't understand why I > : > cannot find a manual override switch or something for it. > : > > : > Believe me, I've been searching for it! > : > > : > I emerged xmms (my favorite jukebox) and I'm using KDE. But I cannot > : > get a sound out of it without the xmms-arts package - but this one is > : > masked! > : > : have a look at /usr/portage/packages.mask > : > hmmm... i havn't that file;/ > > > pozdr. Aye > -- Brett I. Holcomb brettholcomb@R777charter.net AKA Grunt <>< Registered Linux User #188143 Remove R777 to email |
| |||
| On Fri, 04 Jul 2003 14:02:34 +0200, Holger Wenzel wrote: > if you want to emerge only one masked package, you can give the full > path to the package: > > emerge media-sound/xmms/xmms-1.2.7-r22.ebuild This way it worked! Thanx very much! A. |
| |||
| On Fri, 04 Jul 2003 15:07:58 +0200, Ghoku Sayan wrote: > Hi, > > This is my first post, so it might not get through. > > What i do to emerge masked packages: > > ACCEPT_KEYWORDS="~x86" emerge xmms-arts -v Only works with unstable packages that are available for testing. You can also edit the /etc/make.conf file and add the line ACCEPT_KEYWORDS="~x86" there. But this doesn't work with masked packages. unstable != masked... Thanks anyway, A. |