FAQ: General Questions
- I have an Unanswered Question
- Why not fix Portage?
- Why C++?
- But C++ is ...
- Contributing
- Known compiler issues
- What term should I use to mean "to install a package using Paludis"?
I have an Unanswered Question
If you've checked the documentation, and your question really isn't answered, you should ask it in one of these places:
- The
#paludis
channel onirc.libera.chat
- The paludis-user mailing list
- The bug tracker will probably also be useful
You are encouraged to submit an entry for this document once your question has been answered.
Why not fix Portage?
The Portage codebase is too broken to be fixed. It is a huge mess of spaghetti procedural code with no underlying design. It relies upon weird quirks in its own behaviour all over the place, so any change is liable to cause huge breakage in seemingly unrelated areas. It is almost entirely undocumented, and the internal names are perverse and often do not reflect what the code now does.
Why C++?
Because we don't have the time or the manpower to write it in C.
But C++ is ...
No it isn't. Whoever told you that was either trolling or ignorant.
Contributing
Contributions to Paludis are welcome:
- Patches can be submitted via Gitlab. It's best to discuss ideas before spending too much time on the code, because we don't have any qualms about rejecting things we think are a bad idea.
- We could probably use some more documentation. Again, ask first.
- Translations aren't currently possible. We don't have anything against internationalisation in principle, but as we're not gettextised it'll be a fair bit of effort.
Known compiler issues
The primary supported compiler for building Paludis is GCC, version 4.7 or later. Older versions of GCC will not work, since we make use of various C++11 features.
At the time of writing, ICC does not appear to provide sufficient C++11 support.
What term should I use to mean "to install a package using Paludis"?
"Install".