New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qubes-builder ./setup fails - dialog #1920

Open
adrelanos opened this Issue Apr 19, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@adrelanos
Member

adrelanos commented Apr 19, 2016

user@qubes-build:~/qubes-builder$ ./setup 




































Traceback (most recent call last):
  File "./setup", line 1919, in <module>
    main(sys.argv)
  File "./setup", line 1902, in main
    Wizard(DialogUI(), **args)()
  File "./setup", line 1194, in __call__
    self.set_release()
  File "./setup", line 1362, in set_release
    self.release = str(self.ui.release(**info))  # pylint: disable=W0201
  File "./setup", line 554, in release
    return cls.radiolist(**info)
  File "./setup", line 544, in radiolist
    code, tag = cls.dialog.radiolist(**default)
  File "/home/user/qubes-builder/libs/dialog.py", line 3267, in radiolist
    (code, output) = self._perform(cmd, **kwargs)
  File "/home/user/qubes-builder/libs/dialog.py", line 1757, in _perform
    child_output_rfd)
  File "/home/user/qubes-builder/libs/dialog.py", line 1702, in _wait_for_program_termination
    child_output.strip()))
dialog.DialogError
@adrelanos

This comment has been minimized.

Show comment
Hide comment
@adrelanos

adrelanos Apr 20, 2016

Member

I could work around this bug by starting with a fresh qubes-builder source folder from a new git clone. make clean-all and switching to latest qubes-builder git master did not help. I still keep the old qubes-builder source folder in case you wish to debug this.

Member

adrelanos commented Apr 20, 2016

I could work around this bug by starting with a fresh qubes-builder source folder from a new git clone. make clean-all and switching to latest qubes-builder git master did not help. I still keep the old qubes-builder source folder in case you wish to debug this.

@andrewdavidwong andrewdavidwong added this to the Far in the future milestone Dec 24, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment