Opened 13 years ago

Last modified 13 years ago

#1837 new defect

media-video/mplayer-1.0_rc4_p20100612 QA issues implicit decleration (missing header)

Reported by: olbrannon@… Owned by: reimar
Priority: normal Component: streaming
Version: 1.0rc4 Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

A complete build log, patch, and build log after patch against rc4_p20101114 are at

http://bugs.gentoo.org/show_bug.cgi?id=344073

media-video/mplayer-1.0_rc4_p20100612

QA: other


│QA Notice: Package has poor programming practices which may compile

fine but exhibit random runtime failures.


│stream/stream.c:490: warning: implicit declaration of function 'usec_sleep'

fix missing include in stream.c
patch generated by David J Cozatt

--- mplayer-1.0_rc4_p20101114/stream/stream.c
+++ mplayer-1.0_rc4_p20101114/stream/stream.c
@@ -24,6 +24,7 @@

#include <sys/stat.h>
#ifndef MINGW32
#include <sys/ioctl.h>

+#include <time.h>

#include <sys/wait.h>
#endif
#include <fcntl.h>

Attachments (2)

mplayer-1.0_rc4_p20101219.ebuild (19.8 KB ) - added by olbrannon@… 13 years ago.
changed patch date but patch is against rc4_p20101114
mplayer-1.0_rc4_p20101219-add-missing-includes.patch (318 bytes ) - added by olbrannon@… 13 years ago.
patch to add header

Download all attachments as: .zip

Change History (5)

by olbrannon@…, 13 years ago

changed patch date but patch is against rc4_p20101114

comment:1 by olbrannon@…, 13 years ago

attachments.ispatch: 01
attachments.mimetype: application/octet-streamtext/plain

comment:2 by olbrannon@…, 13 years ago

attachments.isobsolete: 01

by olbrannon@…, 13 years ago

patch to add header

comment:3 by olbrannon@…, 13 years ago

Note: See TracTickets for help on using tickets.