Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504052 - app-portage/layman-2.0.0-r3: failed patch: layman-2.0.0.svn_upgrade.patch
Summary: app-portage/layman-2.0.0-r3: failed patch: layman-2.0.0.svn_upgrade.patch
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Brian Dolbec (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2014-03-10 08:35 UTC by Ulrich Müller
Modified: 2014-03-16 20:21 UTC (History)
7 users (show)

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


Attachments
layman-2.0.0.svn_upgrade.patch.out (layman-2.0.0.svn_upgrade.patch.out,4.48 KB, text/plain)
2014-03-10 08:35 UTC, Ulrich Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2014-03-10 08:35:38 UTC
Created attachment 372262 [details]
layman-2.0.0.svn_upgrade.patch.out

>>> Preparing source in /var/tmp/portage/app-portage/layman-2.0.0-r3/work/layman-2.0.0 ...
 * Applying layman-2.0.0.doctest.patch ...
 [ ok ]
 * Applying layman-2.0.0.svn_upgrade.patch ...

 * Failed Patch: layman-2.0.0.svn_upgrade.patch !
 *  ( /repo/portage/app-portage/layman/files/layman-2.0.0.svn_upgrade.patch )
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/app-portage/layman-2.0.0-r3/temp/layman-2.0.0.svn_upgrade.patch.out
Comment 1 Ulrich Müller gentoo-dev 2014-03-10 08:44:12 UTC
The patch fails in line 138:

        pipe = Popen(args, shell=True, stdout=PIPE, stderr=PIPE)

This doesn't exist in the source, but looks like this instead:

        pipe = Popen(args, shell=True, stdout=PIPE)
Comment 2 Brian Dolbec (RETIRED) gentoo-dev 2014-03-10 11:37:24 UTC
OK, I don't know how that happened after testing the change, but I've fixed the patch in cvs.  It should be updated in your rsync server soon.

After enough time has past for your sync server to have the fix, "emerge --sync" and "emerge -1u layman"
Comment 3 Ulrich Müller gentoo-dev 2014-03-10 14:04:13 UTC
Thanks, this has fixed it for me.