Re: EPEL Issue with koji?

2014-02-21 Thread Dave Johansen
On Fri, Feb 21, 2014 at 7:09 AM, Jeff Sheltren wrote:

> On Thu, Feb 20, 2014 at 7:47 PM, Dave Johansen wrote:
>
>>
>> Yes, waiting did work for that issue (
>> https://lists.fedoraproject.org/pipermail/devel/2014-February/195156.html), 
>> but this is another issue and appears to that the building of the source
>> .rpm isn't working properly for some reason.
>>
>>
> From root.log in the failed build (
> http://kojipkgs.fedoraproject.org//work/tasks/8044/6488044/root.log) :
>
> --
> DEBUG util.py:281:
> http://kojipkgs.fedoraproject.org/repo/rhel/rhel-i386-server-6/getPackage/openldap-2.4.23-32.el6_4.1.i686.rpm:
> [Errno 14] HTTP Error 404 - Not Found
> DEBUG util.py:281:  Trying other mirror.
> DEBUG util.py:281:  Error downloading packages:
> DEBUG util.py:281:openldap-2.4.23-32.el6_4.1.i686: failed to retrieve
> openldap-2.4.23-32.el6_4.1.i686.rpm from build
> DEBUG util.py:281:  error was [Errno 14] HTTP Error 404 - Not Found
> DEBUG util.py:371:  Child return code was: 1
>  --
>
> It had an error installing openldap.  There was actually an openldap
> release for EL6 the day before this build ran, so it may be possible that
> whatever mirror/RHN Koji uses was "syncing" when this ran.  Pure
> speculation on my part, not knowing the details of the Koji setup.
>
> Do you get the same error if you attempt a rebuild?
>

Doh! The original email in this chain was a copy and paste/stupid user
error on my part. No, I no longer get that issue with the llvm build and
like Kevin pointed out, just waiting worked.

But I sent two emails this month with very similar titles and I
accidentally copied the wrong one in the original email. The correct one is
https://lists.fedoraproject.org/pipermail/devel/2014-February/195687.htmland
the failed build is
http://koji.fedoraproject.org/koji/taskinfo?taskID=6542755 with an issue
during the creation of the source rpm. Any ideas on what may be causing
this?

Thanks,
Dave
___
epel-devel mailing list
epel-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


EPEL Issue with koji?

2014-02-20 Thread Dave Johansen
I'm trying to do a build on koji and ran into an error during the mock
buildroot setup ( http://koji.fedoraproject.org/koji/taskinfo?taskID=6488038
).

I posted previously on the Fedora devel mailing list but haven't figured it
out yet (
https://lists.fedoraproject.org/pipermail/devel/2014-February/195111.html ).

Is this something wrong with koji? Or with the EL6/EPEL packages?

Thanks,
Dave
___
epel-devel mailing list
epel-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


Re: Issue with koji build of qt-creator for EL6?

2014-02-19 Thread Dave Johansen
On Tue, Feb 18, 2014 at 10:57 AM, Dave Johansen wrote:

> On Tue, Feb 18, 2014 at 8:19 AM, Dennis Gilmore  wrote:
>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On Tue, 18 Feb 2014 08:06:53 -0700
>> Dave Johansen  wrote:
>>
>> > I'm trying to build qt-creator 3.0.1 for EL6 and have successfully
>> > done it on my own machine but I'm having an issue when building it
>> > with koji. It appears that it's not finding one of the files (
>> > http://koji.fedoraproject.org/koji/taskinfo?taskID=6542755 ), but it's
>> > checked into the git branch for EL6 and I can't tell what the problem
>> > is. Any suggestions?
>> > Thanks,
>> > Dave
>>
>> from the root.log
>>
>> DEBUG util.py:281:  error: Unable to open
>> /builddir/build/SOURCES/qt-creator-Fedora-privlibs: No such file or
>> directory
>> DEBUG util.py:281:  error: query of specfile qt-creator.spec failed,
>> can't parse
>> DEBUG util.py:281:  Could not execute sources: Could not parse the
>> spec, exited 1
>>
>>
>> you forgot to commit the qt-creator-Fedora-privlibs file
>>
>
> I believe that I committed, because if I didn't then why does it show up
> in the git repo?
> http://pkgs.fedoraproject.org/cgit/qt-creator.git/tree/?h=el6
>

Yes, it's been committed:
[dlj@JohansenDev qt-creator]$ git branch
* el6
  master
[dlj@JohansenDev qt-creator]$ git status
# On branch el6
nothing to commit (working directory clean)
[dlj@JohansenDev qt-creator]$ ls -lh qt-creator-Fedora-privlibs
-rw-r--r--. 1 dlj dlj 2.8K Jan  7 22:56 qt-creator-Fedora-privlibs

Any ideas on what the issue could be?

Thanks,
Dave
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Issue with koji build of qt-creator for EL6?

2014-02-18 Thread Dave Johansen
On Tue, Feb 18, 2014 at 8:19 AM, Dennis Gilmore  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Tue, 18 Feb 2014 08:06:53 -0700
> Dave Johansen  wrote:
>
> > I'm trying to build qt-creator 3.0.1 for EL6 and have successfully
> > done it on my own machine but I'm having an issue when building it
> > with koji. It appears that it's not finding one of the files (
> > http://koji.fedoraproject.org/koji/taskinfo?taskID=6542755 ), but it's
> > checked into the git branch for EL6 and I can't tell what the problem
> > is. Any suggestions?
> > Thanks,
> > Dave
>
> from the root.log
>
> DEBUG util.py:281:  error: Unable to open
> /builddir/build/SOURCES/qt-creator-Fedora-privlibs: No such file or
> directory
> DEBUG util.py:281:  error: query of specfile qt-creator.spec failed, can't
> parse
> DEBUG util.py:281:  Could not execute sources: Could not parse the
> spec, exited 1
>
>
> you forgot to commit the qt-creator-Fedora-privlibs file
>

I believe that I committed, because if I didn't then why does it show up in
the git repo? http://pkgs.fedoraproject.org/cgit/qt-creator.git/tree/?h=el6
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Issue with koji build of qt-creator for EL6?

2014-02-18 Thread Dennis Gilmore
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 18 Feb 2014 08:06:53 -0700
Dave Johansen  wrote:

> I'm trying to build qt-creator 3.0.1 for EL6 and have successfully
> done it on my own machine but I'm having an issue when building it
> with koji. It appears that it's not finding one of the files (
> http://koji.fedoraproject.org/koji/taskinfo?taskID=6542755 ), but it's
> checked into the git branch for EL6 and I can't tell what the problem
> is. Any suggestions?
> Thanks,
> Dave

from the root.log

DEBUG util.py:281:  error: Unable to open 
/builddir/build/SOURCES/qt-creator-Fedora-privlibs: No such file or directory
DEBUG util.py:281:  error: query of specfile qt-creator.spec failed, can't parse
DEBUG util.py:281:  Could not execute sources: Could not parse the
spec, exited 1


you forgot to commit the qt-creator-Fedora-privlibs file 

Dennis
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAEBAgAGBQJTA3n6AAoJEH7ltONmPFDResIP/1RltAhgaalG6TF0jkhD7uTN
HCJg52zfjPBIk6zb47hxpuXwk/aFkd5GABaQeVdm6TUU0a0XC+KfcAlMMhOU59Lw
LpBuonFFwRmUB/Ip51UrQER33pUuOV4O01mLM6guPLL6PkRoSOfDvv9lcP+d10SO
lEpw/8jWAxL+J11lA8uuKbHvj3jgDYZVGmOmAhEAWi22h4EJI2xC3N+AFxHZEGBP
lmVD7uqukfYqHW3a07K4WPdQzSm4R9vbWWggIvRa2fMo8dv4fyrcxe43xvugdwLh
+mPNUBGR94/OYT2AOhGed6CADeWe+iPfryivK8bvjzzpHlj+ADPb4SQnZGr+d2ct
hIPLX+I/w6nZiAh/5Msi0o7OeBDSokS5EmZIZHTsyu0KXFumIIQI/3cRwdeQcLg4
4pTSp+5yHvt7wDOoCUMSYf7PB0FYM5bC62C8DugE0eg/iTX/089P7t4zNmEgYwHy
DC5p998qhV7el+9wy4tOrSuZKiXOcaUEgPtC1d4zYLgCic/qjLJjKV8fYFI2CYhR
2gHu/w18DzcCbuhWDuphaHWnuvkQk03q7hmW8ypNSgWIYnF5Fab6k6Sj16yqAEIi
RVFFVE3yXXuOi7m04yteRfLi7EqDp+bSylMIoAzGM1dWxZrm5iNUPfMmd7Q5j6Zy
RN05G79E+HAU9T6nZ/Tn
=fcBZ
-END PGP SIGNATURE-
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Issue with koji build of qt-creator for EL6?

2014-02-18 Thread Dave Johansen
I'm trying to build qt-creator 3.0.1 for EL6 and have successfully done it
on my own machine but I'm having an issue when building it with koji. It
appears that it's not finding one of the files (
http://koji.fedoraproject.org/koji/taskinfo?taskID=6542755 ), but it's
checked into the git branch for EL6 and I can't tell what the problem is.
Any suggestions?
Thanks,
Dave
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Issue with koji?

2014-02-04 Thread Dave Johansen
On Mon, Feb 3, 2014 at 9:10 PM, Kevin Fenzi  wrote:

> On Mon, 3 Feb 2014 20:56:15 -0700
> Dave Johansen  wrote:
>
> > I'm trying to do a build on koji and ran into an error during the mock
> > buildroot setup (
> > http://koji.fedoraproject.org/koji/taskinfo?taskID=6488038). Is this
> > something wrong with koji? Or with the EL6/EPEL packages?
> > Thanks,
> > Dave
>
> This usually happens when a new update has rolled out and you are doing
> your build in the window between that update being in the repo and koji
> having run a newrepo task to pick up the new package.
>
> So, short answer: wait a bit and try again and it should be fine.


Waiting worked ( http://koji.fedoraproject.org/koji/taskinfo?taskID=6488197).
Thanks,
Dave
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Issue with koji?

2014-02-03 Thread Dennis Gilmore
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 4 Feb 2014 06:57:53 + (UTC)
Petr Pisar  wrote:

> On 2014-02-04, Kevin Fenzi  wrote:
> > On Mon, 3 Feb 2014 20:56:15 -0700
> > Dave Johansen  wrote:
> >
> >> I'm trying to do a build on koji and ran into an error during the
> >> mock buildroot setup (
> >> http://koji.fedoraproject.org/koji/taskinfo?taskID=3D6488038). Is
> >> this something wrong with koji? Or with the EL6/EPEL packages?
> >> Thanks,
> >> Dave
> >
> > This usually happens when a new update has rolled out and you are
> > doing your build in the window between that update being in the
> > repo and koji having run a newrepo task to pick up the new package.
> >
> > So, short answer: wait a bit and try again and it should be fine.
> >
> I gues something went broken in the koji state machine.
> 
> I performed two builds yesterday, each requiring a new dependency.
> I used koji wait-repo --build=... rawhide && fedpkg build and I got
> root.log error stating the dependency is missing from the repository
> for each of them.
> 
> This kind of error has never happend for me before.
> 
> Does it mean the koji wait-repo is not reliable anymore?

using rawhide is the wrong thing to use, you should use f21-build as
that is what is used when building. there is a rawhide buildroot in
koji it is only used for releng tasks. f21-build and rawhide are
updated independently.


Dennis
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAEBAgAGBQJS8JfXAAoJEH7ltONmPFDRVpcP/3vMrmPAX4p8sZ5VYlU1aHzx
Ja28qLr/Wv3CozDYnzYVRWZog/TpWq+3hUkw+nepsSiXgOqP32G1+Y4k5ux2na1f
gsB5/MjRbFuJsks5Of/iPHt61vhjQLHWnbOfgk/DUk4c1WP/gw23Yv2vvLvpPaJy
M5GBVZXWWcFJU8exTJXjYlABbPsCh1GW+P81TlWIh6/SNyqGp5pbwDuR1Vm/M6zs
P9FSahmI2FhryqYZIa1g3J0gey2s1wMYyya6aDqvgeED9duk+/MoGcyJ47r8jeE8
dOllGpL1LnWeZB+PHpK1fxPPg/Z+gN5Jo8skRKIpRvx4X6zXdPdRPEmt2dM+CQKs
FlxGochhBLl42ht3AkcF5gy1VRNH/r2gOvIvwplu2Zc1j24sMjeiO6oUdsbdZm6P
t+bFG5/MhRP9elTPs4Cp3k695ugpdbz11N/53K1lg3qjSsV9nH6Nobf1XsnTjZzd
aXNLj9zf5OzpSkPXVPZfUW3O/uXbb1X0S63fRRy1RpbzHv+AK98ruabQ7ZDCprLk
CkwTWSF7pgiu6EKfLyUJ5sbFirUWb6AIVAv7/jIft5PxglqIcnTztbeRcSDP8hLI
Ui2TH6m8hAlFs5j8mloaeHWtKrmfLF0oQTxLBgcZ2kmeE506QwFjEIqqyT/C0hGa
lSXPmy9NqeKZiFOvGYHt
=2UlG
-END PGP SIGNATURE-
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Issue with koji?

2014-02-03 Thread Mikolaj Izdebski
On 02/04/2014 07:57 AM, Petr Pisar wrote:
> I gues something went broken in the koji state machine.
> 
> I performed two builds yesterday, each requiring a new dependency.
> I used koji wait-repo --build=... rawhide && fedpkg build and I got
> root.log error stating the dependency is missing from the repository for
> each of them.

As far as I know f21-build and rawhide are separate repos.  Just use
f21-build in your wait-repo command.

> 
> This kind of error has never happend for me before.
> 
> Does it mean the koji wait-repo is not reliable anymore?

Was it ever reliable?

koji wait-repo f21-build --build setup-0-0 && echo $?

pkill -SIGINT koji

exit code from koji is 0

-- 
Mikolaj Izdebski
IRC: mizdebsk
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Issue with koji?

2014-02-03 Thread Petr Pisar
On 2014-02-04, Kevin Fenzi  wrote:
> On Mon, 3 Feb 2014 20:56:15 -0700
> Dave Johansen  wrote:
>
>> I'm trying to do a build on koji and ran into an error during the mock
>> buildroot setup (
>> http://koji.fedoraproject.org/koji/taskinfo?taskID=3D6488038). Is this
>> something wrong with koji? Or with the EL6/EPEL packages?
>> Thanks,
>> Dave
>
> This usually happens when a new update has rolled out and you are doing
> your build in the window between that update being in the repo and koji
> having run a newrepo task to pick up the new package.
>
> So, short answer: wait a bit and try again and it should be fine.
>
I gues something went broken in the koji state machine.

I performed two builds yesterday, each requiring a new dependency.
I used koji wait-repo --build=... rawhide && fedpkg build and I got
root.log error stating the dependency is missing from the repository for
each of them.

This kind of error has never happend for me before.

Does it mean the koji wait-repo is not reliable anymore?

-- Petr

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Issue with koji?

2014-02-03 Thread Kevin Fenzi
On Mon, 3 Feb 2014 20:56:15 -0700
Dave Johansen  wrote:

> I'm trying to do a build on koji and ran into an error during the mock
> buildroot setup (
> http://koji.fedoraproject.org/koji/taskinfo?taskID=6488038). Is this
> something wrong with koji? Or with the EL6/EPEL packages?
> Thanks,
> Dave

This usually happens when a new update has rolled out and you are doing
your build in the window between that update being in the repo and koji
having run a newrepo task to pick up the new package. 

So, short answer: wait a bit and try again and it should be fine. 

kevin


signature.asc
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Issue with koji?

2014-02-03 Thread Dave Johansen
I'm trying to do a build on koji and ran into an error during the mock
buildroot setup (
http://koji.fedoraproject.org/koji/taskinfo?taskID=6488038). Is this
something wrong with koji? Or with the EL6/EPEL packages?
Thanks,
Dave
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct