Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 163290

Summary: [QA] media-video/mplayer-1.0_rc1-r1 has poor programming practices (implicit declarations)
Product: Gentoo Linux Reporter: Sandro Bonazzola (RETIRED) <sanchan>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED UPSTREAM    
Severity: normal CC: sandro.bonazzola, vapier
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sandro Bonazzola (RETIRED) gentoo-dev 2007-01-22 19:26:00 UTC
* QA Notice: Package has poor programming practices which may compile
 *            fine but exhibit random runtime failures.
 * aclib.c:129: warning: incompatible implicit declaration of built-in function 'memcpy'
aclib.c:163: warning: incompatible implicit declaration of built-in function 'memcpy'

libvo/aclib.c just need to include string.h if any other implementation of memcpy can't be used.

Can't find upstream bugzilla or mailing list, so if you can, please submit this report upstream.
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2007-08-15 04:02:14 UTC
http://bugzilla.mplayerhq.hu/

http://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng

Go ahead and report upstream, if you like.  Thanks :)
Comment 2 Reimar Döffinger 2007-08-19 09:44:34 UTC
This was already fixed upstream two days after this bug was opened (r22000).