[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #10387 [Tor bundles/installation]: Buildling PTTBB requires $PYTHONHOME
#10387: Buildling PTTBB requires $PYTHONHOME
------------------------------------------+-----------------
Reporter: ln5 | Owner: dcf
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor bundles/installation | Version:
Resolution: | Keywords:
Actual Points: | Parent ID:
Points: |
------------------------------------------+-----------------
Comment (by dcf):
That's strange. I don't even know what `makexpi.sh` is. I didn't have to
touch it.
The pt branch's `gitian-bundle.yml` isn't very different from master's, so
I don't think that's it.
{{{
$ git diff -U1 master -- descriptors/windows/gitian-bundle.yml
diff --git a/gitian/descriptors/windows/gitian-bundle.yml
b/gitian/descriptors/windows/gitian-bundle.yml
index f56c15d..dc8f1ea 100644
--- a/gitian/descriptors/windows/gitian-bundle.yml
+++ b/gitian/descriptors/windows/gitian-bundle.yml
@@ -27,2 +27,3 @@ files:
- "tor-win32-gbuilt.zip"
+- "pluggable-transports-win32-gbuilt.zip"
- "relativelink-src.zip"
@@ -36,2 +37,3 @@ files:
- "tbb-docs.zip"
+- "pttbb-docs.zip"
script: |
@@ -101,4 +103,7 @@ script: |
unzip ~/build/tor-win32-gbuilt.zip
+ unzip ~/build/pluggable-transports-win32-gbuilt.zip
unzip ~/build/windows-skeleton.zip
unzip ~/build/tbb-docs.zip
+ mkdir -p Docs/PluggableTransports
+ unzip -d Docs/PluggableTransports ~/build/pttbb-docs.zip
cd ..
}}}
What if you add python to the "packages" of `gitian-bundle.yml`? python
seems to be needed for `makexpi.sh`, and if you started with just the
bundle descriptor, it might not have been previously incidentally
installed.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10387#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs