Giter Site home page Giter Site logo

Comments (7)

volumio avatar volumio commented on May 18, 2024

Yes, we should. Thanks for reporting

from build.

macmpi avatar macmpi commented on May 18, 2024

You're welcome.
Unsure the deb-src is really necessary in normal use though, may comment/remove it.

from build.

volumio avatar volumio commented on May 18, 2024

It's good to have, if people want to build stuff

from build.

macmpi avatar macmpi commented on May 18, 2024

thing is, even with that change (followed by sudo apt-get update), I can not install python-rpi.gpio

volumio@volumio:~$ sudo apt-get install python-rpi.gpio
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-rpi.gpio
E: Couldn't find any package by regex 'python-rpi.gpio'

Package is present in http://archive.raspberrypi.org/debian/ jessie/main armhf Packages, and is found on Jessie lite using same /etc/apt/sources.list ...weird.

from build.

macmpi avatar macmpi commented on May 18, 2024

Ok, so, in addition to updating /etc/apt/sources.list, one need to add the following /etc/apt/sources.list.d/raspi.list, containing the following:

deb http://archive.raspberrypi.org/debian/ jessie main ui
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://archive.raspberrypi.org/debian/ jessie main ui

(unsure what the existing empty file /etc/apt/sources.list.d/multistrap-debian.list is meant for)

In addition, key for archive.raspberrypi.org/debian/ jessie should be added to keyring... (unsure this hint may help for that).

With that, additional packages (like python-rpi.gpio) are found and install fine.

from build.

macmpi avatar macmpi commented on May 18, 2024

BTW, maybe some other things to look at, apt-get install spitting some warnings (locale settings, and apt-utils):

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "fr_FR.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: delaying package configuration, since apt-utils is not installed

EDIT: Maybe the locale thing is fixed with newer build, as per #97 ?

from build.

macmpi avatar macmpi commented on May 18, 2024

Fixed as per #116

from build.

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.