Opened 15 years ago

Closed 15 years ago

#19880 closed defect (fixed)

inkscape-devel 0.46.21447 configure error - build failure

Reported by: macports@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: inkscape-devel

Description

irc snippet:

18:34 < jmr_mp> dang`r`us: autogen.sh is actually preferring automake-1.10 and aclocal-1.10, which are older than what macports provides, and happens to be the version in /usr/bin
00:19 < toby> yes, i did look at autogen.sh, it does indeed look to be trying to find automake 1.10 first

configure output:

--->  Configuring inkscape-devel
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_inkscape-devel/work/inkscape-devel-0.46.21447" && ./autogen.sh && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-xft --with-gnome-vfs --with-perl --with-python --enable-poppler-cairo --enable-lcms --enable-inkboard " returned error 1
Command output: WARNING: aclocal's directory is /usr/share/aclocal, but...
         no file /usr/share/aclocal/gtk-2.0.m4
         You may see fatal macro warnings below.
         If these files are installed in /some/dir, set the ACLOCAL_FLAGS 
         environment variable to "-I /some/dir", or install
         /usr/share/aclocal/gtk-2.0.m4.


WARNING: aclocal's directory is /usr/share/aclocal, but...
         no file /usr/share/aclocal/intltool.m4
         You may see fatal macro warnings below.
         If these files are installed in /some/dir, set the ACLOCAL_FLAGS 
         environment variable to "-I /some/dir", or install
         /usr/share/aclocal/intltool.m4.


WARNING: aclocal's directory is /usr/share/aclocal, but...
         no file /usr/share/aclocal/pkg.m4
         You may see fatal macro warnings below.
         If these files are installed in /some/dir, set the ACLOCAL_FLAGS 
         environment variable to "-I /some/dir", or install
         /usr/share/aclocal/pkg.m4.


Running aclocal-1.10 ...
  configure.ac:133: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library
Running autoheader ...
  autoheader: warning: missing template: ENABLE_NLS
  autoheader: Use AC_DEFINE([ENABLE_NLS], [], [Description])
Please fix the error conditions and try again.

Change History (2)

comment:1 Changed 15 years ago by blb@…

Owner: changed from macports-tickets@… to devans@…
Port: inkscape-devel added

comment:2 Changed 15 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

Patch to autogen.sh to check for MacPorts installed automake 1.11 first committed in r52678.

Note: See TracTickets for help on using tickets.