Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 389047 - app-doc/abs-guide-6.4 does not install files to live filesystem
Summary: app-doc/abs-guide-6.4 does not install files to live filesystem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 381649
  Show dependency tree
 
Reported: 2011-10-31 01:21 UTC by James Wall
Modified: 2011-11-10 06:11 UTC (History)
1 user (show)

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


Attachments
emerge --info (emergeinfo.txt,3.78 KB, text/plain)
2011-10-31 01:23 UTC, James Wall
Details
full build.log (build.log,1.24 KB, text/plain)
2011-11-02 19:40 UTC, James Wall
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Wall 2011-10-31 01:21:40 UTC
emerging app-doc/abs-guide on my system does not install the documentation files on the live system. tested abs-guide-6.3 and abs-guide-6.4 on my system with and without the pdf use flag set

Reproducible: Always

Steps to Reproduce:
1.emerge app-doc/abs-guide
2.check /usr/share/doc/
3.no files found for abs-guide.
Actual Results:  
no files installed 

Expected Results:  
abs-guide files copied to /usr/share/doc
Comment 1 James Wall 2011-10-31 01:23:52 UTC
Created attachment 291323 [details]
emerge --info
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2011-11-01 15:46:19 UTC
Please attach the entire build log to this bug report.
Comment 3 James Wall 2011-11-02 19:40:20 UTC
Created attachment 291539 [details]
full build.log
Comment 4 Ryan Hill (RETIRED) gentoo-dev 2011-11-03 23:24:40 UTC
Portage:

Ebuild installs HTML docs and bash scriptlets into ${DOCDIR}.  Because the scriptlets are referenced from the HTML I need to avoid compression, so ebuild does (EAPI=4):

  src_install() {
      dodoc -r *
      docompress -x /usr/share/doc/${PF}
  }

User set PORTAGE_COMPRESS="" in make.conf (I'm assuming to prevent any compression?).  Result is nothing at all gets installed.  Is this expected behavior or are we doing something wrong?
Comment 6 Zac Medico gentoo-dev 2011-11-10 06:11:15 UTC
This is fixed in 2.1.10.33 and 2.2.0_alpha73.