-
Notifications
You must be signed in to change notification settings - Fork 70
Remove package: bottom #897
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
Conversation
That appears to be an upstream bug, as |
That would be my guess too going by this file. There is a second caveat too. Entware's btm, just as with ripgrep, expects the libraries to be in the host system. So, to run it successfully in the remarkable it needs to be run like so: |
Have you opened upstream issues for either of the packages yet? That said, I didn't have the same issue you did with ripgrep on 3.3.2, I was able to run it without issue. |
Unfortunately, I don't understand Entware well enough to open a productive issue. Thank you for testing ripgrep though! The issue might just be in my device after all. I would have to retest on a fresh install. As far as this PR goes, btm is available directly from Entware. So, we can merge it to avoid duplicating efforts, right? |
I've done some looking for It's still not part of It would probably still be worth it open an upstream issue asking about this discrepancy. For this PR though, we can easily add a file to toltec-base to add it to the path, similar to how we load the entware profile: toltec/package/toltec-base/package Line 28 in eed41f1
|
I was not able to figure out how to accomplish this. Could you push that change to this PR? I would like to see the solution you had in mind. Also, I found a minor typo while testing solutions. Since it is such a small change, could we include it with this PR? |
I will try to get to that sometime soon.
Sure, but the toltec-bootstrap package will need to have its version number bumped to make the package build. |
The version number would need to be the one bumped, as the package sources have had a change. The pkgrel is only for when there are no changes to the source, and it was just adjustments to the package recipe. |
Thank you for those commits @Eeems! I would not have guessed that implementation. Also, I reflashed my device, and no longer see those library errors with ripgrep. As you recommended, I tested the new toltecmk too and it works great. |
* remove package: bottom * fix toltecctl typo * Create opt-usr-bin.sh --------- Co-authored-by: gbyl <gbyl@users.noreply.github.com> Co-authored-by: Nathaniel van Diepen <Eeems@users.noreply.github.com>
* remove package: bottom * fix toltecctl typo * Create opt-usr-bin.sh --------- Co-authored-by: gbyl <gbyl@users.noreply.github.com> Co-authored-by: Nathaniel van Diepen <Eeems@users.noreply.github.com>
### New Packages - `bandwich` - 0.22.2-1 (#892) - `sysfs_preload` - 1.0.1-1 (#833) ### Updated Packages - `7zip` - 23.01-2 (#890) - `display`, and `rm2fb-client` - 1:0.0.33-3 (#741 #833) - `koreader` - 2024.04-5 (#894) - `lf` - r32-1 (#889) - `oxide`, `oxide-extra`, `oxide-utils`, `inject_evdev`, `liboxide`, `liboxide-dev` - 2.8.4-2 (#833 #903) - `libsentry` - 0.7.6-1 (#833 #903 ) - `bufshot` - 0.1.2-3 (#898) - `dumbskull` - 0.0.1-4 (#898) - `genie` - 0.1.7-2 (#898) - `harmony` - 0.2.3-2 (#898) - `iago` - 0.1.2-2 (#898) - `lamp` - 0.1.1-3 (#898) - `mines` - 0.1.4-4 (#898) - `remux` - 0.3.0-6 (#898 #882) - `rpncalc` - 0.0.3-4 (#898) - `simple` - 0.2.1-2 (#898) - `wordlet` - 0.0.2-4 (#898) - `toltec-base` - 1.4-1 (#897) - `toltec-bootstrap` - 0.4.5-1 (#897) - `toltec-deletion` - 0.1-7 (#887) - `xochitl` - 0.0.0-21 (#833) ### Packages Removed - `bottom` - Entware now provides this package - `ripgrep` - Entware now provides this package ### Tooling - Update build process to use toltecmk (#789).
bottom was recently added to Entware.
The only caveat is that Entware's bottom gets installed in
/opt/usr/bin/btm
which is not included in the $PATH set by Toltec.