Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

[kde-testing] and [kde-crazy] KDE4 overlays thread (part 3)

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Locked
Advanced search
994 posts
  • Page 26 of 40
    • Jump to page:
  • Previous
  • 1
  • …
  • 24
  • 25
  • 26
  • 27
  • 28
  • …
  • 40
  • Next
Author
Message
aTan
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 134
Joined: Sat Jan 06, 2007 7:44 pm
Location: Czech Republic (Ukraine)

Post by aTan » Mon Mar 16, 2009 8:15 pm

amarok 2.0.2 + QT 4.5

replace PATCHES line in an ebuild with:

Code: Select all

PATCHES=( "${FILESDIR}/${PV}-ipod.patch
        ${FILESDIR}/amarok-qt-4.5.patch" )
amarok-qt-4.5.patch (put into files)

Code: Select all

Index: amarok/src/scriptengine/generator/generator/typesystem_gui.xml
===================================================================
--- amarok/src/scriptengine/generator/generator/typesystem_gui.xml      (revision 937439)
+++ amarok/src/scriptengine/generator/generator/typesystem_gui.xml      (working copy)
@@ -5389,7 +5389,12 @@
   <object-type name="QInputContextPlugin"/>
   <object-type name="QPictureFormatPlugin"/>
   <object-type name="QStylePlugin"/>
-  <object-type name="QTextCodecPlugin"/>
+  <!--<object-type name="QTextCodecPlugin"/> -->
+  <object-type name="QTextCodecPlugin">
+      <inject-code class="shell" position="beginning">
+  Q_DECLARE_METATYPE(QList&lt;int>)
+      </inject-code>
+  </object-type>

   <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QPixmap::QPixmap', unmatched parameter type 'QPixmapData*'"/>
   <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private&amp;'"/>
Index: amarok/src/scriptengine/generator/generator/shellimplgenerator.cpp
===================================================================
--- amarok/src/scriptengine/generator/generator/shellimplgenerator.cpp  (revision 937439)
+++ amarok/src/scriptengine/generator/generator/shellimplgenerator.cpp  (working copy)
@@ -106,6 +106,8 @@
         s << endl;
     }

+    writeInjectedCode(s, meta_class);
+
     // write constructors
     foreach (const AbstractMetaFunction *ctor, ctors) {
         s << "QtScriptShell_" << meta_class->name() << "::";
Top
jasiu85
n00b
n00b
Posts: 38
Joined: Mon Oct 08, 2007 9:45 pm

Post by jasiu85 » Mon Mar 16, 2009 10:31 pm

Hey,

I noticed a strange thing: Why does kscreensaver 4.2.1 depend on glib? Another thing is that unmerging gnome-menus causes menu items in Kickoff to break - they loose their names and descriptions. So it looks like some parts of KDE-world are dependent on GNOME-world. Is it really so? Should it be so? Or have I done something wrong?

Cheers,

Mike
Top
mikedee
Apprentice
Apprentice
Posts: 158
Joined: Wed Jul 05, 2006 2:55 am

Post by mikedee » Tue Mar 17, 2009 11:44 am

I think phonon brings in gnome dependencies, both the xine and gstreamer backends are gnome based.

I don't think that removing gnome-menus will break any kde apps, but it does provide menu entries which will be broken. It should fix itself on the next boot or if you run kbuildsyscoca4, or restart plasma.
Top
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

Post by wrc1944 » Tue Mar 17, 2009 1:00 pm

Update on my kwin/icon loss problem on bottom of page 25.
Apparently, yesterday, when the icon packages/wallpaper renaming change was made, someone must have forgot to put in oxygen-icon-theme-9999, as today it showed up as "new" in an emerge -pv @world update (or also a @kdedeps-live and/or @kdebase-live).

I had removed the old icon/wallpaper packages as instructed, before I rebuilt kde-live yesterday, so I assumed all the icons would have been in the @kdebase-live set. Should have realized this was likely the problem, not the kwin failure. :roll:

After it built that package, and since I have oxygen icons set in my kde-live configs, all is now back to normal (menu, panel, Dolphin icons are now back). :D
Apparently my problems had nothing to do with not being able to compile kwin in the kdebase set, which I still haven't done yet. Will try a complete rebuild of kde-live today. However, I just looked at websvn trunk, and there has been no update to kwin since I have had problems.

EDIT: Even though no updates show up on kwin, it now compiles, so either kwin depends on oxygen-icon-theme (if you have oxygen-icon-theme selected in kde configs), or something else updated dep today in kdedeps or kdebase allows kwin to now compile. At least that's my current theory as to what happened. I'm still wondering why nobody else reports this kwin failure, and if I have some other specific misconfiguration. :?
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
aTan
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 134
Joined: Sat Jan 06, 2007 7:44 pm
Location: Czech Republic (Ukraine)

Post by aTan » Tue Mar 17, 2009 9:22 pm

http://git.overlays.gentoo.org/gitweb/? ... 30c22fa482
This patch is wrong and fails to apply. That's why I've posted mine above.
Top
reavertm
Retired Dev
Retired Dev
Posts: 265
Joined: Thu Feb 05, 2004 9:20 pm
Location: Wrocław

Post by reavertm » Tue Mar 17, 2009 11:46 pm

wrc1944 wrote:Even though no updates show up on kwin, it now compiles, so either kwin depends on oxygen-icon-theme (if you have oxygen-icon-theme selected in kde configs), or something else updated dep today in kdedeps or kdebase allows kwin to now compile. At least that's my current theory as to what happened.
You know, Big Brother is watching ;)
aTan wrote: (about patch)
Your Qt version is 4.5 from portage or qt-copy (4.5.9999) from overlay?
Maciek
Top
aTan
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 134
Joined: Sat Jan 06, 2007 7:44 pm
Location: Czech Republic (Ukraine)

Post by aTan » Wed Mar 18, 2009 7:20 am

reavertm wrote:
aTan wrote: (about patch)
Your Qt version is 4.5 from portage or qt-copy (4.5.9999) from overlay?
From Portage. The old patch is for Amarok 2.0.1.1 (I guess) and 2.0.2 is a little different (I guess), so I've made a working one. Or does th old one works for you with Amarok 2.0.2? Strange.
Top
Tom_
Guru
Guru
User avatar
Posts: 450
Joined: Thu May 20, 2004 5:55 pm
Location: France

Post by Tom_ » Wed Mar 18, 2009 12:13 pm

I'm running KDE-4.2.1 (-kdeprefix) from Portage and I would like to use Amarok-9999 from the kde-testing overlay but it seems to be impossible without having compiled kdelibs with +kdeprefix. :? I don't want to enable kdeprefix, so : is there a way to get Amarok-9999 without enabling this flag ?

Thank you in advance. :)
Top
shvedsky
n00b
n00b
Posts: 2
Joined: Wed Mar 18, 2009 9:20 pm

Post by shvedsky » Wed Mar 18, 2009 9:21 pm

tranquilcool wrote:amarok hangs here forever;

Checking if the QtScript Qt Bindings are installed.
-- includes /usr/include/qt4/QtCore;/usr/include/qt4/QtScript;/usr/kde/live/include;/usr/kde/live/include/KDE;/usr/include/KDE;/usr/include;/usr/include/qt4/QtXmlPatterns;/usr/include/qt4/QtWebKit;/usr/include/qt4/QtHelp;/usr/include/qt4/QtAssistant;/usr/include/qt4/QtDBus;/usr/include/qt4/QtTest;/usr/include/qt4/QtUiTools;/usr/include/qt4/QtScript;/usr/include/qt4/QtSvg;/usr/include/qt4/QtXml;/usr/include/qt4/QtSql;/usr/include/qt4/QtOpenGL;/usr/include/qt4/QtNetwork;/usr/include/qt4/QtDesigner;/usr/include/qt4/QtDesigner;/usr/include/qt4/QtAssistant;/usr/include/qt4/Qt3Support;/usr/include/qt4/QtGui;/usr/include/qt4/QtCore;/usr/include/qt4/Qt;/usr/share/qt4/mkspecs/default;/usr/include/qt4;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include libraries /usr/lib/qt4/libQtScript.so;/usr/lib/qt4/libQtCore.so;-lpthread;-L/usr/kde/live/lib;-lkdecore;-lkdeui
-- Performing Test BINDINGS_RUN_RESULT

same problem here!
Top
shvedsky
n00b
n00b
Posts: 2
Joined: Wed Mar 18, 2009 9:20 pm

Post by shvedsky » Wed Mar 18, 2009 10:05 pm

I dug out the problem from the post i quoted right above.

The problem is in file amarok-svn/cmake/modules/QtScriptBindingsTest.cpp which hangs up after three lines:

Code: Select all

int main(int argc, char **argv)
{
    KAboutData about( "findgeneratorplugins", "", ki18n("Generator Exists?"), "1.0", ki18n("Find if the QtScript Plugins Are Installed"), KAboutData::License_LGPL_V2 );
    KCmdLineArgs::init( argc, argv, &about );
    KApplication app;
    //hangup -- never reaches here!
    ...
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

Post by kernelOfTruth » Thu Mar 19, 2009 6:49 am

kde-base/khangman:live and more packages are missing among the fail ebuilds (kdeplasma-addons:live)

what's wrong with them?

thanks in advance for the answer
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
reavertm
Retired Dev
Retired Dev
Posts: 265
Joined: Thu Feb 05, 2004 9:20 pm
Location: Wrocław

Post by reavertm » Thu Mar 19, 2009 11:48 pm

Tom_ wrote:I'm running KDE-4.2.1 (-kdeprefix) from Portage and I would like to use Amarok-9999 from the kde-testing overlay but it seems to be impossible without having compiled kdelibs with +kdeprefix. :? I don't want to enable kdeprefix, so : is there a way to get Amarok-9999 without enabling this flag ?
Thank you in advance. :)
This will be 'fixed' soon - for now just place "media-sound/amarok -kdeprefix" in your /etc/portage/package.use or even better - disable kdeprefix globally in make.conf.
kernelOfTruth wrote:kde-base/khangman:live and more packages are missing among the fail ebuilds (kdeplasma-addons:live)
what's wrong with them?
thanks in advance for the answer
What do you mean by 'missing among fail ebuilds'? (sorry, I'm not native speaker) All ebuilds but them failed to build?
Anyway cannot confirm here - kdeplasma-addons, khangman builds fine, of course you should rebuild @kdedeps-live and @kdebase-live in order to build something else from trunk, as upstream is likely to refactor the code etc

let someone edit this lenghy post a few posts above :|
Maciek
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

Post by kernelOfTruth » Sat Mar 21, 2009 12:53 pm

reavertm wrote:
kernelOfTruth wrote:kde-base/khangman:live and more packages are missing among the fail ebuilds (kdeplasma-addons:live)
what's wrong with them?
thanks in advance for the answer
What do you mean by 'missing among fail ebuilds'? (sorry, I'm not native speaker) All ebuilds but them failed to build?
Anyway cannot confirm here - kdeplasma-addons, khangman builds fine, of course you should rebuild @kdedeps-live and @kdebase-live in order to build something else from trunk, as upstream is likely to refactor the code etc

let someone edit this lenghy post a few posts above :|
:?

sorry, I didn't realize what rubbish I wrote ;)
Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "kde-base/khangman:live"
I'm getting those kind of errors meaning some ebuilds are missing in order to start compiling or updating the kde-live set

ah, ok - so the kde-live set is broken,

that way i'll need to build the individual sets and hopefully reach my goal, too

thanks ! :D
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
mikedee
Apprentice
Apprentice
Posts: 158
Joined: Wed Jul 05, 2006 2:55 am

Post by mikedee » Sat Mar 21, 2009 1:51 pm

It's OK here

Code: Select all

# eix khangman
[I] kde-base/khangman
     Available versions:
        (3.5)   3.5.9 ~3.5.10
        (4.2)   ~4.2.1
        (4.3)   [M]~4.2.67[1]
        (live)  {M}(**)9999!t[1]
        {arts debug elibc_FreeBSD kdeenablefinal kdeprefix xinerama}
     Installed versions:  9999(live)!t[1](21:35:54 20/03/09)(kdeprefix -debug)
     Homepage:            http://www.kde.org/
     Description:         Classical hangman game for KDE
I do have a problem this morning with oxygen-icons though...

Code: Select all

!!! All ebuilds that could satisfy ">=x11-themes/oxygen-icons-9999" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-themes/oxygen-icons-9999 (masked by: missing keyword)

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
(dependency required by "kde-base/kdebase-data-9999" [installed])
(dependency required by "@world" [argument])
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

Post by kernelOfTruth » Sat Mar 21, 2009 4:28 pm

for me it doesn't even exist ;)
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
mikedee
Apprentice
Apprentice
Posts: 158
Joined: Wed Jul 05, 2006 2:55 am

Post by mikedee » Sat Mar 21, 2009 6:40 pm

That's strange, maybe your overlay is borked? Did you manually look to see if the ebuild is there? If it is not try deleting and re-adding the overlay.

I have checked out a fresh copy from git://git.overlays.gentoo.org/proj/kde.git and the ebuild is definitely there.
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

Post by kernelOfTruth » Sat Mar 21, 2009 7:00 pm

mikedee wrote:That's strange, maybe your overlay is borked? Did you manually look to see if the ebuild is there? If it is not try deleting and re-adding the overlay.

I have checked out a fresh copy from git://git.overlays.gentoo.org/proj/kde.git and the ebuild is definitely there.
it WAS borked ;)

thanks for the hint,

I clearly remember that I had checked out a fresh copy some weeks ago

strange :?
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Hieron
n00b
n00b
Posts: 2
Joined: Sun Mar 22, 2009 1:46 pm

amarok-9999

Post by Hieron » Sun Mar 22, 2009 2:35 pm

Code: Select all

>>> Configuring source in /var/tmp/portage/media-sound/amarok-9999/work/amarok-9999 ...
sed: can't read /var/tmp/portage/media-sound/amarok-9999/work/amarok-9999/src/scriptengine/generator/generator/CMakeLists.txt: No such file or directory
[...]
 * The specific snippet of code:                                                                                    
 * sed -e 's/ -DQT_WEBKIT//g' -i "${S}"/src/scriptengine/generator/generator/CMakeLists.txt || die "Removing unnecessary -DQT_WEBKIT failed.";                                                                                    
 * The die message:                                                                                                
 * Removing unnecessary -DQT_WEBKIT failed. 
I commented these lines in the ebuild:

Code: Select all

# Remove superfluous QT_WEBKIT
#sed -e 's/ -DQT_WEBKIT//g' \
#	-i "${S}"/src/scriptengine/generator/generator/CMakeLists.txt \
#	|| die "Removing unnecessary -DQT_WEBKIT failed."
It goes ahead, but during CMake configuration:

Code: Select all

-----------------------------------------------------------------------------                                       
-- The following REQUIRED packages could NOT be located on your system.                                             
-- Please install them before continuing this software installation.                                                
-----------------------------------------------------------------------------                                       
+ qtscript-qt: QtScript Qt Bindings <http://code.google.com/p/qtscriptgenerator/>                                   
-----------------------------------------------------------------------------                                       
CMake Error at /usr/kde/4.2/share/apps/cmake/modules/MacroLogFeature.cmake:93 (MESSAGE):                            
  Exiting: Missing Requirements                                                                                     
Call Stack (most recent call first):                                                                                
  CMakeLists.txt:114 (macro_display_feature_log)
Obviously I've qt-script installed (4.5.0), so I also commented these lines in CMakeList.txt:

Code: Select all

#find_package( QtScriptQtBindings REQUIRED )
#macro_log_feature( QTSCRIPTQTBINDINGS_FOUND "qtscript-qt" "QtScript Qt Bindings" "http://code.google.com/p/qtscriptgenerator/" TRUE "" "" )
It compiles without errors and seems to work fine, but should be fixed.
Top
mikedee
Apprentice
Apprentice
Posts: 158
Joined: Wed Jul 05, 2006 2:55 am

Post by mikedee » Sun Mar 22, 2009 2:48 pm

Is kvirc-9999 now being provided by the main tree?

It is pulling kde-base/kdelibs-4.2.67 rather than kdelibs-9999. Is this a problem for this overlay?
Top
gimpel
Advocate
Advocate
User avatar
Posts: 2720
Joined: Fri Oct 15, 2004 10:08 am
Location: Munich, Bavaria
Contact:
Contact gimpel
Website

Post by gimpel » Sun Mar 22, 2009 4:18 pm

@ Hieron

You need qtscriptbindings (e.g. from qting-edge overlay), which will fail to compile due to messed up phonon includes.
Ian Monroe is helping on amarok users mailing list to get that compiled, and I'm just testing a patch that disables qt script phonon bindings.
(compiling qtscriptgenerator takes ages)

Aamarok keeps working fine without them, indeed. Just some scripts will fail.
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Top
Hieron
n00b
n00b
Posts: 2
Joined: Sun Mar 22, 2009 1:46 pm

Post by Hieron » Sun Mar 22, 2009 8:57 pm

Maybe it would be good make qtscriptgenerator a dependence of amarok. (And if it isn't essential, why not an optional one?)

EDIT: I see only now, the ebuild has been fixed, now it's a (obligatory... but it's really strictly needed? Just curiosity, eh) dependence. ^^

EDIT2: Now qtscriptgenerator is in the kde-testing overlay. All compiled without errors.
Last edited by Hieron on Tue Mar 24, 2009 2:20 pm, edited 1 time in total.
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

Post by kernelOfTruth » Mon Mar 23, 2009 4:56 pm

where do bug-reports go ?

I have one with okular for a pretty long time:

it doesn't obey if I want to print more than 1 copy of a document it only prints them once so I have to go through the printer dialog as often as I want to print it (amount of copies)

anyone else experiencing this ?

thanks
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
mikedee
Apprentice
Apprentice
Posts: 158
Joined: Wed Jul 05, 2006 2:55 am

Post by mikedee » Mon Mar 23, 2009 6:37 pm

Bugs go here

http://bugs.kde.org/
Top
Holysword
l33t
l33t
User avatar
Posts: 946
Joined: Sun Nov 19, 2006 10:03 pm
Location: Greece

Post by Holysword » Tue Mar 24, 2009 11:12 am

holysword wrote:Namely the konqueror autocomplete feature is kinda buggy (if you press "tab" it will change the focus instead of get the autocompletion)
I've updated to kde-4.2.1-r2, seems that its fixed.
EDIT#1: Except that autocompletion don't works for unicode characters
"Nolite arbitrari quia venerim mittere pacem in terram non veni pacem mittere sed gladium" (Yeshua Ha Mashiach)
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

Post by kernelOfTruth » Tue Mar 24, 2009 11:16 am

oxygen-icons works again

thanks guys :)

edit:


the plasmoids-live set is incomplete:
emerge: there are no ebuilds to satisfy "kde-plasmoids/menubar:live"
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Locked

994 posts
  • Page 26 of 40
    • Jump to page:
  • Previous
  • 1
  • …
  • 24
  • 25
  • 26
  • 27
  • 28
  • …
  • 40
  • Next

Return to “Unsupported Software”

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