Re: Autoconf in rawhide broken?

2013-04-10 Thread Pavel Raiskup
That perl issue was fixed a while back. There's not enough info here for me to help you. I'm really curious what happens here also. Richard, could you specify more info? The 'repoquery -q --requires autoconf' correctly shows 'perl(Carp)' dependency in my rawhide mock instance. So it should

Re: Autoconf in rawhide broken?

2013-04-10 Thread Petr Pisar
On 2013-04-10, Pavel Raiskup prais...@redhat.com wrote: I have a question here, Kevin (or others). What action fixed the dependency hell for this issue? http://pkgs.fedoraproject.org/cgit/perl.git/commit/?id=8bb72978405d9fbb30cf160f18cd789f7b4062ab We excluded some scripts delivered in binary

Re: Autoconf in rawhide broken?

2013-04-10 Thread Richard Shaw
On Wed, Apr 10, 2013 at 2:20 AM, Pavel Raiskup prais...@redhat.com wrote: That perl issue was fixed a while back. There's not enough info here for me to help you. I'm really curious what happens here also. Richard, could you specify more info? Well it appears to be fixed now. I was

Re: Autoconf in rawhide broken?

2013-04-10 Thread Pavel Raiskup
Without the fix, `perl' package declared it provides Carp module on RPM level, which was not true on Perl code level, so while yum got satisfied with `perl' package, none Carp module was installed into the system and that made other Perl code using the Carp module, like autconf, unhappy. Well

Re: Autoconf in rawhide broken?

2013-04-09 Thread Michael Schwendt
On Tue, 9 Apr 2013 14:39:56 -0500, Richard Shaw wrote: I was trying to do a test build for aarch64 by adding autoreconf to the spec file. I was getting an error that it doesn't exist. The error output tells you something different: When I tried to mock chroot for Rawhide I got the following:

Re: Autoconf in rawhide broken?

2013-04-09 Thread Sérgio Basto
On Ter, 2013-04-09 at 22:09 +0200, Michael Schwendt wrote: On Tue, 9 Apr 2013 14:39:56 -0500, Richard Shaw wrote: I was trying to do a test build for aarch64 by adding autoreconf to the spec file. I was getting an error that it doesn't exist. The error output tells you something

Re: Autoconf in rawhide broken?

2013-04-09 Thread Orion Poplawski
On 04/09/2013 01:39 PM, Richard Shaw wrote: I was trying to do a test build for aarch64 by adding autoreconf to the spec file. I was getting an error that it doesn't exist. When I tried to mock chroot for Rawhide I got the following: # autoreconf Can't locate Carp.pm in @INC (@INC contains:

Re: Autoconf in rawhide broken?

2013-04-09 Thread Richard Shaw
On Tue, Apr 9, 2013 at 4:57 PM, Orion Poplawski or...@cora.nwra.com wrote: perl Carp was broken for a while - https://bugzilla.redhat.com/** show_bug.cgi?id=924938https://bugzilla.redhat.com/show_bug.cgi?id=924938 You might need to go backwards (distro-sync) Don't really help me for koji

Re: Autoconf in rawhide broken?

2013-04-09 Thread Kevin Fenzi
On Tue, 9 Apr 2013 17:37:32 -0500 Richard Shaw hobbes1...@gmail.com wrote: On Tue, Apr 9, 2013 at 4:57 PM, Orion Poplawski or...@cora.nwra.com wrote: perl Carp was broken for a while - https://bugzilla.redhat.com/** show_bug.cgi?id=924938https://bugzilla.redhat.com/show_bug.cgi?id=924938