Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 240036 - dev-lang/hugs98-2006.9 fails to build with USE=docs
Summary: dev-lang/hugs98-2006.9 fails to build with USE=docs
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
: 240042 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-05 18:07 UTC by C W Rose
Modified: 2010-11-02 19:42 UTC (History)
0 users

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


Attachments
Patch to allow building Hugs98 2006.9 docs. (hugs.patch,1.17 KB, patch)
2010-02-10 08:54 UTC, C W Rose
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description C W Rose 2008-10-05 18:07:59 UTC
The current Hugs98 package dates from 2005.  The 2006 package builds correctly
(and is an improvement) except when USE=docs is added.  This is because the
main Hugs docs file, user_guide.sgml, references the 4.2 docbook DTD on www.oasis-open.org, and not the local version (which is in fact in the ebuild
dependencies).  At a guess this should be fixed with a sed script in the
emerge process, but I don't know if that's the standard method.

Reproducible: Always

Steps to Reproduce:
1.Emerge hugs98 with ~x86
2.
3.

Actual Results:  
Failure.

Expected Results:  
Success
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-10-05 18:58:33 UTC
*** Bug 240042 has been marked as a duplicate of this bug. ***
Comment 2 C W Rose 2008-10-07 12:31:42 UTC
(In reply to comment #0)
> The current Hugs98 package dates from 2005.  The 2006 package builds correctly
> (and is an improvement) except when USE=docs is added.  This is because the
> main Hugs docs file, user_guide.sgml, references the 4.2 docbook DTD on
> www.oasis-open.org, and not the local version (which is in fact in the ebuild
> dependencies).  At a guess this should be fixed with a sed script in the
> emerge process, but I don't know if that's the standard method.
> Reproducible: Always
> Steps to Reproduce:
> 1.Emerge hugs98 with ~x86
> 2.
> 3.
> Actual Results:  
> Failure.
> Expected Results:  
> Success

(In reply to comment #1)
> *** Bug 240042 has been marked as a duplicate of this bug. ***

My apologies; the network hung and I couldn't get an accurate
determination of the state of the submission.
Comment 3 Juergen Rose 2009-01-13 08:40:49 UTC
Any news?
Comment 4 C W Rose 2009-05-23 14:18:46 UTC
No, apparently not; I found it easiest to put a patch in
a local overlay, since hugs98-2006.9 is still masked.

Will
Comment 5 Juergen Rose 2010-01-09 13:29:23 UTC
Hello C W Rose,

could you please publish your patch?

Regards Juergen
Comment 6 C W Rose 2010-02-10 08:54:36 UTC
Created attachment 219071 [details, diff]
Patch to allow building Hugs98 2006.9 docs.
Comment 7 C W Rose 2010-02-10 08:57:00 UTC
The patch works with the current (Jan 2010) Gentoo,
but you'll have to add an epatch line to the ebuild
and rebuild the manifest.

Will
Comment 8 Sergei Trofimovich (RETIRED) gentoo-dev 2010-11-02 19:42:13 UTC
Ebuild is pruned from portage and sits now in overlay:

    http://code.haskell.org/gentoo/gentoo-haskell/dev-lang/hugs98/

bug #303665 describes more problems with hugs98 source.