←  [EN] Third-Party Development

Forums

»

OScam svn 11392 problem

Beeker's Photo Beeker 11 Dec 2017

Can someone confirm problem with OScam svn revision 11392? The binary doesn't start at all. svn 11391 is no problem.

 

I solved the problem to change the URL.

-SRC_URI = "svn://www.streamboard.tv/svn/oscam;protocol=http;module=trunk;scmdata=keep"
+SRC_URI = "svn://streamboard.tv/svn/oscam;module=trunk;protocol=http;scmdata=keep"

So without the 'www'.

 

 

Quote

WanWizard's Photo WanWizard 11 Dec 2017

We build from a local git copy, which is currently pinned on 11391.

Quote

Beeker's Photo Beeker 11 Dec 2017

But not in develop branch

SRCREV_pn-enigma2-plugin-softcams-oscam ?= "${AUTOREV}"

OScam 11392 is up and running without changing the source or config files, but not when fetching from www.streamboard. 

 

When fetching from www.streamboard, oscam is buidling fine. But after update it does nothing at all, no webinterface, nothing.

Quote

WanWizard's Photo WanWizard 11 Dec 2017

This is overruled in our local.conf, which switches to the local copy. It's been there from when streamboard was down, and is never reverted.

Quote

Erik Slagter's Photo Erik Slagter 12 Dec 2017

So it proved to be wise to not revert that workaround ;)

Quote

WanWizard's Photo WanWizard 12 Dec 2017

So it proved to be wise to not revert that workaround ;)

 

Technically, the SVN repo we used before was always pinned on rev as well.

Quote