Re: gnome cvs on RH7.3



On Sun, 2002-06-09 at 00:40, Malcolm Tredinnick wrote:
> On Sat, Jun 08, 2002 at 09:44:10PM +0100, mike wrote:
> > Anyone been able to get cvs compiles working using RH 7.3
> > 
> > Having no joy at all
> 
> Yes, I've done it on quite a few machines now with that distribution.
> Since your post is, to say the least, a little short on details, I will
> offer one hint in advance:
> 
> If you are using vicious-build-scripts (the same possibly applies to
> jhbuild or any other sandboxing scripts), you will want to look at
> #84442 (just create symlinks for automake-1.4 and aclocal-1.4 in the
> right $(prefix)/bin) if GConf is blowing up.
> 
> If you can give more specifics about what is going wrong, I might be
> able to help further.
> 
> Malcolm

full error log follows

> -- CPPFLAGS='-I/usr/local/gnome/include' LDFLAGS=-L/usr/local/gnome/lib ./autogen.sh --prefix=/usr/local/gnome --enable-gtk-doc --disable-debug --sysconfdir=/usr/local/gnome/etc --enable-platform-gnome-2 --localstatedir=/usr/local/gnome/var
/usr/local/gnome/bin/gnome-autogen.sh
processing .
Creating ./aclocal.m4 ...
Running glib-gettextize...  Ignore non-fatal messages.
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 /usr/local/gnome/share/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/.

Making ./aclocal.m4 writable ...
Running intltoolize...
patching file po/Makefile.in.in
Hunk #1 succeeded at 21 (offset 7 lines).
Hunk #2 succeeded at 34 (offset -5 lines).
Hunk #3 succeeded at 99 with fuzz 2 (offset 7 lines).
Hunk #4 succeeded at 196 (offset -22 lines).
Hunk #5 succeeded at 236 (offset 7 lines).
Running libtoolize...
You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.Running aclocal -I
/usr/local/gnome/share/aclocal/gnome2-macros  ...
aclocal: /usr/share/aclocal/ccstdc.m4: 23: duplicated macro
`AM_PROG_CC_STDC'
aclocal: /usr/share/aclocal/cond.m4: 9: duplicated macro
`AM_CONDITIONAL'
aclocal: /usr/share/aclocal/dmalloc.m4: 8: duplicated macro
`AM_WITH_DMALLOC'
aclocal: /usr/share/aclocal/error.m4: 4: duplicated macro
`AM_FUNC_ERROR_AT_LINE'
aclocal: /usr/share/aclocal/header.m4: 12: duplicated macro
`AM_CONFIG_HEADER'
aclocal: /usr/share/aclocal/init.m4: 33: duplicated macro
`AM_INIT_AUTOMAKE'
aclocal: /usr/share/aclocal/lex.m4: 6: duplicated macro `AM_PROG_LEX'
aclocal: /usr/share/aclocal/lispdir.m4: 9: duplicated macro
`AM_PATH_LISPDIR'
aclocal: /usr/share/aclocal/maintainer.m4: 6: duplicated macro
`AM_MAINTAINER_MODE'
aclocal: /usr/share/aclocal/missing.m4: 9: duplicated macro
`AM_MISSING_PROG'
aclocal: /usr/share/aclocal/multi.m4: 6: duplicated macro
`AM_ENABLE_MULTILIB'
aclocal: /usr/share/aclocal/obstack.m4: 4: duplicated macro
`AM_FUNC_OBSTACK'
aclocal: /usr/share/aclocal/protos.m4: 8: duplicated macro
`AM_C_PROTOTYPES'
aclocal: /usr/share/aclocal/ptrdiff.m4: 5: duplicated macro
`AM_TYPE_PTRDIFF_T'aclocal: /usr/share/aclocal/regex.m4: 22: duplicated
macro `AM_WITH_REGEX'
aclocal: /usr/share/aclocal/sanity.m4: 9: duplicated macro
`AM_SANITY_CHECK'
aclocal: /usr/share/aclocal/strtod.m4: 30: duplicated macro
`AM_FUNC_STRTOD'
aclocal: /usr/share/aclocal/termios.m4: 5: duplicated macro
`AM_SYS_POSIX_TERMIOS'
aclocal: /usr/share/aclocal/winsz.m4: 5: duplicated macro
`AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL'
aclocal: configure.in: 328: macro `AM_GCONF_SOURCE_2' not found in
library
Running autoheader...
configure.in:36: warning: AC_TRY_RUN called without default to allow
cross compiling
configure.in:38: AC_TRY_COMPILE was called before AC_ISC_POSIX
configure.in:38: AC_TRY_RUN was called before AC_ISC_POSIX
Running automake --gnu  ...
Running autoconf ...
configure.in:36: warning: AC_TRY_RUN called without default to allow
cross compiling
configure.in:38: AC_TRY_COMPILE was called before AC_ISC_POSIX
configure.in:38: AC_TRY_RUN was called before AC_ISC_POSIX
autoconf: Undefined macros:
configure.in:75:AC_PROG_INTLTOOL
Running ./configure --enable-maintainer-mode --enable-compile-warnings
--prefix=/usr/local/gnome --enable-gtk-doc --disable-debug
--sysconfdir=/usr/local/gnome/etc --enable-platform-gnome-2
--localstatedir=/usr/local/gnome/var ...
loading cache ./config.cache
./configure: line 558: syntax error near unexpected token
`AM_INIT_AUTOMAKE(nautilus,'
./configure: line 558: `AM_INIT_AUTOMAKE(nautilus, 2.0.0)'
[root localhost nautilus]# rm -rf /usr/bin/automake
[root localhost nautilus]# ln -s /usr/bin/automake-1. /usr/bin/automake
automake-1.4  automake-1.5  
[root localhost nautilus]# ln -s /usr/bin/automake-1.5 /usr/bin/automake
[root localhost nautilus]# CPPFLAGS='-I/usr/local/gnome/include'
LDFLAGS=-L/usr/local/gnome/lib ./autogen.sh --prefix=/usr/local/gnome
--enable-gtk-doc --disable-debug --sysconfdir=/usr/local/gnome/etc
--enable-platform-gnome-2 --localstatedir=/usr/local/gnome/var
/usr/local/gnome/bin/gnome-autogen.sh
processing .
Creating ./aclocal.m4 ...
Running glib-gettextize...  Ignore non-fatal messages.
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 /usr/local/gnome/share/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/.

Making ./aclocal.m4 writable ...
Running intltoolize...
patching file po/Makefile.in.in
Hunk #1 succeeded at 21 (offset 7 lines).
Hunk #2 succeeded at 34 (offset -5 lines).
Hunk #3 succeeded at 99 with fuzz 2 (offset 7 lines).
Hunk #4 succeeded at 196 (offset -22 lines).
Hunk #5 succeeded at 236 (offset 7 lines).
Running libtoolize...
You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.Running aclocal -I
/usr/local/gnome/share/aclocal/gnome2-macros  ...
aclocal: /usr/share/aclocal/ccstdc.m4: 23: duplicated macro
`AM_PROG_CC_STDC'
aclocal: /usr/share/aclocal/cond.m4: 9: duplicated macro
`AM_CONDITIONAL'
aclocal: /usr/share/aclocal/dmalloc.m4: 8: duplicated macro
`AM_WITH_DMALLOC'
aclocal: /usr/share/aclocal/error.m4: 4: duplicated macro
`AM_FUNC_ERROR_AT_LINE'
aclocal: /usr/share/aclocal/header.m4: 12: duplicated macro
`AM_CONFIG_HEADER'
aclocal: /usr/share/aclocal/init.m4: 33: duplicated macro
`AM_INIT_AUTOMAKE'
aclocal: /usr/share/aclocal/lex.m4: 6: duplicated macro `AM_PROG_LEX'
aclocal: /usr/share/aclocal/lispdir.m4: 9: duplicated macro
`AM_PATH_LISPDIR'
aclocal: /usr/share/aclocal/maintainer.m4: 6: duplicated macro
`AM_MAINTAINER_MODE'
aclocal: /usr/share/aclocal/missing.m4: 9: duplicated macro
`AM_MISSING_PROG'
aclocal: /usr/share/aclocal/multi.m4: 6: duplicated macro
`AM_ENABLE_MULTILIB'
aclocal: /usr/share/aclocal/obstack.m4: 4: duplicated macro
`AM_FUNC_OBSTACK'
aclocal: /usr/share/aclocal/protos.m4: 8: duplicated macro
`AM_C_PROTOTYPES'
aclocal: /usr/share/aclocal/ptrdiff.m4: 5: duplicated macro
`AM_TYPE_PTRDIFF_T'aclocal: /usr/share/aclocal/regex.m4: 22: duplicated
macro `AM_WITH_REGEX'
aclocal: /usr/share/aclocal/sanity.m4: 9: duplicated macro
`AM_SANITY_CHECK'
aclocal: /usr/share/aclocal/strtod.m4: 30: duplicated macro
`AM_FUNC_STRTOD'
aclocal: /usr/share/aclocal/termios.m4: 5: duplicated macro
`AM_SYS_POSIX_TERMIOS'
aclocal: /usr/share/aclocal/winsz.m4: 5: duplicated macro
`AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL'
aclocal: configure.in: 328: macro `AM_GCONF_SOURCE_2' not found in
library
Running autoheader...
configure.in:36: warning: AC_TRY_RUN called without default to allow
cross compiling
configure.in:38: AC_TRY_COMPILE was called before AC_ISC_POSIX
configure.in:38: AC_TRY_RUN was called before AC_ISC_POSIX
Running automake --gnu  ...
Use of uninitialized value in pattern match (m//) at /usr/bin/automake
line 3460.
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
components/tree/Makefile.am:17: invalid unused variable name:
`TREE_VIEW_COMMON_SOURCES'
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
data/Makefile.am:19: DESKTOP_FILES multiply defined in condition TRUE

  DESKTOP_FILES (User, where = 19) =
  {
    TRUE => $(DESKTOP_IN_FILES:.desktop.in=.desktop)
  }
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
Running autoconf ...
configure.in:36: warning: AC_TRY_RUN called without default to allow
cross compiling
configure.in:38: AC_TRY_COMPILE was called before AC_ISC_POSIX
configure.in:38: AC_TRY_RUN was called before AC_ISC_POSIX
autoconf: Undefined macros:
configure.in:75:AC_PROG_INTLTOOL
Running ./configure --enable-maintainer-mode --enable-compile-warnings
--prefix=/usr/local/gnome --enable-gtk-doc --disable-debug
--sysconfdir=/usr/local/gnome/etc --enable-platform-gnome-2
--localstatedir=/usr/local/gnome/var ...
loading cache ./config.cache
./configure: line 558: syntax error near unexpected token
`AM_INIT_AUTOMAKE(nautilus,'
./configure: line 558: `AM_INIT_AUTOMAKE(nautilus, 2.0.0)'


BTW - have never had anything like these problems with any previous
version of RH - debian is looking more and more attractive



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]