Opened 5 years ago

Closed 5 years ago

#4704 closed defect (fixed)

stops the creation of oscam on ubuntu 10.4 machine for toolchains mipsel-tuxbox

Reported by: alex067 Owned by:
Priority: Please fill in Component: General
Severity: Please fill in Keywords:
Cc: Sensitive: no

Description

+-------------------------------------------------------------------------------
| OSCam ver: 1.20_svn rev: 11456 target: mipsel-unknown-linux-gnu
| Tools:
| CROSS = /home/user/Scrivania/mipsel-unknown-linux-gnu/bin/mipsel-unknown-linux-gnu-
| CC = /home/user/Scrivania/mipsel-unknown-linux-gnu/bin/mipsel-unknown-linux-gnu-gcc
| Settings:
| CONF_DIR = /etc/tuxbox/config
| CC_OPTS = -O2 -ggdb -pipe -ffunction-sections -fdata-sections
| CC_WARN = -W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition
| CFLAGS = -static-libgcc
| LDFLAGS = -Wl,--gc-sections -static-libgcc
| LIBS = -lm -lpthread -ldl -lrt
| UseFlags =
| Config:
| Addons : WEBIF WEBIF_LIVELOG HAVE_DVBAPI READ_SDT_CHARSETS IRDETO_GUESSING CS_ANTICASC WITH_DEBUG MODULE_MONITOR WITH_LB CS_CACHEEX CW_CYCLE_CHECK CLOCKFIX
| Protocols: CAMD35 CAMD35_TCP NEWCAMD CCCAM CCCSHARE GBOX RADEGAST SCAM SERIAL CONSTCW PANDORA GHTTP
| Readers : NAGRA NAGRA_MERLIN IRDETO CONAX CRYPTOWORKS SECA VIACCESS VIDEOGUARD DRE TONGFANG BULCRYPT GRIFFIN DGCRYPT
| CardRdrs : PHOENIX INTERNAL SC8IN1 MP35 SMARGO DB2COM STAPI STAPI5 STINGER DRECAS
| Compiler : mipsel-unknown-linux-gnu-gcc (crosstool-NG-1.3.3) 4.3.2
| Config : build/mipsel-unknown-linux-gnu/config.mak
| Binary : Distribution/oscam-1.20_svn11456-mipsel-unknown-linux-gnu
+-------------------------------------------------------------------------------
CC cscrypt/mdc2.c
In file included from cscrypt/mdc2.c:4:
cscrypt/mdc2.h:62:25: error: openssl/des.h: No such file or directory
In file included from cscrypt/mdc2.c:4:
cscrypt/mdc2.h:75: error: expected specifier-qualifier-list before 'DES_cblock'
cscrypt/mdc2.c:41: error: expected '=', ',', ';', 'asm' or 'attribute' before 'DES_SPtrans'
cscrypt/mdc2.c:271: error: expected '=', ',', ';', 'asm' or 'attribute' before 'des_skb'
cscrypt/mdc2.c:427: error: expected ')' before '*' token
cscrypt/mdc2.c:497: error: expected ')' before '*' token
cscrypt/mdc2.c:506: error: expected ')' before '*' token
cscrypt/mdc2.c: In function 'MDC2_Init':
cscrypt/mdc2.c:587: error: 'MDC2_CTX' has no member named 'pad_type'
cscrypt/mdc2.c:588: error: 'MDC2_CTX' has no member named 'h'
cscrypt/mdc2.c:589: error: 'MDC2_CTX' has no member named 'hh'
cscrypt/mdc2.c: In function 'mdc2_body':
cscrypt/mdc2.c:632: error: expected '=', ',', ';', 'asm' or 'attribute' before 'tin0'
cscrypt/mdc2.c:632: error: 'tin0' undeclared (first use in this function)
cscrypt/mdc2.c:632: error: (Each undeclared identifier is reported only once
cscrypt/mdc2.c:632: error: for each function it appears in.)
cscrypt/mdc2.c:632: error: 'tin1' undeclared (first use in this function)
cscrypt/mdc2.c:632: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:633: error: expected '=', ',', ';', 'asm' or 'attribute' before 'ttin0'
cscrypt/mdc2.c:633: error: 'ttin0' undeclared (first use in this function)
cscrypt/mdc2.c:633: error: 'ttin1' undeclared (first use in this function)
cscrypt/mdc2.c:633: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:634: error: 'DES_LONG' undeclared (first use in this function)
cscrypt/mdc2.c:634: error: expected ';' before 'd'
cscrypt/mdc2.c:635: error: 'DES_key_schedule' undeclared (first use in this function)
cscrypt/mdc2.c:635: error: expected ';' before 'k'
cscrypt/mdc2.c:641: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:641: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:641: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:642: error: 'd' undeclared (first use in this function)
cscrypt/mdc2.c:642: error: 'dd' undeclared (first use in this function)
cscrypt/mdc2.c:643: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:643: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:643: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:645: error: 'MDC2_CTX' has no member named 'h'
cscrypt/mdc2.c:645: error: 'MDC2_CTX' has no member named 'h'
cscrypt/mdc2.c:646: error: 'MDC2_CTX' has no member named 'hh'
cscrypt/mdc2.c:646: error: 'MDC2_CTX' has no member named 'hh'
cscrypt/mdc2.c:648: warning: implicit declaration of function 'DES_set_odd_parity'
cscrypt/mdc2.c:648: error: 'MDC2_CTX' has no member named 'h'
cscrypt/mdc2.c:649: warning: implicit declaration of function 'DES_set_key_unchecked'
cscrypt/mdc2.c:649: error: 'MDC2_CTX' has no member named 'h'
cscrypt/mdc2.c:649: error: 'k' undeclared (first use in this function)
cscrypt/mdc2.c:650: warning: implicit declaration of function 'DES_encrypt1'
cscrypt/mdc2.c:652: error: 'MDC2_CTX' has no member named 'hh'
cscrypt/mdc2.c:653: error: 'MDC2_CTX' has no member named 'hh'
cscrypt/mdc2.c:661: error: 'MDC2_CTX' has no member named 'h'
cscrypt/mdc2.c:662: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:662: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:662: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:663: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:663: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:663: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:664: error: 'MDC2_CTX' has no member named 'hh'
cscrypt/mdc2.c:665: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:665: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:665: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:666: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:666: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c:666: warning: left-hand operand of comma expression has no effect
cscrypt/mdc2.c: In function 'MDC2_Final':
cscrypt/mdc2.c:676: error: 'MDC2_CTX' has no member named 'pad_type'
cscrypt/mdc2.c:684: error: 'MDC2_CTX' has no member named 'h'
cscrypt/mdc2.c:685: error: 'MDC2_CTX' has no member named 'hh'
make[2]: * [build/mipsel-unknown-linux-gnu/cscrypt/mdc2.o] Errore 1
make[1]:
* [all] Errore 2
make: * [cross-mipsel-tuxbox-linux] Errore 2

Change History (7)

comment:1 by alex067, 5 years ago

Component: ! Please select...General
Summary: si ferma la creazione di oscam su macchian ubuntu 10.4 per toolchains mipsel-tuxboxstops the creation of oscam on ubuntu 10.4 machine for toolchains mipsel-tuxbox

comment:2 by alex067, 5 years ago

compilation built correctly to version 11438

comment:3 by Gorgone Impertinence, 5 years ago

Resolution: invalid
Status: newclosed

install missing libs on ur system

comment:4 by alex067, 5 years ago

compilation built correctly to version 11438
do not fill out the following
which libs are missing?

comment:5 by alex067, 5 years ago

Resolution: invalid
Status: closedreopened

comment:6 by alex067, 5 years ago

I solved close

comment:7 by Gorgone Impertinence, 5 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.