Forums

Skip to content

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

Pok3D, online 3d poker now on gentoo !!

Having problems getting your favorite Linux game to work? Want to discuss strategies? This is the place!
Post Reply
  • Print view
Advanced search
91 posts
  • 1
  • 2
  • 3
  • 4
  • Next
Author
Message
squaley
n00b
n00b
Posts: 13
Joined: Thu Feb 27, 2003 6:09 pm

Pok3D, online 3d poker now on gentoo !!

  • Quote

Post by squaley » Wed Nov 22, 2006 12:26 am

Hi !!

Pok3D, is a new online poker room which offers you the possibilty of playing Texas Hold'em like in real life ;)
It's an open source project and available on redhat, debian and now on gentoo...

http://www.pok3d.com

This is not an official install how to, but it may help you to install the game

How to install for gentoo :

1 Install layman

emerge layman

2 configure layman

add the line : http://poker3d-gentoo.googlecode.com/svn/trunk/list.xml
in the section overlay of this file : /etc/layman/layman.cfg

3 add Pok3D to layman

layman -a pok3d

4 modify /etc/make.conf

add the line : http://poker3d-gentoo.googlecode.com/svn/trunk/list.xml
in the file : /etc/make.conf

5 install Pok3D

emerge poker3d


ATTENTION !!!!
You need python 2.4 to make the game work and you need clean python 2.3 from your system
Some packages may be unstable (like calc3d)
Compilatio takes time so make you some cofee ;)

Don't hesitate to use the pok3d forum for bug reporting and other

Have Fun !!
Top
justwantstohelp
Apprentice
Apprentice
User avatar
Posts: 251
Joined: Thu Jun 29, 2006 9:22 am
Location: Sacramento, California

  • Quote

Post by justwantstohelp » Wed Nov 22, 2006 3:44 am

What's the purpose of step 4?
We need to shoot cops, and hang politicians. Concentrate the vision, concentrate the vision.
Top
mitschel
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 138
Joined: Fri Jan 21, 2005 3:20 pm
Location: Germany

  • Quote

Post by mitschel » Fri Nov 24, 2006 5:17 pm

I`ve done like you suggested and added pok3d to layman. But I`m also not sure what to do with the make.conf? If I try to emerge poker3d, there is no build in portage.

Any ideas?
Top
Headrush
Watchman
Watchman
User avatar
Posts: 5597
Joined: Thu Nov 06, 2003 12:48 am
Location: Bizarro World

  • Quote

Post by Headrush » Fri Nov 24, 2006 5:36 pm

mitschel wrote:I`ve done like you suggested and added pok3d to layman. But I`m also not sure what to do with the make.conf? If I try to emerge poker3d, there is no build in portage.

Any ideas?
Try doing an

Code: Select all

layman -S
first.

Edit: Fix typo.
Last edited by Headrush on Mon Nov 27, 2006 12:46 pm, edited 1 time in total.
Top
mitschel
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 138
Joined: Fri Jan 21, 2005 3:20 pm
Location: Germany

  • Quote

Post by mitschel » Fri Nov 24, 2006 6:03 pm

Of course I`ve done this first. And it wasn`t in portage.
So I added /usr/portage/local to PORTAGE_OVERLAY in make.conf and moved all what layman put in /usr/portaage/local/layman/pok3d to /usr/portage/local.

Now the emerge runs.
Top
Headrush
Watchman
Watchman
User avatar
Posts: 5597
Joined: Thu Nov 06, 2003 12:48 am
Location: Bizarro World

  • Quote

Post by Headrush » Fri Nov 24, 2006 6:21 pm

Worked here flawlessly. Did you have layman installed before? If no, you needed this line in /etc/make.conf:

Code: Select all

source /usr/portage/local/layman/make.conf
Top
mitschel
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 138
Joined: Fri Jan 21, 2005 3:20 pm
Location: Germany

  • Quote

Post by mitschel » Fri Nov 24, 2006 6:26 pm

Did exactly like squaley suggested. No idea why I didn`t work..
Top
squaley
n00b
n00b
Posts: 13
Joined: Thu Feb 27, 2003 6:09 pm

  • Quote

Post by squaley » Mon Nov 27, 2006 8:50 am

Hi !

Maybe this could help ??

Try to update Layman :

layman -S

Then emerge Pok3d

emerge poker3d
Top
krapo
n00b
n00b
User avatar
Posts: 49
Joined: Fri Mar 11, 2005 3:18 pm
Location: Earth

  • Quote

Post by krapo » Mon Nov 27, 2006 10:19 pm

Hi,

i just finish to install it on my gentoo :D

Here some hints of troubles i met, in case it could help somebody else :

1.
my emerge failed compiling package Xwnc,

edit : use MAKEOPTS="-j1" emerge -v xwnc did the job

2. the game launch but : can't connect to localhost:19380

just edit the conf file located in ~/.poker3d/poker3d.xml and change

Code: Select all

<servers>localhost:19380</servers>
to

Code: Select all

<servers>poker.pok3d.com:19380</servers>
8) let's play texas hold'em 8)

edit :
i forget number 3 :roll:
3.
poker3d exe is install in /usr/games instead of /usr/games/bin
i just

Code: Select all

cd /usr/games
chown root:games poker3d
cd /usr/games/bin
ln -s ../poker3d poker3d
Last edited by krapo on Thu Nov 30, 2006 6:39 pm, edited 1 time in total.
Top
mark_alec
Bodhisattva
Bodhisattva
User avatar
Posts: 6066
Joined: Sat Sep 11, 2004 6:40 am
Location: Melbourne, Australia
Contact:
Contact mark_alec
Website

  • Quote

Post by mark_alec » Tue Nov 28, 2006 9:26 am

You should consider adding the ebuild to [bug=155687]bug #155687[/bug] so that it could possibly be included in the tree.
www.gentoo.org.au || #gentoo-au
Top
letrigre
n00b
n00b
User avatar
Posts: 50
Joined: Tue Feb 14, 2006 5:26 pm

  • Quote

Post by letrigre » Wed Nov 29, 2006 11:41 am

Is there a someone who could help to put those ebuild on portage ?
here the ebuilds http://poker3d-gentoo.googlecode.com/svn/trunk/ i made

I can take time with a gentoo developper to adjust my packet in order it fits in gentoo
Top
castor_fou
Apprentice
Apprentice
Posts: 249
Joined: Thu May 23, 2002 12:12 pm
Location: Clermont-Ferrand, France

  • Quote

Post by castor_fou » Wed Nov 29, 2006 9:02 pm

I have some trouble with pypoker-eval.
I succeed in building it, but the python module is built for 2.3 and not 2.4.

After that, poker-engine failed to compile complaining about the lack of pokereval module in /usr/lib/python2.4/site-packages/

Code: Select all

checking wether python module pokereval is available... Traceback (most recent call last):
  File "<string>", line 8, in ?
ImportError: No module named pokereval
configure: error: failed
anyone with this issue ?
Top
letrigre
n00b
n00b
User avatar
Posts: 50
Joined: Tue Feb 14, 2006 5:26 pm

  • Quote

Post by letrigre » Wed Nov 29, 2006 9:26 pm

Yes i don't know how to handle two installation of python. Configure seems to select what it wants. The only things i made in order it works is removing my python version 2.3 (because i have 2.4 on my system). But be carful don't remove python 2.3 if you have python 2.4 installed
Top
castor_fou
Apprentice
Apprentice
Posts: 249
Joined: Thu May 23, 2002 12:12 pm
Location: Clermont-Ferrand, France

  • Quote

Post by castor_fou » Thu Nov 30, 2006 6:50 am

letrigre wrote:Yes i don't know how to handle two installation of python. Configure seems to select what it wants. The only things i made in order it works is removing my python version 2.3 (because i have 2.4 on my system). But be carful don't remove python 2.3 if you have python 2.4 installed
I remove python 2.3 (

Code: Select all

emerge -C =python-2.3.5-r3
) and it is now working.
I am now stuck with Xwnc,

Code: Select all

mv -f .deps/rootlessValTree.Tpo .deps/rootlessValTree.Po
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../xserver/fb -I../../../xserver/mi -I../../../xserver/render -I../../../xserver/xfixes -I../../../xserver/Xext -I../../../xserver/os -I
../../../wncauth -I../../../xserver/include -I../../../xlibs/Xfont/include/X11/fonts/ -I../../../xlibs/Xau -I../../../xserver/include/X11/Xtrans    -march=athlon-mp -O2 -pipe -Wall -MT init.o -MD -
MP -MF .deps/init.Tpo -c -o init.o init.c
make[4]: *** No rule to make target `../../../xserver/hw/wnc/libwnc.a', needed by `Xwnc'.  Stop.
make[4]: *** Waiting for unfinished jobs....
I am reluctant in applying krapo's workaround
Top
castor_fou
Apprentice
Apprentice
Posts: 249
Joined: Thu May 23, 2002 12:12 pm
Location: Clermont-Ferrand, France

  • Quote

Post by castor_fou » Thu Nov 30, 2006 10:07 am

What is the correct way to send bug reports for this poker3d Overlay ?
I guess I cannot fill one with gentoo bugzilla...
Top
letrigre
n00b
n00b
User avatar
Posts: 50
Joined: Tue Feb 14, 2006 5:26 pm

  • Quote

Post by letrigre » Thu Nov 30, 2006 1:57 pm

Send it to me. cedric@pok3d.com
we can talk on irc #poker3d on freenode

I heard that some package does not work with make -j2 try to configure portage to use -j1 instead.
If it works confirm me please
Top
castor_fou
Apprentice
Apprentice
Posts: 249
Joined: Thu May 23, 2002 12:12 pm
Location: Clermont-Ferrand, France

  • Quote

Post by castor_fou » Thu Nov 30, 2006 5:37 pm

Thanks to letigre,

succes using

Code: Select all

MAKEOPTS="-j1" emerge -v poker3d
Top
krapo
n00b
n00b
User avatar
Posts: 49
Joined: Fri Mar 11, 2005 3:18 pm
Location: Earth

  • Quote

Post by krapo » Thu Nov 30, 2006 6:36 pm

Yes xwnc compile well with

Code: Select all

MAKEOPTS="-j1" emerge -v xwnc
thanks
Top
letrigre
n00b
n00b
User avatar
Posts: 50
Joined: Tue Feb 14, 2006 5:26 pm

  • Quote

Post by letrigre » Tue Dec 05, 2006 10:18 am

Is there anybody who ran the game on a 64 bit system ?
if yes is it working ?
i don't have any 64 system to test it
Top
Naib
Watchman
Watchman
User avatar
Posts: 6101
Joined: Fri May 21, 2004 9:42 pm
Location: Removed by Neddy
Contact:
Contact Naib
Website

  • Quote

Post by Naib » Tue Dec 05, 2006 12:46 pm

letrigre wrote:Is there anybody who ran the game on a 64 bit system ?
if yes is it working ?
i don't have any 64 system to test it
ill try tonight
#define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0;
Top
Naib
Watchman
Watchman
User avatar
Posts: 6101
Joined: Fri May 21, 2004 9:42 pm
Location: Removed by Neddy
Contact:
Contact Naib
Website

  • Quote

Post by Naib » Sun Dec 10, 2006 9:43 pm

fails on emerging: xwnc

Code: Select all

./../../xserver/mi -I../../../xserver/render -I../../../xserver/xfixes -I../../../xserver/Xext -I../../../xserver/os -I../../../wncauth -I../../../xserver/include -I../../../xlibs/Xfont/include/X11/fonts/ -I../../../xlibs/Xau -I../../../xserver/include/X11/Xtrans    -march=nocona -O2 -pipe -Wall -MT rootlessWindow.o -MD -MP -MF .deps/rootlessWindow.Tpo -c -o rootlessWindow.o rootlessWindow.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../xserver/fb -I../../../xserver/mi -I../../../xserver/render -I../../../xserver/xfixes -I../../../xserver/Xext -I../../../xserver/os -I../../../wncauth -I../../../xserver/include -I../../../xlibs/Xfont/include/X11/fonts/ -I../../../xlibs/Xau -I../../../xserver/include/X11/Xtrans    -march=nocona -O2 -pipe -Wall -MT init.o -MD -MP -MF .deps/init.Tpo -c -o init.o init.c
make[4]: *** No rule to make target `../../../xserver/hw/wnc/libwnc.a', needed by `Xwnc'.  Stop.
make[4]: *** Waiting for unfinished jobs....
init.c: In function 'ddxProcessArgument':
init.c:313: warning: 'got.s_addr' may be used uninitialized in this function
rootlessWindow.c: In function 'RootlessRealizeWindow':
rootlessWindow.c:391: warning: 'saveRoot.data' may be used uninitialized in this function
rootlessWindow.c:391: warning: 'saveRoot.extents.y2' may be used uninitialized in this function
rootlessWindow.c:391: warning: 'saveRoot.extents.x2' may be used uninitialized in this function
rootlessWindow.c:391: warning: 'saveRoot.extents.y1' may be used uninitialized in this function
rootlessWindow.c:391: warning: 'saveRoot.extents.x1' may be used uninitialized in this function
rootlessWindow.c: In function 'RootlessCreateWindow':
rootlessWindow.c:65: warning: 'saveRoot.data' may be used uninitialized in this function
rootlessWindow.c:65: warning: 'saveRoot.extents.y2' may be used uninitialized in this function
rootlessWindow.c:65: warning: 'saveRoot.extents.x2' may be used uninitialized in this function
rootlessWindow.c:65: warning: 'saveRoot.extents.y1' may be used uninitialized in this function
rootlessWindow.c:65: warning: 'saveRoot.extents.x1' may be used uninitialized in this function
mv -f .deps/rootlessWindow.Tpo .deps/rootlessWindow.Po
mv -f .deps/init.Tpo .deps/init.Po
make[4]: Leaving directory `/var/tmp/portage/x11-misc/xwnc-0.3.3-r1/work/xwnc-0.3.3/xserver/hw/wnc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-misc/xwnc-0.3.3-r1/work/xwnc-0.3.3/xserver/hw'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-misc/xwnc-0.3.3-r1/work/xwnc-0.3.3/xserver'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-misc/xwnc-0.3.3-r1/work/xwnc-0.3.3'
make: *** [all] Error 2

!!! ERROR: x11-misc/xwnc-0.3.3-r1 failed.
Call stack:
  ebuild.sh, line 1576:   Called dyn_compile
  ebuild.sh, line 945:   Called src_compile
  xwnc-0.3.3-r1.ebuild, line 34:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.

!!! This ebuild is from an overlay: '/usr/portage/local/layman/pok3d'
--EDIT--
makeopts='j1' and it compiles

Suggest adding this to the xwnc ebuild
http://devmanual.gentoo.org/ebuild-writ ... index.html


next breakage

osgcal ebuild is missing a dependancy
libSDL
Last edited by Naib on Sun Dec 10, 2006 10:14 pm, edited 1 time in total.
#define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0;
Top
Phenax
l33t
l33t
User avatar
Posts: 972
Joined: Fri Mar 10, 2006 8:12 pm

  • Quote

Post by Phenax » Sun Dec 10, 2006 10:09 pm

Naib, look at the posts above yours.
Top
Naib
Watchman
Watchman
User avatar
Posts: 6101
Joined: Fri May 21, 2004 9:42 pm
Location: Removed by Neddy
Contact:
Contact Naib
Website

  • Quote

Post by Naib » Sun Dec 10, 2006 10:15 pm

Phenax wrote:Naib, look at the posts above yours.
ahh sorry was sitting on a post-edit for like 10min
#define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0;
Top
Naib
Watchman
Watchman
User avatar
Posts: 6101
Joined: Fri May 21, 2004 9:42 pm
Location: Removed by Neddy
Contact:
Contact Naib
Website

  • Quote

Post by Naib » Sun Dec 10, 2006 10:47 pm

ok after the makeops for that one package and manually pulling in SDL for the other poker3d compiles for amd64

it also runs (of sort)

a popup exists complaining it cannot find a poker server at locahost:<some port>
also any attept to login,make profile.... crashes the program

Code: Select all

...

PokerInterfaceProtocol: dataReceived menulogin1 
PokerInterface::event: ('menu', 'login', '1')
changeState idle => login (args = (<function <lambda> at 0x2aaaaaedbb90>,), kwargs = {})
Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/twisted/python/log.py", line 53, in callWithLogger
    return callWithContext({"system": lp}, func, *args, **kw)
  File "/usr/lib64/python2.4/site-packages/twisted/python/log.py", line 38, in callWithContext
    return context.call({ILogContext: newCtx}, func, *args, **kw)
  File "/usr/lib64/python2.4/site-packages/twisted/python/context.py", line 59, in callWithContext
    return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File "/usr/lib64/python2.4/site-packages/twisted/python/context.py", line 37, in callWithContext
    return func(*args,**kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.4/site-packages/twisted/internet/selectreactor.py", line 139, in _doReadOrWrite
    why = getattr(selectable, method)()
  File "/usr/lib64/python2.4/site-packages/twisted/internet/tcp.py", line 348, in doRead
    return self.protocol.dataReceived(data)
  File "/usr/lib64/python2.4/site-packages/pokerui/pokerinterface.py", line 600, in dataReceived
    self.event(*args)
  File "/usr/lib64/python2.4/site-packages/pokerui/pokerinterface.py", line 103, in event
    data = self.handleMenu(data[1:])
  File "/usr/lib64/python2.4/site-packages/pokerui/pokerinterface.py", line 576, in handleMenu
    self.publishEvent(INTERFACE_MENU, data[0], data[1])
  File "/usr/lib64/python2.4/site-packages/pokernetwork/dispatch.py", line 61, in publishEvent
    cb(*args, **kwargs)
  File "/usr/lib64/python2.4/site-packages/pokerui/pokerrenderer.py", line 1550, in handleMenu
    self.changeState(LOGIN, lambda success: self.changeState(current_state))
  File "/usr/lib64/python2.4/site-packages/pokerui/pokerrenderer.py", line 2141, in changeState
    if self.protocol.user.isLogged():
exceptions.AttributeError: 'NoneType' object has no attribute 'user'
handleUnmapWindow2097838
XwncDesktop handleUnmapWindow poker-interface
XwncDesktop Window mapped poker-interface 0
PokerChildInterface: ** Message: handle_network
PokerChildInterface: 
PokerChildInterface: ** (poker-interface:1645): CRITICAL **: EOF, connection lost
PokerChildInterface: 
** (process:1638): DEBUG: PokerApplication is leaving with exit code 1.

** (process:1638): DEBUG: MAFSceneModel::~MAFSceneModel
** (process:1638): DEBUG: MAFSceneModel::~MAFSceneModel: HUDGroup
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x         1a06930 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x         227e440 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x         3a06760 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x         4d46130 3>2
** (process:1638): DEBUG: MAFSceneModel::~MAFSceneModel: Group
** (process:1638): DEBUG: ~MAFSceneModel: mGroup->referenceCount() = 1
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Projection||0x         39194f0 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x         39199f0 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x         391a820 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x         391ba70 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: MatrixTransform||0x         3cfeae0 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x         3cfecf0 3>2
** (process:1638): DEBUG: ~MAFSceneModel end
None

** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/fleche_droite_active.tga does not seem to be released (3)

** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/fleche_droite_normal.tga does not seem to be released (5)

** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/fleche_droite_selected.tga does not seem to be released (3)

** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/fleche_gauche_active.tga does not seem to be released (3)

** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/fleche_gauche_normal.tga does not seem to be released (5)

** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/fleche_gauche_selected.tga does not seem to be released (3)

** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/loupe_active.tga does not seem to be released (3)

** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/loupe_normal.tga does not seem to be released (5)

** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/loupe_selected.tga does not seem to be released (3)

--EDIT-- after editing the XML file to point to the pok3d server (and not localhost) poker3ds runs fine (havn't found a play money game yet)

so just those to ebuild bugs and this is amd64-ready
#define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0;
Top
baigsabeeh
Guru
Guru
User avatar
Posts: 520
Joined: Wed Sep 28, 2005 7:51 pm
Location: North Brunswick, NJ

  • Quote

Post by baigsabeeh » Mon Dec 11, 2006 6:54 pm

This thing has 42 depdendencies!!!!!!!!!!!!!!!!!
BSD > SysV > Linux
BSD FTW!
Top
Post Reply
  • Print view

91 posts
  • 1
  • 2
  • 3
  • 4
  • Next

Return to “Gamers & Players”

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