Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

Oscam mit 2 Patches kompilieren ... ?

    Nobody is reading this thread right now.
AW: Oscam mit 2 Patches kompilieren ... ?



Vielen Dank für die Arbeit!

Damit kann das Thema geschlossen werden.
 
Zuletzt bearbeitet von einem Moderator:
AW: Oscam mit 2 Patches kompilieren ... ?

hat nicht geklappt bei mir
 
AW: Oscam mit 2 Patches kompilieren ... ?

@HD-Line: Mit deinem "Feedback" kann ich leider gar nix anfangen. Müsstest da doch etwas präziser werden
 
AW: Oscam mit 2 Patches kompilieren ... ?

Also ich habe das auch mal ausprobiert, eine Fehlermeldung beim compilieren gab es keine, aber der Patch den ich einpflegen wollte hat er auch nicht genommen.

oscam-compile.sh
Code:
#patch-name
patchNAME1="oscam-emu.patch"
patchNAME2="CWCHECKTAB_CECSPVALUETAB_dyn.patch"
patchNAME3="patch3.patch"

Patch in "/tmp/compile" abgelegt

Nix passiert


EDIT: Sorry, Dummheit sollte erschlagen werden. Funktioniert einwandfrei

Ich wollts halt nur mal testen, Multi-Patch brauch ich auch nicht.
 
Zuletzt bearbeitet:
giebt es das Script noch der download link geht net mehr.

LG
 
das meinte ich
 
Zuletzt bearbeitet von einem Moderator:
Das habe ich irgendwann mal gelöscht. Ist ja auch erst 5 Jahre her. Geht aber ja wie beschrieben
 
Nabend,

korrigiert mich, aber ich könnte mit dem oben genannten "Anleitung" den CAK7.patch und zb den AIO.patch einspeilen.
Richtig?

#patch-name
patchNAME="cacheex_aio-v09xxx.patch"
patchNAME1="cak7-xxx.patch"

gruß
 
Wenn sich die Patches nicht gegenseitig "beißen", dann ja
 
Hi,

ich patche mein oscam auf dem IPC immer so:
2 Konsolenfenster öffnen.
Im ersten Fenster wird o compile gestartet und abgewartet bis ausgecheckt wurde .. die Quellen liegen dann hier: /tmp/compile/oscam-svn .
Im zweiten Fenster wird in den frisch ausgecheckten /tmp/compile/oscam-svn Ordner gewechselt (cd /tmp/compile/oscam-svn).
Alle Patche werden in den /tmp/compile/oscam-svn Ordner kopiert (cp /.../1.patch /.../2.patch /tmp/compile/oscam-svn).
Alle Patche anwenden: patch -p0 < 1.patch && patch -p0 < 2.patch
Zweite Fenster kann geschlossen werden.
Wieder ins erste Fenster wechseln und dort wie gewohnt weiterverfahren.
 
Zuletzt bearbeitet:
Das ist auch eine Möglichkeit, aber das Script würde das automatisch machen
 
Hi,
muss ich mir mal bei Gelegenheit beäugen.

.. mit der "2 Konsolenfenster"-Vorgehensweise kann man im Grunde beliebig viele Patch-Dateien anwenden.
 
Zuletzt bearbeitet:
hallo, nutze ipc und hatte die oscam 11569 mit aio 9.2.3 installiert

wollte mit o compile die neuste oscam und die aio 9.2.5 installieren. erhalte dort immer eine fehlermeldung.

In file included from /tmp/compile/oscam-svn/utils/list_smargo.c:25:0:
/tmp/compile/oscam-svn/utils/../globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/utils/../globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
utils/CMakeFiles/list_smargo.dir/build.make:62: recipe for target 'utils/CMakeFiles/list_smargo.dir/list_smargo.c.o' failed
make[2]: *** [utils/CMakeFiles/list_smargo.dir/list_smargo.c.o] Error 1
CMakeFiles/Makefile2:478: recipe for target 'utils/CMakeFiles/list_smargo.dir/all' failed
make[1]: *** [utils/CMakeFiles/list_smargo.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
In file included from /tmp/compile/oscam-svn/csctapi/atr.c:24:0:
/tmp/compile/oscam-svn/csctapi/../globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/csctapi/../globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
[ 9%] Building C object csctapi/CMakeFiles/csctapi.dir/ifd_azbox.c.o
[ 10%] Building C object CMakeFiles/csreaders.dir/reader-conax.c.o
In file included from /tmp/compile/oscam-svn/csctapi/icc_async.c:1:0:
/tmp/compile/oscam-svn/csctapi/../globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
In file included from /tmp/compile/oscam-svn/reader-bulcrypt.c:49:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/csctapi/../globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
Scanning dependencies of target csoscam
[ 11%] Building C object CMakeFiles/csmodules.dir/module-cacheex.c.o
csctapi/CMakeFiles/csctapi.dir/build.make:62: recipe for target 'csctapi/CMakeFiles/csctapi.dir/atr.c.o' failed
make[2]: *** [csctapi/CMakeFiles/csctapi.dir/atr.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
CMakeFiles/csreaders.dir/build.make:62: recipe for target 'CMakeFiles/csreaders.dir/reader-bulcrypt.c.o' failed
make[2]: *** [CMakeFiles/csreaders.dir/reader-bulcrypt.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /tmp/compile/oscam-svn/module-anticasc.c:4:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
[ 12%] Building C object CMakeFiles/csreaders.dir/reader-cryptoworks.c.o
[ 12%] Building C object CMakeFiles/csmodules.dir/module-camd35-cacheex.c.o
In file included from /tmp/compile/oscam-svn/reader-common.c:1:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
csctapi/CMakeFiles/csctapi.dir/build.make:86: recipe for target 'csctapi/CMakeFiles/csctapi.dir/icc_async.c.o' failed
make[2]: *** [csctapi/CMakeFiles/csctapi.dir/icc_async.c.o] Error 1
CMakeFiles/csmodules.dir/build.make:62: recipe for target 'CMakeFiles/csmodules.dir/module-anticasc.c.o' failed
make[2]: *** [CMakeFiles/csmodules.dir/module-anticasc.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 13%] Linking C static library libminilzo.a
[ 14%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_print.c.o
[ 15%] Building C object CMakeFiles/csmodules.dir/module-camd35.c.o
[ 16%] Building C object CMakeFiles/csoscam.dir/oscam-aes.c.o
[ 17%] Building C object CMakeFiles/csmodules.dir/module-camd33.c.o
[ 17%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_shift.c.o
CMakeFiles/csreaders.dir/build.make:86: recipe for target 'CMakeFiles/csreaders.dir/reader-common.c.o' failed
make[2]: *** [CMakeFiles/csreaders.dir/reader-common.c.o] Error 1
In file included from /tmp/compile/oscam-svn/module-cacheex.c:3:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
In file included from /tmp/compile/oscam-svn/reader-conax.c:1:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
[ 18%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_sqr.c.o
In file included from /tmp/compile/oscam-svn/csctapi/ifd_azbox.c:1:0:
/tmp/compile/oscam-svn/csctapi/../globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/csctapi/../globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
In file included from /tmp/compile/oscam-svn/reader-cryptoworks.c:1:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
csctapi/CMakeFiles/csctapi.dir/build.make:110: recipe for target 'csctapi/CMakeFiles/csctapi.dir/ifd_azbox.c.o' failed
make[2]: *** [csctapi/CMakeFiles/csctapi.dir/ifd_azbox.c.o] Error 1
CMakeFiles/Makefile2:313: recipe for target 'csctapi/CMakeFiles/csctapi.dir/all' failed
make[1]: *** [csctapi/CMakeFiles/csctapi.dir/all] Error 2
/tmp/compile/oscam-svn/module-cacheex.c:582:16: error: redefinition of ‘chk_cwcheck’
static uint8_t chk_cwcheck(ECM_REQUEST *er, uint8_t cw_check_for_push)
^~~~~~~~~~~
/tmp/compile/oscam-svn/module-cacheex.c:556:16: note: previous definition of ‘chk_cwcheck’ was here
static uint8_t chk_cwcheck(ECM_REQUEST *er, uint8_t cw_check_for_push)
^~~~~~~~~~~
/tmp/compile/oscam-svn/module-cacheex.c:620:16: error: redefinition of ‘chk_cwcheck’
static uint8_t chk_cwcheck(ECM_REQUEST *er, uint8_t cw_check_for_push)
^~~~~~~~~~~
/tmp/compile/oscam-svn/module-cacheex.c:582:16: note: previous definition of ‘chk_cwcheck’ was here
static uint8_t chk_cwcheck(ECM_REQUEST *er, uint8_t cw_check_for_push)
^~~~~~~~~~~
/tmp/compile/oscam-svn/module-cacheex.c:875:9: error: redefinition of ‘check_nds_cwex’
uint8_t check_nds_cwex(ECM_REQUEST *er)
^~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-cacheex.c:854:9: note: previous definition of ‘check_nds_cwex’ was here
uint8_t check_nds_cwex(ECM_REQUEST *er)
^~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-cacheex.c:896:9: error: redefinition of ‘check_nds_cwex’
uint8_t check_nds_cwex(ECM_REQUEST *er)
^~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-cacheex.c:854:9: note: previous definition of ‘check_nds_cwex’ was here
uint8_t check_nds_cwex(ECM_REQUEST *er)
^~~~~~~~~~~~~~
[ 18%] Built target minilzo
In file included from /tmp/compile/oscam-svn/module-camd35-cacheex.c:3:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
In file included from /tmp/compile/oscam-svn/oscam-aes.c:3:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
CMakeFiles/csreaders.dir/build.make:110: recipe for target 'CMakeFiles/csreaders.dir/reader-conax.c.o' failed
make[2]: *** [CMakeFiles/csreaders.dir/reader-conax.c.o] Error 1
In file included from /tmp/compile/oscam-svn/module-camd33.c:3:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
[ 19%] Building C object CMakeFiles/csoscam.dir/oscam-cache.c.o
[ 19%] Building C object CMakeFiles/csoscam.dir/oscam-array.c.o
In file included from /tmp/compile/oscam-svn/module-camd35.c:3:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
[ 20%] Building C object CMakeFiles/csoscam.dir/oscam-chk.c.o
CMakeFiles/csreaders.dir/build.make:134: recipe for target 'CMakeFiles/csreaders.dir/reader-cryptoworks.c.o' failed
make[2]: *** [CMakeFiles/csreaders.dir/reader-cryptoworks.c.o] Error 1
CMakeFiles/csmodules.dir/build.make:110: recipe for target 'CMakeFiles/csmodules.dir/module-camd33.c.o' failed
make[2]: *** [CMakeFiles/csmodules.dir/module-camd33.c.o] Error 1
CMakeFiles/Makefile2:221: recipe for target 'CMakeFiles/csreaders.dir/all' failed
make[1]: *** [CMakeFiles/csreaders.dir/all] Error 2
[ 21%] Building C object CMakeFiles/csoscam.dir/oscam-client.c.o
[ 22%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_word.c.o
/tmp/compile/oscam-svn/module-camd35-cacheex.c:883:6: error: redefinition of ‘camd35_cacheex_feature_trigger_in’
void camd35_cacheex_feature_trigger_in(struct s_client *cl, uint8_t *buf)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:29:6: note: previous definition of ‘camd35_cacheex_feature_trigger_in’ was here
void camd35_cacheex_feature_trigger_in(struct s_client *cl, uint8_t *buf)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:1054:6: error: redefinition of ‘camd35_cacheex_feature_trigger’
void camd35_cacheex_feature_trigger(struct s_client *cl, int32_t feature, uint8_t mode)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:359:6: note: previous definition of ‘camd35_cacheex_feature_trigger’ was here
void camd35_cacheex_feature_trigger(struct s_client *cl, int32_t feature, uint8_t mode)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-cacheex.c:582:16: warning: ‘chk_cwcheck’ defined but not used [-Wunused-function]
static uint8_t chk_cwcheck(ECM_REQUEST *er, uint8_t cw_check_for_push)
^~~~~~~~~~~
/tmp/compile/oscam-svn/module-cacheex.c:556:16: warning: ‘chk_cwcheck’ defined but not used [-Wunused-function]
static uint8_t chk_cwcheck(ECM_REQUEST *er, uint8_t cw_check_for_push)
^~~~~~~~~~~
CMakeFiles/csmodules.dir/build.make:86: recipe for target 'CMakeFiles/csmodules.dir/module-cacheex.c.o' failed
make[2]: *** [CMakeFiles/csmodules.dir/module-cacheex.c.o] Error 1
CMakeFiles/csoscam.dir/build.make:62: recipe for target 'CMakeFiles/csoscam.dir/oscam-aes.c.o' failed
make[2]: *** [CMakeFiles/csoscam.dir/oscam-aes.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/tmp/compile/oscam-svn/module-camd35-cacheex.c:1356:6: error: redefinition of ‘camd35_cacheex_feature_request_save’
void camd35_cacheex_feature_request_save(struct s_client *cl, uint8_t *buf)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:721:6: note: previous definition of ‘camd35_cacheex_feature_request_save’ was here
void camd35_cacheex_feature_request_save(struct s_client *cl, uint8_t *buf)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 23%] Building C object cscrypt/CMakeFiles/cscrypt.dir/des.c.o
/tmp/compile/oscam-svn/module-camd35-cacheex.c:1472:6: error: redefinition of ‘camd35_cacheex_feature_request’
void camd35_cacheex_feature_request(struct s_client *cl)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:848:6: note: previous definition of ‘camd35_cacheex_feature_request’ was here
void camd35_cacheex_feature_request(struct s_client *cl)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:1488:6: error: redefinition of ‘camd35_cacheex_feature_request_reply’
void camd35_cacheex_feature_request_reply(struct s_client *cl, uint8_t *buf)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:864:6: note: previous definition of ‘camd35_cacheex_feature_request_reply’ was here
void camd35_cacheex_feature_request_reply(struct s_client *cl, uint8_t *buf)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:1507:6: error: redefinition of ‘camd35_cacheex_feature_trigger_in’
void camd35_cacheex_feature_trigger_in(struct s_client *cl, uint8_t *buf)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:29:6: note: previous definition of ‘camd35_cacheex_feature_trigger_in’ was here
void camd35_cacheex_feature_trigger_in(struct s_client *cl, uint8_t *buf)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 23%] Building C object CMakeFiles/csoscam.dir/oscam-conf-chk.c.o
/tmp/compile/oscam-svn/module-camd35-cacheex.c:1678:6: error: redefinition of ‘camd35_cacheex_feature_trigger’
void camd35_cacheex_feature_trigger(struct s_client *cl, int32_t feature, uint8_t mode)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:359:6: note: previous definition of ‘camd35_cacheex_feature_trigger’ was here
void camd35_cacheex_feature_trigger(struct s_client *cl, int32_t feature, uint8_t mode)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 24%] Building C object cscrypt/CMakeFiles/cscrypt.dir/i_cbc.c.o
CMakeFiles/csmodules.dir/build.make:158: recipe for target 'CMakeFiles/csmodules.dir/module-camd35.c.o' failed
make[2]: *** [CMakeFiles/csmodules.dir/module-camd35.c.o] Error 1
[ 24%] Building C object cscrypt/CMakeFiles/cscrypt.dir/fast_aes.c.o
[ 25%] Building C object cscrypt/CMakeFiles/cscrypt.dir/i_ecb.c.o
/tmp/compile/oscam-svn/module-camd35-cacheex.c:1980:6: error: redefinition of ‘camd35_cacheex_feature_request_save’
void camd35_cacheex_feature_request_save(struct s_client *cl, uint8_t *buf)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:721:6: note: previous definition of ‘camd35_cacheex_feature_request_save’ was here
void camd35_cacheex_feature_request_save(struct s_client *cl, uint8_t *buf)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:2096:6: error: redefinition of ‘camd35_cacheex_feature_request’
void camd35_cacheex_feature_request(struct s_client *cl)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:848:6: note: previous definition of ‘camd35_cacheex_feature_request’ was here
void camd35_cacheex_feature_request(struct s_client *cl)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:2112:6: error: redefinition of ‘camd35_cacheex_feature_request_reply’
void camd35_cacheex_feature_request_reply(struct s_client *cl, uint8_t *buf)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:864:6: note: previous definition of ‘camd35_cacheex_feature_request_reply’ was here
void camd35_cacheex_feature_request_reply(struct s_client *cl, uint8_t *buf)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c: In function ‘camd35_cacheex_recv_ce1_cwc_info’:
/tmp/compile/oscam-svn/module-camd35-cacheex.c:2774:13: error: ‘ofs’ undeclared (first use in this function)
if(b2i(1, ofs) == 1)
^~~
/tmp/compile/oscam-svn/module-camd35-cacheex.c:2774:13: note: each undeclared identifier is reported only once for each function it appears in
In file included from /tmp/compile/oscam-svn/oscam-cache.c:3:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
[ 25%] Building C object cscrypt/CMakeFiles/cscrypt.dir/i_skey.c.o
In file included from /tmp/compile/oscam-svn/oscam-array.c:3:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:177:16: error: redefinition of ‘time_sort’
static uint8_t time_sort(CW_CACHE *a, CW_CACHE *b)
^~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:170:16: note: previous definition of ‘time_sort’ was here
static uint8_t time_sort(CW_CACHE *a, CW_CACHE *b)
^~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:183:16: error: redefinition of ‘time_sort’
static uint8_t time_sort(CW_CACHE *a, CW_CACHE *b)
^~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:177:16: note: previous definition of ‘time_sort’ was here
static uint8_t time_sort(CW_CACHE *a, CW_CACHE *b)
^~~~~~~~~
In file included from /tmp/compile/oscam-svn/oscam-client.c:3:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:273:12: error: redefinition of ‘compare_cw_cache’
static int compare_cw_cache(const void *arg, const void *obj)
^~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:267:12: note: previous definition of ‘compare_cw_cache’ was here
static int compare_cw_cache(const void *arg, const void *obj)
^~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:278:12: error: redefinition of ‘compare_cw_cache’
static int compare_cw_cache(const void *arg, const void *obj)
^~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:273:12: note: previous definition of ‘compare_cw_cache’ was here
static int compare_cw_cache(const void *arg, const void *obj)
^~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:410:10: error: redefinition of ‘get_cacheex_nopushafter’
uint16_t get_cacheex_nopushafter(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:404:10: note: previous definition of ‘get_cacheex_nopushafter’ was here
uint16_t get_cacheex_nopushafter(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:415:10: error: redefinition of ‘get_cacheex_nopushafter’
uint16_t get_cacheex_nopushafter(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:404:10: note: previous definition of ‘get_cacheex_nopushafter’ was here
uint16_t get_cacheex_nopushafter(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/compile/oscam-svn/cscrypt/des.c:136:0:
/tmp/compile/oscam-svn/cscrypt/../globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/cscrypt/../globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
CMakeFiles/csoscam.dir/build.make:86: recipe for target 'CMakeFiles/csoscam.dir/oscam-array.c.o' failed
make[2]: *** [CMakeFiles/csoscam.dir/oscam-array.c.o] Error 1
[ 26%] Building C object cscrypt/CMakeFiles/cscrypt.dir/mdc2.c.o
CMakeFiles/csmodules.dir/build.make:134: recipe for target 'CMakeFiles/csmodules.dir/module-camd35-cacheex.c.o' failed
make[2]: *** [CMakeFiles/csmodules.dir/module-camd35-cacheex.c.o] Error 1
CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/csmodules.dir/all' failed
make[1]: *** [CMakeFiles/csmodules.dir/all] Error 2
In file included from /tmp/compile/oscam-svn/oscam-conf-chk.c:3:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
[ 26%] Building C object cscrypt/CMakeFiles/cscrypt.dir/mem.c.o
/tmp/compile/oscam-svn/oscam-cache.c:273:12: warning: ‘compare_cw_cache’ defined but not used [-Wunused-function]
static int compare_cw_cache(const void *arg, const void *obj)
^~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:267:12: warning: ‘compare_cw_cache’ defined but not used [-Wunused-function]
static int compare_cw_cache(const void *arg, const void *obj)
^~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:177:16: warning: ‘time_sort’ defined but not used [-Wunused-function]
static uint8_t time_sort(CW_CACHE *a, CW_CACHE *b)
^~~~~~~~~
/tmp/compile/oscam-svn/oscam-cache.c:170:16: warning: ‘time_sort’ defined but not used [-Wunused-function]
static uint8_t time_sort(CW_CACHE *a, CW_CACHE *b)
^~~~~~~~~
In file included from /tmp/compile/oscam-svn/oscam-chk.c:3:0:
/tmp/compile/oscam-svn/globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
CMakeFiles/csoscam.dir/build.make:110: recipe for target 'CMakeFiles/csoscam.dir/oscam-cache.c.o' failed
make[2]: *** [CMakeFiles/csoscam.dir/oscam-cache.c.o] Error 1
cscrypt/CMakeFiles/cscrypt.dir/build.make:350: recipe for target 'cscrypt/CMakeFiles/cscrypt.dir/des.c.o' failed
make[2]: *** [cscrypt/CMakeFiles/cscrypt.dir/des.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 27%] Building C object cscrypt/CMakeFiles/cscrypt.dir/md5.c.o
CMakeFiles/csoscam.dir/build.make:158: recipe for target 'CMakeFiles/csoscam.dir/oscam-client.c.o' failed
make[2]: *** [CMakeFiles/csoscam.dir/oscam-client.c.o] Error 1
[ 28%] Building C object cscrypt/CMakeFiles/cscrypt.dir/rc6.c.o
/tmp/compile/oscam-svn/oscam-chk.c:204:9: error: redefinition of ‘chk_srvid_disablecrccws_only_for_exception’
int32_t chk_srvid_disablecrccws_only_for_exception(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-chk.c:157:9: note: previous definition of ‘chk_srvid_disablecrccws_only_for_exception’ was here
int32_t chk_srvid_disablecrccws_only_for_exception(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-chk.c:219:9: error: redefinition of ‘chk_srvid_no_wait_time’
int32_t chk_srvid_no_wait_time(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-chk.c:173:9: note: previous definition of ‘chk_srvid_no_wait_time’ was here
int32_t chk_srvid_no_wait_time(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-chk.c:234:9: error: redefinition of ‘chk_srvid_localgenerated_only_exception’
int32_t chk_srvid_localgenerated_only_exception(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-chk.c:188:9: note: previous definition of ‘chk_srvid_localgenerated_only_exception’ was here
int32_t chk_srvid_localgenerated_only_exception(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-chk.c:249:9: error: redefinition of ‘chk_srvid_disablecrccws_only_for_exception’
int32_t chk_srvid_disablecrccws_only_for_exception(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-chk.c:157:9: note: previous definition of ‘chk_srvid_disablecrccws_only_for_exception’ was here
int32_t chk_srvid_disablecrccws_only_for_exception(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-chk.c:264:9: error: redefinition of ‘chk_srvid_no_wait_time’
int32_t chk_srvid_no_wait_time(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-chk.c:173:9: note: previous definition of ‘chk_srvid_no_wait_time’ was here
int32_t chk_srvid_no_wait_time(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-chk.c:279:9: error: redefinition of ‘chk_srvid_localgenerated_only_exception’
int32_t chk_srvid_localgenerated_only_exception(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/compile/oscam-svn/oscam-chk.c:188:9: note: previous definition of ‘chk_srvid_localgenerated_only_exception’ was here
int32_t chk_srvid_localgenerated_only_exception(ECM_REQUEST *er)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 29%] Building C object cscrypt/CMakeFiles/cscrypt.dir/sha1.c.o
CMakeFiles/csoscam.dir/build.make:182: recipe for target 'CMakeFiles/csoscam.dir/oscam-conf-chk.c.o' failed
make[2]: *** [CMakeFiles/csoscam.dir/oscam-conf-chk.c.o] Error 1
CMakeFiles/csoscam.dir/build.make:134: recipe for target 'CMakeFiles/csoscam.dir/oscam-chk.c.o' failed
make[2]: *** [CMakeFiles/csoscam.dir/oscam-chk.c.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/csoscam.dir/all' failed
make[1]: *** [CMakeFiles/csoscam.dir/all] Error 2
In file included from /tmp/compile/oscam-svn/cscrypt/mdc2.c:1:0:
/tmp/compile/oscam-svn/cscrypt/../globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/cscrypt/../globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
In file included from /tmp/compile/oscam-svn/cscrypt/md5.c:22:0:
/tmp/compile/oscam-svn/cscrypt/../globals.h:1098:12: error: duplicate member ‘ecm_time’
int32_t ecm_time; // ecm-time in ms
^~~~~~~~
/tmp/compile/oscam-svn/cscrypt/../globals.h:1099:12: error: duplicate member ‘localgenerated’
uint8_t localgenerated; // flag for local generated CW
^~~~~~~~~~~~~~
cscrypt/CMakeFiles/cscrypt.dir/build.make:470: recipe for target 'cscrypt/CMakeFiles/cscrypt.dir/md5.c.o' failed
make[2]: *** [cscrypt/CMakeFiles/cscrypt.dir/md5.c.o] Error 1
cscrypt/CMakeFiles/cscrypt.dir/build.make:494: recipe for target 'cscrypt/CMakeFiles/cscrypt.dir/mdc2.c.o' failed
make[2]: *** [cscrypt/CMakeFiles/cscrypt.dir/mdc2.c.o] Error 1
CMakeFiles/Makefile2:423: recipe for target 'cscrypt/CMakeFiles/cscrypt.dir/all' failed
make[1]: *** [cscrypt/CMakeFiles/cscrypt.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
ERROR: compile fehlgeschlagen? Abbruch!
 
Bei der neuesten Oscam-SVN ist der Patch schon enthalten und braucht nicht extra gepatched zu werden.
Wurde mit der 11585 hinzugefügt/integriert.
 
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…