Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133023 - queequeg-0.91 fails to compile
Summary: queequeg-0.91 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-11 08:04 UTC by Naoaki Shindo (RETIRED)
Modified: 2006-07-14 06:19 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Naoaki Shindo (RETIRED) gentoo-dev 2006-05-11 08:04:47 UTC
emerge queequeg fails.

Wordnet which queequeg has dependency is installed to /usr/dict but wordnet path in queequeg ebuild is /usr/share/wordnet/dict.
Also wordnet's install path looks litle bit strange.

And this is simple patch.

# diff -u /usr/portage/app-text/queequeg/queequeg-0.91.ebuild /usr/loca
l/portagejp/app-text/queequeg/queequeg-0.91-r1.ebuild
--- /usr/portage/app-text/queequeg/queequeg-0.91.ebuild 2005-11-21 06:35:27.000000000 +0900
+++ /usr/local/portagejp/app-text/queequeg/queequeg-0.91-r1.ebuild      2006-05-11 23:58:36.000000000 +0900
@@ -20,7 +20,7 @@

 src_compile() {

-       emake dict WORDNETDICT=/usr/share/wordnet/dict || die
+       emake dict WORDNETDICT=/usr/dict || die

 }





Reproducible: Always
Steps to Reproduce:
1.emerge -v queequeg


emerge log:


# emerge -v queequeg
Calculating dependencies ...done!
>>> emerge (1 of 1) app-text/queequeg-0.91 to /
>>> md5 files   ;-) queequeg-0.91.ebuild
>>> md5 files   ;-) files/digest-queequeg-0.91
>>> md5 src_uri ;-) queequeg-0.91.tar.gz
>>> Unpacking source...
>>> Unpacking queequeg-0.91.tar.gz to /var/tmp/portage/queequeg-0.91/work
>>> Source unpacked.
python ./convdict.py index.special /usr/share/wordnet/dict
Reading: index.special...
Reading: /usr/share/wordnet/dict/noun.exc...
Traceback (most recent call last):
  File "./convdict.py", line 312, in ?
    d.read(special_file, wordnet_dir)
  File "./convdict.py", line 237, in read
    self.read_noun_exc()
  File "./convdict.py", line 156, in read_noun_exc
    for (s0, s1) in self.read_exc("noun"):
  File "./convdict.py", line 143, in read_exc
    fp = file(fname)
IOError: [Errno 2] No such file or directory: '/usr/share/wordnet/dict/noun.exc'
make: *** [dict] エラー 1


emerge info:

# emerge info
Portage 2203-svn (default-linux/x86/2006.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14-gentoo-r5 i686)
=================================================================
System uname: 2.6.14-gentoo-r5 i686 Intel(R) Pentium(R) M processor 1400MHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2, 2.4.2
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium-m -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig digest distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.gentoo.gr.jp ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO"
LANG="ja_JP.utf8"
LC_ALL="ja_JP.utf8"
LINGUAS="ja"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portagejp"
SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apache2 apm arts audiofile avi berkdb bitmap-fonts bzip2 cdr cjk cli crypt cups doc dri dvd eds emacs emboss encode esd ethereal exif expat fam foomaticdb fortran gd gdbm gif glut gnome gpm gstreamer gtk gtk2 imagemagick imlib ipv6 isdnlog java jpeg kde lcms leim libg++ libwww mad migemo mikmod mng motif mp3 mpeg ncurses nls nptl ogg opengl oss pam pcre pdflib perl png pppd python qt quicktime readline reflection ruby samba sdl session spell spl sqlite ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts udev unicode vorbis xface xml xml2 xmms xorg xv zlib linguas_ja userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LDFLAGS, MAKEOPTS
Comment 1 Akinori Hattori gentoo-dev 2006-07-14 06:19:05 UTC
Thank you for waiting. Fixed in CVS.