pi-blaster icon indicating copy to clipboard operation
pi-blaster copied to clipboard

no longer seems to install on raspberry pi 3

Open carl-ranson opened this issue 8 years ago • 6 comments

having trouble installing this on a raspberry pi 3.

I've been trying the dpkg instructions in the readme. The first command appears to work fine, but this one: pi@raspberrypi:~/go/src $ dpkg-buildpackage -us -uc -i && sudo dpkg -i ../pi-blaster*.deb

produces this error message. tail: cannot open 'debian/changelog' for reading: No such file or directory

googling this error suggests that the debian folder was changed to debianpkg some time late in 2017. see: https://github.com/FRRouting/frr/issues/1485

is the install script out of date due to this change?

carl-ranson avatar Mar 31 '18 09:03 carl-ranson

I've confirmed that installing the application manually works on the Pi3.

dankozlowski avatar Apr 20 '18 01:04 dankozlowski

Great, thanks Dan, can you confirm which install method you used? which version of the os?

funny thing is I just retried it and got exactly the same result.

pi@raspberrypi:~ $ dpkg-buildpackage -us -uc -i && sudo dpkg -i ../pi-blaster*.deb

tail: cannot open 'debian/changelog' for reading: No such file or directory dpkg-buildpackage: error: tail of debian/changelog gave error exit status 1

Am I missing something that's obvious to linux regulars here? do i need to be in a specific directory or something?

carl-ranson avatar Apr 22 '18 08:04 carl-ranson

I followed the manual installation steps (compiling from source, NOT creating a *.deb) on the latest Raspbian.

To do this, clone the repository down (or download the zip and unzip it somewhere on your Pi), and follow the instructions under https://github.com/sarfata/pi-blaster#build-and-install-directly-from-source.

dankozlowski avatar Apr 23 '18 16:04 dankozlowski

ok Dan. I got it to work using that method. Still doesn't address that fact that the other technique is maybe out of date, but i'm good for now so moving on. thanks again. CR

carl-ranson avatar Apr 24 '18 07:04 carl-ranson

Can we close this issue now?

dankozlowski avatar May 02 '18 17:05 dankozlowski

Well I would suggest an update to the documentation noting that the dpkg instructions may not work on a pi 3b and to try building from source if that's the case, just in case anyone comes after me with the same problem.

other than that, I've got no problem with closing the issue.

thanks for your help

carl-ranson avatar May 03 '18 09:05 carl-ranson