-
Notifications
You must be signed in to change notification settings - Fork 185
Segmentation fault for gcp-cups-connector on Raspbian #100
Comments
I don't know what's happening. Give me some time to find a RPi running Jessie; it's not happening on Wheezy. Please paste the output of |
OK, I found one, and confirmed the problem. Still don't know why it happens, though. |
Try running: go get github.com/google/cups-connector/... (that's 3 dots at the end) in order to compile gcp-cups-connector for yourself. |
@jay0lee : I tried it with the three dots, as well. It didn't work either. gcp-cups-connector was not compiled. I think I forgot them in my last console output in my initial posting. I'm not that familiar with go and I couldn't find any other hint than the wiki on how to compile gcp-cups-connector. I expected makefiles or other documentation in the src archive distribution. |
@ngulden what error exactly is returned with: go get github.com/google/cups-connector/... |
@ngulden ping |
Sorry for the delay. @jay0lee : The command does not return anything.
|
Hey all, tried this last night on my Raspberry Pi 2 and am getting the same result on the latest Raspbian release. |
My first try with release 2015.09.22 caused a segmentation fault, as well. |
I'll create a new release tomorrow with binaries for both wheezy and jessie. |
@PortableTech are you running jessie on your RPi2? |
Oh, looks like Raspbian jessie is official now. |
Yes, you are correct.
|
OK, give the latest release a shot. I don't have a RPi2 to test with, but I do have both Raspbian wheezy and jessie build scripts now. |
I just downloaded an installed the build from 29cea39 on my RPI 1 with Raspbian Jessie and the segmentation fault is gone. My printer shows up in the printers view on my Android as expected. Thanks. |
Thank you very much! |
I try to install gcp-cups-connector on Raspbian with Debian Jessie.
I followed your wiki instructions. The config file is created successfully. But running gcp-cups-connector comes up with the following:
I then compile Go 1.4 and Go 1.5.1 as suggested and tried again. Same error. The logfiles don't give any further information.
I also tried to build gcp-cups-connector from source:
Can you provide a hint what I could do or let me know, what else you need to know to hunt down that segmentation fault.
The text was updated successfully, but these errors were encountered: