Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 550960 - app-emulation/wine-9999: Patch: 0002-amstream-Correctly-check-return-values-in-IAMMultiMe fails
Summary: app-emulation/wine-9999: Patch: 0002-amstream-Correctly-check-return-values-...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-01 15:44 UTC by N. Andrew Walsh
Modified: 2015-06-04 01:12 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 N. Andrew Walsh 2015-06-01 15:44:51 UTC
>>> Preparing source in /var/tmp/portage/app-emulation/wine-9999/work/wine-9999 ...
 * Applying the unofficial Wine-Staging patchset which is unsupported
 * by Wine developers. Please don't report bugs to Wine bugzilla
 * unless you can reproduce them with USE=-staging
 * Running Wine-Staging patch installer ...
 * Applying 0001-Appease-the-blessed-version-of-gcc-4.5-when-Werror-i.patch ...                                    [ ok ]
 * Applying 0001-ws2_32-Fix-uninitialized-memory-access-in-do_poll-Co.patch ...                                    [ ok ]
 * Applying 0002-amstream-Correctly-check-return-values-in-IAMMultiMe.patch ...

 * Failed Patch: 0002-amstream-Correctly-check-return-values-in-IAMMultiMe.patch !
 *  ( /var/tmp/portage/app-emulation/wine-9999/work/wine-staging-9999/patches/Coverity/0002-amstream-Correctly-check-return-values-in-IAMMultiMe.patch )

contents of the log file:

***** 0002-amstream-Correctly-check-return-values-in-IAMMultiMe.patch *****
PWD: /var/tmp/portage/app-emulation/wine-9999/work/wine-9999
PATCH TOOL: patch -> /usr/bin/patch
VERSION INFO:
GNU patch 2.7.5
Copyright (C) 2003, 2009-2012 Free Software Foundation, Inc.
Copyright (C) 1988 Larry Wall

License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Larry Wall and Paul Eggert

===========================================================================

PATCH COMMAND:  patch -p0 -g0 -E --no-backup-if-mismatch  < '/var/tmp/portage/app-emulation/wine-9999/work/wine-staging-9999/patches/Coverity/0002-amstream-Correctly-check-return-values-in-IAMMultiMe.patch'

===========================================================================
can't find file to patch at input line 15
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|From 173d42087f21dae75c8fb7299f5444c3d57a35c7 Mon Sep 17 00:00:00 2001
|From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
|Date: Sat, 30 May 2015 15:30:36 +0200
|Subject: amstream: Correctly check return values in
| IAMMultiMediaStreamImpl_Initialize (Coverity).
|
|---
| dlls/amstream/amstream.c | 4 ++--
| 1 file changed, 2 insertions(+), 2 deletions(-)
|
|diff --git a/dlls/amstream/amstream.c b/dlls/amstream/amstream.c
|index 800e48d..fcef7ec 100644
|--- a/dlls/amstream/amstream.c
|+++ b/dlls/amstream/amstream.c
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored

patch program exited with status 1

(repeats several times)

Cheers,

A
Comment 1 jospezial 2015-06-01 20:55:01 UTC
Have a look at:
https://bugs.gentoo.org/show_bug.cgi?id=550506#c3
Comment 2 Adam Feldman gentoo-dev 2015-06-04 01:12:34 UTC
Next time you get one of these on a live package, wait a little while, and then try again.  In this case in particular, Wine Staging has to rebase every time one of their patches is accepted upstream.  In this case, it was resolved about 3-4 hours after this bug report.