Re: [gentoo-user] /usr/share/dict/words missing?

2003-06-24 Thread Owen Gunden
On Tue, Jun 24, 2003 at 01:30:15AM -0400, wes chow wrote:
 sys-apps/miscfiles
 
 It's a part of system:
 
 kambei root # emerge -p --emptytree system | grep miscfiles
 [ebuild  N   ] sys-apps/miscfiles-1.3

Thanks, that _is_ helpful, but..


[EMAIL PROTECTED] grep ACCEPT_KEYWORDS /etc/make.conf
# would add '~x86' to ACCEPT_KEYWORDS to enable unstable/testing packages.
#ACCEPT_KEYWORDS=~arch


[EMAIL PROTECTED] emerge -p miscfiles
 
These are the packages that I would merge, in order:
  
Calculating dependencies ...done!
[ebuild   R  ] sys-apps/miscfiles-1.3-r2


So I have a different version of miscfiles than you, even though I'm not
using ACCEPT_KEYWORDS.

Nonetheless, in /usr/portage/sys-apps/miscfiles/miscfiles-1.3-r2.ebuild we
have:

src_install() {
einstall || die

# Remove this, as it causes language clash in ispell
rm ${D}/usr/share/dict/words
dodoc GNU* NEWS ORIGIN README dict-README
}

Which makes me think there could be a bug here.  

Cheers,
Owen

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] /usr/share/dict/words missing?

2003-06-24 Thread Peter Ruskin
On Tuesday 24 Jun 2003 07:14, Owen Gunden wrote:
 [EMAIL PROTECTED] emerge -p miscfiles
  
 These are the packages that I would merge, in order:
  
 Calculating dependencies ...done!
 [ebuild   R  ] sys-apps/miscfiles-1.3-r2
 

 So I have a different version of miscfiles than you, even though I'm
 not using ACCEPT_KEYWORDS.

 Nonetheless, in
 /usr/portage/sys-apps/miscfiles/miscfiles-1.3-r2.ebuild we have:

 src_install() {
 einstall || die
  
   # Remove this, as it causes language clash in ispell
 rm ${D}/usr/share/dict/words
 dodoc GNU* NEWS ORIGIN README dict-README
 }

 Which makes me think there could be a bug here.  

Strange...

$ emerge -p miscfiles
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild   R  ] sys-apps/miscfiles-1.3-r2

$ ll /usr/share/dict/words
-rw-r--r--1 root root  2486824 2003-05-14 04:49 
/usr/share/dict/words

$ qpkg -f /usr/share/dict/words
sys-apps/miscfiles *

Peter
-- 
==
Gentoo Linux:   Gentoo Base System version 1.4.3.8p1
kernel-2.4.21_rc8-gss i686 AMD Athlon(tm) XP 1600+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] /usr/share/dict/words missing?

2003-06-23 Thread wes chow

sys-apps/miscfiles

It's a part of system:

kambei root # emerge -p --emptytree system | grep miscfiles
[ebuild  N   ] sys-apps/miscfiles-1.3


Wes


On Mon, 23 Jun 2003, Owen Gunden wrote:

 Hi all,
 
 I'm getting errors when trying to emerge ispell and bsd-games, and both of
 them seem to be failing because /usr/share/dict/words is missing.  I tried:
 
 qpkg -f /usr/share/dict/words
 
 but that didn't come up with anything at all.  
 
 Does anyone know what package this file comes from?  Might it be a bug that
 ispell and bsd-games don't depend on this package?
 
 Cheers,
 Owen
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list