Opened 14 years ago

Closed 14 years ago

#335 closed defect (invalid)

svn1171 building error

Reported by: Spaeleus Owned by:
Priority: major Component:
Severity: medium Keywords:
Cc: Sensitive: no

Description

Building svn1171 (mipsel, but also with ppc & ix86) compilation fails with this error:

[ 98%] Building C object csctapi/CMakeFiles/csctapi.dir/protocol_t0.o
Linking C static library libcsctapi.a
[ 98%] Built target csctapi
Scanning dependencies of target oscam
[100%] Building C object CMakeFiles/oscam.dir/oscam.o
Linking C executable oscam
/home/dario/tuxbox/mipsel/mipsel-unknown-linux-gnu/bin/../lib/gcc/mipsel-unknown-linux-gnu/4.3.2/../../../../mipsel-unknown-linux-gnu/bin/ld: cannot find -lnxp
collect2: ld returned 1 exit status
make[2]: *** [oscam] Errore 1
make[1]: *** [CMakeFiles/oscam.dir/all] Errore 2
make: *** [all] Errore 2

Any help?

Change History (2)

in reply to:  description comment:1 by rockerduck, 14 years ago

Replying to Spaeleus:

Building svn1171 (mipsel, but also with ppc & ix86) compilation fails with this error:

[ 98%] Building C object csctapi/CMakeFiles/csctapi.dir/protocol_t0.o
Linking C static library libcsctapi.a
[ 98%] Built target csctapi
Scanning dependencies of target oscam
[100%] Building C object CMakeFiles/oscam.dir/oscam.o
Linking C executable oscam
/home/dario/tuxbox/mipsel/mipsel-unknown-linux-gnu/bin/../lib/gcc/mipsel-unknown-linux-gnu/4.3.2/../../../../mipsel-unknown-linux-gnu/bin/ld: cannot find -lnxp
collect2: ld returned 1 exit status
make[2]: *** [oscam] Errore 1
make[1]: *** [CMakeFiles/oscam.dir/all] Errore 2
make: *** [all] Errore 2

Any help?

I can confirm this problem even with build 1177 (so when merged with 1171)
here is my comp log:

Scanning dependencies of target oscam
[100%] Building C object CMakeFiles/oscam.dir/oscam.o
/home/dueller/Scaricati/sat/oscam-svn/oscam.c: In function `chk_dcw':
/home/dueller/Scaricati/sat/oscam-svn/oscam.c:1616: warning: dereferencing type-punned pointer will break strict-aliasing rules
Linking C executable oscam
/home/dueller/toolchain/powerpc-tuxbox-linux-gnu/bin/../lib/gcc/powerpc-linux/3.4.4/../../../../powerpc-linux/bin/ld: cannot find -lnxp
collect2: ld returned 1 exit status
make[2]: *** [oscam] Errore 1
make[1]: *** [CMakeFiles/oscam.dir/all] Errore 2
make: *** [all] Errore 2
chown: impossibile accedere a "oscam": Nessun file o directory

comment:2 by Eneen, 14 years ago

Resolution: invalid
Status: newclosed

Newest svn compile fine.

Note: See TracTickets for help on using tickets.