add link to egg-building tickets

[Imported from Trac: page CompileError, version 11]
daira 2013-05-25 02:46:50 +00:00
parent cd992b6b69
commit 859acb799e

@ -44,7 +44,7 @@ Only if all three of the above attempts fail will it emit an error message like
If you get an error message like this, then please look at [//source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/README.html the collection of eggs hosted on <https://tahoe-lafs.org>], look at the table for the version of Python you are using, and then look in the row of that table for your platform. To see what version of Python you are using, run `python -V`. To see what platform you are using, run `python -c 'import distutils.util;print distutils.util.get_platform()'`. If you get an error message like this, then please look at [//source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/README.html the collection of eggs hosted on <https://tahoe-lafs.org>], look at the table for the version of Python you are using, and then look in the row of that table for your platform. To see what version of Python you are using, run `python -V`. To see what platform you are using, run `python -c 'import distutils.util;print distutils.util.get_platform()'`.
If there are any blank cells in your row of the table, then that's your problem. The problem is that one of those dependencies is not available in precompiled binary form. To get this fixed, please send an email to [//cgi-bin/mailman/listinfo/tahoe-dev the tahoe-dev mailing list] requesting that someone who has your platform build a precompiled binary of that dependency for you. If there are any blank cells in your row of the table, then that's your problem. The problem is that one of those dependencies is not available in precompiled binary form. To get this fixed, please send an email to [//cgi-bin/mailman/listinfo/tahoe-dev the tahoe-dev mailing list] requesting that someone who has your platform build a precompiled binary of that dependency for you. Alternatively, find the [egg-building ticket]query:status!=closed&keywords~=eggs for your platform (or file a new ticket on the same pattern if there is no existing one) and comment on it giving the Python version, platform, and which egg was missing.
### For Tahoe-LAFS developers and packagers ### For Tahoe-LAFS developers and packagers