|
|

08-25-2008, 01:08 PM
|
|
|
bodhi internal error
bodhi -n -r F9 -t enhancement mercurial-1_0_2-1_fc9
Creating new update for mercurial-1_0_2-1_fc9
HTTP Error 500: Internal error
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
|
|

08-25-2008, 10:52 PM
|
|
|
bodhi internal error
On Mon, Aug 25, 2008 at 08:08:47AM -0400, Neal Becker wrote:
> bodhi -n -r F9 -t enhancement mercurial-1_0_2-1_fc9
> Creating new update for mercurial-1_0_2-1_fc9
> HTTP Error 500: Internal error
So, a lot of the bodhi API has changed recently. Unfortunately, I was
unable to get updated packages out to everyone in time.
Quick fix:
koji download-build bodhi-0.5.1-1.fc9
koji download-build python-fedora-0.3.5-1.fc10
luke
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
|
|

08-26-2008, 01:40 PM
|
|
|
bodhi internal error
Luke Macken wrote:
> On Mon, Aug 25, 2008 at 08:08:47AM -0400, Neal Becker wrote:
>> bodhi -n -r F9 -t enhancement mercurial-1_0_2-1_fc9
>> Creating new update for mercurial-1_0_2-1_fc9
>> HTTP Error 500: Internal error
>
> So, a lot of the bodhi API has changed recently. Unfortunately, I was
> unable to get updated packages out to everyone in time.
>
> Quick fix:
>
> koji download-build bodhi-0.5.1-1.fc9
> koji download-build python-fedora-0.3.5-1.fc10
>
>
> luke
>
sudo yum install python-fedora-0.3.5-1.fc10.noarch.rpm bodhi-client-0.5.1-1.fc9.noarch.rpm -y --nogpg
bodhi -m
Traceback (most recent call last):
File "/usr/bin/bodhi", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2561, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 524, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: bodhi==0.5.1
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
|
|

08-26-2008, 04:35 PM
|
|
|
bodhi internal error
Neal Becker wrote:
Luke Macken wrote:
On Mon, Aug 25, 2008 at 08:08:47AM -0400, Neal Becker wrote:
bodhi -n -r F9 -t enhancement mercurial-1_0_2-1_fc9
Creating new update for mercurial-1_0_2-1_fc9
HTTP Error 500: Internal error
So, a lot of the bodhi API has changed recently. Unfortunately, I was
unable to get updated packages out to everyone in time.
Quick fix:
koji download-build bodhi-0.5.1-1.fc9
koji download-build python-fedora-0.3.5-1.fc10
luke
sudo yum install python-fedora-0.3.5-1.fc10.noarch.rpm bodhi-client-0.5.1-1.fc9.noarch.rpm -y --nogpg
bodhi -m
Traceback (most recent call last):
File "/usr/bin/bodhi", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2561, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 524, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: bodhi==0.5.1
You'll need the bodhi-server package in addition to the bodhi-client
package in this build. Luke's fixing that for the next build.
-Toshio
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
|
|

08-26-2008, 07:52 PM
|
|
|
bodhi internal error
On Tue, Aug 26, 2008 at 08:35:28AM -0700, Toshio Kuratomi wrote:
> Neal Becker wrote:
>> Luke Macken wrote:
>>
>>> On Mon, Aug 25, 2008 at 08:08:47AM -0400, Neal Becker wrote:
>>>> bodhi -n -r F9 -t enhancement mercurial-1_0_2-1_fc9
>>>> Creating new update for mercurial-1_0_2-1_fc9
>>>> HTTP Error 500: Internal error
>>> So, a lot of the bodhi API has changed recently. Unfortunately, I was
>>> unable to get updated packages out to everyone in time.
>>>
>>> Quick fix:
>>>
>>> koji download-build bodhi-0.5.1-1.fc9
>>> koji download-build python-fedora-0.3.5-1.fc10
>>>
>>>
>>> luke
>>>
>> sudo yum install python-fedora-0.3.5-1.fc10.noarch.rpm bodhi-client-0.5.1-1.fc9.noarch.rpm -y --nogpg
>>
>> bodhi -m
>> Traceback (most recent call last):
>> File "/usr/bin/bodhi", line 5, in <module>
>> from pkg_resources import load_entry_point
>> File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2561, in <module>
>> working_set.require(__requires__)
>> File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626, in require
>> needed = self.resolve(parse_requirements(requirements))
>> File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 524, in resolve
>> raise DistributionNotFound(req) # XXX put more info here
>> pkg_resources.DistributionNotFound: bodhi==0.5.1
>>
> You'll need the bodhi-server package in addition to the bodhi-client
> package in this build. Luke's fixing that for the next build.
Fixed in rev 2, where you should only need to install the bodhi-client
package.
koji download-build bodhi-0.5.1-2.fc9
luke
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
|
|

08-30-2008, 07:10 PM
|
|
|
bodhi internal error
2008/8/26 Luke Macken <lmacken@redhat.com>:
> Fixed in rev 2, where you should only need to install the bodhi-client
> package.
>
> koji download-build bodhi-0.5.1-2.fc9
This misses a dependency on python-TurboMail:
% make update
[...]
Traceback (most recent call last):
File "/usr/bin/bodhi", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2561,
in <module>
working_set.require(__requires__)
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 524, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: TurboMail
make: *** [bodhi] Fehler 1
Error 2
- Thomas
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
|
|
|
All times are GMT. The time now is 07:58 PM.
VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org
|