Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 413249 - app-emulation/libguestfs-1.17.26 should depend on dev-util/gtk-doc
Summary: app-emulation/libguestfs-1.17.26 should depend on dev-util/gtk-doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Andreis Vinogradovs ( slepnoga )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-23 13:11 UTC by Paul Healy
Modified: 2012-04-26 18:18 UTC (History)
2 users (show)

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


Attachments
Patch to fix the issues described. (libguestfs-1.17.26_to_r1.patch,925 bytes, text/plain)
2012-04-23 13:11 UTC, Paul Healy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Healy 2012-04-23 13:11:44 UTC
Created attachment 309853 [details]
Patch to fix the issues described.

If gtk-doc is not installed, then the build fails with:

* Applying 0001-configure_ac_automagic.patch ...                                                     [ ok ]
 * Autoreconfiguring '/local/tmp/portage/portage/app-emulation/libguestfs-1.17.26-r1/work/libguestfs-1.17.26' ...
 * Running autopoint --force ...                                                                      [ ok ]
 * Running gtkdocize --copy ...                                                                       [ !! ]

 * Failed Running gtkdocize !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /local/tmp/portage/portage/app-emulation/libguestfs-1.17.26-r1/temp/gtkdocize.out

 * ERROR: app-emulation/libguestfs-1.17.26-r1 failed (prepare phase):
 *   Failed Running gtkdocize !
...

kut bin #  cat  /local/tmp/portage/portage/app-emulation/libguestfs-1.17.26-r1/temp/gtkdocize.out
***** gtkdocize *****
***** PWD: /local/tmp/portage/portage/app-emulation/libguestfs-1.17.26-r1/work/libguestfs-1.17.26
***** gtkdocize --copy

/local/tmp/portage/portage/app-emulation/libguestfs-1.17.26-r1/temp/environment: line 705: gtkdocize: command not found
kut bin # 

I also had to take out the check for 5GB free on /usr in order to get a build (was this check a mistake?):

>>> Running pre-merge checks for app-emulation/libguestfs-1.17.26
 * Checking for at least 5 gibibytes disk space at "/local/tmp/portage/portage/app-emulation/libguestfs-1.17.26/temp" ...                                                                                          [ ok ]
 * Checking for at least 5 gibibytes disk space at "//usr" ...                                        [ !! ]
 * There is NOT at least 5 gibibytes disk space at "//usr"
 * 
 * Space constrains set in the ebuild were not met!
 * The build will most probably fail, you should enhance the space
 * as per failed tests.
 * 
 * ERROR: app-emulation/libguestfs-1.17.26 failed (pretend phase):
 *   Build requirements not met!
Comment 1 Maxim Koltsov (RETIRED) gentoo-dev 2012-04-26 18:18:16 UTC
Gtk-doc issue must be fixed now.
5G is real requirment, so we will not remove the check.