Forums

Skip to content

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

OpenOffice.org 1.1.3 GCC 3.4.x & system DB support

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
153 posts
  • Page 5 of 7
    • Jump to page:
  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next
Author
Message
Genkaku
n00b
n00b
Posts: 72
Joined: Thu Aug 26, 2004 4:31 pm
Location: Poland

  • Quote

Post by Genkaku » Mon Nov 08, 2004 5:43 pm

I just did:

Code: Select all

allow-flags "-fvisibility-inslines-hidden -march=athlon-xp -mtune=athlon-xp -O2 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -ffast-math -fforce-addr -fforce-mem -falign-functions=64 -falign-jumps=16 -falign-loops=16 -maccumulate-outgoing-args -ftracer -frename-registers -fweb -mno-align-stringops -DNDEBUG -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS"
	append-flags "-fno-strict-aliasing -march=athlon-xp -mtune=athlon-xp -O2 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -ffast-math -fforce-addr -fforce-mem -falign-functions=64 -falign-jumps=16 -falign-loops=16 -maccumulate-outgoing-args -ftracer -frename-registers -fweb -mno-align-stringops -DNDEBUG -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -fvisibility-inlines-hidden 
But i have to cut out -fvisibility-inlines-hidden from append flags(because it shouldn't be there -> cflags), maybe i'll just leave it that:

Code: Select all

 allow-flags "-fvisibility-inslines-hidden"
	append-flags "-fno-strict-aliasing -march=athlon-xp -mtune=athlon-xp -O2 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -ffast-math -fforce-addr -fforce-mem -falign-functions=64 -falign-jumps=16 -falign-loops=16 -maccumulate-outgoing-args -ftracer -frename-registers -fweb -mno-align-stringops -DNDEBUG -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS"  
Top
geki
Advocate
Advocate
User avatar
Posts: 2387
Joined: Thu May 13, 2004 8:59 pm
Location: Germania
Contact:
Contact geki
Website

  • Quote

Post by geki » Mon Nov 08, 2004 5:47 pm

well, it just trows a warning about -fvisibility-inlines-hidden - nothing to worry about :)
Top
Genkaku
n00b
n00b
Posts: 72
Joined: Thu Aug 26, 2004 4:31 pm
Location: Poland

  • Quote

Post by Genkaku » Mon Nov 08, 2004 5:50 pm

Code: Select all

dmake has been successfully built
 * Building OpenOffice.org...
>>> Test phase [not enabled]: app-office/openoffice-ximian-1.3.5-r1

>>> Install openoffice-ximian-1.3.5-r1 into /var/tmp/portage/openoffice-ximian-1.3.5-r1/image/ category app-office
 * Installing Ximian-OpenOffice.org into build root...
/usr/local/portage/app-office/openoffice-ximian/openoffice-ximian-1.3.5-r1.ebuild: line 469: cd: /var/tmp/portage/openoffice-ximian-1.3.5-r1/work/oo_1.1.2_src/instsetoo/unxlngi4.pro/01/normal: No such file or directory
/usr/local/portage/app-office/openoffice-ximian/openoffice-ximian-1.3.5-r1.ebuild: line 470: ./setup: No such file or directory

!!! ERROR: app-office/openoffice-ximian-1.3.5-r1 failed.
!!! Function src_install, Line 470, Exitcode 127
!!! Setup failed
So... shit happens to me.
Top
geki
Advocate
Advocate
User avatar
Posts: 2387
Joined: Thu May 13, 2004 8:59 pm
Location: Germania
Contact:
Contact geki
Website

  • Quote

Post by geki » Mon Nov 08, 2004 5:51 pm

@4nykey : got any further with +gnome? may you give more output of that linking error starting from Making: blah...

so i can see what module does that...
Top
Genkaku
n00b
n00b
Posts: 72
Joined: Thu Aug 26, 2004 4:31 pm
Location: Poland

  • Quote

Post by Genkaku » Mon Nov 08, 2004 5:51 pm

And it's really bad that i can't download ftp://ftp.stardiv.de/pub/OpenOffice.org ... 8_unix.tgz
it just doesn't exist...
Top
geki
Advocate
Advocate
User avatar
Posts: 2387
Joined: Thu May 13, 2004 8:59 pm
Location: Germania
Contact:
Contact geki
Website

  • Quote

Post by geki » Mon Nov 08, 2004 5:53 pm

Genkaku wrote:

Code: Select all

dmake has been successfully built
 * Building OpenOffice.org...
>>> Test phase [not enabled]: app-office/openoffice-ximian-1.3.5-r1

>>> Install openoffice-ximian-1.3.5-r1 into /var/tmp/portage/openoffice-ximian-1.3.5-r1/image/ category app-office
 * Installing Ximian-OpenOffice.org into build root...
/usr/local/portage/app-office/openoffice-ximian/openoffice-ximian-1.3.5-r1.ebuild: line 469: cd: /var/tmp/portage/openoffice-ximian-1.3.5-r1/work/oo_1.1.2_src/instsetoo/unxlngi4.pro/01/normal: No such file or directory
/usr/local/portage/app-office/openoffice-ximian/openoffice-ximian-1.3.5-r1.ebuild: line 470: ./setup: No such file or directory

!!! ERROR: app-office/openoffice-ximian-1.3.5-r1 failed.
!!! Function src_install, Line 470, Exitcode 127
!!! Setup failed
So... shit happens to me.
you may redownload please :lol:


ADD: there is no helpcontent for 48. you may remove the helpcontent stuff of my ebuild...
Top
Genkaku
n00b
n00b
Posts: 72
Joined: Thu Aug 26, 2004 4:31 pm
Location: Poland

  • Quote

Post by Genkaku » Mon Nov 08, 2004 5:58 pm

Thanks !
I was about to install english version. Ufff...
Top
PrakashP
Veteran
Veteran
User avatar
Posts: 1249
Joined: Mon Oct 27, 2003 4:10 pm
Location: C.C.A.A., Germania

  • Quote

Post by PrakashP » Mon Nov 08, 2004 7:22 pm

Well, how would you want to test +gnome +kde? I mean I could let you on my box, but not with root right. ;)
Top
Genkaku
n00b
n00b
Posts: 72
Joined: Thu Aug 26, 2004 4:31 pm
Location: Poland

  • Quote

Post by Genkaku » Mon Nov 08, 2004 7:35 pm

PrakashKC: I think he wants people that will compile and compile(like betatesters or something)and this will provide information about what is brokern - what to repair.
I'm compiling with +nptl +kde, the rest ofthe flags is - of course ;]
PrakashKC: Tell us what cpu, RAM do you have and start compiling ! :-)

Geki: If I'm wrong, just tell :D

My specs:
AthlonXP 2600+@2800+, 256 MB of RAM.
Hmmm...

Code: Select all

genlop -t openoffice-ximian:

Sun Oct 17 12:18:31 2004 --> app-office/openoffice-ximian-1.3.5-r1
       merge time: 8 hours, 13 minutes, and 5 seconds.
Using gcc 3.3, 3.4 is faster so...
Top
PrakashP
Veteran
Veteran
User avatar
Posts: 1249
Joined: Mon Oct 27, 2003 4:10 pm
Location: C.C.A.A., Germania

  • Quote

Post by PrakashP » Mon Nov 08, 2004 7:41 pm

Well, I have been compiling some days now, see above... and have posted the errors I get. I far not very helpful...eg segfaulting at +java? I don't know how to prevent it. I am on a development-kernel know, btw.

I have Athlon XP @2.2GHz, 1 GB RAM.
Top
geki
Advocate
Advocate
User avatar
Posts: 2387
Joined: Thu May 13, 2004 8:59 pm
Location: Germania
Contact:
Contact geki
Website

  • Quote

Post by geki » Mon Nov 08, 2004 8:24 pm

well, i do not have that gvfs directory in ucb module for example (gnome)... i am not in mood to set up a gnome or kde environment to test gnome/kde specific code. to do patches i would need to access that source somewhere...

i just need rw access to that OOo source... i just offer my help fixing gnome/kde specific code for ximian. or i just leave it because my ximian works great :)

may be a gentoo OOo Dev fixes that code. have fun waiting ;)
Top
Polynomial-C
Retired Dev
Retired Dev
User avatar
Posts: 1432
Joined: Sun Jun 01, 2003 4:19 pm
Location: Germany

  • Quote

Post by Polynomial-C » Mon Nov 08, 2004 9:55 pm

Hi,

alright Geki, you're the man! :)
OOo finally compiled successfully and also runs without problems so far:

Code: Select all

# emerge --info
Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.9-ac6 i686)
=================================================================
System uname: 2.6.9-ac6 i686 AMD Athlon(TM) XP 2000+
Gentoo Base System version 1.6.5
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r6
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -mtune=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/X11/gdm /etc/env.d /etc/gconf /etc/gnome /etc/gnome-vfs-2.0 /etc/init.d /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -mtune=athlon-xp -O3 -pipe -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks sandbox sfperms userpriv usersandbox"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://192.168.0.254/gentoo-portage"
USE="3dnow X acl acpi alsa apm arts avi berkdb bitmap-fonts bzlib cdparanoia cdr crypt cups dvd dvdr encode fam foomaticdb gdbm gif gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod mmx motif mozilla mpeg ncurses nls nptl oggvorbis opengl oss pam pdflib perl png python qt quicktime readline samba sdl slang spell sse ssl svga tiff truetype x86 xml xml2 xmms xprint xv xvid zlib linguas_de"
This is the machine where I built it. As you can see, java is also disabled.

Thanx for the _really_ great work you and all the others here did to make this big chunk of software running on gcc-3.4-gentoo :)

Poly

[edit]forgot to mention this:

Code: Select all

# genlop -t openoffice
 * app-office/openoffice

     Mon Nov  8 22:48:48 2004 >>> app-office/openoffice-1.1.3
       merge time: 7 hours, 27 minutes and 48 seconds.
[/edit]
Last edited by Polynomial-C on Mon Nov 08, 2004 10:23 pm, edited 1 time in total.
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Top
geki
Advocate
Advocate
User avatar
Posts: 2387
Joined: Thu May 13, 2004 8:59 pm
Location: Germania
Contact:
Contact geki
Website

  • Quote

Post by geki » Mon Nov 08, 2004 10:01 pm

i just say that are compile-time fixes. no guarantee for runtime action hehe :D
Top
PrakashP
Veteran
Veteran
User avatar
Posts: 1249
Joined: Mon Oct 27, 2003 4:10 pm
Location: C.C.A.A., Germania

  • Quote

Post by PrakashP » Mon Nov 08, 2004 10:02 pm

@geki

Well, I am not 100% sure how to give you r/w access (esp as user? Can you get it going w/o portage)? as I am behind a firewall. So I need to figure out how to setup ssh?
Top
geki
Advocate
Advocate
User avatar
Posts: 2387
Joined: Thu May 13, 2004 8:59 pm
Location: Germania
Contact:
Contact geki
Website

  • Quote

Post by geki » Mon Nov 08, 2004 10:07 pm

chmod -R 755 into /var/tmp/portage/openoffice-ximian-blah/work/oo_1.1.2_src/.... et al

and from .../work 777 ... dirty and fast ;)

also /tmp needs rw access...


PS: i hope you did not start new build ;) would take some time... or not? ^^
Last edited by geki on Mon Nov 08, 2004 10:14 pm, edited 1 time in total.
Top
Polynomial-C
Retired Dev
Retired Dev
User avatar
Posts: 1432
Joined: Sun Jun 01, 2003 4:19 pm
Location: Germany

  • Quote

Post by Polynomial-C » Mon Nov 08, 2004 10:10 pm

Hi,

well I did some quick tests with some documents I wrote. I didn't see any errors while testing. But as I said, it was just a quick test.

Poly
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Top
PrakashP
Veteran
Veteran
User avatar
Posts: 1249
Joined: Mon Oct 27, 2003 4:10 pm
Location: C.C.A.A., Germania

  • Quote

Post by PrakashP » Mon Nov 08, 2004 10:12 pm

@geki

Hmm OK, but still, how do you want to connect?
Top
geki
Advocate
Advocate
User avatar
Posts: 2387
Joined: Thu May 13, 2004 8:59 pm
Location: Germania
Contact:
Contact geki
Website

  • Quote

Post by geki » Mon Nov 08, 2004 10:15 pm

in my router/firewall i have port-forwarding... what you use? linux or any proprietary blackbox ? ^^
Top
PrakashP
Veteran
Veteran
User avatar
Posts: 1249
Joined: Mon Oct 27, 2003 4:10 pm
Location: C.C.A.A., Germania

  • Quote

Post by PrakashP » Mon Nov 08, 2004 10:33 pm

It is a FLI4L linux based router. Portforwarding is no problem, but I just don't know which ports and all the ssh stuff concerned...

Well, gotta sleep now...
Top
Genkaku
n00b
n00b
Posts: 72
Joined: Thu Aug 26, 2004 4:31 pm
Location: Poland

  • Quote

Post by Genkaku » Tue Nov 09, 2004 5:29 am

-berkdb -curl -debug -gnome -java +kde +nptl

Thu Nov 11 01:44:50 2004 --> app-office/openoffice-ximian-1.3.5-r1
merge time: 6 hours, 28 minutes, and 41 seconds

And it works.
Big thanks Geki !
Top
4nykey
Apprentice
Apprentice
Posts: 180
Joined: Wed Feb 11, 2004 10:50 pm

  • Quote

Post by 4nykey » Tue Nov 09, 2004 4:36 pm

geki wrote:@4nykey : got any further with +gnome? may you give more output of that linking error starting from Making: blah...

so i can see what module does that...
Dang, I cleaned the whole thing accidently. I have saved some output though and put it here: http://4nykey.nm.ru/tmp/gvfs
It was gnome-vfs module that has failed for me (ucb/source/ucp/gvfs).

Anyway I got it built with everything in... except gvfs that is.

And here's my overlay, with couple of fixes I had to add along the way (hopefully, haven't miss anything) http://4nykey.nm.ru/local/ooo-ximian_gcc34.tar.bz2
Top
geki
Advocate
Advocate
User avatar
Posts: 2387
Joined: Thu May 13, 2004 8:59 pm
Location: Germania
Contact:
Contact geki
Website

  • Quote

Post by geki » Tue Nov 09, 2004 5:29 pm

connection refused.... :(
Top
4nykey
Apprentice
Apprentice
Posts: 180
Joined: Wed Feb 11, 2004 10:50 pm

  • Quote

Post by 4nykey » Tue Nov 09, 2004 5:48 pm

Indeed, used to work couple of minutes ago :? Site must be down, should be back shortly, I suppose.

As for errors:

Code: Select all

Making: ../../../unxlngi4.pro/lib/libucpgvfs1.so
gcc -c -fPIC -o ../../../unxlngi4.pro/slo/ucpgvfs1_version.o -DUNX  -I../../../unxlngi4.pro/inc /var/tmp/portage/openoffice-ximian-1.3.5-r1/work/OOo_1.1.3_src/solenv/src/version.c
g++ -O2 -Bsymbolic -z combreloc -z defs -shared -L../../../unxlngi4.pro/lib -L../lib -L/var/tmp/portage/openoffice-ximian-1.3.5-r1/work/OOo_1.1.3_src/solenv/unxlngi4/lib -L/var/tmp/portage/openoffice-ximian-1.3.5-r1/work/OOo_1.1.3_src/solver/645/unxlngi4.pro/lib -L/var/tmp/portage/openoffice-ximian-1.3.5-r1/work/OOo_1.1.3_src/solenv/unxlngi4/lib -L/opt/blackdown-jdk-1.4.2/lib -L/opt/blackdown-jdk-1.4.2/jre/lib/i386 -L/opt/blackdown-jdk-1.4.2/jre/lib/i386/client -L/opt/blackdown-jdk-1.4.2/jre/lib/i386/native_threads -L/usr/X11R6/lib ../../../unxlngi4.pro/slo/ucpgvfs1_version.o ../../../unxlngi4.pro/slo/ucpgvfs1_description.o -o ../../../unxlngi4.pro/lib/libucpgvfs1.so ../../../unxlngi4.pro/slo/content.o ../../../unxlngi4.pro/slo/directory.o ../../../unxlngi4.pro/slo/stream.o ../../../unxlngi4.pro/slo/provider.o -lcppuhelpergcc3 -lcppu -lsal -lvos3gcc3 -lucbhelper2gcc3 -lutl645li -pthread -Wl,--export-dynamic -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -ldl -lpthread -lm -Wl,-Bdynamic -lstlport_gcc -lstdc++
../../../unxlngi4.pro/slo/content.o(.text+0xb5d): In function `getDateFromUnix(long)':
: undefined reference to `Date::Date()'
../../../unxlngi4.pro/slo/content.o(.text+0xb68): In function `getDateFromUnix(long)':
: undefined reference to `Time::Time()'
../../../unxlngi4.pro/slo/content.o(.text+0xb84): In function `getDateFromUnix(long)':
: undefined reference to `DateTime::MakeDateTimeFromSec(Date const&, unsigned long)'
../../../unxlngi4.pro/slo/provider.o(.text+0xf61): In function `gvfs::ContentProvider::queryContent(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)':
: undefined reference to `String::String(rtl::OUString const&)'
../../../unxlngi4.pro/slo/provider.o(.text+0xf6f): In function `gvfs::ContentProvider::queryContent(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)':
: undefined reference to `String::String()'
../../../unxlngi4.pro/slo/provider.o(.text+0x100b): In function `gvfs::ContentProvider::queryContent(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)':
: undefined reference to `INetURLObject::setAbsURIRef(String const&, bool, INetURLObject::EncodeMechanism, unsigned short, bool, INetURLObject::FSysStyle)'
../../../unxlngi4.pro/slo/provider.o(.text+0x1013): In function `gvfs::ContentProvider::queryContent(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)':
: undefined reference to `String::~String()'
../../../unxlngi4.pro/slo/provider.o(.text+0x10b3): In function `gvfs::ContentProvider::queryContent(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)':
: undefined reference to `String::~String()'
../../../unxlngi4.pro/slo/provider.o(.text+0x10cd): In function `gvfs::ContentProvider::queryContent(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)':
: undefined reference to `String::~String()'
../../../unxlngi4.pro/slo/provider.o(.text+0x10f4): In function `gvfs::ContentProvider::queryContent(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)':
: undefined reference to `String::~String()'
../../../unxlngi4.pro/slo/provider.o(.text+0x1106): In function `gvfs::ContentProvider::queryContent(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)':
: undefined reference to `String::~String()'
collect2: ld returned 1 exit status
dmake:  Error code 1, while making '../../../unxlngi4.pro/lib/libucpgvfs1.so'
Top
geki
Advocate
Advocate
User avatar
Posts: 2387
Joined: Thu May 13, 2004 8:59 pm
Location: Germania
Contact:
Contact geki
Website

  • Quote

Post by geki » Tue Nov 09, 2004 6:09 pm

i let it ignore the undef refs, dunno what runtime will do hehe
Top
mirko_3
l33t
l33t
User avatar
Posts: 605
Joined: Sun Nov 02, 2003 4:14 pm
Location: Birreria

  • Quote

Post by mirko_3 » Tue Nov 09, 2004 9:20 pm

Openoffice-ximian works fine here with sun-jdk 1.4.2.06... Thanks!
Non fa male! Non fa male!
Top
Post Reply

153 posts
  • Page 5 of 7
    • Jump to page:
  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 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