Page 1 of 1

Ncpa suppor for Raspbian

Posted: Sun Apr 10, 2016 10:51 am
by WillemDH
Does ncpa work on Raspbian? Grtz

Re: Ncpa suppor for Raspbian

Posted: Sun Apr 10, 2016 9:08 pm
by hsmith
I spent a little time trying to force this installation on my Pi tonight, and I was unable to get it working. Here's the dump from my attempt:

Code: Select all

root@pi:/tmp# dpkg -i ncpa-1.8.1-1.i386.deb 
dpkg: error processing ncpa-1.8.1-1.i386.deb (--install):
 package architecture (i386) does not match system (armhf)
Errors were encountered while processing:
 ncpa-1.8.1-1.i386.deb



root@pi:/tmp# dpkg -i --force-architecture ncpa-1.8.1-1.i386.deb 
dpkg: warning: overriding problem because --force enabled:
 package architecture (i386) does not match system (armhf)
Selecting previously unselected package ncpa.
(Reading database ... 80477 files and directories currently installed.)
Unpacking ncpa (from ncpa-1.8.1-1.i386.deb) ...

dpkg: dependency problems prevent configuration of ncpa:
 ncpa depends on libc6 (>= 2.13).
 ncpa depends on libssl1.0.0 (>= 1.0.0).
 ncpa depends on zlib1g (>= 1:1.2.0).

dpkg: error processing ncpa (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 ncpa
root@pi:/tmp# 



root@pi:/tmp# cat /etc/*release
PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"
NAME="Raspbian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=raspbian
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
root@pi:/tmp# cat /etc/*release*
PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"
NAME="Raspbian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=raspbian
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
PRETTY_NAME="Debian #OSNAME# 7 (wheezy)"
NAME="Debian #OSNAME#"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"
I can ask the developers tomorrow, but I'm not aware of any ARM packages for NCPA. This doesn't mean it's impossible, but my Pi is pretty much "out of the box" (I've only installed some webcam software on it so I can see what the dogs are up to while I'm at work:))