Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216842 - dev-util/gtk-doc-am-1.10-r1 should have explicitly empty src_compile()
Summary: dev-util/gtk-doc-am-1.10-r1 should have explicitly empty src_compile()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 08:56 UTC by Vlastimil Babka (Caster) (RETIRED)
Modified: 2008-04-08 09:09 UTC (History)
0 users

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 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-04-08 08:56:21 UTC
Diff of the revbump is this:
-src_compile() {
-       mv gtk-doc.m4 gtk-doc-${PV}.m4
-}

Which means default src_compile kicks in and it compiles something.
Here it fails because of some dep:
checking for DocBook XML DTD V4.1.2 in XML catalog... not found
configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog

I thought about adding the missing dep but then realized it's not supposed to compile at all, is it?

Dunno if it needs now another revbump or the useless compilation (that might not fail for others) does not affect what's installed. That's why I fill a bug and not just add empty src_compile myself.
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2008-04-08 09:09:52 UTC
Readded a no-op src_compile(). Sorry for the trouble. Thanks