Discussion:
/usr/share/dict/words missing?
Owen Gunden
2003-06-24 03:47:41 UTC
Permalink
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

--
gentoo-***@gentoo.org mailing list
wes chow
2003-06-24 05:30:15 UTC
Permalink
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
Post by Owen Gunden
Hi all,
I'm getting errors when trying to emerge ispell and bsd-games, and both of
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
--
--
gentoo-***@gentoo.org mailing list
Owen Gunden
2003-06-24 06:14:46 UTC
Permalink
Post by wes chow
sys-apps/miscfiles
kambei root # emerge -p --emptytree system | grep miscfiles
[ebuild N ] sys-apps/miscfiles-1.3
Thanks, that _is_ helpful, but..

----------------
[***@warchicken]# grep ACCEPT_KEYWORDS /etc/make.conf
# would add '~x86' to ACCEPT_KEYWORDS to enable unstable/testing packages.
#ACCEPT_KEYWORDS="~arch"


[***@warchicken]# 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

--
gentoo-***@gentoo.org mailing list
Peter Ruskin
2003-06-24 10:29:07 UTC
Permalink
Post by Owen Gunden
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
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+
==================================================


--
gentoo-***@gentoo.org mailing list
MAL
2003-06-24 10:33:09 UTC
Permalink
Post by Peter Ruskin
Strange...
$ emerge -p miscfiles
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 *
emerge -p miscfiles
[ebuild R ] sys-apps/miscfiles-1.3-r2

ls /usr/share/dict/words
ls: /usr/share/dict/words: No such file or directory

qpkg -f /usr/share/dict/words
<nothing>

MAL


--
gentoo-***@gentoo.org mailing list

Loading...