Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 415621

Summary: app-editors/emacs-23.4-r1 does not install info files
Product: Gentoo Linux Reporter: Pariksheet Nanda <pariksheet.nanda>
Component: Current packagesAssignee: Emacs project <emacs>
Status: RESOLVED INVALID    
Severity: normal CC: pariksheet.nanda
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge log
emerge --info

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.