Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

unable to unmask vanilla-sources-2.6.15.3

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
7 posts • Page 1 of 1
Author
Message
[Lx]-=Mystify=-
Apprentice
Apprentice
Posts: 180
Joined: Tue Mar 16, 2004 3:25 pm

unable to unmask vanilla-sources-2.6.15.3

  • Quote

Post by [Lx]-=Mystify=- » Thu Feb 09, 2006 7:18 am

hi...

i want to upgrade to vanilla-sources-2.6.15.3 cause of the security hole in the prior versions.

but vanilla-sources-2.6.15.3 is masked, so i pasted =sys-kernel/vanilla-sources-2.6.15.3 ~x86 into /etc/portage/package.keywords.

but nothing happens. a emerge -tvuND world don't show me the new kernel, and even a emerge -s shows the old (2.6.15.1) version.

what the hell is wrong? i use gentoo for over 2 years, and even a ACCEPT_KEYWORDS="~x86" emerge -s vanilla-sources doesn't work...

i'm heavily confused...
DARK IS NOT THE OPPISITE OF LIGHT
IT'S THE ABSENCE OF LIGHT
Top
Marctraider
Guru
Guru
User avatar
Posts: 387
Joined: Wed Dec 24, 2003 2:58 pm

  • Quote

Post by Marctraider » Thu Feb 09, 2006 8:01 am

What happens when you do:

Code: Select all

emerge =sys-kernel/vanilla-sources-2.6.15.3
MOBO: Maximus II Gene
RAM: DDR2 OCZ 4GB
CPU: E6400 Conroe
GPU: HD2600XT
SATA: 3x 250GB.
Top
[Lx]-=Mystify=-
Apprentice
Apprentice
Posts: 180
Joined: Tue Mar 16, 2004 3:25 pm

  • Quote

Post by [Lx]-=Mystify=- » Thu Feb 09, 2006 8:37 am

doesn't work...

i tried some other stuff, but without luck

Code: Select all

wh-server-int01 ~ # emerge =sys-kernel/vanilla-sources-2.6.15.3 
Calculating dependencies   
!!! All ebuilds that could satisfy "=sys-kernel/vanilla-sources-2.6.15.3" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-kernel/vanilla-sources-2.6.15.3 (masked by: package.mask)

For more information, see MASKED PACKAGES section in the emerge man page or 
refer to the Gentoo Handbook.

wh-server-int01 ~ # ACCEPT_KEYWORDS="~x86" emerge =sys-kernel/vanilla-sources-2.6.15.3 
Calculating dependencies   
!!! All ebuilds that could satisfy "=sys-kernel/vanilla-sources-2.6.15.3" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-kernel/vanilla-sources-2.6.15.3 (masked by: package.mask)

For more information, see MASKED PACKAGES section in the emerge man page or 
refer to the Gentoo Handbook.

wh-server-int01 ~ # export ACCEPT_KEYWORDS="~x86"                                             
wh-server-int01 ~ # emerge =sys-kernel/vanilla-sources-2.6.15.3 
Calculating dependencies   
!!! All ebuilds that could satisfy "=sys-kernel/vanilla-sources-2.6.15.3" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-kernel/vanilla-sources-2.6.15.3 (masked by: package.mask)

For more information, see MASKED PACKAGES section in the emerge man page or 
refer to the Gentoo Handbook.

wh-server-int01 ~ # cat /etc/portage/package.keywords 
###############################################
# date of change: 23.01.2006 01:30            #
# new version of vpnc                         #
###############################################
net-misc/vpnc                                   ~x86


=sys-kernel/vanilla-sources-2.6.15.3 ~x86

app-admin/eselect-mysql                         ~x86
app-admin/eselect                               ~x86
dev-db/mysql                                    ~x86
DARK IS NOT THE OPPISITE OF LIGHT
IT'S THE ABSENCE OF LIGHT
Top
Marctraider
Guru
Guru
User avatar
Posts: 387
Joined: Wed Dec 24, 2003 2:58 pm

  • Quote

Post by Marctraider » Thu Feb 09, 2006 8:42 am

In your 2 years of using gentoo, you learned the difference between package.keywords and package.mask/unmask?

:lol:

If it says its masked by package.mask you must unmask it in /etc/portage/package.unmask

Code: Select all

echo ">=sys-kernel/vanilla-sources.2.6.15.3" /etc/portage/package.unmask
or something.
Dont worry, i had problems with this too when i first started ;)
MOBO: Maximus II Gene
RAM: DDR2 OCZ 4GB
CPU: E6400 Conroe
GPU: HD2600XT
SATA: 3x 250GB.
Top
[Lx]-=Mystify=-
Apprentice
Apprentice
Posts: 180
Joined: Tue Mar 16, 2004 3:25 pm

  • Quote

Post by [Lx]-=Mystify=- » Thu Feb 09, 2006 9:37 am

yeah, that the really strange thing i don't understand...

packages that are masked via package.mask have the 'M~' tag when i search for them on packages.gentoo.org.

and packages that are masked by ~<ARCH> have the '~' (for testing) tag when search on packages.gentoo.org.

if you do a search for vanilla-sources you'll see that version 2.6.15.3 is tagged with '~'.

correct me if i'm wrong.
DARK IS NOT THE OPPISITE OF LIGHT
IT'S THE ABSENCE OF LIGHT
Top
Marctraider
Guru
Guru
User avatar
Posts: 387
Joined: Wed Dec 24, 2003 2:58 pm

  • Quote

Post by Marctraider » Thu Feb 09, 2006 9:48 am

Yeah i noticed before that its tagged with ~M...

O well, does it work for you now?
MOBO: Maximus II Gene
RAM: DDR2 OCZ 4GB
CPU: E6400 Conroe
GPU: HD2600XT
SATA: 3x 250GB.
Top
[Lx]-=Mystify=-
Apprentice
Apprentice
Posts: 180
Joined: Tue Mar 16, 2004 3:25 pm

  • Quote

Post by [Lx]-=Mystify=- » Thu Feb 09, 2006 10:36 am

and i did a 'emerge sync' after it had changed to '~'.

and according to 'man emerge' '/usr/portage/profiles/package.mask' includes the 'M~' masked packages, but it does not include vanilla-sources.

so from where else could portage get this information?
DARK IS NOT THE OPPISITE OF LIGHT
IT'S THE ABSENCE OF LIGHT
Top
Post Reply

7 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic