Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 220969
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Tupone Alfredo <tupone@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Richard F. Ostrow Jr. <kshots@warfaresdl.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
cal3d-0.11.0-r1.ebuild.patch Patch against the 0.11.0-r1 ebuild of the cal3d library patch Richard F. Ostrow Jr. 2008-05-08 17:48 0000 1.78 KB Details | Diff
cal3d-0.11.0-r1.ebuild.patch-r1 Fixes issues brought up by carlo@gentoo.org patch Richard F. Ostrow Jr. 2008-05-08 20:28 0000 1.86 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 220969 depends on: Show dependency tree
Bug 220969 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: 2008-05-08 17:45 0000
cal3d ebuild does not build or install documentation. By default, the configure
script does not build/install documentation either. You must first go into docs
folder:
sed s/db2html/docbook2html Makefile.am > Makefile.2 && mv Makefile.2
Makefile.am
Go back to base folder:
sed s/db2html/docbook2html configure.in > configure.2 && mv configure.2
configure.in
Then rebuild the tool-chain, then build as normal
Then, go back into docs folder and:
make doc-api && make doc-guide
Finally, go into faq and run:
doxygen cal3dfaq.doxygen

Manually install it all, and you're set.

Reproducible: Always

Steps to Reproduce:
1.emerge cal3d

Actual Results:  
cal3d is installed without documentation

Expected Results:  
documentation should be installable

------- Comment #1 From Richard F. Ostrow Jr. 2008-05-08 17:48:02 0000 -------
Created an attachment (id=152501) [details]
Patch against the 0.11.0-r1 ebuild of the cal3d library

Adds documentation support

------- Comment #2 From Carsten Lohrke 2008-05-08 19:09:28 0000 -------
- documentation goes into ${PF} instead ${P}
- ${D} needs to be quoted
- docbook stuff not listed in $DEPEND

------- Comment #3 From Richard F. Ostrow Jr. 2008-05-08 20:28:15 0000 -------
Created an attachment (id=152515) [details]
Fixes issues brought up by carlo@gentoo.org

Fixes issues brought up by carlo@gentoo.org

------- Comment #4 From Tupone Alfredo 2008-05-09 22:52:17 0000 -------
Fix done. Thanks

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug