Giter Club home page Giter Club logo

Comments (6)

t-mon avatar t-mon commented on June 14, 2024

Hello! Could you sent me please the output of
apt policy nymea-networkmanager
and
apt policy libnymea-networkmanager

undefined symbol means a function is not available in the library, so maybe this is a library daemon mismach.

from nymea-networkmanager.

limkevinkuan avatar limkevinkuan commented on June 14, 2024

Indeed, apt is confused by the version number of libnymea-networkmanager. For the moment, I'll force nymea-networkmanager to 0.3.2 which worked fine for my project.

$ apt policy nymea-networkmanager 
nymea-networkmanager:
  Installed: 0.5.1+202001231339~stretch1
  Candidate: 0.5.1+202001231339~stretch1
  Version table:
 *** 0.5.1+202001231339~stretch1 500
        500 http://repository.nymea.io stretch/main armhf Packages
        100 /var/lib/dpkg/status
     0.3.2 500
        500 http://repository.nymea.io stretch/raspbian armhf Packages

$ apt policy libnymea-networkmanager 
libnymea-networkmanager:
  Installed: 0.3.2
  Candidate: 0.3.2
  Version table:
 *** 0.3.2 500
        500 http://repository.nymea.io stretch/raspbian armhf Packages
        100 /var/lib/dpkg/status
     0.2.3+202002232338~stretch1 500
        500 http://repository.nymea.io stretch/main armhf Packages

from nymea-networkmanager.

t-mon avatar t-mon commented on June 14, 2024

As you already noticed, there is a general stretch/main repository working on all armhf (which can be removed on the Raspberry Pi) and a stretch/raspbian section which is a special compiled repository for the Raspberry Pi allowing you to install this on Raspberry Pi 1, ZeroW, 2, 3 and 4.

Your /etc/apt/sources.list.d/nymea.list should look like this:

deb http://repository.nymea.io stretch raspbian

Please not if you switch in the future to debian buster, the section is gonna called deb http://repository.nymea.io buster rpi

Glad we figured it out :)

from nymea-networkmanager.

t-mon avatar t-mon commented on June 14, 2024

Oh, I just noticed that the stretch raspbian section is outdated and you added the stretch repository on the debian buster system. So you soulld change your nymea.list file to:

deb http://repository.nymea.io buster rpi

Sorry for the confusion, we do not build rpi packages for stretch any more.
After changing the repository I would recommend to remove the nymea-networkmanaher and libnymea-networkmanaher package and re-install from the buster rpi section.

from nymea-networkmanager.

limkevinkuan avatar limkevinkuan commented on June 14, 2024

Thanks. I do hope for a lite build sometime without dependencies on GUI libraries.

from nymea-networkmanager.

mzanetti avatar mzanetti commented on June 14, 2024

Hmm, what GUI libraries are you referring to?

from nymea-networkmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.