[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: solaris cdrecord BH08LS20 drive BD-R problems



> > Will dvd+rw-mediainfo work on solaris 10 (sparc) ?
> It hasn't been tested on SPARC Solaris 10, but ...

Andy, thank you for your helpful suggestions.
Unfortunately, I could not get dvd+rw-mediainfo to work.

It fails on one of the ioctl() calls in Scsi_Command::associate()
# dvd+rw-mediainfo /dev/dsk/c4t0d0s0    
/dev/dsk/c4t0d0s0: unable to open: Inappropriate ioctl for device

Here is how I built your tools:

$ echo $PATH
/usr/bin:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin
$ make
CC -O -features=no%except,conststrings -w -D_REENTRANT -c \
   -o growisofs_mmc.o growisofs_mmc.cpp
cc -O -xstrconst -w -D_REENTRANT -D__`uname -s`=`uname -r | tr -d .` \
   -c -o growisofs.o growisofs.c
CC -O -features=no%except,conststrings -w -D_REENTRANT \
   -o growisofs growisofs_mmc.o growisofs.o -staticlib=%all \
   -lvolmgt -lrt -lpthread -ldl
CC -O -features=no%except,conststrings -w -D_REENTRANT \
   -c -o dvd+rw-format.o dvd+rw-format.cpp
CC -O -features=no%except,conststrings -w -D_REENTRANT \
   -o dvd+rw-format dvd+rw-format.o -staticlib=%all \
   -lvolmgt -lrt -lpthread -ldl
CC -O -features=no%except,conststrings -w -D_REENTRANT \
   -c -o dvd+rw-booktype.o dvd+rw-booktype.cpp
CC -O -features=no%except,conststrings -w -D_REENTRANT \
   -o dvd+rw-booktype dvd+rw-booktype.o -staticlib=%all \
   -lvolmgt -lrt -lpthread -ldl
CC -O -features=no%except,conststrings -w -D_REENTRANT \
   -c -o dvd+rw-mediainfo.o dvd+rw-mediainfo.cpp
CC -O -features=no%except,conststrings -w -D_REENTRANT \
   -o dvd+rw-mediainfo dvd+rw-mediainfo.o -staticlib=%all \
   -lvolmgt -lrt -lpthread -ldl
CC -O -features=no%except,conststrings -w -D_REENTRANT \
   -c -o dvd-ram-control.o dvd-ram-control.cpp
CC -O -features=no%except,conststrings -w -D_REENTRANT \
   -o dvd-ram-control dvd-ram-control.o -staticlib=%all \
   -lvolmgt -lrt -lpthread -ldl


Reply to: