Project

General

Profile

3.4 patch 1 compile error

Added by glazed donut over 11 years ago

Hi

I am getting an error when trying to compile 3.4 patch1.

/bin/sh: /volume1/tvheadend_34_source/tvheadend/support/version: not found
make: *** [src/version.c] Error 127

I guess the solution is obvious .. but .. help :)


Replies (2)

RE: 3.4 patch 1 compile error - Added by glazed donut over 11 years ago

The output of version is

/bin/sh /volume1/tvheadend_34_patch1_source/tvheadend/support/version
3.4.27~gfbda802

I am on an Intel Synology latest DSM

RE: 3.4 patch 1 compile error - Added by glazed donut over 11 years ago

Well I figured it out...

Bash did not reside in /bin as required by support/version

My Bash resides in /opt/bin/bash

So a: ln -s /opt/bin/bash /bin/bash
solved the problem

    (1-2/2)