-
Notifications
You must be signed in to change notification settings - Fork 125
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
Compiling issues on Debian Bullseye (11.5) #543
Comments
Hi Bernie,
2a) apt requires sudo: Yes, apt always requires sudo. You are installing something on your system, so you need to be root hth! |
Servus and thanks for the quick reply! As a matter of fact, I had some spare time yesterday evening and managed to get vzlogger compiled as a deb-package, that installs and runs as expected!! So here's what I've done/found and sorry in advance, if my comments are probably a bit too formal...
If I'm incorrect with my assumptions concerning libsml* - packages, please shine some light on it... ;-) Best regards, |
i think this is natural and expected. |
@FoxWhiskey: |
Done! |
note that dokuwiki provides anchors: https://wiki.volkszaehler.org/software/controller/vzlogger/installation_en#build_by_hand |
i'm afraid those instructions are hopelessly outdated. |
Hmm. Probably we're approaching the source of my confusion :-) The instructions clearly state to clone libsml from github and build it from source (, which I did) ! However, an additional package called libsml1 is still needed to compile vzlogger (see third bullet point in my second post). Basically, I'm wondering about the context of libsml, libsml1 and libsml(1?)-dev... Maybe it would be helpful to update the instructions accordingly. Note: sorry, I have closed this issue accidentally... please reopen, if possible... |
Untested debian packagages for a recent libsml can be found here http://www.heute-morgen.de/debian/packages/. |
Hi everyone,
I tried to compile vzlogger and noticed several issues. Prior any compiling attempts I cloned, compiled and successfully installed
libsml
from the volkszaehler-repository as requested by the installation manual.apt build-dep ./
requiressudo
apt build-dep ./
then prompts the user to installlibsml-dev
from the debian-repositories - which I declineddebuild
returns with an error, concerningUnmet build dependencies: libsml-dev (>= 0.1.1)
and aborts. I find this confusing, as the freshly installed version oflibsml
is 1.0debuild -p
generates the *.deb - packages, however the build process exits with an error at the end, complaining about missing secret keyssudo dpkg --install vzlogger_0.3.5_amd64.deb
fails with an error aslibsml1 is not installed
Most likely I did a couple of things the wrong way. But this is how far I got, consulting the available information/documentation.
Any help appreciated!
The text was updated successfully, but these errors were encountered: