build binary eggs for linux-armv6l (raspberry pi) #1983
Labels
No Label
0.2.0
0.3.0
0.4.0
0.5.0
0.5.1
0.6.0
0.6.1
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.10.0
1.10.1
1.10.2
1.10a2
1.11.0
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.2.0
1.3.0
1.4.1
1.5.0
1.6.0
1.6.1
1.7.0
1.7.1
1.7β
1.8.0
1.8.1
1.8.2
1.8.3
1.8β
1.9.0
1.9.0-s3branch
1.9.0a1
1.9.0a2
1.9.0b1
1.9.1
1.9.2
1.9.2a1
LeastAuthority.com automation
blocker
cannot reproduce
cloud-branch
code
code-dirnodes
code-encoding
code-frontend
code-frontend-cli
code-frontend-ftp-sftp
code-frontend-magic-folder
code-frontend-web
code-mutable
code-network
code-nodeadmin
code-peerselection
code-storage
contrib
critical
defect
dev-infrastructure
documentation
duplicate
enhancement
fixed
invalid
major
minor
n/a
normal
operational
packaging
somebody else's problem
supercritical
task
trivial
unknown
was already fixed
website
wontfix
worksforme
No Milestone
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Reference: tahoe-lafs/trac-2024-07-25#1983
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is one of a collection of tickets about binary eggs that need to be built for specific platforms.
See source:src/allmydata/_auto_deps.py for Tahoe-LAFS trunk's current dependencies, and https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-eggs/README.html for the eggs that have been built and uploaded.
zooko wrote:
It is currently missing all eggs, and I think we just need to support Python 2.7.
Here are instructions for how to build binary eggs:
wiki/Packaging#binary.eggsofdependencynative-codepackages
Replying to zooko:
Hmm.. i tried but get an error:
My knowledge of python is next to zero, so a foolproof cut and paste line to build this egg would be great
Kind regards,
Ed
Try this:
Hang on, that line is only necessary for pycrypto. The other eggs should be built using:
Attachment all.egg (2157486 bytes) added
made with: python setup.py bdist_egg
Attachment pycrypto.egg (2157487 bytes) added
made with: python -c "import setuptools; file = 'setup.py'; execfile('setup.py')" bdist_egg
Replying to daira:
Worked like a charm, the egg file from both commands are attached, the original name was:
dist/allmydata_tahoe-1.10.0-py2.7.egg
Could someone change the Packaging page to include the right commands?
Thanks, kapiteined and daira! kapiteined: what's your name and contact info, and what computer did you build it on, and what operating system was it running? Thanks again!
Replying to zooko:
Replying to [kapiteined]comment:8:
That's an egg for Tahoe itself, which we don't actually need. We need the eggs for Tahoe's dependencies that use C/C++ code, which are the 6 table columns at https://tahoe-lafs.org/source/tahoe/deps/tahoe-lafs-dep-eggs/README.html:
Will do.
Replying to [daira]comment:11:
Done.
pyOpenSSL seems to need the "long" packaging command as well:
python -c "import setuptools; file = 'setup.py'; execfile('setup.py')" bdist_egg
Attachment pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-py2.7-linux-armv6l.egg.gz (4930781 bytes) added
Attachment pyOpenSSL-0.13-py2.7-linux-armv6l.egg.gz (295603 bytes) added
Attachment Twisted-13.0.0-py2.7-linux-armv6l.egg.gz (6441062 bytes) added
Attachment zfec-1.4.24-py2.7-linux-armv6l.egg.gz (91476 bytes) added
Attachment zope.interface-4.0.5-py2.7-linux-armv6l.egg.gz (278505 bytes) added
Replying to tilllt:
Fixed in wiki/Packaging.
Okay, I'm officially closing all tickets that have to do with binary eggs on Linux as
wontfix
. Binary eggs have never worked on Linux, and never will. I hate this, but I hereby stop struggling against it.It might be useful to maintain these eggs for Raspberry pi because it's difficult to compile them on the pi.
I'm +1 on hosting ARM eggs. I've got an rPi lying around, I could probably build them if I get some free time.
The necessary eggs are already attached to this ticket, aren't they?
We have since stopped CI for Raspberry Pi/ARMv6l. Also eggs are probably obsolete at this point (a similar ticket might be filed about wheels, if Raspberry Pi/ARMv6l again becomes a supported platform).