Subject: Re: ogle on 1.5.x -- tester needed
To: None <tech-pkg@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 05/21/2002 14:00:30
On Tue, 21 May 2002, Bernd Ernesti wrote:

> > I have only tried two DVDs; neither work:
>
> Are you using the libdvdcss?

No. Okay, I see PR #15634. And I do have that "libdvdread: Encrypted DVD
support unavailable." message.

(Again I am using 1.5.3_RC2 i386.)

Any clues on:

cc -I../../include -I../../extras
-I/usr/local/pkgsrc/my-packages/libdvdcss/work/.buildlink/include -O2
-DSYS_NETBSDELF -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98   -Iinclude -Iextras
-I/usr/local/include -Wall -Winline -pipe -D_REENTRANT -D_GNU_SOURCE
-pthread -O3 -ffast-math -funroll-loops -fomit-frame-pointer
-march=pentium -mcpu=pentium  -fPIC -c -o ioctl.o ioctl.c
cc: unrecognized option `-pthread'

 I changed this to -lpthread.

ioctl.c: In function `ioctl_ReportRPC':
ioctl.c:1188: `DVD_LU_SEND_RPC_STATE' undeclared (first use in this
function)

 I added to extras/libdvdcss/ioctl.h:

 #define DVD_LU_SEND_RPC_STATE     10

ioctl.c:1188: (Each undeclared identifier is reported only once
ioctl.c:1188: for each function it appears in.)
ioctl.c:1192: union has no member named `lrpcs'
ioctl.c:1193: union has no member named `lrpcs'
ioctl.c:1194: union has no member named `lrpcs'
gmake[1]: *** [ioctl.o] Error 1

So I edited some more. And had to define DVD_REPORT_RPC.

Also, I can't find DVDIOCREPORTKEY defined anywhere.

Does anyone use this under 1.5.2?

   Jeremy C. Reed
   http://www.reedmedia.net/