Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python-modules-kit] Cannot install dev-python/twisted due to file not found #213

Open
cuantar opened this issue Nov 16, 2024 · 1 comment
Labels
bug Something isn't working emerge failure Package does not emerge properly python-modules-kit

Comments

@cuantar
Copy link

cuantar commented Nov 16, 2024

>>> Downloading 'https://distfiles.macaronios.org/distfiles/fe/ef/a5/feefa578bc1787648df07e4a53bd6fe29b43c4357472e4fba37526f075be9263e8c671b6781ce6ad3569c1b1666cb702efbee903f597714a749971695018f826'
--2024-11-16 12:54:50--  https://distfiles.macaronios.org/distfiles/fe/ef/a5/feefa578bc1787648df07e4a53bd6fe29b43c4357472e4fba37526f075be9263e8c671b6781ce6ad3569c1b1666cb702efbee903f597714a749971695018f826
Resolving distfiles.macaronios.org... 104.21.43.147, 172.67.180.78, 2606:4700:3031::6815:2b93, ...
Connecting to distfiles.macaronios.org|104.21.43.147|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-11-16 12:54:53 ERROR 404: Not Found.

>>> Downloading 'https://dl.macaronios.org/repos/distfiles/distfiles/Twisted-18.7.0.tar.bz2'
--2024-11-16 12:54:53--  https://dl.macaronios.org/repos/distfiles/distfiles/Twisted-18.7.0.tar.bz2
Resolving dl.macaronios.org... 172.67.180.78, 104.21.43.147, 2606:4700:3031::6815:2b93, ...
Connecting to dl.macaronios.org|172.67.180.78|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-11-16 12:54:56 ERROR 404: Not Found.

>>> Downloading 'https://twistedmatrix.com/Releases/Twisted/18.7/Twisted-18.7.0.tar.bz2'
--2024-11-16 12:54:56--  https://twistedmatrix.com/Releases/Twisted/18.7/Twisted-18.7.0.tar.bz2
Resolving twistedmatrix.com... 217.70.184.55
Connecting to twistedmatrix.com|217.70.184.55|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://twisted.org/Releases/Twisted/18.7/Twisted-18.7.0.tar.bz2 [following]
--2024-11-16 12:55:00--  https://twisted.org/Releases/Twisted/18.7/Twisted-18.7.0.tar.bz2
Resolving twisted.org... 185.199.110.153, 185.199.108.153, 185.199.109.153, ...
Connecting to twisted.org|185.199.110.153|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-11-16 12:55:03 ERROR 404: Not Found.

It's needed to install twisted as a dep for tornado, required by some of the metro scripts; but pip works just as well for this and metro isn't in our tree. We could just remove twisted and tornado from the tree if we're not using them for anything else.

@cuantar cuantar added bug Something isn't working emerge failure Package does not emerge properly python-modules-kit labels Nov 16, 2024
@geaaru
Copy link
Contributor

geaaru commented Nov 16, 2024

I already autogen this:

[I] dev-python/twisted [1]
     Available versions:  24.3.0 {conch crypt http2 serial PYTHON_TARGETS="python3_7 python3_8 python3_9 python3_10"}
     Installed versions:  24.3.0(02:29:29 PM 09/01/2024)
     Homepage:            https://pypi.org/project/Twisted/
     Description:         An asynchronous networking framework written in Python
[1] "geaaru-kit" /var/git/extra-kits/geaaru-kit

We need only import things from my overlay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working emerge failure Package does not emerge properly python-modules-kit
Projects
None yet
Development

No branches or pull requests

2 participants