On Sun, Feb 17, 2013 at 01:34:28AM +0100, frantisek holop wrote:
> hi there
> 
> so almost exactly 2 years later, i have tried to
> enable filters in mplayer once again :]
> 
> unfortunately the crash is still there, as reliable
> as 2 years ago.
> http://marc.info/?l=openbsd-ports&m=129712603021462&w=2
> 
> what has changed is, that ffmpeg is not included
> with mplayer anymore, and instead of the mplayer
> debug flavor, i need to make an ffmpeg debug build.
> as this is all i get now from the core file:
> 
> (gdb) where
> #0  0x0a8d8523 in postProcess_MMX2 () from /usr/local/lib/libpostproc.so.15.0
> #1  0x87dba66c in ?? ()
> #2  0xcfbd5c4c in ?? ()
> #3  0x00000000 in ?? ()
> 
> 
> i am looking at the ffmpeg Makefile and scratching
> my head.  it does not have a debug flavor, but it
> has this:
> 
> .ifdef DEBUG
> CONFIGURE_ARGS+=--disable-stripping
> .endif
> 
> how can i trigger this?  if i do "make -D DEBUG", i get:

env DEBUG="-O0 -g" make package

> [...snip...]
> ===>  Extracting for ffmpeg-20121026p2
> 
> *** WARNING: this port uses xz distfiles: it will not build on vax.
> 
> ===>  Patching for ffmpeg-20121026p2
> ===>  Configuring for ffmpeg-20121026p2
> cc is unable to create an executable file.
> If cc is a cross-compiler, use the --enable-cross-compile option.
> Only do this if you know what cross compiling means.
> C compiler test failed.
> 
> If you think configure made a mistake, make sure you are using the latest
> version from Git.  If the latest version fails, report the problem to the
> [email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
> Include the log file "config.log" produced by configure as this will help
> solving the problem.
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2586 
> '/usr/ports/pobj/ffmpeg-20121026/.configure_done')
> *** Error 1 in /usr/ports/graphics/ffmpeg 
> (/usr/ports/infrastructure/mk/bsd.port.mk:2342 'all')
> 
> 
> for now i simply put --disable-stripping in CONFIGURE_ARGS
> and rebuilt it.  but libpostproc.so.15.0 is the same size
> as from the package (108724) although not the same in
> content.  but the funny thing is:
> 
> $ file /usr/local/lib/libpostproc.so.15.0
> libpostproc.so.15.0: ELF 32-bit LSB shared object, Intel 80386, version 1, 
> for OpenBSD, dynamically linked, not stripped
> 
> so it should actually come with debug info, no?
> could anybody help out with this please?
> 
> 
> -f
> -- 
> no sense being pessimistic.  it wouldn't work anyway.
> 
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to