-
Notifications
You must be signed in to change notification settings - Fork 8
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
can not build hddtemp on DEBIAN Bullseye (v11) #5
Comments
Thanks @c64emulator - you resolved an issue I was having! |
You need to run And basically, one should not need to run |
[Bernd: - switched to actively maintained fork - package/Config.in: moved to "Hardware handling" (Peter) - added toolchain dependencies (Thomas) - added license hash - fixed build errors related to iconv and execinfo (Peter) - removed hook HDDTEMP_REMOVE_MAN (Thomas) - install hddtemp.db to target - added build/install _CMDS due to vitlav/hddtemp#5] Signed-off-by: Bernd Kuhls <[email protected]> [[email protected]: - use GETTEXTIZE=YES, drop host-gettext from _DEPENDENCIES - drop custom build and install commands now that we gettextize - explicitly specify the DB path, introduce HDDTEMP_DB_PATH ] Signed-off-by: Yann E. MORIN <[email protected]>
@yann-morin-1998 - Would something like this be sane? (I'm not a programmer by trade, so apologies if this seems dumb) apt-get install -y --no-install-recommends \
build-essential \
automake \
autotools-dev \
autopoint \
gettext \
git \
pkg-config
git clone https://github.com/vitlav/hddtemp.git
cd hddtemp/
autoreconf -vsi --force
./configure
make |
@modem7 That's basically it, except you missed
That should basically be the canonical sequence, except |
That makes sense! Do you know of any way to stop gettextize prompting to "confirm"? It seems to break CI/CD otherwise. Worst case, I can always use "expect" or similar! |
After download, extract and runing "autogen.sh", I invoke "make" in the top directory. Make fails cause there is a endless loop in the "po" directory. Invoking "make" in the "src" directoy works.
The text was updated successfully, but these errors were encountered: