Hi,
Finally I'm desperated with vdr-burn. Few days ago I exposed my problem but seems that I'm the one person that experience it. The problem is boost related:
terminate called after throwing an instance of 'boost::io::too_many_args' what(): boost::too_many_args: format-string refered to less arguments than were passed Avortat
I have tried the libboost debian package and the boost-for-burn that readme says.
Is there any boost expert that can explain my problem? I can't believe that anyone known this problem.
I have recompiled vdr and plugins many times. I'm desperated with this problem amb my hard disk is full.
my vdr is 1.4.3 burn is cvs (I have tried it with pre-20 and pre-21 versions)
Thanks for your help.
Leo Márquez wrote:
Finally I'm desperated with vdr-burn. Few days ago I exposed my problem but seems that I'm the one person that experience it.
At least one person at the German vdrportal.de seems to have the same problem (but no solution yet):
http://www.vdr-portal.de/board/thread.php?postid=529179#post529179
If you're using Debian, please try the burn package from here:
deb-src http://e-tobi.net/vdr-experimental sarge vdr
It works fine with Sarge.
It would help much, if you could provide a core dump or backtrace.
Tobias
PS: A Debian ProjectX package is available here:
deb-src http://e-tobi.net/vdr-experimental sarge base
PPS: the burn plugin has it's own bug tracker: http://vdr-developer.org/mantisbt/main_page.php
Leo Márquez wrote:
I'm using debian etch and always compile vdr and plugins myself. I see e-tobi is sarge.
I also have binaries for Sid so all source packages should compile on Etch as well.
is there any problem in compile vdr myself and install vdr plugins packages?
Probably not - but would have been easier to track down the problem, if we were using exactly the same sources.
Tobias
Hi again!,
vdr-burn still fail for me. :-(
Tobias Grimm escribió:
Ok but I have no germany idea.
I have compiled the e-tobi repository version but the result is the same. I think the problem is related to some dependence library but really I'm lost. I don't know how to do a core dump or backtrace. I only know the console output and syslog. How I have to do this?
PPS: the burn plugin has it's own bug tracker: http://vdr-developer.org/mantisbt/main_page.php
Yes, but is in germany :-(
Thank for all.
Leo Márquez wrote:
vdr-burn still fail for me. :-(
Please forget my private mail. With a small hint from Sascha I found the problem. The usage of "$" in the format strings contained in the English texts lead to a truncation of the string, because VDR uses "$" to separate a context string from the English translation. That's why I didn't had this problem in German :-)
A fixed Debian package (version 0.1.0~pre21-4) is available in my repository. Until it's fixed in the CVS, a patch can be downloaded here:
http://vdr-developer.org/mantisbt/view.php?id=184 (90_i18n-fix.dpatch.gz)
Tobias