Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Rafa Griman
Hi Neil, On Thu, May 2, 2013 at 12:39 AM, Neil Bothwick n...@digimed.co.uk wrote: On Wed, 1 May 2013 23:05:18 +0200, Rafa Griman wrote: Got some problems with aclocal :( When running: emerge -avDuN --with-bdeps=y world I get a whole bunch of packages who won't install nor upgrade with

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Rafa Griman
Hi !! On Thu, May 2, 2013 at 6:18 AM, Jackie jiangjun12...@gmail.com wrote: 在 Thu, 02 May 2013 06:39:02 +0800,Neil Bothwick n...@digimed.co.uk 写道: On Wed, 1 May 2013 23:05:18 +0200, Rafa Griman wrote: Got some problems with aclocal :( When running: emerge -avDuN --with-bdeps=y world

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Neil Bothwick
On Thu, 2 May 2013 13:59:07 +0200, Rafa Griman wrote: There have been issues with automake-1.13. I have seen a similar error on one package and worked around it with WANT_AUTOMAKE=1.12 emerge -1 cat/package Tried this too, still get errors :( The same errors? I just tried

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Alan McKinnon
On 02/05/2013 13:59, Rafa Griman wrote: Hi Neil, On Thu, May 2, 2013 at 12:39 AM, Neil Bothwick n...@digimed.co.uk wrote: On Wed, 1 May 2013 23:05:18 +0200, Rafa Griman wrote: Got some problems with aclocal :( When running: emerge -avDuN --with-bdeps=y world I get a whole bunch of

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Rafa Griman
On Thu, May 2, 2013 at 3:06 PM, Neil Bothwick n...@digimed.co.uk wrote: On Thu, 2 May 2013 13:59:07 +0200, Rafa Griman wrote: There have been issues with automake-1.13. I have seen a similar error on one package and worked around it with WANT_AUTOMAKE=1.12 emerge -1 cat/package Tried

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Neil Bothwick
On Thu, 2 May 2013 16:43:05 +0200, Rafa Griman wrote: I just tried rebuilding libpaper and got the aclocal errors (more specifically, the error about AM_CONFIG_HEADER being obsolete). But it worked with WANT_AUTOMAKE=1.12 emerge -1a libpaper Can you list the autoconf, automake and

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Jackie
在 Thu, 02 May 2013 20:22:26 +0800,Rafa Griman rafagri...@gmail.com 写道: Hi !! On Thu, May 2, 2013 at 6:18 AM, Jackie jiangjun12...@gmail.com wrote: 在 Thu, 02 May 2013 06:39:02 +0800,Neil Bothwick n...@digimed.co.uk 写道: On Wed, 1 May 2013 23:05:18 +0200, Rafa Griman wrote: Got some

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Alan McKinnon
On 02/05/2013 17:09, Jackie wrote: My problem was similiar to Rafa's,though I was compiling dev-python/pygtk-2.24.0-r3.But I also got same autom4te aclcal error as Rafa.But I just masked automake-1.13.1 downgraded to automake-1.12.6 and the compilation went through,then I unmasked

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Rafa Griman
Hi Neil, On Thu, May 2, 2013 at 4:48 PM, Neil Bothwick n...@digimed.co.uk wrote: On Thu, 2 May 2013 16:43:05 +0200, Rafa Griman wrote: I just tried rebuilding libpaper and got the aclocal errors (more specifically, the error about AM_CONFIG_HEADER being obsolete). But it worked with

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Rafa Griman
Yo Alan !! On Thu, May 2, 2013 at 5:15 PM, Alan McKinnon alan.mckin...@gmail.com wrote: On 02/05/2013 17:09, Jackie wrote: My problem was similiar to Rafa's,though I was compiling dev-python/pygtk-2.24.0-r3.But I also got same autom4te aclcal error as Rafa.But I just masked automake-1.13.1

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Rafa Griman
Jackie !! On Thu, May 2, 2013 at 5:09 PM, Jackie jiangjun12...@gmail.com wrote: [...] My problem was similiar to Rafa's,though I was compiling dev-python/pygtk-2.24.0-r3.But I also got same autom4te aclcal error as Rafa.But I just masked automake-1.13.1 downgraded to automake-1.12.6 and the

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Neil Bothwick
On Thu, 02 May 2013 17:15:15 +0200, Alan McKinnon wrote: The whole thing is rather a scathing comment at whoever committed the automake change, as quite obviously the correct answer to How much testing did you do? is very little if any Look at the number of bugs depending on this :-O

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Neil Bothwick
On Thu, 2 May 2013 18:08:45 +0200, Rafa Griman wrote: Thanks a bunch Neil !!! Now I've got to do it with the other 70+ packages with the same error ;) export WANT_AUTOMAKE=1.12 emerge @everything-that-needs-emerging Don't forget to unset WANT_AUTOMAKE, or close the shell, when you're done.

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Andre Lucas Falco
2013/5/2 Neil Bothwick n...@digimed.co.uk On Thu, 2 May 2013 18:08:45 +0200, Rafa Griman wrote: Thanks a bunch Neil !!! Now I've got to do it with the other 70+ packages with the same error ;) export WANT_AUTOMAKE=1.12 emerge @everything-that-needs-emerging Don't forget to unset

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Rafa Griman
On Thu, May 2, 2013 at 7:10 PM, Neil Bothwick n...@digimed.co.uk wrote: On Thu, 02 May 2013 17:15:15 +0200, Alan McKinnon wrote: The whole thing is rather a scathing comment at whoever committed the automake change, as quite obviously the correct answer to How much testing did you do? is very

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Rafa Griman
Yo !! On Thu, May 2, 2013 at 7:12 PM, Neil Bothwick n...@digimed.co.uk wrote: On Thu, 2 May 2013 18:08:45 +0200, Rafa Griman wrote: Thanks a bunch Neil !!! Now I've got to do it with the other 70+ packages with the same error ;) export WANT_AUTOMAKE=1.12 emerge

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Neil Bothwick
On Thu, 2 May 2013 14:15:40 -0300, Andre Lucas Falco wrote: export WANT_AUTOMAKE=1.12 emerge @everything-that-needs-emerging Don't forget to unset WANT_AUTOMAKE, or close the shell, when you're done. It's possible to use the package.env, described here:

Re: [gentoo-user] Problems with aclocal

2013-05-02 Thread Andre Lucas Falco
2013/5/2 Neil Bothwick n...@digimed.co.uk On Thu, 2 May 2013 14:15:40 -0300, Andre Lucas Falco wrote: export WANT_AUTOMAKE=1.12 emerge @everything-that-needs-emerging Don't forget to unset WANT_AUTOMAKE, or close the shell, when you're done. It's possible to use the

[gentoo-user] Problems with aclocal

2013-05-01 Thread Rafa Griman
Hi all :) Got some problems with aclocal :( When running: emerge -avDuN --with-bdeps=y world I get a whole bunch of packages who won't install nor upgrade with the following error: Failed Running aclocal ! Looking through the Forums I saw I've got to mask autoconf. So I added

Re: [gentoo-user] Problems with aclocal

2013-05-01 Thread Alan McKinnon
On 01/05/2013 23:05, Rafa Griman wrote: Hi all :) Got some problems with aclocal :( When running: emerge -avDuN --with-bdeps=y world I get a whole bunch of packages who won't install nor upgrade with the following error: Failed Running aclocal ! Looking through the Forums

Re: [gentoo-user] Problems with aclocal

2013-05-01 Thread Rafa Griman
Hi Alan, On Wed, May 1, 2013 at 11:26 PM, Alan McKinnon alan.mckin...@gmail.com wrote: On 01/05/2013 23:05, Rafa Griman wrote: Hi all :) Got some problems with aclocal :( When running: emerge -avDuN --with-bdeps=y world I get a whole bunch of packages who won't install nor upgrade

Re: [gentoo-user] Problems with aclocal

2013-05-01 Thread Alan McKinnon
Top-posting as inline replies don't fit here. auto* errors can be tricky to solve, in my experience they tend to be once off weird errors when packages can't quite make sense out of what the auto* scripts are telling them. Let's get some facts on the table so we can proceed: Which packages were

Re: [gentoo-user] Problems with aclocal

2013-05-01 Thread Neil Bothwick
On Wed, 1 May 2013 23:05:18 +0200, Rafa Griman wrote: Got some problems with aclocal :( When running: emerge -avDuN --with-bdeps=y world I get a whole bunch of packages who won't install nor upgrade with the following error: Failed Running aclocal ! Looking through the

Re: [gentoo-user] Problems with aclocal

2013-05-01 Thread Jackie
在 Thu, 02 May 2013 06:39:02 +0800,Neil Bothwick n...@digimed.co.uk 写道: On Wed, 1 May 2013 23:05:18 +0200, Rafa Griman wrote: Got some problems with aclocal :( When running: emerge -avDuN --with-bdeps=y world I get a whole bunch of packages who won't install nor upgrade with the

Re: [gentoo-user] Problems with aclocal

2013-05-01 Thread J. Roeleveld
Jackie jiangjun12...@gmail.com wrote: 在 Thu, 02 May 2013 06:39:02 +0800,Neil Bothwick n...@digimed.co.uk 写道: On Wed, 1 May 2013 23:05:18 +0200, Rafa Griman wrote: Got some problems with aclocal :( When running: emerge -avDuN --with-bdeps=y world I get a whole bunch of packages who