Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88498 - app-emulation/e-uae-0.8.27 ebuild doesn't install doc files
Summary: app-emulation/e-uae-0.8.27 ebuild doesn't install doc files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: David Holm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-09 12:02 UTC by Till Maas
Modified: 2005-04-12 00:54 UTC (History)
0 users

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


Attachments
corrects the docinto statements in the ebuild (e-uae-0.8.27-r1.ebuild.patch,258 bytes, patch)
2005-04-09 12:04 UTC, Till Maas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Till Maas 2005-04-09 12:02:32 UTC
The ebuild tries to install non-existing doc-files

Reproducible: Always
Steps to Reproduce:
emerge e-uae
Actual Results:  
cp: Aufruf von stat f
Comment 1 Till Maas 2005-04-09 12:02:32 UTC
The ebuild tries to install non-existing doc-files

Reproducible: Always
Steps to Reproduce:
emerge e-uae
Actual Results:  
cp: Aufruf von stat für ,,docs/unix/README" nicht möglich: No such file or 
directory 
/usr/lib/portage/bin/dodoc: docs/COMPATIBILITY does not exist. 
/usr/lib/portage/bin/dodoc: docs/CREDITS does not exist. 
/usr/lib/portage/bin/dodoc: docs/FAQ does not exist. 
/usr/lib/portage/bin/dodoc: docs/NEWS does not exist. 
/usr/lib/portage/bin/dodoc: docs/README does not exist. 
/usr/lib/portage/bin/dodoc: docs/README.PROGRAMMERS does not exist. 
/usr/lib/portage/bin/dodoc: docs/README.unix does not exist. 
/usr/lib/portage/bin/dodoc: docs/translated/* does not exist. 
 

Expected Results:  
The following files should be in /usr/doc/e-uae-0.8.27 
 
bsdsocket.txt.gz  ChangeLog.gz  CHANGES.gz  compiling.txt.gz  
configuration.txt.gz  COPYING.gz  floppies.txt.gz  keyboard.txt.gz  README.gz  
scsi.txt.gz
Comment 2 Till Maas 2005-04-09 12:04:30 UTC
Created attachment 55783 [details, diff]
corrects the docinto statements in the ebuild

This is a patch for the 0.8.27 Ebuild that corrects the docinto statements
Comment 3 David Holm (RETIRED) gentoo-dev 2005-04-12 00:54:33 UTC
Thank you, commited.