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

Problem found in extra-buildpkgs/htop #3421

Closed
Salamandar opened this issue Jan 21, 2022 · 5 comments
Closed

Problem found in extra-buildpkgs/htop #3421

Salamandar opened this issue Jan 21, 2022 · 5 comments
Labels
Discussion Being discussed - Voice your opinions :)

Comments

@Salamandar
Copy link
Collaborator

I just upgraded to bullseye and htop doesn't work anymore :

admin@nas ~ ❯❯❯ htop
malloc(): invalid size (unsorted)
[1]    76593 abort      htop

After a bit of search, I found out the 3.1.0 deb package for htop actually provides 2.2.0 o.O

The package in question is : https://imola.armbian.com/apt/pool/bullseye-utils/h/htop/htop_3.1.0-0~armbian20.08.2%2B1_arm64.deb

@igorpecovnik
Copy link
Member

Those are our hacky builds, but we are not going to make them anymore since most of our functionalities were build upstream. But Debian is a bit behind ... Check backports.

@Salamandar
Copy link
Collaborator Author

Alright. For now I manually built htop, that makes the trick :)

@igorpecovnik igorpecovnik added Discussion Being discussed - Voice your opinions :) and removed 0.question labels May 2, 2022
@hzyitc
Copy link
Member

hzyitc commented Jan 2, 2023

@igorpecovnik Consider to remove htop in our apt repo manually?

In our build script, it specify 2.2.0 but in apt repo is 3.1. This make confused.

Since we don't need to modify it, I will remove it in our build script.

# hostapd
local package_name="htop"
local package_repo="https://github.com/hishamhm/htop"
local package_ref="tag:2.2.0"
local package_upstream_version="2.2.0-5"
local package_builddeps="debhelper dpkg-dev libhwloc-dev libncurses5-dev libncursesw5-dev pkg-config"
local package_install_target="htop"
local package_component="${release}-utils"

@igorpecovnik
Copy link
Member

Since we don't need to modify it, I will remove it in our build script.

Yes, we can remove it, also htop.

@ColorfulRhino
Copy link
Collaborator

This htop stuff was not in use for a whole while and completely removed in #6830, so closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion Being discussed - Voice your opinions :)
Development

No branches or pull requests

4 participants