Activity log for bug #992047

Date Who What changed Old value New value Message
2012-04-30 16:14:35 su_v bug added bug
2012-04-30 16:14:35 su_v attachment added patch-autogen.sh-to-detect-automake-1.12.diff https://bugs.launchpad.net/bugs/992047/+attachment/3120888/+files/patch-autogen.sh-to-detect-automake-1.12.diff
2012-06-02 08:03:56 su_v description MacPorts recently upgraded automake to 1.12 [1]. Inkscape's 'autogen.sh' script doesn't detect this version. The script instead falls back to the system version (automake 1.10 - if present at all, no longer provided with Xcode >= 4.3.x on Lion and Mountain Lion AFAIK). The system version of automake however lacks several required macros (only present in MacPorts' version), and the script fails: I am testing that you have the required versions of autoconf, automake, glib-gettextize and intltoolize. This test is not foolproof and if anything goes wrong, there may be guidance in the file HACKING.txt checking for autoconf >= 2.52 ... yes (version 2.69) checking for automake >= 1.10 ... yes (version 1.10) checking for glib-gettextize >= 2.0.0 ... yes (version 2.32.1) checking for intltool >= 0.17 ... yes (version 0.50.2) WARNING: aclocal's directory is /usr/bin/../share/aclocal, but... no file /usr/bin/../share/aclocal/glib-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/bin/../share/aclocal/glib-2.0.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but... no file /usr/bin/../share/aclocal/glib-gettext.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/bin/../share/aclocal/glib-gettext.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but... no file /usr/bin/../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/bin/../share/aclocal/gtk-2.0.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but... no file /usr/bin/../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/bin/../share/aclocal/intltool.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but... no file /usr/bin/../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/bin/../share/aclocal/pkg.m4. Running aclocal-1.10 ... configure.ac:181: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library Running autoheader ... aclocal.m4:14: error: this file was generated for autoconf 2.61. You have another version of autoconf. If you want to use that, you should regenerate the build system entirely. aclocal.m4:14: the top level autom4te: /opt/local/bin/gm4 failed with exit status: 63 autoheader: '/opt/local/bin/autom4te' failed with exit status: 63 Please fix the error conditions and try again. Attached patch works around the issue similar to the earlier fix for automake 1.11 in revision 9109: <http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/9109> A better solution might be to modify/update 'autgen.sh' as proposed in the merge request to update the autotools (untested): <https://code.launchpad.net/~jjardon/inkscape/autotools/+merge/77850> Revision 10658: "autogen.sh: Use autoreconf instead custom script" <http://bazaar.launchpad.net/~jjardon/inkscape/autotools/revision/10658> --- [1] <http://lists.macosforge.org/pipermail/macports-changes/2012-April/076121.html> [2] See also the ticket in MacPorts for automake 1.11: <https://trac.macports.org/ticket/19880> MacPorts recently upgraded automake to 1.12 [1]. Inkscape's 'autogen.sh' script doesn't detect this version. The script instead falls back to the system version (automake 1.10 - if present at all, no longer provided with Xcode >= 4.3.x on Lion and Mountain Lion AFAIK). The system version of automake however lacks several required macros (only present in MacPorts' version), and the script fails: I am testing that you have the required versions of autoconf, automake, glib-gettextize and intltoolize. This test is not foolproof and if anything goes wrong, there may be guidance in the file HACKING.txt checking for autoconf >= 2.52 ... yes (version 2.69) checking for automake >= 1.10 ... yes (version 1.10) checking for glib-gettextize >= 2.0.0 ... yes (version 2.32.1) checking for intltool >= 0.17 ... yes (version 0.50.2) WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../share/aclocal/glib-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/bin/../share/aclocal/glib-2.0.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../share/aclocal/glib-gettext.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/bin/../share/aclocal/glib-gettext.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../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/bin/../share/aclocal/gtk-2.0.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../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/bin/../share/aclocal/intltool.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../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/bin/../share/aclocal/pkg.m4. Running aclocal-1.10 ...   configure.ac:181: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library Running autoheader ...   aclocal.m4:14: error: this file was generated for autoconf 2.61.   You have another version of autoconf. If you want to use that,   you should regenerate the build system entirely.   aclocal.m4:14: the top level   autom4te: /opt/local/bin/gm4 failed with exit status: 63   autoheader: '/opt/local/bin/autom4te' failed with exit status: 63 Please fix the error conditions and try again. Attached patch works around the issue similar to the earlier fix for automake 1.11 in revision 9109: <http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/9109> A better solution might be to modify/update 'autgen.sh' as proposed in the merge request to update the autotools (untested): <https://code.launchpad.net/~jjardon/inkscape/autotools/+merge/77850> Revision 10658: "autogen.sh: Use autoreconf instead custom script" <http://bazaar.launchpad.net/~jjardon/inkscape/autotools/revision/10658> --- [1] <http://lists.macosforge.org/pipermail/macports-changes/2012-April/076121.html> [2] See also the ticket in MacPorts for automake 1.11:     <https://trac.macports.org/ticket/19880> and the one filed recently for automake 1.12: <https://trac.macports.org/ticket/34380>
2012-07-14 09:15:45 Alexey bug added subscriber Alexey
2012-08-22 17:08:19 su_v attachment added add-support-for-automake-1.12-v2.diff https://bugs.launchpad.net/inkscape/+bug/992047/+attachment/3272038/+files/add-support-for-automake-1.12-v2.diff
2012-10-26 21:32:06 David Evans bug added subscriber David Evans
2012-12-10 22:19:57 nightrow inkscape: status New Triaged
2012-12-10 22:20:02 nightrow inkscape: importance Undecided Medium
2013-02-25 07:48:50 su_v description MacPorts recently upgraded automake to 1.12 [1]. Inkscape's 'autogen.sh' script doesn't detect this version. The script instead falls back to the system version (automake 1.10 - if present at all, no longer provided with Xcode >= 4.3.x on Lion and Mountain Lion AFAIK). The system version of automake however lacks several required macros (only present in MacPorts' version), and the script fails: I am testing that you have the required versions of autoconf, automake, glib-gettextize and intltoolize. This test is not foolproof and if anything goes wrong, there may be guidance in the file HACKING.txt checking for autoconf >= 2.52 ... yes (version 2.69) checking for automake >= 1.10 ... yes (version 1.10) checking for glib-gettextize >= 2.0.0 ... yes (version 2.32.1) checking for intltool >= 0.17 ... yes (version 0.50.2) WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../share/aclocal/glib-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/bin/../share/aclocal/glib-2.0.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../share/aclocal/glib-gettext.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/bin/../share/aclocal/glib-gettext.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../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/bin/../share/aclocal/gtk-2.0.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../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/bin/../share/aclocal/intltool.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../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/bin/../share/aclocal/pkg.m4. Running aclocal-1.10 ...   configure.ac:181: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library Running autoheader ...   aclocal.m4:14: error: this file was generated for autoconf 2.61.   You have another version of autoconf. If you want to use that,   you should regenerate the build system entirely.   aclocal.m4:14: the top level   autom4te: /opt/local/bin/gm4 failed with exit status: 63   autoheader: '/opt/local/bin/autom4te' failed with exit status: 63 Please fix the error conditions and try again. Attached patch works around the issue similar to the earlier fix for automake 1.11 in revision 9109: <http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/9109> A better solution might be to modify/update 'autgen.sh' as proposed in the merge request to update the autotools (untested): <https://code.launchpad.net/~jjardon/inkscape/autotools/+merge/77850> Revision 10658: "autogen.sh: Use autoreconf instead custom script" <http://bazaar.launchpad.net/~jjardon/inkscape/autotools/revision/10658> --- [1] <http://lists.macosforge.org/pipermail/macports-changes/2012-April/076121.html> [2] See also the ticket in MacPorts for automake 1.11:     <https://trac.macports.org/ticket/19880> and the one filed recently for automake 1.12: <https://trac.macports.org/ticket/34380> MacPorts recently upgraded automake to 1.12 [1]. Inkscape's 'autogen.sh' script doesn't detect this version. The script instead falls back to the system version (automake 1.10 - if present at all, no longer provided with Xcode >= 4.3.x on Lion and Mountain Lion AFAIK). The system version of automake however lacks several required macros (only present in MacPorts' version), and the script fails: I am testing that you have the required versions of autoconf, automake, glib-gettextize and intltoolize. This test is not foolproof and if anything goes wrong, there may be guidance in the file HACKING.txt checking for autoconf >= 2.52 ... yes (version 2.69) checking for automake >= 1.10 ... yes (version 1.10) checking for glib-gettextize >= 2.0.0 ... yes (version 2.32.1) checking for intltool >= 0.17 ... yes (version 0.50.2) WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../share/aclocal/glib-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/bin/../share/aclocal/glib-2.0.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../share/aclocal/glib-gettext.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/bin/../share/aclocal/glib-gettext.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../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/bin/../share/aclocal/gtk-2.0.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../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/bin/../share/aclocal/intltool.m4. WARNING: aclocal's directory is /usr/bin/../share/aclocal, but...          no file /usr/bin/../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/bin/../share/aclocal/pkg.m4. Running aclocal-1.10 ...   configure.ac:181: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library Running autoheader ...   aclocal.m4:14: error: this file was generated for autoconf 2.61.   You have another version of autoconf. If you want to use that,   you should regenerate the build system entirely.   aclocal.m4:14: the top level   autom4te: /opt/local/bin/gm4 failed with exit status: 63   autoheader: '/opt/local/bin/autom4te' failed with exit status: 63 Please fix the error conditions and try again. Attached patch works around the issue similar to the earlier fix for automake 1.11 in revision 9109: <http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/9109> A better solution might be to modify/update 'autgen.sh' as proposed in the merge request to update the autotools (untested): <https://code.launchpad.net/~jjardon/inkscape/autotools/+merge/77850> Revision 10658: "autogen.sh: Use autoreconf instead custom script" <http://bazaar.launchpad.net/~jjardon/inkscape/autotools/revision/10658> Follow-up report (to support automake 1.13): Bug #1094576 “Patch for autogen.sh and configure.ac to support automake 1.13” --- [1] <http://lists.macosforge.org/pipermail/macports-changes/2012-April/076121.html> [2] See also the ticket in MacPorts for automake 1.11:     <https://trac.macports.org/ticket/19880>      and the one filed recently for automake 1.12:     <https://trac.macports.org/ticket/34380>
2013-02-25 11:36:10 Alex Valavanis attachment added Updated version of patch (2013-02-25) https://bugs.launchpad.net/inkscape/+bug/992047/+attachment/3546082/+files/autotools-update.patch
2013-02-25 12:14:16 su_v attachment added 2013-02-25-mp-quartz-autotools-2-12149.txt https://bugs.launchpad.net/inkscape/+bug/992047/+attachment/3546130/+files/2013-02-25-mp-quartz-autotools-2-12149.txt
2013-02-25 12:14:33 su_v attachment added 2013-02-25-mp-quartz-autotools-2-12149-130221.txt https://bugs.launchpad.net/inkscape/+bug/992047/+attachment/3546131/+files/2013-02-25-mp-quartz-autotools-2-12149-130221.txt
2013-02-25 13:20:37 Alex Valavanis attachment added autotools-update-2.patch https://bugs.launchpad.net/inkscape/+bug/992047/+attachment/3546180/+files/autotools-update-2.patch
2013-02-25 16:46:42 Launchpad Janitor branch linked lp:inkscape
2013-02-25 16:49:01 Alex Valavanis inkscape: status Triaged Fix Committed
2013-02-25 16:49:01 Alex Valavanis inkscape: milestone 0.49
2013-02-25 16:49:01 Alex Valavanis inkscape: assignee Javier Jardón (jjardon)
2013-02-26 14:36:20 su_v inkscape: status Fix Committed In Progress
2013-02-27 04:28:39 su_v attachment added missing file (po/LINGUAS) for gettext, with list of available languages https://bugs.launchpad.net/inkscape/+bug/992047/+attachment/3548730/+files/LINGUAS
2013-02-27 23:37:50 Alex Valavanis inkscape: status In Progress Fix Committed
2013-02-27 23:47:22 su_v inkscape: status Fix Committed In Progress
2013-02-28 01:32:59 Alex Valavanis attachment added fix-locale-path.patch https://bugs.launchpad.net/inkscape/+bug/992047/+attachment/3550590/+files/fix-locale-path.patch
2013-02-28 13:26:54 Alex Valavanis attachment added fix-locale-path-v2.patch https://bugs.launchpad.net/inkscape/+bug/992047/+attachment/3551205/+files/fix-locale-path-v2.patch
2013-03-01 15:58:36 Alex Valavanis inkscape: status In Progress Fix Committed
2015-02-11 12:58:56 Alex Valavanis inkscape: status Fix Committed Fix Released