Public bug reported:

Kernel will fail to build if there's a space in either $(LOCAL_ENV_CC)
or $(LOCAL_ENV_DISTCC_HOSTS), for example if someone trying to use
LOCAL_ENV_CC="ccache gcc".

This is caused by the line in debian/rules.d/0-common-vars.mk which both of 
them are passed without quote:
kmake += CC=$(LOCAL_ENV_CC) DISTCC_HOSTS=$(LOCAL_ENV_DISTCC_HOSTS)

** Affects: linux (Ubuntu)
     Importance: Undecided
     Assignee: Jesse Sung (wenchien)
         Status: In Progress

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1744077

Title:
  $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly
  quoted

Status in linux package in Ubuntu:
  In Progress

Bug description:
  Kernel will fail to build if there's a space in either $(LOCAL_ENV_CC)
  or $(LOCAL_ENV_DISTCC_HOSTS), for example if someone trying to use
  LOCAL_ENV_CC="ccache gcc".

  This is caused by the line in debian/rules.d/0-common-vars.mk which both of 
them are passed without quote:
  kmake += CC=$(LOCAL_ENV_CC) DISTCC_HOSTS=$(LOCAL_ENV_DISTCC_HOSTS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1744077/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to