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 --------------------------
had a similar problem yesterday, starting emerge vim-core again, it worked fine :)
Mine still fails in the same spot every time...
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
Resolving with NEEDINFO until information is provided. This package has been tested on many other machines without demonstrating this problem.
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
Closing as invalid. Thanks