Bug 100550 - dev-util/cogito-0.12.1 with USE="doc" fails upon doc creation
Bug#: 100550 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: r3pek@gentoo.org Reported By: chriswhite@gentoo.org
Component: Applications
URL: 
Summary: dev-util/cogito-0.12.1 with USE="doc" fails upon doc creation
Keywords:  
Status Whiteboard: 
Opened: 2005-07-27 23:36 0000
Description:   Opened: 2005-07-27 23:36 0000
Error: 
 
Generating cg-version... 
rm cat-file.o diff-files.o rev-tree.o receive-pack.o fsck-cache.o rev-parse.o 
convert-cache.o http-pull.o pack-objects.o ssh-pull.o mktag.o stripspace.o 
show-index.o unpack-file.o send-pack.o apply.o prune-packed.o diff-cache.o 
checkout-cache.o diff-stages.o clone-pack.o rev-list.o update-cache.o 
fetch-pack.o patch-id.o diff-tree.o export.o read-tree.o local-pull.o 
write-tree.o merge-base.o unpack-objects.o tar-tree.o ls-tree.o 
get-tar-commit-id.o check-files.o commit-tree.o diff-helper.o hash-object.o 
merge-cache.o ls-files.o verify-pack.o init-db.o ssh-push.o upload-pack.o 
./make-cg-asciidoc ../cg-add > cg-add.txt 
asciidoc -b css-embedded -d manpage cg-add.txt 
WARNING: non-standard css-embedded backend 
FAILED: incomplete configuration files 
make: *** [cg-add.html] エラー 1 
rm cg-add.txt 
 
!!! ERROR: dev-util/cogito-0.12.1 failed. 
!!! Function src_compile, Line 37, Exitcode 2 
!!! make documentation failed 
!!! If you need support, post the topmost build error, NOT this status message. 
 
asciidoc: 
 
[ebuild   R   ] app-text/asciidoc-7.0.1 
 
Let me know if you need more info.

------- Comment #1 From Chris White (RETIRED) 2005-07-28 00:04:02 0000 -------
I found the solution in a debian bug laying around.  I'll attach the patch. 

------- Comment #2 From Chris White (RETIRED) 2005-07-28 00:05:30 0000 -------
Created an attachment (id=64501) [details]
cogito-0.12.1-doc.patch

The patch required.  It changes to xhtml11 instead of css-embedded, which
breaks on the latest asciidoc.	This also requires the asciidoc depend be set
to >=app-text/asciidoc-7.0.1.

------- Comment #3 From Carlos Silva (RETIRED) 2005-07-28 16:43:32 0000 -------
in cvs now. thx for reporting and investigating.