You have been subscribed to a public bug:

Binary package hint: gnome-common

I've got a problem when executing the following autogen.sh script:

 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.

 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.

 PKG_NAME="Gnomint"
 AUTOCONF=autoconf
 REQUIRED_AUTOCONF_VERSION=2.59
 AUTOMAKE=automake-1.9
 REQUIRED_AUTOMAKE_VERSION=1.9

 (test -f $srcdir/configure.in \
   && test -d $srcdir/src \
   && test -f $srcdir/src/main.c) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
     echo " top-level Gnomint directory"
     exit 1
 }

 gnome_autogen=`which gnome-autogen.sh`
 test -z "$gnome_autogen"

 USE_GNOME2_MACROS=1 . $gnome_autogen


I get the following message, and autogen doesn't work:


using autoconf for autoconf


using automake-1.9 for automake


checking for libtool >= 1.5...

  testing libtoolize... 
found 1.5.22

checking for glib-gettext >= 2.2.0...

  testing glib-gettextize... 
found 2.12.4

checking for intltool >= 0.30...

  testing intltoolize... 
found 0.35.0

checking for pkg-config >= 0.14.0...

  testing pkg-config... 
found 0.20
ACLOCAL='aclocal-1.9'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.9'
BASH_ENV='/home/davefx/.bashrc'
CLASSPATH=':/home/davefx/carrera/quinto/arqcom03/aglets/lib/aglets-2.0.2.jar:/home/davefx/bin/Multivalent20040415.jar'
COLORTERM='gnome-terminal'
CVS_RSH='ssh'
DBUS_SESSION_BUS_ADDRESS='unix:abstract=/tmp/dbus-ANLKoKammV,guid=cd402f4566a0d9b885232b5c0a534200'
DESKTOP_SESSION='gnome'
DIE='0'
DISPLAY=':0.0'
ECHO_N=''
EDITOR='emacs'
FORBIDDEN_M4MACROS=' gnome-cxx-check.m4'
GDMSESSION='gnome'
GDM_LANG='es_ES.UTF-8'
GDM_XSERVER_LOCATION='local'
GLIB_GETTEXTIZE='glib-gettextize'
GLIB_GETTEXTIZE_VERSION='2.12.4'
GNOME_DESKTOP_SESSION_ID='Default'
GNOME_KEYRING_SOCKET='/tmp/keyring-voRNNw/socket'
GTK_RC_FILES='/etc/gtk/gtkrc:/home/davefx/.gtkrc-1.2-gnome2'
HISTCONTROL='ignoredups'
HISTFILESIZE='1000'
HISTSIZE='1000'
HOME='/home/davefx'
IFS='.'
INTLTOOLIZE='intltoolize'
INTLTOOLIZE_VERSION='0.35.0'
LANG='es_ES.utf8'
LC_ADDRESS='es_ES.utf8'
LC_ALL='es_ES.utf8'
LC_COLLATE='es_ES.utf8'
LC_CTYPE='es_ES.utf8'
LC_IDENTIFICATION='es_ES.utf8'
LC_MEASUREMENT='es_ES.utf8'
LC_MESSAGES='es_ES.utf8'
LC_MONETARY='es_ES.utf8'
LC_NAME='es_ES.utf8'
LC_NUMERIC='es_ES.utf8'
LC_PAPER='es_ES.utf8'
LC_TELEPHONE='es_ES.utf8'
LC_TIME='es_ES.utf8'
LD_LIBRARY_PATH=':/home/davefx/lib'
LIBTOOLIZE='libtoolize'
LIBTOOLIZE_VERSION='1.5.22'
LOGNAME='davefx'
LS_COLORS='no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35:'
LS_OPTIONS='--color=auto'
OLDPWD='/home/davefx/carrera/proyecto/gnomint/trunk/po'
OPTIND='1'
PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games:/home/davefx/bin'
PKG_CONFIG='pkg-config'
PKG_CONFIG_VERSION='0.20'
PKG_NAME='Gnomint'
PPID='10516'
PS1='$ '
PS2='> '
PS4='+ '
PWD='/home/davefx/carrera/proyecto/gnomint/trunk'
REQUIRED_AUTOCONF_VERSION='2.59'
REQUIRED_AUTOMAKE_VERSION='1.9'
REQUIRED_DOC_COMMON_VERSION='2.3.0'
REQUIRED_GETTEXT_VERSION='0.12'
REQUIRED_GLIB_GETTEXT_VERSION='2.2.0'
REQUIRED_GNOME_DOC_UTILS_VERSION='0.4.2'
REQUIRED_GTK_DOC_VERSION='1.0'
REQUIRED_INTLTOOL_VERSION='0.30'
REQUIRED_LIBTOOL_VERSION='1.5'
REQUIRED_M4MACROS=' libtool.m4 glib-gettext.m4 intltool.m4 pkg.m4'
REQUIRED_PKG_CONFIG_VERSION='0.14.0'
SESSION_MANAGER='local/kolbe:/tmp/.ICE-unix/5681'
SHELL='/bin/bash'
SHLVL='1'
SSH_AGENT_PID='5737'
SSH_AUTH_SOCK='/tmp/ssh-JRHesr5681/agent.5681'
TERM='xterm'
USER='davefx'
USERNAME=''
USE_GNOME2_MACROS='1'
WANT_AUTOCONF_2_5='1'
WINDOWID='25257197'
XAUTHORITY='/home/davefx/.Xauthority'
_='./autogen.sh'
automake_progs='automake-1.9'
boldface=''
ch_actual_version=''
ch_cur='20'
ch_min='14'
ch_min_version='1.7'
ch_save_IFS=' 
'
ch_status='0'
cm_macrodirs='/usr/share/aclocal'
configure_ac='./configure.in'
configure_files='./configure.in'
gnome_autogen='/usr/bin/gnome-autogen.sh'
normal=''
srcdir='.'
vc_actual_version='0.20'
vc_checkprog='pkg-config'
vc_checkprogs='pkg-config'
vc_comparator='>='
vc_min_version='0.14.0'
vc_package='pkg-config'
vc_source=''"'"'http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.14.0.tar.gz'
vc_status='0'
vc_variable='PKG_CONFIG'
want_gettext='false'
want_glib_gettext='true'
want_gnome_doc_utils='false'
want_gtk_doc='false'
want_intltool='true'
want_libtool='true'
want_pkg_config='true'
shift: 347: can't shift that many



If I use automake-1.4, gnome-autogen.sh works perfectly, but I need to use 
automake-1.9

** Affects: gnome-common (Ubuntu)
     Importance: Undecided
     Assignee: Ubuntu Desktop Bugs
         Status: Incomplete

-- 
[Edgy beta] problem in gnome-autogen.sh
https://bugs.launchpad.net/bugs/66219

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to