osmc@osmc:~$ su
Password:
root@osmc /home/osmc > osemu compile
osemu-compile.sh v0.04
/var/emu/script/osemu-compile.sh: line 153: install_: command not found
-------------------------------------------------------------------------------
Moechten Sie eine bestimmte svn Revisionsnummer kompilieren oder die aktuelle?
[0016] | []Aktuelle
-------------------------------------------------------------------------------
/var/emu/script/osemu-compile.sh: line 159: svn: command not found
Lade aktuelle osemu-svn Revision ...
/var/emu/script/osemu-compile.sh: line 161: svn: command not found
Verbindungsfehler! Abbruch!
root@osmc /home/osmc >
osemu compile geht nicht
osemu compile geht nicht
Osemu compile
- jensebub
- IPC Meister
- Beiträge: 1133
- Registriert: So 1. Mai 2011, 09:34
- Been thanked: 1 time
- Kontaktdaten:
Re: osemu compile geht nicht
Lol... vielleicht ein paar Infos mehr...
Aber dir fehlt subversion...
Gruß
jensebub
Gesendet von meinem SM-G800F mit Tapatalk
Aber dir fehlt subversion...
Gruß
jensebub
Gesendet von meinem SM-G800F mit Tapatalk
- Alx83
- Entwickler Team
- Beiträge: 662
- Registriert: Mo 12. Mär 2012, 22:48
- Has thanked: 15 times
- Been thanked: 7 times
- Kontaktdaten:
Re: osemu compile geht nicht
Führ' mal folgendes Komanndo aus:
Dann klappt's auch mit dem Nachbarn
Code: Alles auswählen
i os oscam-precomp.sh
Auf den Alkohol! Die Ursache und Lösung aller Probleme - Homer J. Simpson
Re: osemu compile geht nicht
Hi,
ist zwar schon alt, aber rein interessehalber geht mit diesem OS emu noch was ?
wenn ja bei mir kann ich den nicht aktualisieren erhalte folgende fehlermeldung
/bin/sh: 1: cc: not found
make: cc: Command not found
make: *** [Makefile:35: cscrypt/bn_ctx.o] Error 127
Danke
ist zwar schon alt, aber rein interessehalber geht mit diesem OS emu noch was ?
wenn ja bei mir kann ich den nicht aktualisieren erhalte folgende fehlermeldung
/bin/sh: 1: cc: not found
make: cc: Command not found
make: *** [Makefile:35: cscrypt/bn_ctx.o] Error 127
Danke
- Alx83
- Entwickler Team
- Beiträge: 662
- Registriert: Mo 12. Mär 2012, 22:48
- Has thanked: 15 times
- Been thanked: 7 times
- Kontaktdaten:
Re: osemu compile geht nicht
Wiei m DEB bereits gepostet:
Ich bekomme zwar tausend Fehlermeldungen, weil der Code veraltet ist, aber grundsätzlich geht's trotzdem noch bauen auf Raspberry Pi 3 mit Debian Buster:
Versuch mal folgendes:
Ich bekomme zwar tausend Fehlermeldungen, weil der Code veraltet ist, aber grundsätzlich geht's trotzdem noch bauen auf Raspberry Pi 3 mit Debian Buster:
Buildlog
Show
Code: Alles auswählen
CC cscrypt/bn_ctx.c
cscrypt/bn_lib.c: In function ‘bn_expand2’:
cscrypt/bn_lib.c:442:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
A[2] = B[2];
~~~~~^~~~~~
cscrypt/bn_lib.c:443:4: note: here
case 2:
^~~~
cscrypt/bn_lib.c:444:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
A[1] = B[1];
~~~~~^~~~~~
cscrypt/bn_lib.c:445:4: note: here
case 1:
^~~~
cscrypt/bn_lib.c: In function ‘BN_copy’:
cscrypt/bn_lib.c:528:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
A[2] = B[2];
~~~~~^~~~~~
cscrypt/bn_lib.c:529:2: note: here
case 2:
^~~~
cscrypt/bn_lib.c:530:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
A[1] = B[1];
~~~~~^~~~~~
cscrypt/bn_lib.c:531:2: note: here
case 1:
^~~~
CC cscrypt/bn_lib.c
CC cscrypt/bn_exp.c
CC cscrypt/bn_sqr.c
CC cscrypt/bn_div.c
CC cscrypt/bn_asm.c
CC cscrypt/bn_shift.c
CC cscrypt/bn_word.c
CC cscrypt/bn_add.c
CC cscrypt/bn_mul.c
CC cscrypt/aes.c
In file included from cscrypt/i_cbc.c:61:
cscrypt/i_cbc.c: In function ‘idea_cbc_encrypt’:
cscrypt/idea_lcl.h:99:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 8: l2 =((unsigned long)(*(--(c)))) ; \
cscrypt/i_cbc.c:92:4: note: in expansion of macro ‘n2ln’
n2ln(in, tin0, tin1, l + 8);
^~~~
cscrypt/idea_lcl.h:100:9: note: here
case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
^~~~
cscrypt/i_cbc.c:92:4: note: in expansion of macro ‘n2ln’
n2ln(in, tin0, tin1, l + 8);
^~~~
cscrypt/idea_lcl.h:100:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
^~
cscrypt/i_cbc.c:92:4: note: in expansion of macro ‘n2ln’
n2ln(in, tin0, tin1, l + 8);
^~~~
cscrypt/idea_lcl.h:101:9: note: here
case 6: l2|=((unsigned long)(*(--(c))))<<16; \
^~~~
cscrypt/i_cbc.c:92:4: note: in expansion of macro ‘n2ln’
n2ln(in, tin0, tin1, l + 8);
^~~~
cscrypt/idea_lcl.h:101:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 6: l2|=((unsigned long)(*(--(c))))<<16; \
^~
cscrypt/i_cbc.c:92:4: note: in expansion of macro ‘n2ln’
n2ln(in, tin0, tin1, l + 8);
^~~~
cscrypt/idea_lcl.h:102:9: note: here
case 5: l2|=((unsigned long)(*(--(c))))<<24; \
^~~~
cscrypt/i_cbc.c:92:4: note: in expansion of macro ‘n2ln’
n2ln(in, tin0, tin1, l + 8);
^~~~
cscrypt/idea_lcl.h:102:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 5: l2|=((unsigned long)(*(--(c))))<<24; \
^~
cscrypt/i_cbc.c:92:4: note: in expansion of macro ‘n2ln’
n2ln(in, tin0, tin1, l + 8);
^~~~
cscrypt/idea_lcl.h:103:9: note: here
case 4: l1 =((unsigned long)(*(--(c)))) ; \
^~~~
cscrypt/i_cbc.c:92:4: note: in expansion of macro ‘n2ln’
n2ln(in, tin0, tin1, l + 8);
^~~~
cscrypt/idea_lcl.h:103:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 4: l1 =((unsigned long)(*(--(c)))) ; \
cscrypt/i_cbc.c:92:4: note: in expansion of macro ‘n2ln’
n2ln(in, tin0, tin1, l + 8);
^~~~
cscrypt/idea_lcl.h:104:9: note: here
case 3: l1|=((unsigned long)(*(--(c))))<< 8; \
^~~~
cscrypt/i_cbc.c:92:4: note: in expansion of macro ‘n2ln’
n2ln(in, tin0, tin1, l + 8);
^~~~
cscrypt/idea_lcl.h:104:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 3: l1|=((unsigned long)(*(--(c))))<< 8; \
^~
cscrypt/i_cbc.c:92:4: note: in expansion of macro ‘n2ln’
n2ln(in, tin0, tin1, l + 8);
^~~~
cscrypt/idea_lcl.h:105:9: note: here
case 2: l1|=((unsigned long)(*(--(c))))<<16; \
^~~~
cscrypt/i_cbc.c:92:4: note: in expansion of macro ‘n2ln’
n2ln(in, tin0, tin1, l + 8);
^~~~
cscrypt/idea_lcl.h:105:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 2: l1|=((unsigned long)(*(--(c))))<<16; \
^~
cscrypt/i_cbc.c:92:4: note: in expansion of macro ‘n2ln’
n2ln(in, tin0, tin1, l + 8);
^~~~
cscrypt/idea_lcl.h:106:9: note: here
case 1: l1|=((unsigned long)(*(--(c))))<<24; \
^~~~
cscrypt/i_cbc.c:92:4: note: in expansion of macro ‘n2ln’
n2ln(in, tin0, tin1, l + 8);
^~~~
cscrypt/idea_lcl.h:114:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 8: *(--(c))=(unsigned char)(((l2) )&0xff); \
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cscrypt/i_cbc.c:134:4: note: in expansion of macro ‘l2nn’
l2nn(tout0, tout1, out, l + 8);
^~~~
cscrypt/idea_lcl.h:115:9: note: here
case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
^~~~
cscrypt/i_cbc.c:134:4: note: in expansion of macro ‘l2nn’
l2nn(tout0, tout1, out, l + 8);
^~~~
cscrypt/idea_lcl.h:115:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cscrypt/i_cbc.c:134:4: note: in expansion of macro ‘l2nn’
l2nn(tout0, tout1, out, l + 8);
^~~~
cscrypt/idea_lcl.h:116:9: note: here
case 6: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
^~~~
cscrypt/i_cbc.c:134:4: note: in expansion of macro ‘l2nn’
l2nn(tout0, tout1, out, l + 8);
^~~~
cscrypt/idea_lcl.h:116:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 6: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cscrypt/i_cbc.c:134:4: note: in expansion of macro ‘l2nn’
l2nn(tout0, tout1, out, l + 8);
^~~~
cscrypt/idea_lcl.h:117:9: note: here
case 5: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
^~~~
cscrypt/i_cbc.c:134:4: note: in expansion of macro ‘l2nn’
l2nn(tout0, tout1, out, l + 8);
^~~~
cscrypt/idea_lcl.h:117:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 5: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cscrypt/i_cbc.c:134:4: note: in expansion of macro ‘l2nn’
l2nn(tout0, tout1, out, l + 8);
^~~~
cscrypt/idea_lcl.h:118:9: note: here
case 4: *(--(c))=(unsigned char)(((l1) )&0xff); \
^~~~
cscrypt/i_cbc.c:134:4: note: in expansion of macro ‘l2nn’
l2nn(tout0, tout1, out, l + 8);
^~~~
cscrypt/idea_lcl.h:118:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 4: *(--(c))=(unsigned char)(((l1) )&0xff); \
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cscrypt/i_cbc.c:134:4: note: in expansion of macro ‘l2nn’
l2nn(tout0, tout1, out, l + 8);
^~~~
cscrypt/idea_lcl.h:119:9: note: here
case 3: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
^~~~
cscrypt/i_cbc.c:134:4: note: in expansion of macro ‘l2nn’
l2nn(tout0, tout1, out, l + 8);
^~~~
cscrypt/idea_lcl.h:119:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 3: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cscrypt/i_cbc.c:134:4: note: in expansion of macro ‘l2nn’
l2nn(tout0, tout1, out, l + 8);
^~~~
cscrypt/idea_lcl.h:120:9: note: here
case 2: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \
^~~~
cscrypt/i_cbc.c:134:4: note: in expansion of macro ‘l2nn’
l2nn(tout0, tout1, out, l + 8);
^~~~
cscrypt/idea_lcl.h:120:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 2: *(--(c))=(unsigned char)(((l1)>>16)&0xff); \
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cscrypt/i_cbc.c:134:4: note: in expansion of macro ‘l2nn’
l2nn(tout0, tout1, out, l + 8);
^~~~
cscrypt/idea_lcl.h:121:9: note: here
case 1: *(--(c))=(unsigned char)(((l1)>>24)&0xff); \
^~~~
cscrypt/i_cbc.c:134:4: note: in expansion of macro ‘l2nn’
l2nn(tout0, tout1, out, l + 8);
^~~~
CC cscrypt/i_cbc.c
CC cscrypt/i_ecb.c
CC cscrypt/i_skey.c
CC cscrypt/mem.c
cscrypt/des.c: In function ‘xxor’:
cscrypt/des.c:715:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
for(i = 8; i < 16; ++i)
^~~
cscrypt/des.c:719:2: note: here
case 8:
^~~~
cscrypt/des.c:720:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
for(i = 4; i < 8; ++i)
^~~
cscrypt/des.c:724:2: note: here
case 4:
^~~~
CC cscrypt/des.c
CC cscrypt/md5.c
CC cscrypt/viades.c
In file included from ffdecsa/ffdecsa.c:78:
ffdecsa/ffdecsa.c: In function ‘block_decypher_group’:
ffdecsa/parallel_generic.h:90:39: warning: ‘perm_out’ is used uninitialized in this function [-Wuninitialized]
*pd ^= *ps; }while(0)
^
ffdecsa/parallel_generic.h:90:39: warning: ‘*((void *)&perm_out+8)’ is used uninitialized in this function [-Wuninitialized]
ffdecsa/parallel_generic.h:90:39: warning: ‘*((void *)&perm_out+16)’ is used uninitialized in this function [-Wuninitialized]
ffdecsa/parallel_generic.h:90:39: warning: ‘*((void *)&perm_out+24)’ is used uninitialized in this function [-Wuninitialized]
CC ffdecsa/ffdecsa.c
CC st20.c
CC dre2overcrypt.c
CC via3surenc.c
helpfunctions.c: In function ‘i2b_buf’:
helpfunctions.c:160:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
b[2] = (i ) & 0xff;
~~~~~^~~~~~~~~~~~~~~~
helpfunctions.c:161:2: note: here
case 4:
^~~~
CC helpfunctions.c
CC module-emulator-stream.c
module-emulator-osemu.c: In function ‘xxor’:
module-emulator-osemu.c:722:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
for(i = 8; i < 16; ++i)
^~~
module-emulator-osemu.c:726:2: note: here
case 8:
^~~~
module-emulator-osemu.c:727:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
for(i = 4; i < 8; ++i)
^~~
module-emulator-osemu.c:731:2: note: here
case 4:
^~~~
module-emulator-osemu.c: In function ‘WriteKeyToFile’:
module-emulator-osemu.c:118:2: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
strncpy(path, emu_keyfile_path, pathLength+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
module-emulator-osemu.c:113:15: note: length computed here
pathLength = strlen(emu_keyfile_path);
^~~~~~~~~~~~~~~~~~~~~~~~
module-emulator-osemu.c:141:4: warning: ‘strncpy’ output may be truncated copying 32 bytes from a string of length 255 [-Wstringop-truncation]
strncpy(filename, pDirent->d_name, sizeof(filename));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
module-emulator-osemu.c: In function ‘read_emu_keyfile’:
module-emulator-osemu.c:507:2: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
strncpy(path, opath, pathLength+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
module-emulator-osemu.c:502:15: note: length computed here
pathLength = strlen(opath);
^~~~~~~~~~~~~
module-emulator-osemu.c:530:4: warning: ‘strncpy’ output may be truncated copying 32 bytes from a string of length 255 [-Wstringop-truncation]
strncpy(filename, pDirent->d_name, sizeof(filename));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
module-emulator-osemu.c: In function ‘DrecryptSetEmuExtee’:
module-emulator-osemu.c:3190:3: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
strncpy(idata->extee36, temp, strlen(temp));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
module-emulator-osemu.c:3205:3: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
strncpy(idata->extee56, temp, strlen(temp));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC module-emulator-osemu.c
CC OSEmu.c
touch SoftCam.Key
strip OSEmu
Die neue osemu.armel befindet sich in /var/emu/osemu/
Neue osemu-svn build 316 erfolgreich erstellt!
Code: Alles auswählen
sudo apt-get install build-essential autoconf automake cmake make patch gcc g++ pkg-config subversion
Auf den Alkohol! Die Ursache und Lösung aller Probleme - Homer J. Simpson
Wer ist online?
Mitglieder in diesem Forum: 0 Mitglieder und 0 Gäste