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

[Bug]: gradle hangs, unable to use daemon. #21888

Open
twaik opened this issue Oct 19, 2024 · 0 comments
Open

[Bug]: gradle hangs, unable to use daemon. #21888

twaik opened this issue Oct 19, 2024 · 0 comments
Labels
bug report Something is not working properly untriaged

Comments

@twaik
Copy link
Member

twaik commented Oct 19, 2024

Problem description

Can not build termux-x11 using gradle package, the command hangs.

What steps will reproduce the bug?

~/termux-x11 $ gradle :assembleDebug
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
^C~/termux-x11 $ gradle :assembleDebug --no-daemon
To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.10.2/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build 
^C~/termux-x11 $ 

What is the expected behavior?

Should run fine?

System information

Termux Variables:
TERMUX_API_VERSION=0.50.1
TERMUX_APK_RELEASE=F_DROID
TERMUX_APP_PACKAGE_MANAGER=apt
TERMUX_APP_PID=11349
TERMUX_IS_DEBUGGABLE_BUILD=0
TERMUX_MAIN_PACKAGE_FORMAT=debian
TERMUX_VERSION=0.118.1
TERMUX__USER_ID=0
Packages CPU architecture:
aarch64
Subscribed repositories:
# sources.list
deb https://packages-cf.termux.dev/apt/termux-main/ stable main
# x11-repo (sources.list.d/x11.list)
deb https://packages-cf.termux.dev/apt/termux-x11/ x11 main
Updatable packages:
All packages up to date
termux-tools version:
1.44.1
Android version:
13
Kernel build information:
Linux localhost 4.19.87-27231340 #1 SMP PREEMPT Wed Aug 28 17:58:45 KST 2024 aarch64 Android
Device manufacturer:
samsung
Device model:
SM-G780F
LD Variables:
LD_LIBRARY_PATH=
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so
Installed termux plugins:
com.termux.x11 versionCode:15
com.termux.api versionCode:51
@twaik twaik added bug report Something is not working properly untriaged labels Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something is not working properly untriaged
Projects
None yet
Development

No branches or pull requests

1 participant