Page MenuHomeDevCentral

Install sbnc on Eglide
Open, LowPublic

Description

Requested by missk.

Debian package: https://packages.debian.org/sid/sbnc (removed after Jessie)

Doesn't exist as FreeBSD port, so best to add it Debian/Ubuntu only.


This requires a new Debian package to target Sid on armhf.

It could be according to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828538 an issue with OpenSSL 1.1

Revisions and Commits

Event Timeline

dereckson added a project: Eglide.
dereckson updated the task description. (Show Details)

sbnc seems to have been removed from packages

dereckson triaged this task as Low priority.EditedJan 11 2017, 18:04

As missk installed it manually, this can wait a little bit we decide how to deal with such situation:

  • build a Debian package to target armhf (probably best)
  • provide instructions through Salt to compile manually the software
dereckson updated the task description. (Show Details)

Tested a build manually successfully with:

$ git clone https://github.com/Learath2/sBNC.git
$ cd sBNC
$ cc *.c -o sbnc
$ sudo cp sbnc /usr/local/bin

To be tested, if working fine, I'll add something to the builder to clone and compile that.

That still compile on amd64 architecture, and build is really fast, so I suggest we do this with builder account like we do for Odderon (darkbot).

dereckson moved this task from Packaging to Server config on the Eglide board.
dereckson moved this task from Backlog to Services to add on the Salt board.