-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
chore(scripts/setup-ubuntu): retarget symbolic link to prepare for aosp-libs package #23054
chore(scripts/setup-ubuntu): retarget symbolic link to prepare for aosp-libs package #23054
Conversation
robertkirkman
commented
Jan 28, 2025
•
edited
Loading
edited
- Dependency of bionic-host: rename to aosp-libs, bump to 9.0.0-r76, add aosp-utils subpackage, revbump revdeps #22906
Please add both symlinks, and then we can remove the old one after the bionic-host PR has been merged. This way bionic-host/aosp-libs is buildable even in the transition period |
I am sorry for the inaccurate title, technically, using exact terminology, this is "retargeting" not "renaming" the symbolic link, I could try to use something like this, but I think this probably wouldn't work, I will still test this, if this is what you mean: $SUDO ln -sf /data/data/com.termux/files/usr/opt/bionic-host /system
$SUDO ln -sf /data/data/com.termux/files/usr/opt/aosp /data/data/com.termux/files/usr/opt/bionic-host |
I tried those commands, and unfortunately, doing that does cause this error
at this line of the current termux-packages/packages/bionic-host/build.sh Line 102 in 59355b9
I'll think about this problem for a while and try to find out if there is any kind of solution that meets the continuous uptime requirements. |
Ah, right, sorry, I read to fast and thought the symlinks were the other way around. Nevermind! Let's get this in, should be pretty safe since only bionic-host is affected.. |
…-libs package Dependency of termux#22906
b3c2e00
to
12b5775
Compare
Thanks! |
licy183 appears to have invented/suggested a way to potentially remove the need for the symbolic link being inside the docker image, by reorganizing the mounting arguments of the The original reason I modified the |