Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46743 - jed ebuild is missing info dir
Summary: jed ebuild is missing info dir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-03 20:56 UTC by Jan Strube
Modified: 2004-05-02 02:48 UTC (History)
1 user (show)

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


Attachments
Adds a direntry to jed.{1,2,3}in (jed-0.99.16-direntry.patch,1.47 KB, patch)
2004-04-19 15:23 UTC, Doug Weimer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Strube 2004-04-03 20:56:42 UTC
install-info: warning: no info dir entry in `/usr/share/info/jed.1in.gz'
install-info: warning: no info dir entry in `/usr/share/info/jed.2in.gz'
install-info: warning: no info dir entry in `/usr/share/info/jed.3in.gz'


comes up SOMETIMES after emerge --verbose

Reproducible: Always
Steps to Reproduce:
1. emerge --verbose



Portage 2.0.50-r1 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.4.25-gentoo)
=================================================================
System uname: 2.4.25-gentoo i686 Intel(R) Pentium(R) 4 Mobile CPU 1.60GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.ccccom.com http://cudlug.cudenver.edu/gentoo/
http://mirrors.tds.net/gentoo http://mirror.tucdemonic.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb cdr crypt cups dvd encode esd foomaticdb gdbm
gif gpm gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mpeg ncurses nls
oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang
spell sse ssl svga tcpd tetex truetype x86 xml2 xmms xv zlib"
Comment 1 Chris Aniszczyk (RETIRED) gentoo-dev 2004-04-04 13:04:41 UTC
This has nothing to do with the java herd.
Comment 2 Duke 2004-04-18 21:10:37 UTC
Using emerge -v I get the following:

 * Regenerating GNU info directory index...
 install-info: warning: no info dir entry in `/usr/share/info/jed.2in.gz'
 install-info: warning: no info dir entry in `/usr/share/info/jed.3in.gz'
 install-info: warning: no info dir entry in `/usr/share/info/jed.1in.gz'
 * Processed 340 info files; 3 errors.
 * IMPORTANT: 11 config files in /etc need updating.
 * Type emerge --help config to learn how to update config files.

This is with jed-0.99.16-r1.

Apparently this is a result of broken info files included in the package.  This has happened with other packages.  In this sense, bug #42895 is related.

I get these errors consistently after merging a package.
Comment 3 Doug Weimer 2004-04-19 15:23:54 UTC
Created attachment 29660 [details, diff]
Adds a direntry to jed.{1,2,3}in

The jed.info file already had a direntry, so this patch adds the same entry to
the three jed.Nin files as well. I checked several other sets of info files
(ex. bison and guile) and they manage direntries for split info files in the
same manner.
Comment 4 d0der 2004-05-01 04:45:15 UTC
This and similar info-file errors are generating quite some confusion and forum-traffic at the moment.

The submitted patch works, so please push this through asap.
Comment 5 d0der 2004-05-01 04:48:55 UTC
Umm just saw that this is fixed in jed-0.99.16-r2 .. so this should've been closed.
Comment 6 Alastair Tse (RETIRED) gentoo-dev 2004-05-02 02:48:28 UTC
yes, i forgot to close this bug .. marking -r2 stable for x86 now. thanks for the patch!