[tahoe-dev] adding dependencies, raising version requirements Re: wiki gardening needed Re: darcs patch: modified quickstart.html to note dependency on python-...

Greg Troxel gdt at ir.bbn.com
Fri Sep 24 23:32:22 UTC 2010


"Zooko O'Whielacronx" <zooko at zooko.com> writes:

> On Thu, Sep 23, 2010 at 4:37 PM, Greg Troxel <gdt at ir.bbn.com> wrote:
>> ERROR:         /usr/ANONCVS/pkgsrc/security/py-cryptopp/work/.destdir/usr/pkg/cryptopp/extraversion.h
> ...
>> Where is it supposed to be?  Surely not
>
> Um, well that's a build-time file. None of the .cpp or .h or .hpp
> files are needed for run-time. Perhaps I'm not understanding the
> question.

I have added the following patch, which seems to work around the file
being installed.

Is running install from setup.py not supposed to put this file in
DESTDIR?  Or am I the only one actually installing things?

$NetBSD: patch-aa,v 1.1 2010/09/24 18:10:46 gdt Exp $

Don't install odd version file in a strange place.
Reported to tahoe development mailinglist.

--- setup.py.orig	2010-09-21 06:59:37.000000000 +0000
+++ setup.py
@@ -254,7 +254,7 @@ data_files = [(doc_loc, data_fnames)]
 # Note that due to a bug in distutils we also have to maintain a
 # MANIFEST.in file specifying cryptopp/extraversion.h. This bug was
 # fixed in Python 2.7
-data_files.append(('cryptopp', ['cryptopp/extraversion.h']))
+#data_files.append(('cryptopp', ['cryptopp/extraversion.h']))
 
 if ECDSA:
     long_description='RSA-PSS-SHA256 signatures, ECDSA(1363)/EMSA1(SHA-256) signatures, SHA-256 hashes, and AES-CTR encryption'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20100924/5a6794f7/attachment.asc>


More information about the tahoe-dev mailing list