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

JCenter shutdown #1135

Closed
linsui opened this issue Sep 19, 2024 · 6 comments · Fixed by #1136 or #1156
Closed

JCenter shutdown #1135

linsui opened this issue Sep 19, 2024 · 6 comments · Fixed by #1136 or #1156
Assignees
Labels
Milestone

Comments

@linsui
Copy link

linsui commented Sep 19, 2024

Description of the issue

F-Droid build failed. https://gitlab.com/fdroid/fdroiddata/-/jobs/7863419808 JCenter has shutdown.

Reproduction Steps

Version Information

  • App Version: 1.x.y.z
  • Syncthing Version: v1.x.y
  • Android Version: Android x.y
  • Device manufacturer:
  • Device model:

Device platform info

Android Log

@Catfriend1
Copy link
Owner

FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'com.github.catfriend1.syncthingandroid'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not find com.github.ben-manes:gradle-versions-plugin:0.36.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/github/ben-manes/gradle-versions-plugin/0.36.0/gradle-versions-plugin-0.36.0.pom
       - https://jcenter.bintray.com/com/github/ben-manes/gradle-versions-plugin/0.36.0/gradle-versions-plugin-0.36.0.pom
     Required by:
         project :

@Catfriend1 Catfriend1 self-assigned this Sep 20, 2024
@Catfriend1 Catfriend1 linked a pull request Sep 20, 2024 that will close this issue
@Catfriend1 Catfriend1 reopened this Oct 21, 2024
@Catfriend1 Catfriend1 added this to the v1.28.0 milestone Oct 21, 2024
@Catfriend1
Copy link
Owner

@linsui

What does that error mean?

  File "/home/vagrant/fdroidserver/fdroidserver/build.py", line 42, in <module>
    from . import scanner
  File "/home/vagrant/fdroidserver/fdroidserver/scanner.py", line 41, in <module>
    import tomli as tomllib
ModuleNotFoundError: No module named 'tomli'

@licaon-kter
Copy link
Contributor

Try to update your fdroidserver and/or VM/Docker

@linsui
Copy link
Author

linsui commented Oct 22, 2024

tomli is needed to parse toml for python order than 3.12. Looks like you don't have it installed.

@licaon-kter
Copy link
Contributor

Let's continue in https://gitlab.com/fdroid/fdroiddata/-/merge_requests/16077 I guess :)

@linsui
Copy link
Author

linsui commented Oct 22, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment