Summary: | bug : net-libs/gnet-2.0.5 : documentation build fails | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stephane Loeuillet <leroutier> |
Component: | New packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 1.4 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 46268 | ||
Attachments: | emerge log |
Description
Stephane Loeuillet
2004-03-07 03:19:17 UTC
Strange problem... let me ask a few questions... - Could you please attach the full emerge log as plain text? - What version of gtk-doc have you installed? - What version of openjade have you installed? - Does the problem persists if you try the following? MAKEOPTS="-j1" emerge gnet Thanks. gtk-doc v1.2 (yes, i know, it isn't in gentoo, perhaps i should have waited a bit longer and stay with 1.1) got app-text/openjade-1.3.2-r1 (~x86) with -j1, it still breaks at the same point lets say it should be an issue with gtk-doc v1.2 and that's why it has not yet been bumped into portage Created attachment 27012 [details]
emerge log
MAKEOPTS="-j1" emerge gnet > emerge.log &> emerge.log
gtk-doc-1.2 seems to be causing this indeed. The `gtkdoc-mkhtml' command implements "|| exit $?" in the openjade call, so any error, which would have been ignored before, actually stops the compilation process now. This is a step in the right direction, but might cause breakage with some packages, like it is the case here. It should be fixed now, wait for files/gnet-2.0.5-gtkdoc_fix.patch to show up in your rsync mirror and try again. Thanks. |