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

[SOLVED] Re: How to set up dvd+rw-tools source the way it gets compiled for Debian sid ?



Hi,

Nicolas George wrote:
> apt-get source dvd+rw-tools

That's an appealing proposal for a Debian noob like me.

https://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html
says i can do this as normal user.

  ...
  Get:3 http://ftp.de.debian.org/debian/ jessie/main dvd+rw-tools 7.1-11 (diff) [24.3 kB]
  ...
  dpkg-source: info: applying 01-growisofs-pioneer.patch
  ...
  dpkg-source: info: applying 10-blue-ray-bug713016.patch

Looks like the patch list from sid's .debian.tar.bz2.
The version number matches too. This should suffice as base.

  $ cd dvd+rw-tools-7.1
  $ make

one should look for the cause of this message
  /bin/sh: 1: [: 1000: unexpected operator
and whether this is a sign for upcomming trouble
  mp.h:59:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

Whatever, i get a runnable growisofs binary:

  $ ./growisofs -version
  * ./growisofs by <appro@fy.chalmers.se>, version 7.1,
    front-ending to genisoimage: genisoimage 1.1.11 (Linux)

Thanks a lot.


Have a nice day :)

Thomas


Reply to: