Bug 9718 - Build is broken
Summary: Build is broken
Status: RESOLVED FIXED
Alias: None
Product: dbus
Classification: Unclassified
Component: python (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: John (J5) Palmieri
QA Contact: Robert McQueen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-19 18:00 UTC by Marco Pesenti Gritti
Modified: 2007-01-24 12:31 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Just for reference, the work around I'm using to get it to build (511 bytes, patch)
2007-01-23 02:47 UTC, Marco Pesenti Gritti
Details | Splinter Review

Description Marco Pesenti Gritti 2007-01-19 18:00:38 UTC
./autogen.sh --prefix /home/marco/sugar-jhbuild/build  --disable-static
--disable-gtk-doc
aclocal-1.9 -I /home/marco/sugar-jhbuild/build/share/aclocal
Makefile.am:132: `dist_doc_DATA' is used but `docdir' is undefined
Makefile.am:137: `nodist_doc_DATA' is used but `docdir' is undefined

...

configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in
Comment 1 Marco Pesenti Gritti 2007-01-23 02:47:47 UTC
Created attachment 8485 [details] [review]
Just for reference, the work around I'm using to get it to build
Comment 2 Simon McVittie 2007-01-24 09:12:49 UTC
configure.ac should contain AC_PREREQ(2.59c) so docdir works. I'm not sure what impact this has on jhbuild users, though?
Comment 3 Simon McVittie 2007-01-24 12:31:04 UTC
Requirement of Autoconf 2.59c (rather than the previous 2.52) added in configure.ac.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.