Giter VIP home page Giter VIP logo

overlay's Introduction

emlove-overlay

My personal gentoo overlay

To add this overlay, use the following commands:

sudo curl https://raw.githubusercontent.com/emlove/overlay/master/repo.conf -o /etc/portage/repos.conf/emlove.conf
sudo emaint sync -r emlove

overlay's People

Contributors

emlove avatar

Stargazers

Anne Thorpe avatar  avatar

Watchers

James Cloos avatar  avatar

overlay's Issues

init scripts fail for media-sound/snapcast

Hi,

First off, big thanks for writing and maintaining the ebuilds, very handy to have them available.

I've found that neither of the init scripts allow me to start the server/client respectively, they both exit with...

# /etc/init.d/snapclient status
/etc/init.d/snapclient: line 37: /lib/init/vars.sh: No such file or directory
# /etc/init.d/snapserver status
/etc/init.d/snapserver: line 37: /lib/init/vars.sh: No such file or directory

Unsurprisingly the file doesn't exist on my system, the /lib/init/ directory doesn't exist (and hasn't as far as I'm aware, I've never had to look in there before).

Looking through the init scripts its loading the VERBOSE and other variables....

# Load the VERBOSE setting and other rcS variables
. /lib/init/vars.sh

I'm unsure where these might reside on my system (sys-apps/openrc-0.26.2) as no other init scripts contain such a line.

Any ideas how to modify the init script to work (other than commenting out the lines)?

Can run the client from the CLI as root no problem and it picks up the server I've installed and have running under Arch Linux on my Raspberry Pi.

net-misc/agocontrol[blinkm] fails to build

g++ -c -I../../shared -I. -o agoblinkm.o agoblinkm.cpp
agoblinkm.cpp: In function ‘bool i2ccommand(const char_, int, int, size_t, _u8)’:
agoblinkm.cpp:33:69: error: ‘i2c_smbus_write_i2c_block_data’ was not declared in this scope
make: *** [agoblinkm.o] Error 1

net-misc/agocontrol[i2c] fails to build

g++ -c -I../../shared -o agoi2c.o agoi2c.cpp
agoi2c.cpp: In function ‘bool i2ccommand(const char_, int, int, size_t, u8)’:
agoi2c.cpp:34:69: error: ‘i2c_smbus_write_i2c_block_data’ was not declared in this scope
agoi2c.cpp: In function ‘bool i2cread(const char
, int, int, size_t, __u8&)’:
agoi2c.cpp:56:69: error: ‘i2c_smbus_read_i2c_block_data’ was not declared in this scope
make: *_* [agoi2c.o] Error 1

agodatalogger fails to start

Traceback (most recent call last):
  File "/opt/agocontrol/bin/agodatalogger.py", line 19, in <module>
    import pandas
ImportError: No module named pandas

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.