Opened 9 years ago

Closed 9 years ago

#7465 closed defect (fixed)

Lua-5.3.2 and VLC-2.2.2 need to be compiled with Lua compat 5.1

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Part of the problem is described at #7462, but not the Lua part.

I will do the fix in the book, but please, some people test if other packages depending on lua need modifications. If I find time, I will do that after updating the tickets and the new ones I will create today.

I warn that vlac now present new problems:

vlc
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
Blocked: call to strerror(19)
Blocked: call to strerror(19)
Blocked: call to strerror(19)
Blocked: call to strerror(19)
Blocked: call to strerror(2)
[0000000000990128] core libvlc: Executando o VLC com a interface padrão. Use 'cvlc' para usar o VLC sem interface.
Blocked: call to setlocale(6, "")
Warning: call to srand(1455454659)
Warning: call to rand()
Warning: call to srand(1455454659)
Warning: call to rand()
Warning: call to srand(1455454659)
Warning: call to rand()
Warning: call to srand(1455454659)
Warning: call to rand()
Warning: call to srand(1455454659)
Warning: call to rand()
[flv @ 0x7fbf2cc19400] Missing AMF_END_OF_OBJECT in AMF_DATA_TYPE_OBJECT
[flv @ 0x7fbf30c02dc0] Missing AMF_END_OF_OBJECT in AMF_DATA_TYPE_OBJECT

Change History (3)

comment:1 by Fernando de Oliveira, 9 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 9 years ago

I also needed to eliminate 1352 warnings about

../config.h:800:0: warning: ignoring #pragma STDC FENV_ACCESS [-Wunknown-pragmas]
../config.h:801:0: warning: ignoring #pragma STDC FP_CONTRACT [-Wunknown-pragmas]

comment:3 by Fernando de Oliveira, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r16972.

Note: See TracTickets for help on using tickets.