nichoski / kergen

Linux kernel config generator
Apache License 2.0
71 stars 9 forks source link

Circular dependency occurs #8

Open ulziibuyan opened 7 years ago

ulziibuyan commented 7 years ago

When kergen -n -g the following error results.

... File "/home/uzi/Desktop/kergen/kergen/depgen", line 309, in check_for_deps_of_deps temp = Depgen(self.kconf_info_list, config, line) File "/home/uzi/Desktop/kergen/kergen/depgen", line 123, in __init__ self.check_for_deps_of_deps() File "/home/uzi/Desktop/kergen/kergen/depgen", line 309, in check_for_deps_of_deps temp = Depgen(self.kconf_info_list, config, line) File "/home/uzi/Desktop/kergen/kergen/depgen", line 115, in __init__ self.remove_already_satisfied_options() RuntimeError: maximum recursion depth exceeded Traceback (most recent call last): File "kergen", line 56, in <module> subprocess.check_call(['python3.4', '/home/uzi/Desktop/kergen/kergen/depgen'] + kernel_options, universal_newlines=True) File "/usr/lib64/python3.4/subprocess.py", line 561, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['python3.4', '/home/uzi/Desktop/kergen/kergen/depgen', '', 'CONFIG_LPC_ICH', 'CONFIG_I2C_I801', 'CONFIG_HOTPLUG_PCI_SHPC', 'CONFIG_FB_NVIDIA', 'CONFIG_PATA_ACPI', 'CONFIG_SND_HDA_INTEL', 'CONFIG_BT_HCIBTUSB', 'CONFIG_SSB', 'CONFIG_USB_KBD', 'CONFIG_MOUSE_APPLETOUCH', 'CONFIG_EXT4_FS', 'CONFIG_SKY2', 'CONFIG_PROC_FS', 'CONFIG_FIREWIRE_OHCI', 'CONFIG_USB_VIDEO_CLASS', 'CONFIG_USB_HID', 'CONFIG_BTRFS_FS', 'CONFIG_USB_MOUSE']' returned non-zero exit status 1

The issue seems to be with CONFIG_ACPI requiring CONFIG_PNP which requires CONFIG_ACPI. Maybe I can work on a fix if you could give me some pointers?

jeekkd commented 7 years ago

I've experienced the same after running kergen -g. I do have a kernel selected with sources emerged. This is with kergen-1.4 on a fresh installation. I have experienced the same on a prior install as well.

Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.4/depgen", line 384, in <module>
    deps = Depgen(kconf_info_list, config, options_list)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 121, in __init__
    self.check_for_deps_of_deps()
  File "/usr/lib/python-exec/python3.4/depgen", line 306, in check_for_deps_of_deps
    temp = Depgen(self.kconf_info_list, config, line)
  File "/usr/lib/python-exec/python3.4/depgen", line 113, in __init__
    self.remove_already_satisfied_options()
RuntimeError: maximum recursion depth exceeded
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.4/kergen", line 56, in <module>
    subprocess.check_call(['depgen'] + kernel_options, universal_newlines=True)
  File "/usr/lib64/python3.4/subprocess.py", line 558, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['depgen', 'CONFIG_USB_HID', 'XFS_FS', 'CONFIG_VMWARE_PVSCSI', 'CONFIG_HOTPLUG_PCI_SHPC', 'CONFIG_DRM_VMWGFX', 'CONFIG_SATA_AHCI', 'CONFIG_VMWARE_VMCI', 'CONFIGFS_FS', 'EXT4_FS', 'PROC_FS', 'CONFIG_USB_MOUSE', 'CONFIG_I2C_PIIX4', 'CONFIG_PATA_ACPI', 'CONFIG_VMXNET3']' returned non-zero exit status 1

emerge --info output

Portage 2.3.0 (python 2.7.12-final-0, default/linux/amd64/13.0/desktop/kde, gcc-4.9.4, glibc-2.22-r4, 3.10.0-327.36.3.el7.x86_64 x86_64)
=================================================================
System uname: Linux-3.10.0-327.36.3.el7.x86_64-x86_64-AMD_Phenom-tm-_II_X4_810_Processor-with-gentoo-2.3
KiB Mem:     2032528 total,    301952 free
KiB Swap:    2097148 total,   2081028 free
Timestamp of repository gentoo: Sat, 31 Dec 2016 16:30:01 +0000
sh bash 4.3_p48-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p48-r1::gentoo
dev-lang/perl:            5.22.3_rc4::gentoo
dev-lang/python:          2.7.12::gentoo, 3.4.5::gentoo
dev-util/cmake:           3.6.3::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.3::gentoo
sys-apps/openrc:          0.22.4::gentoo
sys-apps/sandbox:         2.10-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69::gentoo
sys-devel/automake:       1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.9.4::gentoo
sys-devel/gcc-config:     1.7.3::gentoo
sys-devel/libtool:        2.4.6-r2::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers)
sys-libs/glibc:           2.22-r4::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=native"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=native"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif glamor gpm gtk iconv ipv6 jpeg kde kipi lcms ldap libnotify mad mmx mmxext mng modules mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds qt3support qt4 readline sdl seccomp semantic-desktop session spell sse sse2 ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xattr xcb xcomposite xinerama xml xscreensaver xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext popcnt sse sse2 sse3 sse4a" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby21" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON