First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 256868
Alias:
Product:
Component:
Status: NEW
Resolution:
Assigned To: Common Lisp Bugs <common-lisp@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Louis Frayser <frayser@earthlink.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 256868 depends on: Show dependency tree
Bug 256868 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.








View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2009-01-30 00:54 0000
I found some stray files in /usr/share/doc.  It seems that emerging
dev-lisp/gcl-2.6.73-r3 installs them in the wrong place:

$ equery belongs /usr/share/doc/*.{pdf,dvi,tex}
[ Searching for file(s)
/usr/share/doc/dwdoc.pdf,/usr/share/doc/gcl-si.dvi,/usr/share/doc/gcl-tk.dvi,/usr/share/doc/dwdoc.tex
in *... ]
dev-lisp/gcl-2.6.7-r3 (/usr/share/doc/dwdoc.tex)
dev-lisp/gcl-2.6.7-r3 (/usr/share/doc/dwdoc.pdf)
dev-lisp/gcl-2.6.7-r3 (/usr/share/doc/gcl-tk.dvi)
dev-lisp/gcl-2.6.7-r3 (/usr/share/doc/gcl-si.dvi)


Reproducible: Always

Steps to Reproduce:
1. Emerge or ebuild dev-lisp/gcl-2.6.7-r3.
In this example ebuild is run from /usr/portage/dev-lisp/gcl:
    frayser@gentoo /usr/portage/dev-lisp/gcl $  ebuild  *r3* install

2. Check the result. After ebuild, check the image directory.  Or after an
emerge check /usr/share/doc.
    frayser@gentoo /var/tmp/portage/dev-lisp/gcl-2.6.7-r3/image $ find . -name
"*.pdf"
    ./usr/share/doc/dwdoc.pdf
NOTE: I tried running ebuild ... postinst but that didn't move the files to the
proper location either.

3. Look for other misplaced files:
  frayser@gentoo /var/tmp/portage/dev-lisp/gcl-2.6.7-r3/image $ ls -F
usr/share/doc |grep -v -- '-[0-9]'
  dwdoc/
  dwdoc.pdf
  dwdoc.tex
  gcl-si.dvi
  gcl-tk.dvi

NOTE: the dwdoc/ directory is also misplaced.
Actual Results:  
The following are in usr/share/doc/
dwdoc/
dwdoc.pdf
dwdoc.tex
gcl-si.dvi
gcl-tk.dvi

Expected Results:  
Those items listed above should have been placed in usr/share/doc/ghc-2.6.7-r3/

See ChangeLog 12 Jan 2006, bug 116117 which mentions two of the same files; but
not dwdoc/, the pdf and the tex files.

------- Comment #1 From Louis Frayser 2009-01-30 01:34:12 0000 -------
Checks for same problem in previous versions: 

2.6.7.ebuild    doesn't build (No configure.{ac,in} present!) #236391
2.6.7-r1.ebuild doesn't build (No configure.{ac,in})          #236391
2.6.7-r2.ebuild misplaces the same documentation files into /usr/share/doc/ as
the 2.6.7-r3 ebuild. (same as this bug)

First Last Prev Next    No search results available      Search page      Enter new bug