Bug 14636 - glib-gettextize misses M4 files given to aclocal
Summary: glib-gettextize misses M4 files given to aclocal
Status: RESOLVED NOTOURBUG
Alias: None
Product: xorg
Classification: Unclassified
Component: App/compiz (show other bugs)
Version: 7.1 (2006.05)
Hardware: PowerPC Mac OS X (All)
: medium normal
Assignee: David Reveman
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-23 12:03 UTC by Peter Dyballa
Modified: 2009-01-07 11:03 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Peter Dyballa 2008-02-23 12:03:49 UTC
The modular build is invoked with:

	env LANG=C 	PATH=/Users/pete/Quellen/X11R7.1/util/modular:/usr/local/bin:/sw/lib/fontconfig2/bin:/sw/lib/freetype219/bin:/usr/local/ActivePerl-5.8.8/bin:/sw/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/gwTeX/bin/bin CFLAGS="-v -pipe -fPIC -O0 -mcpu=7450 -mtune=7450 -fno-common" CPPFLAGS="-v -no-cpp-precomp -I/usr/include/openssl -I/sw/include/pango-1.0 -I/sw/lib/freetype219/include -I/sw/lib/freetype219/include/freetype2 -I/sw/include/libpng12 -I/sw/include -I/usr/local/include" LDFLAGS="-dead_strip -bind_at_load -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib -L/sw/lib/ncurses -L/sw/lib -L/usr/local/lib" ACLOCAL="/sw/bin/aclocal -I /usr/local/share/aclocal -I /sw/share/aclocal -I /usr/X11R7.1/share/aclocal" PKG_CONFIG_PATH=/sw/lib/freetype219/lib/pkgconfig:/sw/lib/fontconfig2/lib/pkgconfig:/sw/lib/qt4-x11/lib/pkgconfig:/usr/X11R7.1/lib/pkgconfig:/sw/lib/pkgconfig:/sw/share/pkgconfig:/usr/lib/pkgconfig:/usr/local/lib/pkgconfig util/modular/build1.sh -m /Users/pete/Quellen/Mesa-7.0.2 -D /usr/X11R7.1 -n

/sw/share/aclocal holds codeset.m4, gettext.m4, glibc21.m4, iconv.m4, isc-posix.m4, lcmessage.m4, and progtest.m4:

	ls -l /sw/share/aclocal | egrep '(codeset|gettext|glibc21|iconv|isc-posix|lcmessage|progtest).m4'
	-rw-r--r-- 1 root admin    745 16. Aug 2006  codeset.m4
	-rw-r--r-- 1 root admin  21431 16. Aug 2006  gettext.m4
	-rw-r--r-- 1 root admin  13700  3. Mai 2007  glib-gettext.m4
	-rw-r--r-- 1 root admin    805 16. Aug 2006  glibc21.m4
	-rw-r--r-- 1 root admin   3350 16. Aug 2006  iconv.m4
	-rw-r--r-- 1 root admin    966 16. Aug 2006  isc-posix.m4
	-rw-r--r-- 1 root admin   1284 16. Aug 2006  lcmessage.m4
	-rw-r--r-- 1 root admin   2920 16. Aug 2006  progtest.m4

but I still have to read:

	autoreconf: running: /sw/bin/autoconf-2.61
	autoreconf: running: /sw/bin/autoheader-2.61
	autoreconf: running: automake --add-missing --copy --no-force
	autoreconf: Leaving directory `.'
	+ intltoolize --copy --force --automake
	+ glib-gettextize --copy --force
	Copying file mkinstalldirs
	Copying file po/Makefile.in.in
	
	Please add the files
	  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
	  progtest.m4
	from the /aclocal directory to your autoconf macro directory
	or directly to your aclocal.m4 file.
	You will also need config.guess and config.sub, which you can get from
	ftp://ftp.gnu.org/pub/gnu/config/.
	
	+ cd /Users/pete/Quellen/X11R7.1/app/compiz
	+ ./configure --enable-maintainer-mode --prefix=/usr/X11R7.1 --libdir=/usr/X11R7.1/lib --enable-xprint --enable-builddocs --enable-quartz --enable-xorg --disable-glx --with-xcb=no


Mac OS X 10.4.11, /sw/bin/glib-gettextize (GNU glib) 2.12.12. The lines from glib-gettextize look so suspicious that I'll be going to report them to others too.
Comment 1 Jeremy Huddleston Sequoia 2009-01-07 11:03:37 UTC
Please report this to glib developers


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.