← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1685935] [NEW] make deb breaks due to missing debuild script

 

Public bug reported:

On a newly installed lxc, I cannot make deb easily because of missing
dependencies.

...
    restore_signals, start_new_session)
  File "/usr/lib/python3.5/subprocess.py", line 1282, in _execute_child
    raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'debuild'


We should probably aid this process a bit for new developers trying to package their own deb.

** Affects: cloud-init
     Importance: Undecided
     Assignee: Chad Smith (chad.smith)
         Status: In Progress


** Tags: bitesize

** Changed in: cloud-init
       Status: New => In Progress

** Changed in: cloud-init
     Assignee: (unassigned) => Chad Smith (chad.smith)

** Merge proposal linked:
   https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/323076

** Tags added: bitesize

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1685935

Title:
  make deb breaks due to missing debuild script

Status in cloud-init:
  In Progress

Bug description:
  On a newly installed lxc, I cannot make deb easily because of missing
  dependencies.

  ...
      restore_signals, start_new_session)
    File "/usr/lib/python3.5/subprocess.py", line 1282, in _execute_child
      raise child_exception_type(errno_num, err_msg)
  FileNotFoundError: [Errno 2] No such file or directory: 'debuild'

  
  We should probably aid this process a bit for new developers trying to package their own deb.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1685935/+subscriptions


Follow ups