From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HNljX-0003S4-49 for garchives@archives.gentoo.org; Sun, 04 Mar 2007 08:06:19 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l2484Sbr008208; Sun, 4 Mar 2007 08:04:28 GMT Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l2484QVp008203 for ; Sun, 4 Mar 2007 08:04:27 GMT Received: by wx-out-0506.google.com with SMTP id i30so1970323wxd for ; Sun, 04 Mar 2007 00:04:26 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NxR4xKo4Cs0L9Syh4nUIp6y60xHhIfF2DFZ+l2vlEInXLTpri4jUvcwgQuTzX2HtzOKeKRCA8EnOrlAtQORBOTelFVybLZvwFRiaUnKxNXDFL+yat36ftNkHU568hUBkHgCAbCwVdigprDAJkqAo4reaw54hAvLLCqll8LoukAg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mqiObLh8/Ui1T9kSd/4DkZtbu1wjglAJCHbk2sRv/T7qucxwMgubj8sot+oVjrKqMDrc+sFV2XwXrob0iER0/zHSdBAHZov22jgnLA0m2tLk+b9gsbk3JWDpZ3uucL+QqhsdJC43zKpO+hNon+sKSVkfTfW48ocl1TgewQA1X9E= Received: by 10.114.155.1 with SMTP id c1mr868615wae.1172995465502; Sun, 04 Mar 2007 00:04:25 -0800 (PST) Received: by 10.114.200.16 with HTTP; Sun, 4 Mar 2007 00:04:24 -0800 (PST) Message-ID: Date: Sun, 4 Mar 2007 19:04:24 +1100 From: "Daiajo Tibdixious" To: gentoo-amd64@lists.gentoo.org Subject: [gentoo-amd64] VIM: No tags file Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 2efd3447-480d-40ea-ba13-12dedacd68d4 X-Archives-Hash: 28ee7a40fd5911e1937e1c12537af083 Until about a month ago :help worked fine in vim, however now it gives: E433: No tags file E149: Sorry, no help for help.txt Initially I thought it was because I set -doc in USE, but vim does not use this use flag. Searching for this particular error produces loads of pages due to "tags file" matching lots of comments about vim. I eventually found (from the VIM FAQ) that there should be a $RUNTIME/doc directory, which isn't present, despite putting "doc" in package.use for VIM, and upgrading it TODAY. I 'fixed' it by # ebuild /usr/portage/app-editors/vim/vim-7.0.174.ebuild unpack # cd /var/tmp/portage/app-editors/vim-7.0.174/work (after some stuffing around with the Makefile and grep) # mv -v runtime/doc /usr/share/vim/vim70 and :help now works. So, why isn't emerge putting the doc directory in place? I've been reading the Makefile but I've not noticed any USE flag control (not that I understand how USE flags control the build). -- gentoo-amd64@gentoo.org mailing list