Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124631 - app-dicts/gjiten-2.6 compilation fails
Summary: app-dicts/gjiten-2.6 compilation fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
: 147586 (view as bug list)
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2006-03-02 05:54 UTC by crusaderky
Modified: 2008-05-14 16:38 UTC (History)
6 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 crusaderky 2006-03-02 05:54:37 UTC
http://gjiten.sourceforge.net/

v2.5 (2005-12-18)
    - Kanji can be clicked in WordDic for KanjiDic lookup. (Mboso Sampson)
    - Regenerated autoconf scripts for kfreebsd support.
    - Fixed possible buffer overflows.
    - Fixed stroke count search when irrelevant results showed up. 
    - History buffer overrun fixed (John Thacker).
    - Updated spec for FC3
    - Fixed segfault with invalid dicfile in the schema.


I've tried renaming the ebuild for 2.4, but compilation crashes:

docbook2txt -u gjiten.xml >gjiten.txt
/bin/sh: docbook2txt: command not found
make[3]: *** [../../README] Error 127
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2006-03-04 00:29:22 UTC
2.5 in cvs.
Comment 2 crusaderky 2006-03-04 03:07:36 UTC
Compilation fails:

make[3]: Entering directory `/var/tmp/portage/gjiten-2.5/work/gjiten-2.5/help/C'
for file in gjiten-C.omf; do \
  scrollkeeper-preinstall /usr/share/gnome/help/gjiten/C/gjiten.xml ./$file $file.out; \
done
docbook2txt -u gjiten.xml >gjiten.txt
touch omf_timestamp
No way to convert HTML to text found.
make[3]: *** [../../README] Error 8
Comment 3 David Klempner 2006-03-05 22:33:32 UTC
I get the same issue.

# emerge --info

Portage 2.1_pre5-r4 (default-linux/x86/2005.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.15-ck2 i686)
=================================================================
System uname: 2.6.15-ck2 i686 Unknown CPU Typ
Gentoo Base System version 1.12.0_pre16
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [disabled]
dev-lang/python:     2.3.5, 2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
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-r2
sys-devel/libtool:   1.3.5, 1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -mtune=athlon-xp -O3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=athlon-xp -mtune=athlon-xp -O3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LINGUAS="en"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex S3TC X Xaw3d aac acpi alsa apache2 apm arts avi berkdb bidi bitmap-fonts bzip2 cairo canna cjk crypt cups curl dedicated dga directfb doc dvd dvdr eds emacs emboss encode erandom escreen f77 faad fbcon ffmpeg flac font-server foomaticdb fortran freewnn gcj gdbm gif glut gnome gpm gstreamer gtk gtk2 gtkhtml idea imap imlib ipv6 javascript jpeg kde kerberos libcaca libg++ libwww lirc mad matroska mbox mikmod mmx mmx2 motif mozcalendar mozsvg mp3 mpeg mpi mule multitarget music musicbrainz mythtv ncurses network nls nptl nptlonly ntlm nvidia objc odbc offensive ogg oggvorbis opengl oss pam pdflib perl plotutils png python qt quicktime readline real rtc samba sdl spell sse ssl svg tcpd theora threads tiff truetype truetype-fonts type1-fonts unicode usb utf8 uudeview v4l2 vorbis win32codecs wmf xchatdccserver xgetdefault xine xinerama xml xml2 xmms xrandr xv xvid xvmc zlib elibc_glibc kernel_linux linguas_en userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, MAKEOPTS
Comment 4 Boris Fersing (RETIRED) gentoo-dev 2006-03-07 07:19:44 UTC
Hi,

It seems that docbook2txt needs lynx for the HTML to text conversion ... maybe should we poke the docbook guys ?

Anyway, I can emerge gjiten after I've installed lynx ...

Regards,

Boris.
Comment 5 Martin Ehmsen (RETIRED) gentoo-dev 2006-04-28 03:07:49 UTC
The dep should be fix now.
Comment 6 crusaderky 2006-04-28 14:11:14 UTC
Doesn't work.

config.status: executing default-1 commands
 cd . && /bin/sh /var/tmp/portage/gjiten-2.5/work/gjiten-2.5/missing --run automake-1.9 --gnu  Makefile
Makefile.am: required file `./README' not found
make: *** [Makefile.in] Error 1
Comment 7 Martin Ehmsen (RETIRED) gentoo-dev 2006-04-28 15:20:07 UTC
It looks like our (text-markup) job is finished, since you got past the docbook2txt error, so removing text-markup.
Comment 8 crusaderky 2006-04-28 15:36:19 UTC
Actually, now it crashes much EARLIER.
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2006-09-14 10:24:26 UTC
*** Bug 147586 has been marked as a duplicate of this bug. ***
Comment 10 Gregor Riepl 2006-09-14 13:04:50 UTC
oh dear i submitted a duplicate!

but why didn't searching for "gjiten docbook2txt" return this bug to me?!?
Comment 11 MATSUU Takuto (RETIRED) gentoo-dev 2006-11-13 07:36:34 UTC
Sorry for long delay.
2.6 in cvs. It has no longer needed docbook2txt.
Comment 12 crusaderky 2006-11-13 10:27:10 UTC
STILL DOESN'T WORK with 2.6.
Identical bug as after the "fix".

config.status: executing po/stamp-it commands
 cd . && /bin/sh /var/tmp/portage/gjiten-2.6/work/gjiten-2.6/missing --run autom ake-1.9 --gnu  Makefile
Makefile.am: required file `./README' not found
make: *** [Makefile.in] Error 1
Comment 13 MATSUU Takuto (RETIRED) gentoo-dev 2006-11-13 15:20:50 UTC
hmm, it WORKSFORME.
Please put here your `emerge --info`.
Comment 14 Gregor Riepl 2006-11-13 15:35:02 UTC
to guido: your problem is unrelated afair. automake needs a -a or someone should add the README (if it isn't there already).
maybe you should clean your /var/tmp/portage? or check for portage overlays? remove the source tarball and redownload?
Comment 15 crusaderky 2006-11-13 16:44:18 UTC
(In reply to comment #14)
> maybe you should clean your /var/tmp/portage? or check for portage overlays?
> remove the source tarball and redownload?
> 
/var/tmp/portage is clear. i've got no overlays on that package. source tarball passes MD5, so it's pointless to redownload it.


$ emerge --info
Portage 2.1.1-r1 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r4, 2.6.18-gentoo-r2 i686)
=================================================================
System uname: 2.6.18-gentoo-r2 i686 AMD Athlon(TM) XP 2000+
Gentoo Base System version 1.12.6
Last Sync: Mon, 13 Nov 2006 16:30:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -pipe -march=athlon-xp -fomit-frame-pointer -falign-functions=4 -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-Os -pipe -march=athlon-xp -fomit-frame-pointer -falign-functions=4 -mfpmath=sse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig digest distlocks fixpackages metadata-transfer parallel-fetch sandbox sfperms strict userfetch"
GENTOO_MIRRORS="ftp://194.117.143.71/mirrors/gentoo ftp://194.117.143.72/mirrors/gentoo ftp://mirror.icis.pcz.pl/gentoo/"
LC_ALL="it_IT.UTF-8"
LINGUAS="it"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/portage/local/layman/portage-xgl"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X a52 aac alsa apache2 audiofile berkdb bitmap-fonts bzip2 cdparanoia cdr chroot cjk cli cracklib crypt cscope cups curl dbus dga dlloader dri dts dvb dvd dvdr dvdread elibc_glibc encode exif fam fbcon ffmpeg firefox flac flash fortran gd gdbm ggi gif ginac glut gnutls gpm gtk gtk2 gtkhtml guile hal iconv idn imagemagick imap imlib innodb input_devices_evdev input_devices_joystick input_devices_keyboard input_devices_mouse input_devices_wacom ipv6 isdnlog java javascript jikes joystick jpeg kerberos kernel_linux krb4 lcms ldap libcaca libg++ linguas_it lzo mad mcal memlimit mikmod mmx mng motif mp3 mpeg musepack mysql ncurses nls nptl nptlonly nsplugin nvidia odbc offensive ogg opengl pam pcre pdf perl plotutils png ppds pppd prelude python quicktime readline reflection samba sdl session skey slp sndfile snmp socks5 speex spl sqlite sse ssl startup-notification svg tcl tcltk tcpd theora threads tiff tk truetype truetype-fonts type1-fonts udev unicode usb userland_GNU vcd video_cards_nvidia video_cards_vesa vorbis win32codecs wmf wxwindows xml xorg xosd xprint xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Comment 16 Jakub Moc (RETIRED) gentoo-dev 2008-03-22 13:54:28 UTC
(In reply to comment #6)
> config.status: executing default-1 commands
>  cd . && /bin/sh /var/tmp/portage/gjiten-2.5/work/gjiten-2.5/missing --run
> automake-1.9 --gnu  Makefile
> Makefile.am: required file `./README' not found
> make: *** [Makefile.in] Error 1

Totally unrelated. This needs to inherit autotools and either run eautoreconf or set WANT_AUTOMAKE value above inherit so that it doesn't bail out on missing README.
Comment 17 MATSUU Takuto (RETIRED) gentoo-dev 2008-05-14 16:38:25 UTC
sorry for long delay
fixed in 2.6-r1