Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10044 - updated vim-core ebuild
Summary: updated vim-core ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-31 22:33 UTC by Bret Towe
Modified: 2003-02-07 15:08 UTC (History)
1 user (show)

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


Attachments
vim-core-6.1-r3.ebuild (vim-core-6.1-r3.ebuild,1.59 KB, application/octet-stream)
2002-10-31 22:34 UTC, Bret Towe
Details
vim.eclass (vim.eclass,3.57 KB, application/octet-stream)
2002-10-31 22:35 UTC, Bret Towe
Details
Output of `emerge info` (emerge-info,1.20 KB, text/plain)
2003-02-07 14:09 UTC, Stewart (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bret Towe 2002-10-31 22:33:50 UTC
i edited the new vim-core ebuild that uses the new eclass so it merges faster
no need to compile vim when this doesnt even install that

also im attaching an updated eclass file the comment at the top i think should
be left so those that update it know the version format for the pre's of vim
Comment 1 Bret Towe 2002-10-31 22:34:43 UTC
Created attachment 5264 [details]
vim-core-6.1-r3.ebuild

updated vim-core ebuild
Comment 2 Bret Towe 2002-10-31 22:35:30 UTC
Created attachment 5265 [details]
vim.eclass

updated vim.eclass
Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2002-11-07 21:48:00 UTC
committed the vim-core ebuild... 
Comment 4 Bret Towe 2003-01-13 02:33:15 UTC
instead of making new bug...

just so you know Ryan vim and vim-core are at patch level 213 and gvim is at 263
perhaps should unmask vim and vim-core's patch level?

also vim patch level is now up to 6.1.288
Comment 5 Stewart (RETIRED) gentoo-dev 2003-01-31 10:54:01 UTC
This being the only seemingly relevant bug I could find for ViM, I'll post my error here.

I'm trying to update my server (after exhaustively updating several test machines on my LAN, testing all packages, etc.) and ViM is being a stickler. My distfiles directory is exported via NFS to my LAN from this server. The vim files are in the distfiles directory, and those very files were used to install the latest available version on all workstations. This worked flawlessly. However, on the server I get the following upon emerge'ing vim-core;

>>> Unpacking vim-6.1.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error exit delayed from previous errors
/usr/sbin/ebuild.sh: /var/tmp/portage/vim-core-6.1-r4/work/vim-4.2-speed_t.patch: No such file or directory

!!! ERROR: app-editors/vim-core-6.1-r4 failed.
!!! Function src_unpack, Line -5247, Exitcode 1
!!! (no error message)

I've tried rm'ing and re-downloading the file, both with and without proxy to no effect. I've tried masking vim-6.1-r19, which resulted in using the -r15 ebuild - same problem. (I'm not sure how to handle masking of vim-core, or if it would have any effect)
Comment 6 Ryan Phillips (RETIRED) gentoo-dev 2003-01-31 16:04:41 UTC
stewart: what does emerge info state?
Comment 7 Ryan Phillips (RETIRED) gentoo-dev 2003-02-07 13:35:08 UTC
should be resolved in the newer ebuilds.  make sure to rsync.
Comment 8 Stewart (RETIRED) gentoo-dev 2003-02-07 14:09:37 UTC
Created attachment 8014 [details]
Output of  `emerge info`

Attached is the output of `emerge info`, follows is my attempt to update ViM
after rsync'ing;

zeus:~ # emerge vim -u 
Calculating dependencies ...done!
>>> emerge (1 of 2) app-editors/vim-core-6.1-r4 to /
>>> md5 ;-) vim-6.1.tar.bz2
>>> md5 ;-) vimpatch-1-300.tar.bz2
>>> Unpacking source...
>>> Unpacking vim-6.1.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error exit delayed from previous errors
/usr/sbin/ebuild.sh:
/var/tmp/portage/vim-core-6.1-r4/work/vim-4.2-speed_t.patch: No such file or
directory
Comment 9 Stewart (RETIRED) gentoo-dev 2003-02-07 15:08:34 UTC
Quick follow-up;

I've manually untarred both

vim-6.1.tar.bz2
vimpatch-1-300.tar.bz2

on Zeus as both a regular user and root, without fail. I have updated Portage to 
the latest revision (of which I was only one behind), and re-sync'ed the entire
/usr/portage tree (after removing it and rsync'ing anew) with the same results.
tar and bzip2 are both at the latest revision available.