Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163290 - [QA] media-video/mplayer-1.0_rc1-r1 has poor programming practices (implicit declarations)
Summary: [QA] media-video/mplayer-1.0_rc1-r1 has poor programming practices (implicit...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-22 19:26 UTC by Sandro Bonazzola (RETIRED)
Modified: 2007-08-19 09:44 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).