Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20397 - gal-0.24 ebuild fails due to syntax errors in gal-api.sgml
Summary: gal-0.24 ebuild fails due to syntax errors in gal-api.sgml
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-03 14:37 UTC by Ron Kracht
Modified: 2006-08-29 00:29 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ron Kracht 2003-05-03 14:37:39 UTC
This is really a very simple fix - just correct the errors in api-gal.sgml that
are noted below.

There are a number of <title> sections in docs/gal-api.sgml that are imporoperly
ended with <title>. instead of </title>. This causes a recursive loop in the
processing of that document. Breaking out of the loop aborts the build.

Adding the missing / to the close of the title sections where the / is missing
fixes the problem and the ebuild succeeds.

Reproducible: Always
Steps to Reproduce:
1. emerge gal
2.
3.

Actual Results:  
endless loop inprocessing of gal-api.sgml


I don't know that I would classify this bug as critical - but it does cause the
ebuild to hang so that is where it fits best I guess.
Comment 1 foser (RETIRED) gentoo-dev 2003-05-03 17:08:51 UTC
afaik its not endless, it will at a certain point go on. But indeed if it can be fixed easily, then that would be nice. Care to fix us a patch ?
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-05-04 07:10:19 UTC
i've added a patched to that effect. it doesn't speed up the docs compilation by anything dramatic fashion though.