Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109226 - app-misc/fujiplay-1.33 fails to apply patch
Summary: app-misc/fujiplay-1.33 fails to apply patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-13 16:37 UTC by Sven Wegener
Modified: 2007-07-30 23:36 UTC (History)
2 users (show)

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


Attachments
fujiplay.patch (fujiplay.patch,3.07 KB, patch)
2006-08-04 15:55 UTC, Wulf Krueger (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Wegener gentoo-dev 2005-10-13 16:37:55 UTC
>>> Unpacking source...
>>> Unpacking fujiplay.tgz to /var/tmp/portage/fujiplay-1.33/work
 * Applying fujiplay-1.33-unterminated-strings.patch ...

 * Failed Patch: fujiplay-1.33-unterminated-strings.patch !
 *  (
/usr/portage/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch )
 * 
 * Include in your bugreport the contents of:
 * 
 *  
/var/tmp/portage/fujiplay-1.33/temp/fujiplay-1.33-unterminated-strings.patch-16730.out


!!! ERROR: app-misc/fujiplay-1.33 failed.
!!! Function epatch, Line 361, Exitcode 0
!!! Failed Patch: fujiplay-1.33-unterminated-strings.patch!
!!! If you need support, post the topmost build error, NOT this status message.



***** fujiplay-1.33-unterminated-strings.patch *****

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

PATCH COMMAND:  patch -p0 -g0 --no-backup-if-mismatch <
/usr/portage/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch

====================================================
patching file fujiplay.c
Hunk #1 FAILED at 759.
1 out of 1 hunk FAILED -- saving rejects to file fujiplay.c.rej
====================================================
Comment 1 Wulf Krueger (RETIRED) gentoo-dev 2006-08-04 15:55:04 UTC
Created attachment 93450 [details, diff]
fujiplay.patch

This patch should apply cleanly.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-08-11 17:15:34 UTC
Hmmmm...
Comment 3 Evil Compile Person 2006-11-13 04:42:56 UTC
mmmh, still not fixed :-)
Comment 4 Charlie Shepherd (RETIRED) gentoo-dev 2006-11-24 17:15:08 UTC
Thanks, fixed in CVS
Comment 5 Greisberger Christophe 2007-07-28 11:09:24 UTC
The patch in portage doesn't work, but the one here does.
I did a diff between them, and it seems that's a cr/lf problem.
Comment 6 Greisberger Christophe 2007-07-28 11:16:42 UTC
Well no, not cr/lf. There is a slight change in fujiplay.c :

< -Fujiplay, $Id: fujiplay.c,v 1.33 1999/02/22 14:13:01 bousch Exp $
---
> -Fujiplay, $Id: fujiplay-1.33-unterminated-strings.patch,v 1.2 2006/11/25 01:11:16 masterdriverz Exp $
70c70
< +"Fujiplay, $Id: fujiplay.c,v 1.33 1999/02/22 14:13:01 bousch Exp $\n" \
---
> +"Fujiplay, $Id: fujiplay-1.33-unterminated-strings.patch,v 1.2 2006/11/25 01:
Comment 7 Sven Wegener gentoo-dev 2007-07-30 23:36:25 UTC
I've disabled CVS keyword replacement for the file. Should be all fixed now.