Comment 19 for bug 203958

Revision history for this message
Cristian (cristianrosa) wrote :

Today I did a clean install of Ubuntu 8.04 Beta and upgraded to the latest version and I'm still having an issue with jockey and the broadcom driver.
This is the output of jockey-gtk:
cristian@cristian-laptop:~$ jockey-gtk
Traceback (most recent call last):
  File "/usr/bin/jockey-gtk", line 279, in on_handler_changed
    if self.toggle_handler(self.model[path][0]):
  File "/usr/lib/python2.5/site-packages/jockey/ui.py", line 483, in toggle_handler
    handler.enable()
  File "/usr/lib/python2.5/site-packages/jockey/handlers.py", line 679, in enable
    DriverPackageHandler.enable(self)
  File "/usr/lib/python2.5/site-packages/jockey/handlers.py", line 596, in enable
    self.ui.install_package(self.package)
  File "/usr/lib/python2.5/site-packages/jockey/ui.py", line 493, in install_package
    oslib.OSLib.inst.install_package(package, self)
  File "/usr/lib/python2.5/site-packages/jockey/oslib.py", line 186, in install_package
    env.update(os.environ)
NameError: global name 'env' is not defined

I inspected the file oslib.py and it seems the problem arises because the definition of the variable env is missing.
Any suggestion?