Opened 14 years ago
Last modified 14 years ago
#11 new defect
building requires network for setuptools-darcs, not documented
Reported by: | gdt | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
I tried to build py-zfec from pkgsrc and found that the build step goes to the net to obtain setuptools-darcs. On the build machine, that hung, perhaps due to some IPv6 oddness. The README does not explain that a network connection is needed to install this package.
(PS: trac doesn't really seem set up, but there are so few tickets that seems fine. Let me know if I should be posting these in tahoe trac instead.)
Change History (2)
comment:1 Changed 14 years ago by gdt
comment:2 Changed 14 years ago by gdt
This problem also exists in zbase32, but that doesn't have a functioning trac.
Note: See
TracTickets for help on using
tickets.
I've worked around this by commenting out:
Perhaps all the darcs stuff should only be enabled if some environment variable is set, so that released tarballs don't try to load them? This would be like how programs that use autoconf don't require the user to have autoconf installed.