Forums

Skip to content

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

[PALUDIS] Support thread (current v. 0.24.6) - 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
373 posts
  • Page 4 of 15
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 15
  • Next
Author
Message
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

Post by slycordinator » Thu May 31, 2007 7:23 am

john.doe wrote:and I expected it the way Portage does,installing the specified package.This "deplist behaviour" of "--install" is pretty strange.
http://paludis.pioto.org/portagedifferences.html
Default deep dependency resolution.
In other words running

Code: Select all

paludis -i packagename
is like running

Code: Select all

emerge --deep packagename
So, no. The deplist behavior is exactly as it was designed to be. In fact, I think emerge should default to using deep dependencies as well.
Top
nikaya
Veteran
Veteran
User avatar
Posts: 1471
Joined: Sat May 13, 2006 9:43 am
Location: Germany

Post by nikaya » Thu May 31, 2007 8:24 am

slycordinator wrote: So, no. The deplist behavior is exactly as it was designed to be. In fact, I think emerge should default to using deep dependencies as well.
Thanks for your explanation,didn't know that.I think the manpage should define it more precisely.
But it is mysterious that this behaviour can be monitored after syncing and installing only a single package.The packages that will be installed too are all in the list of packages to be updated.And I don't believe that gcc is a dependency of mozilla-thunderbird-bin.
Notes on Dhamma
How to waste your time: look for an explanation of consciousness, ask to know what feeling is. (Nanavira Thera)
Top
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

Post by slycordinator » Thu May 31, 2007 5:36 pm

john.doe wrote:But it is mysterious that this behaviour can be monitored after syncing and installing only a single package.The packages that will be installed too are all in the list of packages to be updated.
It's not mysterious at all. It is installing the package in question and updating it's dependencies (including deps of it's deps). This is by design.
And I don't believe that gcc is a dependency of mozilla-thunderbird-bin.
I never said it was. I said that it defaults to using DEEP dependencies.

It depends on something that depends on gcc (or it depends on something that depends on something else that depends on gcc).
Top
nikaya
Veteran
Veteran
User avatar
Posts: 1471
Joined: Sat May 13, 2006 9:43 am
Location: Germany

Post by nikaya » Fri Jun 01, 2007 8:45 am

slycordinator wrote:
john.doe wrote: And I don't believe that gcc is a dependency of mozilla-thunderbird-bin.
I never said it was. I said that it defaults to using DEEP dependencies.

It depends on something that depends on gcc (or it depends on something that depends on something else that depends on gcc).
@slycordinator:
I forgot to mention that I have enabled PALUDIS_OPTIONS="--show-reasons summary" which "shows why packages are being (un)installed".
It says for gcc:

Code: Select all

<virtual/c++-tr1-functional-0::installed, virtual/c++-tr1-memory-0::installed, 1 more>
(how can I see the "1 more"?)"# paludis --query --show-deps mozilla-thunderbird-bin" says:

Code: Select all

# paludis --query --show-deps mozilla-thunderbird-bin
* mail-client/mozilla-thunderbird-bin
    gentoo:            1.5.0.10 2.0.0.0 {:0}
    installed:         2.0.0.0* {:0}
    Homepage:          http://www.mozilla.org/projects/thunderbird
    Description:       The Mozilla Thunderbird Mail & News Reader
    License:           ( MPL-1.1 GPL-2 LGPL-2.1 )
    Build dependencies:
                       (
                           app-arch/unzip
                           app-arch/unzip
                       )
    Runtime dependencies:
                       (
                           x11-libs/libXrender
                           x11-libs/libXt
                           x11-libs/libXmu
                           x86? (
                               >=x11-libs/gtk+-2.2
                               =virtual/libstdc++-3.3
                           )
                           amd64? (
                               >=app-emulation/emul-linux-x86-baselibs-1.0
                               >=app-emulation/emul-linux-x86-gtklibs-1.0
                               app-emulation/emul-linux-x86-compat
                           )
                           >=www-client/mozilla-launcher-1.41
                       )
    Source origin:     mail-client/mozilla-thunderbird-bin-2.0.0.0::gentoo
    Installed time:    Fri May 18 17:08:39 2007
    Use flags: [...]
Please,I only want to understand that thing.It's all ok when the system is up-to-date,then it will only be installed $PACKAGE.
So which package requires gcc?
Notes on Dhamma
How to waste your time: look for an explanation of consciousness, ask to know what feeling is. (Nanavira Thera)
Top
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

Post by slycordinator » Fri Jun 01, 2007 9:46 am

The output you give indicates it's traversing deps of everything that's installed currently.
Top
Shadow Skill
Veteran
Veteran
Posts: 1023
Joined: Sat Dec 04, 2004 8:37 pm

Post by Shadow Skill » Sun Jun 03, 2007 7:26 pm

Does anyone know how to make a stage 3 tarball with paludis in it instead of portage? I would just do a stage 4 but that would end up including more stuff than I want to be in the tar file since I am not really trying to clone a system.

Ps. Sorry if this has been asked before I did search first.
Ware wa mutekinari.
Wa ga kage waza ni kanau mono nashi.
Wa ga ichigeki wa mutekinari.

"First there was nothing, so the lord gave us light. There was still nothing, but at least you could see it."
Top
ricce_n
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 130
Joined: Thu Jul 01, 2004 2:17 pm

Post by ricce_n » Sun Jun 03, 2007 9:09 pm

Shadow Skill wrote:Does anyone know how to make a stage 3 tarball with paludis in it instead of portage? I would just do a stage 4 but that would end up including more stuff than I want to be in the tar file since I am not really trying to clone a system.

Ps. Sorry if this has been asked before I did search first.
- Download a statge3 tarball,
- unpack it chroot to it
- Install paludis
- Set up configuration,
- maybe uninstall portage.
- exit chroot
- tar and gzip (or bzip2) it again
- done.
Top
dr.bombay
n00b
n00b
User avatar
Posts: 39
Joined: Thu May 05, 2005 1:31 am
Location: Los Angeles

install guide

Post by dr.bombay » Mon Jun 04, 2007 5:19 pm

hello, I am new to computing, I have been using gentoo for about a 2 years, I recently started inquiring about paludis, is there a stage tarball that the install can be done from, or a install guide some where the details the procedure for a nOOb like myself?, just thought I would ask.
I just escaped from microsoft please help I dont want to ever go back
Top
nikaya
Veteran
Veteran
User avatar
Posts: 1471
Joined: Sat May 13, 2006 9:43 am
Location: Germany

Re: install guide

Post by nikaya » Mon Jun 04, 2007 6:14 pm

dr.bombay wrote: is there a stage tarball that the install can be done from
No.Make the traditional installation and instantly afterwards install Paludis.
dr.bombay wrote:or a install guide some where the details the procedure for a nOOb like myself?
Yes.http://paludis.pioto.org/migration.html and the whole website:http://paludis.pioto.org/
Notes on Dhamma
How to waste your time: look for an explanation of consciousness, ask to know what feeling is. (Nanavira Thera)
Top
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

Post by slycordinator » Thu Jun 07, 2007 2:46 am

I'd like to see the ability to pass some parameters to wget as part of calling paludis.

In particular, the --limit-rate parameter.
Top
jkomar
Apprentice
Apprentice
User avatar
Posts: 192
Joined: Fri Sep 24, 2004 3:53 pm
Location: Calgary, Canada
Contact:
Contact jkomar
Website

Post by jkomar » Fri Jun 08, 2007 4:01 am

I've been using Paludis for a couple of weeks now and I really like it. I'm having issues with an ebuild on a couple of groupware servers however. The servers are kolab servers and have kolab installed natively on Gentoo rather than in an openpkg environment. This type of install requires ebuilds from the kolab2 overlay.

When I do a paludis -i everything -p, I get:

Code: Select all

* All versions of 'dev-php/horde-framework-kolab' are masked. Candidates are:
  * dev-php/horde-framework-kolab-20070601::kolab2: Masked by eapi ( UNKNOWN )
I have done all the reading I can find in the forums, at http://paludis.pioto.org, and around the web and I am no closer to finding out what is wrong with this ebuild and how to get around this issue. The ebuild will emerge with Portage, but then Paludis still complains about it and I can't do a paludis -i everything or a paludis -i world.

Here is all the output from paludis -i everything -p:

Code: Select all

Building target list...
Building dependency list...paludis@1181274896: [WARNING] In program paludis -i everything -p:
  ... When performing install action from command line:
  ... When executing install task:
  ... When adding PackageDepSpec 'app-crypt/gnupg':
  ... When adding installed package 'app-crypt/gnupg-1.9.21::installed':
  ... When adding run dependencies as post dependencies:
  ... When adding PackageDepSpec '=app-crypt/gnupg-1.4*':
  ... When adding installed package 'app-crypt/gnupg-1.4.7-r1::installed':
  ... When adding run dependencies as post dependencies:
  ... When adding PackageDepSpec 'virtual/mta':
  ... When adding package 'virtual/mta-2.4.3::virtuals':
  ... When adding build dependencies as pre dependencies:
  ... When adding PackageDepSpec '=mail-mta/postfix-2.4.3':
  ... When adding package 'mail-mta/postfix-2.4.3::gentoo':
  ... When adding build dependencies as pre dependencies:
  ... When adding PackageDepSpec 'virtual/mysql':
  ... When adding installed package 'virtual/mysql-4.1::installed':
  ... When adding run dependencies as post dependencies:
  ... When adding PackageDepSpec '=dev-db/mysql-4.1*':
  ... When adding installed package 'dev-db/mysql-4.1.22-r1::installed':
  ... Ignoring run dependencies due to exception 'Error searching for 'sys-apps/mysql': no available versions' (paludis::AllMaskedError)
paludis@1181274899: [WARNING] In program paludis -i everything -p:
  ... When performing install action from command line:
  ... When executing install task:
  ... When adding PackageDepSpec 'dev-php/horde-framework-kolab':
  ... When checking for mask reasons for 'dev-php/horde-framework-kolab-20070601::kolab2':
  ... When fetching metadata for 'dev-php/horde-framework-kolab-20070601':
  ... When generating version metadata for 'dev-php/horde-framework-kolab-20070601':
  ... Caught exception 'Name '' is not a valid slot name' (paludis::SlotNameError) when generating cache for 'dev-php/horde-framework-kolab-20070601::kolab2'
paludis@1181274899: [WARNING] (same context) Could not generate cache for 'dev-php/horde-framework-kolab-20070601::kolab2'
paludis@1181274899: [WARNING] No usable metadata for 'dev-php/horde-framework-kolab-20070601' in 'kolab2'

Query error:
  * In program paludis -i everything -p:
  * When performing install action from command line:
  * When executing install task:
  * When adding PackageDepSpec 'dev-php/horde-framework-kolab':
  * All versions of 'dev-php/horde-framework-kolab' are masked. Candidates are:
    * dev-php/horde-framework-kolab-20070601::kolab2: Masked by eapi ( UNKNOWN ) (probably a broken ebuild)
I tried it with a --log-level debug, but the output filled more than konsole's buffer would hold, so I couldn't see all of it. I tried piping it through more or to a file, but that doesn't seem to work with Paludis like with Portage.

If anyone can offer me some suggestions here, I would really appreciate it as I really do prefer Paludis to Portage and would actually like to get to the point where I can uninstall Portage someday.

Thanks,
Jason
www.jbox.ca
www.flashinthepan.ca
stormfront Portage/Paludis overlay
Top
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

Post by slycordinator » Fri Jun 08, 2007 8:17 am

As the error says this is probably a broken ebuild.

http://paludis.pioto.org/faq.html#unmask
eapi
You cannot override this mask. It indicates either a broken ebuild (if EAPI=unknown or an ebuild not supported by your current version of Paludis.
Top
dleverton
Guru
Guru
Posts: 517
Joined: Mon Aug 28, 2006 3:09 pm

Post by dleverton » Fri Jun 08, 2007 10:34 am

slycordinator wrote:As the error says this is probably a broken ebuild.
Specifically,
jkomar wrote:

Code: Select all

  ... Caught exception 'Name '' is not a valid slot name' (paludis::SlotNameError) when generating cache for 'dev-php/horde-framework-kolab-20070601::kolab2'
jkomar wrote:I tried piping it through more or to a file, but that doesn't seem to work with Paludis like with Portage.
It's on stderr, try

Code: Select all

paludis --log-level debug ... 2>&1 | less
Top
jkomar
Apprentice
Apprentice
User avatar
Posts: 192
Joined: Fri Sep 24, 2004 3:53 pm
Location: Calgary, Canada
Contact:
Contact jkomar
Website

Post by jkomar » Fri Jun 08, 2007 12:21 pm

dleverton wrote:It's on stderr, try

Code: Select all

paludis --log-level debug ... 2>&1 | less
Thanks for the tip on stderr. Very helpful.

I had figured out that the problem was probably with the ebuild and not Paludis, I'm just trying to figure out how to gather enough useful information for the maintainer to more easily fix it.

If I just tell him 'your ebuild is broken' it would probably get much less in the way of results than if I can show him some debugging information that points to the problem with the ebuild.

Thanks for your help,
Jason
www.jbox.ca
www.flashinthepan.ca
stormfront Portage/Paludis overlay
Top
enderandrew
l33t
l33t
User avatar
Posts: 731
Joined: Tue Oct 25, 2005 8:37 am

Post by enderandrew » Fri Jun 08, 2007 5:47 pm

Howdy, I'm back to give Gentoo another try, and when I'm done with my latest install I am thinking of trying out Pauldis.

I have two concerns/questions.

When I migrate, it will attempt to migrate my current overlays as I understand it.

If I update my overlays with layman, is there a way to make sure Pauldis re-pulls this information over?

And I read on the website that sometimes because of strict dependencies Pauldis will want to downgrade QT, KDE, whatever. How common is this, and can this be worked around?

Lastly, I know there is a script floating around to take the packages you don't have installed and make a huge RSYNC exclude list to shrink portage way down, and speed portage way up thusly (or there used to at the very least). Can you do the same thing with Pauldis?
Nihilism makes me smile.
Top
sanmartin
Tux's lil' helper
Tux's lil' helper
Posts: 138
Joined: Wed Aug 10, 2005 10:42 pm
Location: Massachusetts

Post by sanmartin » Fri Jun 08, 2007 8:34 pm

Hi all, I'm considering an attempt at using Paludis but I was wondering if it supports bootstrapping a new install? I haven't found any references to using it for a stage 1 install anywhere yet. Also, does it use the regular portage tree for its ebuilds or do they maintain a separate set somewhere?
Top
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

Post by slycordinator » Sat Jun 09, 2007 2:17 am

sanmartin wrote:Hi all, I'm considering an attempt at using Paludis but I was wondering if it supports bootstrapping a new install? I haven't found any references to using it for a stage 1 install anywhere yet. Also, does it use the regular portage tree for its ebuilds or do they maintain a separate set somewhere?
1) No, there isn't a supported way to bootstrap. Though why would you bootstrap, considering it gives you no benefits over a stage3 and is more likely to break?

2) Your last question is answered in this thread.
Top
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

Post by slycordinator » Sat Jun 09, 2007 2:23 am

enderandrew wrote:If I update my overlays with layman, is there a way to make sure Pauldis re-pulls this information over?
There are a couple ways to do this:
1) Fix the update_overlays script I wrote a while back to be compatible with the new version of the portage2paludis script. Essentially, I had taken the portage2paludis script and pulled out only the part that was with overlays

2) Move all the files inside /etc/paludis/ to another location (say, /etc/paludis_copy ). Then run the portage2paludis script. Move the files from /etc/paludis_copy back to /etc/paludis.

NOTE: When I have the time I'll update the script but I'm busy right now.
Top
spb
Retired Dev
Retired Dev
User avatar
Posts: 2135
Joined: Fri Jan 02, 2004 1:18 pm
Location: Cambridge, UK

Post by spb » Sat Jun 09, 2007 10:13 am

slycordinator wrote:I'd like to see the ability to pass some parameters to wget as part of calling paludis.

In particular, the --limit-rate parameter.
Try setting EXTRA_WGET in /etc/paludis/bashrc.
14:20:19 <mark_alec> i fail
..shortly afterwards...
14:32:09 <spb> so it's "do what i want or i ban you"
14:32:13 <mark_alec> yes
Top
super-lupo
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 92
Joined: Tue Jun 29, 2004 7:54 pm
Location: Germany / Berlin

Post by super-lupo » Sat Jun 09, 2007 5:37 pm

Is there any possibility to use an alternative to wget as fetchcommand?

For portage I have following in my make.conf:

Code: Select all

# Default fetch command (5 tries, passive ftp for firewall compatibility)
FETCHCOMMAND="/usr/bin/axel -a -o /\${DISTDIR}/\${FILE} \${URI}"
RESUMECOMMAND="/usr/bin/axel -a -o /\${DISTDIR}/\${FILE} \${URI}"


Regards,
Lupo
Top
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

Post by slycordinator » Sun Jun 10, 2007 8:05 am

spb wrote:
slycordinator wrote:I'd like to see the ability to pass some parameters to wget as part of calling paludis.

In particular, the --limit-rate parameter.
Try setting EXTRA_WGET in /etc/paludis/bashrc.
Sweet!
Top
ianegg
Apprentice
Apprentice
User avatar
Posts: 279
Joined: Wed Oct 26, 2005 1:15 pm
Location: Breakfast.

Post by ianegg » Mon Jun 11, 2007 2:42 pm

Hi, I've had a quick look through the support threads and the website, and cant find anything to help me with this: Is there any way to exclude packages from --dl-reinstall-scm?

For example, when I do paludis --dl-reinstall-scm always -pi world, amongst all the -9999 packages I get media-libs/x264-svn-20070325 included, which is a snapshot, so there's no point in recompiling it. At the moment I just cancel the build and adjust the resume command as a work around.
Top
boniek
Guru
Guru
User avatar
Posts: 373
Joined: Sat Mar 26, 2005 6:02 pm

Post by boniek » Mon Jun 11, 2007 10:49 pm

Anyone has ETA on binary package(creating, BINHOST etc) support in Paludis? That's the only thing that keeps me with portage on a couple of machines at work.
[HOWTO]New freetype subpixel font rendering for lcd monitors
Top
nikaya
Veteran
Veteran
User avatar
Posts: 1471
Joined: Sat May 13, 2006 9:43 am
Location: Germany

Post by nikaya » Tue Jun 12, 2007 8:07 am

boniek wrote:Anyone has ETA on binary package(creating, BINHOST etc) support in Paludis? That's the only thing that keeps me with portage on a couple of machines at work.
http://ciaranm.org/show_post/95
http://ciaranm.org/show_post/95 wrote: Finally, the things we don't have that some people would really like. There are probably other things, some of which we won't implement because they're really bad ideas and the user is sometimes wrong, but here's the impression I get:

Binaries. Specifically, a decent binary package format and proper binary package handling. This is nearly done, and will be in before 1.0. (I keep saying "next major release", but then end up doing a release for a different new feature instead -- releasing often is helpful for everyone.)
Be patient. :wink:
Notes on Dhamma
How to waste your time: look for an explanation of consciousness, ask to know what feeling is. (Nanavira Thera)
Top
dstcruz
n00b
n00b
Posts: 17
Joined: Fri Sep 15, 2006 2:18 am
Location: TN

Adding a darcs repository

Post by dstcruz » Tue Jun 12, 2007 4:49 pm

Hello all,

Been trying to add this repository to my machine:
http://www.haskell.org/~gentoo/gentoo-haskell/

It is the haskell overlay.

I have added the following to a file /etc/paludis/repositories/gentoo-haskell.conf

Code: Select all

location = ${ROOT}/usr/portage/local/gentoo-haskell
sync = darcs+http://www.haskell.org/~gentoo/gentoo-haskell/
master_repository = gentoo
format = ebuild
names_cache = ${location}/.cache/names
write_cache = /var/cache/paludis/metadata
And have created the following directories:

Code: Select all

dansan@evey /etc/paludis/repositories $ ls -al /usr/portage/local/gentoo-haskell/
total 12
drwxr-xr-x 3 root root 4096 Jun  7 01:40 .
drwxr-xr-x 4 root root 4096 Jun  7 01:33 ..
drwxr-xr-x 3 root root 4096 Jun  7 01:40 .cache
Any operation with paludis then gives me this warning:

Code: Select all

paludis@1181667238: [QA] Couldn't open repo_name file in '/usr/portage/local/gentoo-haskell/profiles/', falling back to generated name 'x-gentoo-haskell' (ignore this message if you have yet to sync this repository).
Tried to sync that repo and got:

Code: Select all

dansan@evey /etc/paludis/repositories $ sudo paludis --sync x-gentoo-haskell
paludis@1181667300: [QA] Couldn't open repo_name file in '/usr/portage/local/gentoo-haskell/profiles/', falling back to generated name 'x-gentoo-haskell' (ignore this message if you have yet to sync this repository).
Sync x-gentoo-haskell
 * '/usr/portage/local/gentoo-haskell' exists but it is not a Darcs repository

Sync error:
  * In program paludis --sync x-gentoo-haskell:
  * When performing sync action from command line:
  * When executing sync task:
  * When syncing repository 'x-gentoo-haskell':
  * When syncing repository 'x-gentoo-haskell':
  * sync of '/usr/portage/local/gentoo-haskell' from 'darcs+http://www.haskell.org/~gentoo/gentoo-haskell/' failed

Sync x-gentoo-haskell failed


 * Regenerating cache for installable repositories...
paludis@1181667300: [QA] Couldn't open repo_name file in '/usr/portage/local/gentoo-haskell/profiles/', falling back to generated name 'x-gentoo-haskell' (ignore this message if you have yet to sync this repository).
Regenerating cache for virtuals...
Regenerating cache for gentoo...
Regenerating cache for x-gentoo-haskell...
Regenerating cache for nx...
 * Done regenerating cache for installable repositories

 * Cleaning write cache for ebuild format repositories...
paludis@1181667303: [QA] Couldn't open repo_name file in '/usr/portage/local/gentoo-haskell/profiles/', falling back to generated name 'x-gentoo-haskell' (ignore this message if you have yet to sync this repository).
paludis@1181667303: [QA] Couldn't open repo_name file in '/usr/portage/local/gentoo-haskell/profiles/', falling back to generated name 'x-gentoo-haskell' (ignore this message if you have yet to sync this repository).
paludis@1181667303: [QA] Couldn't open repo_name file in '/usr/portage/local/gentoo-haskell/profiles/', falling back to generated name 'x-gentoo-haskell' (ignore this message if you have yet to sync this repository).
paludis@1181667303: [QA] Couldn't open repo_name file in '/usr/portage/local/gentoo-haskell/profiles/', falling back to generated name 'x-gentoo-haskell' (ignore this message if you have yet to sync this repository).
 * Done cleaning write cache for ebuild format repositories

 * No unread news items found
I got darcs installed, I'm sure of that. I feel that I'm missing something very obvious... Can someone give me a hand?

Thanks,
Daniel.
Top
Locked

373 posts
  • Page 4 of 15
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 15
  • 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 Authors
Gentoo is a trademark of the Gentoo Foundation, Inc. and of Förderverein Gentoo e.V.
The contents of this document, unless otherwise expressly stated, are licensed under the CC-BY-SA-4.0 license.
The Gentoo Name and Logo Usage Guidelines apply.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy