Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18143 - vim-core-6.1-r5 patch failure
Summary: vim-core-6.1-r5 patch failure
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-25 06:40 UTC by Dylan Carlson (RETIRED)
Modified: 2003-03-25 10:31 UTC (History)
0 users

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 Dylan Carlson (RETIRED) gentoo-dev 2003-03-25 06:40:12 UTC
Surprised there's not an existing bug on this... Anyway, this package is marked stable x86, but fails to build for me.  See "6.1.093.gz-27893.out" below.

***** 6.1.093.gz *****

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

PIPE_COMMAND:  gzip -dc /data/tmp/portage/vim-core-6.1-r5/work/vimpatches//6.1.0
93.gz > /data/tmp/portage/vim-core-6.1-r5/temp/27893.patch
PATCH COMMAND:  patch  -p0 < /data/tmp/portage/vim-core-6.1-r5/temp/27893.patch

======================
can't find file to patch at input line 19
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|To: vim-dev@vim.org
|Subject: Patch 6.1.093 (extra)
|Fcc: outbox
|From: Bram Moolenaar <Bram@moolenaar.net>
|MIME-Version: 1.0
|Content-Type: text/plain; charset=ISO-8859-1
|Content-Transfer-Encoding: 8bit
|------------
|
|Patch 6.1.093 (extra)
|Problem:    Mac and MS-Windows GUI: when scrolling while ":s" is working the
|           results can be messed up, because the cursor is moved.
|Solution:   Disallow direct scrolling when not waiting for a character.
|Files:     src/gui_mac.c, src/gui_w16.c, src/gui_w32.c, src/gui_w48.c
|
|
|*** ../vim61.092/src/gui_mac.c Fri May 17 19:29:08 2002
|--- src/gui_mac.c      Sun Jun  9 19:56:56 2002
--------------------------
No file to patch.  Skipping patch.
8 out of 8 hunks ignored
can't find file to patch at input line 138
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim61.092/src/gui_w16.c Sat May  4 22:23:07 2002
|--- src/gui_w16.c      Sun Jun  9 20:02:03 2002
--------------------------
No file to patch.  Skipping patch.
3 out of 3 hunks ignored
can't find file to patch at input line 177
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim61.092/src/gui_w32.c Sat May  4 22:23:07 2002
|--- src/gui_w32.c      Sun Jun  9 20:04:41 2002
--------------------------
No file to patch.  Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 207
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim61.092/src/gui_w48.c Sat May  4 22:23:07 2002
|--- src/gui_w48.c      Sun Jun  9 20:03:16 2002
--------------------------
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-03-25 09:04:14 UTC
had a similar problem yesterday, starting emerge vim-core again, it worked fine :)
Comment 2 Dylan Carlson (RETIRED) gentoo-dev 2003-03-25 09:12:00 UTC
Mine still fails in the same spot every time... 
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2003-03-25 10:07:30 UTC
Absinthe,

Are you sure that you have the latest vim.eclass and ebuilds?  If you've updated the ebuilds without updating the eclass, then I would expect this failure.  Perhaps you ran "cvs update" in app-editors which would not update the eclass?

If it continues to fail for you, then I'll provide some debugging code to determine what is happening.

Aron
Comment 4 Aron Griffis (RETIRED) gentoo-dev 2003-03-25 10:10:54 UTC
Resolving with NEEDINFO until information is provided.  This package has been tested on many other machines without demonstrating this problem.
Comment 5 Dylan Carlson (RETIRED) gentoo-dev 2003-03-25 10:31:18 UTC
That was it.  I have my CVS checkout as PORTDIR_OVERLAY and it was out of sync.... so now it patches fine.

I guess I didn't expect that behavior... meaning, emerge to use my PORTDIR_OVERLAY unless I was specifically using an ebuild from that path.

Noted for future reference... Thanks
Comment 6 Dylan Carlson (RETIRED) gentoo-dev 2003-03-25 10:31:41 UTC
Closing as invalid.  Thanks