Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116425 - gconf requires an indent dependency
Summary: gconf requires an indent dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-22 14:45 UTC by Douglas Breault
Modified: 2006-01-08 11:22 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 Douglas Breault 2005-12-22 14:45:20 UTC
GConf cannot emerge without indent and as such dev-util/indent should be a dependency of gconf. Here is the output of emerge on a machine without indent, as the compile fails.

config.status: executing default-1 commands 
make  all-recursive 
make[1]: Entering directory `/var/tmp/portage/gconf-2.12.1/work/GConf-2.12.1' 
Making all in gconf 
make[2]: Entering directory `/var/tmp/portage/gconf-2.12.1/work/GConf-2.12.1/gconf' 
/usr/bin/orbit-idl-2 ./GConfX.idl orbit-idl-2 2.12.0 
compiling
   mode, show preprocessor errors, passes: stubs skels common headers skel_impl imodule  
sh: indent: command not found 
make[2]: *** [GConfX-common.c] Broken pipe 
make[2]: Leaving directory `/var/tmp/portage/gconf-2.12.1/work/GConf-2.12.1/gconf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gconf-2.12.1/work/GConf-2.12.1'
make: *** [all] Error 2
Comment 1 John N. Laliberte (RETIRED) gentoo-dev 2006-01-08 11:22:24 UTC
i unmerged indent and then emerge gconf-2.12.1.

everything went smoothly.

in configure.in it even states:

"
# We would like indent, but don't require it.
AC_CHECK_PROG(INDENT, indent, indent)
"