Forums

Skip to content

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

Problem after sync

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
30 posts
  • 1
  • 2
  • Next
Author
Message
FormerSlacker
Guru
Guru
User avatar
Posts: 340
Joined: Tue Mar 11, 2003 3:03 am
Location: Toronto, ON. Canada
Contact:
Contact FormerSlacker
Website

Problem after sync

  • Quote

Post by FormerSlacker » Sat Jul 12, 2003 6:07 pm

After my latest sync, I'm unable to update my box. I've synced on a couple of servers and the problem remains.

Code: Select all

emerge -up world --deep
 
These are the packages that I would merge, in order:
 
Calculating world dependencies -
emerge: there are no masked or unmasked ebuilds to satisfy ">=app-arch/file-roller-2.2.5".
 
!!! Problem with ebuild gnome-base/gnome-2.2.2
!!! Possibly a DEPEND/*DEPEND problem.
 
!!! Depgraph creation failed.
Top
t011
Tux's lil' helper
Tux's lil' helper
Posts: 102
Joined: Thu Sep 05, 2002 9:56 pm

  • Quote

Post by t011 » Sat Jul 12, 2003 7:56 pm

I'm getting a very similar error to yours, although with a completely different package.

Code: Select all

[root /]# emerge --pretend --update --deep world

These are the packages that I would merge, in order:

Calculating world dependencies -
emerge: there are no masked or unmasked ebuilds to satisfy "=x11-libs/gtkmm-1.2*".

!!! Problem with ebuild kde-base/kde-3.1.2
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.
Top
schoett
n00b
n00b
User avatar
Posts: 63
Joined: Sun Jan 26, 2003 4:38 pm

Same here ...

  • Quote

Post by schoett » Sat Jul 12, 2003 8:53 pm

I get almost exactly the same error:

Code: Select all

# emerge -p --deep -u world

These are the packages that I would merge, in order:

Calculating world dependencies \
emerge: there are no masked or unmasked ebuilds to satisfy "=x11-libs/gtkmm-1.2*".

!!! Problem with ebuild app-cdr/cdrdao-1.1.7-r1
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.
Top
jl7c2
n00b
n00b
Posts: 16
Joined: Mon Apr 14, 2003 11:32 pm
Location: Maryland
Contact:
Contact jl7c2
Website

  • Quote

Post by jl7c2 » Sat Jul 12, 2003 9:37 pm

Add me too!

Code: Select all

root@jlee jlee # emerge -pvDu world
 
These are the packages that I would merge, in order:
 
Calculating world dependencies -
emerge: there are no masked or unmasked ebuilds to satisfy "=x11-libs/gtkmm-1.2*".
 
!!! Problem with ebuild media-video/dvdrip-0.50.14
!!! Possibly a DEPEND/*DEPEND problem.
 
!!! Depgraph creation failed.
Top
MindZEye
n00b
n00b
Posts: 29
Joined: Wed Jun 18, 2003 10:03 pm

Me 5

  • Quote

Post by MindZEye » Sat Jul 12, 2003 10:04 pm

Mostly the same, except for:

Code: Select all

!!! Problem with ebuild kde-base/kdemultimedia-3.1.2-r1
Top
jl7c2
n00b
n00b
Posts: 16
Joined: Mon Apr 14, 2003 11:32 pm
Location: Maryland
Contact:
Contact jl7c2
Website

  • Quote

Post by jl7c2 » Sun Jul 13, 2003 1:15 am

Well I just did another emerge sync and the problem seems to have been solved.
Top
Ant
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 129
Joined: Thu Oct 31, 2002 11:11 am
Location: Australia

  • Quote

Post by Ant » Sun Jul 13, 2003 1:30 am

Hmm.. well a emerge rsync didn't work for me.

I am getting similar errors to you all, and I think the problem is there are a lot of ebuilds that require x11-libs/gtkmm however, gtkmm (and most of the other *mm packages like gnomemm etc) live in the dev-cpp directory/category.

Possibly someone has moved gtkmm to a new category without updating all the ebuilds. Either that or there used to be a symbolic link from /usr/portage/dev-cpp/gtkmm to /usr/portage/x11-libs/gtkmm. At least if I create this symbolic link, the emerge will find the files/ebuilds that it needs, not that I recomend doing this. (I'm only using it for checks using -p)


Any thoughts anyone?

Ant.
Top
t011
Tux's lil' helper
Tux's lil' helper
Posts: 102
Joined: Thu Sep 05, 2002 9:56 pm

  • Quote

Post by t011 » Sun Jul 13, 2003 1:59 am

I just did another sync and now my error is fixed. It looks like a bunch of ebuilds have been unmasked recently. Because now I have ~30 packages to update.
Top
Lion
Apprentice
Apprentice
User avatar
Posts: 207
Joined: Sun Jun 23, 2002 3:17 pm

Packages moving to other categories

  • Quote

Post by Lion » Sun Jul 13, 2003 6:55 am

The cause seems to be packages moving to other categories.
I get dependecy errors on x11-libs/gtkmm-1.2.*.
This is no surprise, as gtkmm has just been moved from x11-libs to dev-cpp. There is a procedure for updating existing packages if some package is moved to another category, but it seems to fail in my case:

Code: Select all

Performing Global Updates: /usr/portage/profiles/updates/3Q-2003
(Could take a couple minutes if you have a lot of binary packages.)
  .='update pass'  *='binary update'  @='/var/db move'
..!!! Cannot update binary: Destination exists.
!!! x11-libs/gtkmm-2.2.0 -> dev-cpp/gtkmm-2.2.0
!!! Cannot update binary: Destination exists.
!!! x11-libs/gtkmm-1.2.9-r2 -> dev-cpp/gtkmm-1.2.9-r2
...........


 ** Skipping packages. Run 'fixpackages' or set it in FEATURES to fix the
    tbz2's in the packages directory. Note: This can take a very long time.
I don't know where the error of 'can't update binary' comes from. I've tried to search for it, but no hits. I'll try the 'fixpackages', but I hardly make binary packages, so I don't think that's where the problem lies.
Top
alexbuell
Guru
Guru
Posts: 503
Joined: Thu Jul 18, 2002 6:49 am
Location: "Hemp"shire, UK
Contact:
Contact alexbuell
Website

Same here :-(

  • Quote

Post by alexbuell » Sun Jul 13, 2003 7:43 am

slut root # emerge -puU --deep world

These are the packages that I would merge, in order:

Calculating world dependencies -
emerge: there are no masked or unmasked ebuilds to satisfy "=x11-libs/gtkmm-1.2*".

!!! Problem with ebuild net-firewall/fwbuilder-1.0.7
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.

I'm going to try and sync from a different mirror now.
Cheers,
Alex.

Linux - the best text adventure game ever.
Top
Ant
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 129
Joined: Thu Oct 31, 2002 11:11 am
Location: Australia

  • Quote

Post by Ant » Sun Jul 13, 2003 10:59 am

Well 9 hours later and still no joy after a rsync.

Code: Select all

emerge -p -u --deep world
 
These are the packages that I would merge, in order:
 
Calculating world dependencies |
emerge: there are no masked or unmasked ebuilds to satisfy ">=x11-libs/gtkmm-2.0".
 
!!! Problem with ebuild x11-libs/gtkglextmm-0.7.1
!!! Possibly a DEPEND/*DEPEND problem.
 
!!! Depgraph creation failed.
Fixpackages doesn't help, but if I put a symbolic link from /usr/portage/dev-cpp/gtkmm to /usr/portage/x11-liibs/gtkmm, then the above command works find except that it also wants to download x11-libs-gtkmm as a new package. Not to sure on any side effects of this, so I guess I'll just wait until the ebuilds are fixed.

I guess if anyone is desperate they could change all instances of x11-libs/gtkmm to cpp-dev/gtkmm in the ebuilds, but thats a bit risky for my nicely running machine.

Good luck all,

Ant
Top
alexbuell
Guru
Guru
Posts: 503
Joined: Thu Jul 18, 2002 6:49 am
Location: "Hemp"shire, UK
Contact:
Contact alexbuell
Website

  • Quote

Post by alexbuell » Sun Jul 13, 2003 11:07 am

It's another bloody balls-up. Someone forgot to update dependencies for gtkmm when it was moved from x11-libs to dev-cpp directory. I've amended a bug report (#24364) to say that someone needs to fix this. Shame I couldn't upgrade the category from normal to critical.

Gentoo is starting to mature very nicely, and fuck-ups of this nature ain't going to impress sysadmins using Gentoo professionally. I think that any changes to the portage tree must be approved and tested before releasing to public gentoo portage trees in future.
Cheers,
Alex.

Linux - the best text adventure game ever.
Top
Ant
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 129
Joined: Thu Oct 31, 2002 11:11 am
Location: Australia

  • Quote

Post by Ant » Sun Jul 13, 2003 12:44 pm

I though that was what the ~x86 flag was for, testing the ebuilds for stability?

As for causing problems, the only problem is it stops you upgrading for a day or two. For all us tweaking addicts this is annoying, but it not exactly a major issue, as long as the broken dependencies don't bork my current system.

Ant
Top
alexbuell
Guru
Guru
Posts: 503
Joined: Thu Jul 18, 2002 6:49 am
Location: "Hemp"shire, UK
Contact:
Contact alexbuell
Website

  • Quote

Post by alexbuell » Sun Jul 13, 2003 1:10 pm

Ant wrote:I though that was what the ~x86 flag was for, testing the ebuilds for stability?

As for causing problems, the only problem is it stops you upgrading for a day or two. For all us tweaking addicts this is annoying, but it not exactly a major issue, as long as the broken dependencies don't bork my current system.
No, it's got nothing to do with testing for stablity. someone just plain FORGOT to update dependencies for gtkmm, that's all!! :-/
Cheers,
Alex.

Linux - the best text adventure game ever.
Top
Ant
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 129
Joined: Thu Oct 31, 2002 11:11 am
Location: Australia

  • Quote

Post by Ant » Sun Jul 13, 2003 2:26 pm

Just rsync'ed again. The problem seems to be solved now (or at least the rsync servers have all updated)

Ant.
Top
alexbuell
Guru
Guru
Posts: 503
Joined: Thu Jul 18, 2002 6:49 am
Location: "Hemp"shire, UK
Contact:
Contact alexbuell
Website

  • Quote

Post by alexbuell » Mon Jul 14, 2003 6:22 am

Ant wrote:Just rsync'ed again. The problem seems to be solved now (or at least the rsync servers have all updated)
Yep. Big relief 8-)
Cheers,
Alex.

Linux - the best text adventure game ever.
Top
eminency
n00b
n00b
User avatar
Posts: 21
Joined: Tue Aug 27, 2002 3:56 am
Location: Korea

  • Quote

Post by eminency » Mon Jul 14, 2003 6:58 am

me, too

Code: Select all

eminency root # emerge -pu --deep world

These are the packages that I would merge, in order:

Calculating world dependencies /
!!! all ebuilds that could satisfy ">=media-libs/imlib2-1.0.7" have been masked.
!!!    (dependency required by "media-video/ffmpeg-0.4.7_pre20030624" [ebuild])

!!! Problem with ebuild gnome-base/gnome-2.2.1
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.
May the force be with you
Top
cybermans
Apprentice
Apprentice
User avatar
Posts: 193
Joined: Fri Apr 04, 2003 11:51 pm

  • Quote

Post by cybermans » Mon Jul 14, 2003 10:28 am

eminency got the same prob as u.
Hopefully the devs will be more carefull with masking and unmasking.
My weBlog
Linux compability list (hardware)
Top
BodOrange
Tux's lil' helper
Tux's lil' helper
Posts: 132
Joined: Sat Apr 05, 2003 3:32 pm

  • Quote

Post by BodOrange » Mon Jul 14, 2003 11:57 am

eminency, same here.

I unmasked imlib2 by editting /usr/portage/media-libs/imlib2/imlib2-1.0.7.20030629.ebuild (hopefully this is the right approach?)

then when I do emerge -uDp world, I get an alarming number of upgrades/new packages.

Code: Select all

Calculating world dependencies ...done!
[ebuild    U ] dev-libs/glib-2.2.2 [2.2.1] 
[ebuild    U ] dev-util/strace-4.4.98 [4.4-r1] 
[ebuild    U ] dev-libs/libxml2-2.5.8 [2.5.7] 
[ebuild    U ] media-sound/esound-0.2.29-r1 [0.2.29] 
[ebuild  N   ] media-libs/libwmf-0.2.8  
[ebuild    U ] media-gfx/imagemagick-5.5.6-r1 [5.5.6] 
[ebuild    U ] media-libs/libsndfile-1.0.5 [1.0.4] 
[ebuild  N   ] dev-libs/fftw-2.1.5  
[ebuild  N   ] media-libs/libsamplerate-0.0.14  
[ebuild  N   ] media-libs/ladspa-sdk-1.12  
[ebuild    U ] dev-lang/nasm-0.98.36 [0.98.34] 
[ebuild    U ] media-sound/audacity-1.1.3 [1.1.1-r1] 
[ebuild    U ] net-mail/mailbase-0.00-r5 [0.00-r4] 
[ebuild    U ] dev-db/mysql-4.0.13-r3 [3.23.56] 
[ebuild    U ] media-libs/libdv-0.99 [0.98] 
[ebuild    U ] dev-libs/libIDL-0.8.2 [0.8.1] 
[ebuild  N   ] net-libs/linc-1.0.2  
[ebuild  N   ] gnome-base/ORBit2-2.6.1  
[ebuild    U ] gnome-base/gconf-2.2.0 [1.0.8-r5] 
[ebuild  N   ] gnome-base/bonobo-activation-2.2.2  
[ebuild    U ] dev-util/intltool-0.26 [0.25] 
[ebuild  N   ] gnome-base/libbonobo-2.2.2  
[ebuild  N   ] dev-python/PyXML-0.8.2  
[ebuild    U ] app-text/docbook-xsl-stylesheets-1.60.1 [1.57.0] 
[ebuild    U ] gnome-base/libglade-2.0.1 [0.17-r6] 
[ebuild    U ] media-libs/libart_lgpl-2.3.12 [2.3.11] 
[ebuild  N   ] gnome-base/libgnomecanvas-2.2.0.2  
[ebuild    U ] gnome-base/gnome-vfs-2.2.4 [1.0.5-r3] 
[ebuild  N   ] gnome-base/libgnome-2.2.2  
[ebuild  N   ] gnome-base/libbonoboui-2.2.0.1  
[ebuild  N   ] gnome-base/libgnomeui-2.2.1  
[ebuild    U ] net-analyzer/etherape-0.9.0 [0.8.2-r1] 
[ebuild  N   ] x11-themes/gnome-icon-theme-1.0.5  
[ebuild  N   ] x11-themes/gtk-engines-metal-2.2.0  
[ebuild  N   ] x11-themes/gtk-engines-thinice-2.0.2  
[ebuild  N   ] x11-themes/gtk-engines-redmond95-2.2.0  
[ebuild  N   ] x11-themes/gtk-engines-pixbuf-2.2.0  
[ebuild  N   ] x11-themes/gnome-themes-2.2.1  
[ebuild    U ] dev-libs/libpcre-4.2-r1 [3.9-r1] 
[ebuild    U ] dev-util/dialog-0.9_beta20030308-r1 [0.9_beta20020814] 
[ebuild    U ] media-libs/libmikmod-3.1.10-r1 [3.1.10] 
[ebuild    U ] media-plugins/alsa-xmms-0.9.11 [0.9.9b] 
[ebuild  N   ] net-mail/mailx-support-20030215  
[ebuild    U ] net-mail/mailx-8.1.2.20021129-r2 [8.1.2.20021129-r1] 
[ebuild    U ] app-text/gnome-spell-1.0.4 [0.5] 
[ebuild  N   ] net-libs/libsoup-1.99.23  
[ebuild  N   ] gnome-base/libgnomeprint-2.2.1.2  
[ebuild  N   ] gnome-base/libgnomeprintui-2.2.1.2  
[ebuild    U ] app-text/docbook-dsssl-stylesheets-1.77-r2 [1.77-r1] 
[ebuild    U ] app-text/docbook-sgml-utils-0.6.12 [0.6.11-r2] 
[ebuild    U ] net-www/mozilla-1.4 [1.3-r2] 
[ebuild  N   ] gnome-base/gail-1.2.1  
[ebuild    U ] gnome-extra/gal-1.99.7 [0.24] 
[ebuild  N   ] gnome-extra/libgtkhtml-3.0.5  
[ebuild    U ] net-mail/evolution-1.4.0 [1.2.4] 
[ebuild    U ] dev-libs/libmcrypt-2.5.7 [2.5.5] 
[ebuild    U ] net-firewall/guarddog-2.0.0 [1.9.16] 
[ebuild    U ] dev-libs/cdk-4.9.10.20020809 [4.9.10.20020430] 
[ebuild    U ] dev-python/python-docs-2.2.3 [2.2.2] 
[ebuild    U ] dev-util/guile-1.6.4 [1.4.1] 
[ebuild    U ] net-misc/rdesktop-1.2.0-r1 [1.2.0] 
[ebuild    U ] net-misc/grdesktop-0.19 [0.17] 
[ebuild    U ] media-sound/aumix-2.8 [2.7-r4] 
[ebuild    U ] media-video/came-1.3 [1.2] 
[ebuild    U ] media-libs/divx4linux-20020418-r2 [20020418-r1] 
[ebuild    U ] net-analyzer/squid-graph-3.1 [3.0] 
[ebuild    U ] net-www/galeon-1.2.10a [1.2.9] 
[ebuild    U ] app-emulation/wine-20030618-r1 [20030508] 
[ebuild    U ] media-plugins/xmms-nebulus-0.5.0 [0.2.0] 
[ebuild    U ] media-libs/rte-0.5.1 [0.4] 
[ebuild    U ] media-tv/zapping-0.6.6 [0.6.4-r1] 
[ebuild    U ] app-emulation/xmame-0.69.1 [0.67.2] 
[ebuild    U ] app-emulation/gxmame-0.33 [0.32] 
[ebuild    U ] dev-util/pccts-1.33.33 [1.33.32-r1] 
[ebuild    U ] media-video/transcode-0.6.6 [0.6.4] 
Is there something amiss, should I wait a while before running emerge -uD world?
Top
cybermans
Apprentice
Apprentice
User avatar
Posts: 193
Joined: Fri Apr 04, 2003 11:51 pm

  • Quote

Post by cybermans » Mon Jul 14, 2003 5:29 pm

my problem is gien after synching again!
My weBlog
Linux compability list (hardware)
Top
H
n00b
n00b
Posts: 13
Joined: Mon Apr 21, 2003 6:30 pm
Location: Spain
Contact:
Contact H
Website

not solved for me

  • Quote

Post by H » Wed Jul 16, 2003 9:39 pm

Just after one new emerge rsync:

!!! all ebuilds that could satisfy ">=tetex-1.0.7-r10" have been masked.
!!! (dependency required by "app-sci/octave-2.1.40" [ebuild])

!!! Problem with ebuild app-sci/octave-2.1.40
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.



Still not solved
http://h.says.it/
GPG uid: AA8E6A57
Jabber: H@myjabber.net
Top
Fragbeestje
n00b
n00b
User avatar
Posts: 26
Joined: Fri Feb 21, 2003 1:23 pm
Location: Belgium

also having problems after sync

  • Quote

Post by Fragbeestje » Sat Jul 19, 2003 1:18 am

Also got a prob after an emerge sync
:roll:

Code: Select all

root@cannilux init.d # emerge -up world

These are the packages that I would merge, in order:

Calculating world dependencies /
!!! all ebuilds that could satisfy ">=dev-libs/nspr-4.3" have been masked.
!!!    (dependency required by "net-mail/evolution-1.4.3" [ebuild])

!!! Problem with ebuild net-mail/evolution-1.4.3
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.


I tried syncing several times from different servers.
Top
Liff
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 111
Joined: Tue Oct 08, 2002 1:22 am

  • Quote

Post by Liff » Sat Jul 19, 2003 1:32 am

Code: Select all

bash-2.05b# emerge -pu world

These are the packages that I would merge, in order:

Calculating world dependencies -
!!! all ebuilds that could satisfy ">=dev-libs/nspr-4.3" have been masked.
!!!    (dependency required by "net-mail/evolution-1.4.3" [ebuild])

!!! Problem with ebuild net-mail/evolution-1.4.3
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.
Same problem here too... gonna try syncing again.
A smoking section in a restaurant is like a urinating section in a swimming pool.
Top
juliancode
Tux's lil' helper
Tux's lil' helper
Posts: 93
Joined: Fri Mar 14, 2003 11:47 pm
Location: western mass

  • Quote

Post by juliancode » Sat Jul 19, 2003 4:29 am

ahhhh POOP :(
even after multiple syncs...

Code: Select all

These are the packages that I would merge, in order:

Calculating world dependencies |
!!! all ebuilds that could satisfy "virtual/x11" have been masked.
!!!    (dependency required by "x11-libs/pango-1.2.1-r1" [ebuild])

!!! Problem with ebuild gnome-base/gconf-2.2.0
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.
Top
crimson
Guru
Guru
User avatar
Posts: 430
Joined: Sat Apr 27, 2002 7:45 pm
Location: Cedar Rapids, IA
Contact:
Contact crimson
Website

  • Quote

Post by crimson » Sat Jul 19, 2003 6:49 am

I've got this problem too: emerge sync from multiple servers didn't help. Here's the error:

Code: Select all

Calculating world dependencies |
!!! all ebuilds that could satisfy ">=dev-libs/nspr-4.3" have been masked.
!!!    (dependency required by "net-mail/evolution-1.4.3" [ebuild])

!!! Problem with ebuild net-mail/evolution-1.4.3
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.
Is there a fix or what?!
Top
Post Reply

30 posts
  • 1
  • 2
  • Next

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