Changes between Initial Version and Version 1 of Ticket #34806


Ignore:
Timestamp:
Jun 9, 2012, 5:07:45 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Virtually all ports build from source at one time or another.

I've added the missing curl and pkgconfig dependencies in r94091; thank you for reporting that.

As for the mkvextract malloc error message, I don't know how to reproduce that. When I run "mkvextract" with no arguments, it correctly prints the usage message. If you have a reproduction recipe, you can post it here, however the responsibility for fixing the problem ultimately lies with the developers of mkvtoolnix, so you should report the problem to them.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34806

    • Property Port mkvtoolnix added
  • Ticket #34806 – Description

    initial v1  
    33However, after installing mkvtoolnix the mkvextract tool doesn't work. Here is the runtime error I get:
    44
    5 
     5{{{
    66mkvextract(48429) malloc: *** error for object 0x7fff7aac4860: pointer being freed was not allocated
    77*** set a breakpoint in malloc_error_break to debug
    8 
     8}}}
    99
    1010This might be a compilation error since it appears that the mkvtoolnix package is shipped as source rather than binary.