Bug#778866: videotrans: movie-title terminates without doing anything

2015-02-23 Thread Alessio Treglia
severity 778866 important
thanks

Hi,

Thanks for reporting this issue and trying to make Debian better.

On Fri, Feb 20, 2015 at 9:06 PM, Sven Bartscher
sven.bartsc...@weltraumschlangen.de wrote:
 I converted to mp4 files with movie-to-dvd movie1.mp4 movie2.mp4.
 I made a background with movie-make-title-simple -o title -m pal
 Then I tried to create the .vob with movie-title -o title.vob -t title
 movie1.m2v movie2.m2v, but that didn't have any effect.
 Not having any effect means that there was no output or files generated or
 anything else. Tje program just stops imediately without any message and the
 exit code 1.
 Doing some debugging I figured out that the script terminates at a read in 
 line
 279, but couldn't figure out why.

Please run the script again via bash with the '-x' option added to the
command line, e.g.:

   $ bash -x movie-title -o title.vob -t title movie1.m2v movie2.m2v

Thanks in advance.
Cheers!

-- 
Alessio Treglia  | www.alessiotreglia.com
Debian Developer | ales...@debian.org
Ubuntu Core Developer|  quadris...@ubuntu.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#778866: videotrans: movie-title terminates without doing anything

2015-02-23 Thread Alessio Treglia
severity 778866 grave

On Mon, Feb 23, 2015 at 4:49 PM, Sven Bartscher
sven.bartsc...@weltraumschlangen.de wrote:
 Control: severity -1 important

 This should set the severity, since you didn't prefix the commands with
 Control:

I intended to CC: cont...@bugs.debian.org, I forgot it though but
ultimately I changed my mind about the severity: I do believe this is
RC.

So I'm setting it back to grave.

 log should be attached. I don't think the issue is bash related, since
 running it with bash doesn't solve the problem.

Looks correct. Have you tried Sean's patch? [1]
If not, could you apply it and give the script another try please?

Thanks, and cheers!


[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778866#15

-- 
Alessio Treglia  | www.alessiotreglia.com
Debian Developer | ales...@debian.org
Ubuntu Core Developer|  quadris...@ubuntu.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#778866: videotrans: movie-title terminates without doing anything

2015-02-23 Thread Sven Bartscher
Control: severity -1 important

This should set the severity, since you didn't prefix the commands with
Control:

On Mon, 23 Feb 2015 11:59:21 + Alessio Treglia ales...@debian.org
wrote:
 severity 778866 important
 thanks
 
 Hi,
 
 Thanks for reporting this issue and trying to make Debian better.
 
 On Fri, Feb 20, 2015 at 9:06 PM, Sven Bartscher
 sven.bartsc...@weltraumschlangen.de wrote:
  I converted to mp4 files with movie-to-dvd movie1.mp4 movie2.mp4.
  I made a background with movie-make-title-simple -o title -m pal
  Then I tried to create the .vob with movie-title -o title.vob -t title
  movie1.m2v movie2.m2v, but that didn't have any effect.
  Not having any effect means that there was no output or files generated or
  anything else. Tje program just stops imediately without any message and the
  exit code 1.
  Doing some debugging I figured out that the script terminates at a read in 
  line
  279, but couldn't figure out why.
 
 Please run the script again via bash with the '-x' option added to the
 command line, e.g.:
 
$ bash -x movie-title -o title.vob -t title movie1.m2v movie2.m2v

log should be attached. I don't think the issue is bash related, since
running it with bash doesn't solve the problem.
+ set -e
+ prefix=/usr
+ exec_prefix=/usr
+ datadir=/usr/share
+ bindir=/usr/bin
+ . /usr/share/videotrans/library.sh
++ dvdauthorescape_setting=
+ TEMP=/tmp/.movie-title.2723
+ trap 'rm -fr /tmp/.movie-title.2723* 2/dev/null || :' EXIT
+ OUTPUT=
+ TITLE=
++ for i in '$@'
++ echoescape -o
+++ shellescape -o
+++ sed 's,[^-0-9a-zA-Z,./_],\\,g'
+++ echo -n -o
++ echo -n '-o '
++ for i in '$@'
++ echoescape title.vob
+++ shellescape title.vob
+++ sed 's,[^-0-9a-zA-Z,./_],\\,g'
+++ echo -n title.vob
++ echo -n 'title.vob '
++ for i in '$@'
++ echoescape -t
+++ shellescape -t
+++ echo -n -t
+++ sed 's,[^-0-9a-zA-Z,./_],\\,g'
++ echo -n '-t '
++ for i in '$@'
++ echoescape title
+++ shellescape title
+++ echo -n title
+++ sed 's,[^-0-9a-zA-Z,./_],\\,g'
++ echo -n 'title '
++ for i in '$@'
++ echoescape 'deutsche und polnische Handwerker.m2v'
+++ shellescape 'deutsche und polnische Handwerker.m2v'
+++ echo -n 'deutsche und polnische Handwerker.m2v'
+++ sed 's,[^-0-9a-zA-Z,./_],\\,g'
++ echo -n 'deutsche\ und\ polnische\ Handwerker.m2v '
++ for i in '$@'
++ echoescape 'Dinner for one.m2v'
+++ shellescape 'Dinner for one.m2v'
+++ echo -n 'Dinner for one.m2v'
+++ sed 's,[^-0-9a-zA-Z,./_],\\,g'
++ echo -n 'Dinner\ for\ one.m2v '
+ original_command_line='-o title.vob -t title deutsche\ und\ polnische\ Handwerker.m2v Dinner\ for\ one.m2v '
+ clean=
+ tile_x=
+ START=0
+ chapter_interval=2
+ getopts o:t:T:s:Cc: option
+ case ${option} in
+ OUTPUT=title.vob
+ getopts o:t:T:s:Cc: option
+ case ${option} in
+ TITLE=title
+ getopts o:t:T:s:Cc: option
+ '[' title.vob = '' ']'
+ '[' title = '' ']'
+ check_filenames title.vob title
+ local check_input
+ for check_input in '$@'
+ '[' title.vob '!=' title.vob ']'
++ echo -n title.vob
++ tr -d '[ -~]'
+ should_be_empty=
+ '[' '' '!=' '' ']'
++ echo -n title.vob
++ tr -dc ':,\\'
+ should_be_empty=
+ '[' '' '!=' '' ']'
+ for check_input in '$@'
+ '[' title '!=' title ']'
++ echo -n title
++ tr -d '[ -~]'
+ should_be_empty=
+ '[' '' '!=' '' ']'
++ echo -n title
++ tr -dc ':,\\'
+ should_be_empty=
+ '[' '' '!=' '' ']'
+ return 0
+ '[' -e title.vob -a '!' -f title.vob ']'
++ expr 5 - 1
+ shift 4
+ num_sources=2
+ '[' 2 -gt 0 ']'
+ check_filenames 'deutsche und polnische Handwerker.m2v' 'Dinner for one.m2v'
+ local check_input
+ for check_input in '$@'
+ '[' 'deutsche und polnische Handwerker.m2v' '!=' 'deutsche und polnische Handwerker.m2v' ']'
++ echo -n 'deutsche und polnische Handwerker.m2v'
++ tr -d '[ -~]'
+ should_be_empty=
+ '[' '' '!=' '' ']'
++ echo -n 'deutsche und polnische Handwerker.m2v'
++ tr -dc ':,\\'
+ should_be_empty=
+ '[' '' '!=' '' ']'
+ for check_input in '$@'
+ '[' 'Dinner for one.m2v' '!=' 'Dinner for one.m2v' ']'
++ echo -n 'Dinner for one.m2v'
++ tr -d '[ -~]'
+ should_be_empty=
+ '[' '' '!=' '' ']'
++ echo -n 'Dinner for one.m2v'
++ tr -dc ':,\\'
+ should_be_empty=
+ '[' '' '!=' '' ']'
+ return 0
+ '[' '' = yes ']'
++ cd -- title
++ echo static.jpg
+ title_frames=static.jpg
++ tr -d ' '
++ wc -w
++ echo static.jpg
+ num_title_frames=1
+ '[' 1 -lt 2 ']'
++ cd -- title
++ echo '*.png'
+ title_frames='*.png'
++ tr -d ' '
++ wc -w
++ echo '*.png'
+ num_title_frames=1
+ '[' 1 -lt 2 ']'
+ '[' -f title/static.jpg ']'
+ title_frames=static.jpg
+ num_title_frames=1
+ identify -format '%w %h' title/static.jpg
+ read xx yy
+ rm -fr /tmp/.movie-title.2723


pgpuk1Gr1uP74.pgp
Description: Digitale Signatur von OpenPGP


Bug#778866: videotrans: movie-title terminates without doing anything

2015-02-23 Thread Sven Bartscher
On Mon, 23 Feb 2015 17:04:11 +
Alessio Treglia ales...@debian.org wrote:

 severity 778866 grave
 
 On Mon, Feb 23, 2015 at 4:49 PM, Sven Bartscher
 sven.bartsc...@weltraumschlangen.de wrote:
  Control: severity -1 important
 
  This should set the severity, since you didn't prefix the commands with
  Control:
 
 I intended to CC: cont...@bugs.debian.org, I forgot it though but
 ultimately I changed my mind about the severity: I do believe this is
 RC.
 
 So I'm setting it back to grave.
 
  log should be attached. I don't think the issue is bash related, since
  running it with bash doesn't solve the problem.
 
 Looks correct. Have you tried Sean's patch? [1]
 If not, could you apply it and give the script another try please?

I've tried with Sean's patch and it worked fine, until the error
message described by Sean.

Regards
Sven


pgpCnGwmN7fxc.pgp
Description: Digitale Signatur von OpenPGP


Bug#778866: videotrans: movie-title terminates without doing anything

2015-02-20 Thread Sven Bartscher
Package: videotrans
Version: 1.6.1-2
Severity: grave
Justification: renders package unusable

I converted to mp4 files with movie-to-dvd movie1.mp4 movie2.mp4.
I made a background with movie-make-title-simple -o title -m pal
Then I tried to create the .vob with movie-title -o title.vob -t title
movie1.m2v movie2.m2v, but that didn't have any effect.
Not having any effect means that there was no output or files generated or
anything else. Tje program just stops imediately without any message and the
exit code 1.
Doing some debugging I figured out that the script terminates at a read in line
279, but couldn't figure out why.

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (1, 'experimental'), (1, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages videotrans depends on:
ii  dvdauthor   0.7.0-1.3
ii  imagemagick 8:6.8.9.9-5
ii  libav-tools 6:11.2-1
ii  libc6   2.19-13
ii  mjpegtools  1:2.1.0+debian-3
ii  mplayer2 [mplayer]  2.0-728-g2c378c7-4+b1

videotrans recommends no packages.

videotrans suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org