#4869 Request of a buildroot override for parrot-3.6.0-1 (for fc14, fc15 and fc16)
Closed: Fixed None Opened 12 years ago by gerd.

I need a buildroot override for parrot-3.6.0-1 in Fedora 14, Fedora 15 and Fedora 16 in oder to build the corresponding Rakudo Star and to rebuild postgresql-plparrot.

So would you please tag:

 parrot-3.6.0-1.fc14 to dist-f14-override
 parrot-3.6.0-1.fc15 to dist-f15-override
 parrot-3.6.0-1.fc16 to f16-override

You are dead right!

bodhi --buildroot-override=... works fine.

My output of "bodhi --my-overrides" is:

ServerError(https://admin.fedoraproject.org/updates/override/list, 500, Internal Server Error)
Traceback (most recent call last):
File "/usr/bin/bodhi", line 437, in main
}, auth=True)
File "/usr/lib/python2.7/site-packages/fedora/client/baseclient.py", line 316, in send_request
req_params = req_params, auth_params = auth_params)
File "/usr/lib/python2.7/site-packages/fedora/client/proxyclient.py", line 292, in send_request
raise ServerError(url, http_status, msg)
ServerError: ServerError(https://admin.fedoraproject.org/updates/override/list, 500, Internal Server Error)

I am using:

bodhi-client-0.8.0-1.fc14.noarch

This is the issue at hand

{{{
[cherrypy.msg] INFO 2011-08-08 10:49:47,019 HTTP: Page handler: <bound method BuildRootOverrideController.list of <bodhi.overrides.BuildRootOverri deController object at 0xbfdb06c>>
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/cherrypy/_cphttptools.py", line 121, in _run
self.main()
File "/usr/lib/python2.4/site-packages/cherrypy/_cphttptools.py", line 264, in main
body = page_handler(virtual_path, self.params)
File "<string>", line 3, in list
File "/usr/lib/python2.4/site-packages/turbogears/identity/conditions.py", line 210, in require
return fn(self, *args,
kwargs)
File "<string>", line 3, in list
File "/usr/lib/python2.4/site-packages/turbogears/controllers.py", line 358, in expose
output = database.run_with_transaction(
File "<string>", line 5, in run_with_transaction
File "/usr/lib/python2.4/site-packages/turbogears/database.py", line 411, in sa_rwt
retval = func(
args, kw)
File "<string>", line 5, in _expose
File "/usr/lib/python2.4/site-packages/turbogears/controllers.py", line 252, in <lambda>
None, False, args, kw))
File "/usr/lib/python2.4/site-packages/turbogears/controllers.py", line 410, in _execute_func
output = errorhandling.try_call(func, *args,
kw)
File "/usr/lib/python2.4/site-packages/turbogears/errorhandling.py", line 77, in try_call
return func(self, args, kw)
File "<string>", line 3, in list
File "/usr/lib/python2.4/site-packages/turbogears/controllers.py", line 195, in validate
return errorhandling.run_with_errors(errors, func, *args,
kw)
File "/usr/lib/python2.4/site-packages/turbogears/errorhandling.py", line 119, in run_with_errors
return func(self,
args, kw)
File "<string>", line 3, in list
File "/usr/lib/python2.4/site-packages/turbogears/paginate.py", line 168, in decorated
output = func(*args,
kw)
File "/usr/lib/python2.4/site-packages/bodhi/overrides.py", line 65, in list
rel = Release.byName(release)
File "<string>", line 1, in <lambda>
File "/usr/lib/python2.4/site-packages/sqlobject/main.py", line 1336, in _SO_fetchAlternateID
raise SQLObjectNotFound, "The %s by alternateID %s = %s does not exist" % (cls.name, name, repr(value))
SQLObjectNotFound: The Release by alternateID name = u'None' does not exist

[turbogears.access] INFO 2011-08-08 10:49:47,020 - gerd "POST /updates/override/list HTTP/1.0" 500 791 "" "Fedora Bodhi Client/0.5.1"
}}}

Filed ticket upstream to fix the --my-overrides bug: https://fedorahosted.org/bodhi/ticket/626

Login to comment on this ticket.

Metadata