Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415621 - app-editors/emacs-23.4-r1 does not install info files
Summary: app-editors/emacs-23.4-r1 does not install info files
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-12 20:36 UTC by Pariksheet Nanda
Modified: 2012-05-19 12:49 UTC (History)
1 user (show)

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


Attachments
emerge log (app-editors:emacs-23.4-r1:20120512-201208.log,482.52 KB, text/plain)
2012-05-19 12:07 UTC, Pariksheet Nanda
Details
emerge --info (einfo,15.11 KB, text/plain)
2012-05-19 12:08 UTC, Pariksheet Nanda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pariksheet Nanda 2012-05-12 20:36:02 UTC
Only man page is installed, not the info page.
The emacs splash screen suggests to use to the info manual, and consequently the link is broken.

Reproducible: Always

Steps to Reproduce:
1. emerge emacs

Actual Results:  
No info file installed from checking with qlist.
`info emacs` shows manpage instead.
Running `C-h r` from emacs returns "Info file emacs does not exist"

Expected Results:  
info file should be installed
Comment 1 Ulrich Müller gentoo-dev 2012-05-15 20:21:06 UTC
Could you please post the output of emerge --info and attach build.log?
What is your INFOPATH environment variable assigned to?
Comment 2 Pariksheet Nanda 2012-05-19 12:07:24 UTC
Created attachment 312257 [details]
emerge log
Comment 3 Pariksheet Nanda 2012-05-19 12:08:56 UTC
Created attachment 312259 [details]
emerge --info
Comment 4 Pariksheet Nanda 2012-05-19 12:11:24 UTC
$ echo $INFOPATH
/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.21.1/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.5/info
Comment 5 Ulrich Müller gentoo-dev 2012-05-19 12:21:40 UTC
(In reply to comment #2)
> Created attachment 312257 [details]
> emerge log

What happens is that Portage removes /usr/share/info:

>  * Removing /usr/share/info
>  * Removing /usr/share/doc


(In reply to comment #3)
> Created attachment 312259 [details]
> emerge --info

... which is expected because you have "noinfo" in FEATURES:

> FEATURES="assume-digests binpkg-logs collision-protect distlocks
> ebuild-locks fixlafiles metadata-transfer news nodoc noinfo parallel-fetch
> preserve-libs protect-owned sandbox sfperms strict unknown-features-warn
> unmerge-logs unmerge-orphans userfetch"

Closing as invalid.
Comment 6 Pariksheet Nanda 2012-05-19 12:49:11 UTC
Ah, my mistake.  Thank you for explaining this.