[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-07-28 Thread Launchpad Bug Tracker
This bug was fixed in the package dkms - 2.2.0.3-1.1ubuntu5.14.04.7

---
dkms (2.2.0.3-1.1ubuntu5.14.04.7) trusty; urgency=medium

  * Build Linux modules in a specific order (LP: #1491729)
- Add POST_BUILD directive, and implement a BUILD_DEPENDS directive that
  instructs `dkms autoinstall` to build Linux modules in a specific order to
  ensure ZFS to build after SPL.
- Force the installation of a module if it is listed in
  /usr/share/dkms/modules_to_force_install

 -- Colin Ian King   Fri, 24 Jun 2016 16:43:12
+0100

** Changed in: dkms (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Trusty:
  Fix Released
Status in dkms source package in Wily:
  Fix Released

Bug description:
  updated: SRU request, trusty (24th June, 2016)

  (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-07-25 Thread Mathew Hodson
** Changed in: dkms (Ubuntu Trusty)
   Importance: Undecided => High

** Changed in: dkms (Ubuntu Wily)
   Importance: Undecided => High

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Trusty:
  Fix Committed
Status in dkms source package in Wily:
  Fix Released

Bug description:
  updated: SRU request, trusty (24th June, 2016)

  (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-07-21 Thread Colin Ian King
Thanks Julien!

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Trusty:
  Fix Committed
Status in dkms source package in Wily:
  Fix Released

Bug description:
  updated: SRU request, trusty (24th June, 2016)

  (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-07-20 Thread Julien Floret
Colin,

Still took the time to test the -proposed version.
It fixes the problem for us, thanks!

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Trusty:
  Fix Committed
Status in dkms source package in Wily:
  Fix Released

Bug description:
  updated: SRU request, trusty (24th June, 2016)

  (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-07-20 Thread Nicolas Dichtel
> @Julien, do you mind re-testing against the -proposed version? Thanks!

He will be back on Monday the 1st August.

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Trusty:
  Fix Committed
Status in dkms source package in Wily:
  Fix Released

Bug description:
  updated: SRU request, trusty (24th June, 2016)

  (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-07-20 Thread Colin Ian King
@Julien, do you mind re-testing against the -proposed version? Thanks!

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Trusty:
  Fix Committed
Status in dkms source package in Wily:
  Fix Released

Bug description:
  updated: SRU request, trusty (24th June, 2016)

  (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-07-20 Thread Andy Whitcroft
Hello Colin, or anyone else affected,

Accepted dkms into trusty-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/dkms/2.2.0.3-1.1ubuntu5.14.04.7 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: dkms (Ubuntu Trusty)
   Status: In Progress => Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Trusty:
  Fix Committed
Status in dkms source package in Wily:
  Fix Released

Bug description:
  updated: SRU request, trusty (24th June, 2016)

  (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-07-20 Thread Tim Gardner
** Also affects: dkms (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: dkms (Ubuntu Trusty)
 Assignee: (unassigned) => Colin Ian King (colin-king)

** Changed in: dkms (Ubuntu Trusty)
   Status: New => In Progress

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Trusty:
  In Progress
Status in dkms source package in Wily:
  Fix Released

Bug description:
  updated: SRU request, trusty (24th June, 2016)

  (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-06-27 Thread Julien Floret
The .7 version works for us, thanks.

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Released

Bug description:
  updated: SRU request, trusty (24th June, 2016)

  (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-06-24 Thread Colin Ian King
Ah, looks like there was a 14.04.6 in -proposed. I've re-sync'd with
that and re-spun the package for a .7 version, so ignore the debdiff in
comment #27

Updated debdiff attached below:

** Patch added: "updated debdiff, based against .6 comparing against new .7"
   
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+attachment/4689832/+files/dkms-debdiff-attempt-2.diff

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Released

Bug description:
  updated: SRU request, trusty (24th June, 2016)

  (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-06-24 Thread Vincent JARDIN
Thanks Julien and Colin. Looking to get it into the next updates for
14.04.

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Released

Bug description:
  updated: SRU request, trusty (24th June, 2016)

  (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-06-24 Thread Julien Floret
Hi Colin,

Tested, your package solves the issue for us.
Thanks!

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Released

Bug description:
  updated: SRU request, trusty (24th June, 2016)

  (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-06-24 Thread Colin Ian King
** Patch added: "debdiff between dkms_2.2.0.3-1.1ubuntu5.14.04.5.dsc and 
dkms_2.2.0.3-1.1ubuntu5.14.04.6.dsc"
   
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+attachment/4689665/+files/dkms-debdiff.diff

** Description changed:

- (updated now from a FFe to a SRU for Wily)
+ updated: SRU request, trusty.
+ 
+ (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.
  
  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).
  
  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).
  
  [REGRESSION POTENTIAL]
- DKMS package builds will fail.  
+ DKMS package builds will fail.
  
  ---
  Feature Freeze Exception Request:
  
  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl
  
  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).
  
  Pull in fixes from the ZFS on Linux project that enable this ordering to
  DKMS.

** Description changed:

- updated: SRU request, trusty.
+ updated: SRU request, trusty (24th June, 2016)
  
  (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.
  
  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).
  
  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).
  
  [REGRESSION POTENTIAL]
  DKMS package builds will fail.
  
  ---
  Feature Freeze Exception Request:
  
  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl
  
  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).
  
  Pull in fixes from the ZFS on Linux project that enable this ordering to
  DKMS.

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Released

Bug description:
  updated: SRU request, trusty (24th June, 2016)

  (updated now from a FFe to a SRU for Wily)(old)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-06-24 Thread Colin Ian King
Hi Vincent,

I've applied the fixes to dkms for trusty and I've got the package built
in my ppa for testing:

sudo add-apt-repository ppa:colin-king/dkms-sru-1491729
sudo apt-get update && sudo apt-get dist-upgrade

Do you mind checking to see if this solves the issue for you?

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Released

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-06-22 Thread Vincent JARDIN
Sorry, I do not have a handy module to be compiled for this case, but
once you integrate this fix/patch, we can check it works using our
framework.

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Released

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-06-22 Thread Colin Ian King
Sounds like enough reason to justify it for an SRU for Trusty. Any
specific module examples that need this?

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Released

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2016-06-22 Thread Vincent JARDIN
We have seen this issue with Trusty for other modules than ZFS too.

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Released

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-12-11 Thread Jean-Mickael Guerin
** Tags added: 6wind

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Released

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-12-02 Thread Nicolas Dichtel
Will this patch be backported in Trusty version also?

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Released

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-12-02 Thread Colin Ian King
The intention was just to for this fix to just support ZFS in Wily only.

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Released

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-11-24 Thread Launchpad Bug Tracker
This bug was fixed in the package dkms - 2.2.0.3-2ubuntu6.1

---
dkms (2.2.0.3-2ubuntu6.1) wily; urgency=medium

  * Build Linux modules in a specific order (LP: #1491729)
- Add POST_BUILD directive, and implement a BUILD_DEPENDS directive that
  instructs `dkms autoinstall` to build Linux modules in a specific order to
  ensure ZFS to build after SPL.
- Force the installation of a module if it is listed in
  /usr/share/dkms/modules_to_force_install

 -- Colin Ian King   Tue, 10 Nov 2015 11:02:00
+

** Changed in: dkms (Ubuntu Wily)
   Status: Fix Committed => Fix Released

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Released

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-11-17 Thread Colin Ian King
Tested dkms-2.2.0.3-2ubuntu6.1 from -proposed:  iterated on clean
install, install dkms, install zfs with no build ordering issues. Repeat
tested this 14 times, no problems now observed.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Committed

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-11-17 Thread Martin Pitt
Good enough now, so double verification-done. :-)

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Committed

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-11-17 Thread Colin Ian King
Thanks Martin!

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Committed

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-11-17 Thread Martin Pitt
http://people.canonical.com/~ubuntu-archive/proposed-
migration/wily/update_excuses.html#dkms is looking good. openafs/amd64
is a cloud glitch and I'll restart it. There are still a lot of
outstanding ones, and we should let these finish to be sure. (Queues are
super-long at the moment though)

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Committed

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-11-16 Thread Leann Ogasawara
Please SRU this fix for Wily.  @danwest (https://launchpad.net/~danwest)
was running into this very issue trying to install the ZFS dkms package
in Wily, ie.

ProblemType: Package
DKMSBuildLog:
 DKMS make.log for zfs-0.6.4.2 for kernel 4.2.0-18-generic (x86_64)
 Tue Nov 10 15:33:06 UTC 2015
 make: *** No targets specified and no makefile found.  Stop.
DKMSKernelVersion: 4.2.0-18-generic
Date: Tue Nov 10 15:33:10 2015
Package: zfs-dkms 0.6.4.2-0ubuntu1
PackageVersion: 0.6.4.2-0ubuntu1
SourcePackage: zfs-linux
Title: zfs-dkms 0.6.4.2-0ubuntu1: zfs kernel module failed to build

However, after installing the fixed dkms-2.2.0.3-2ubuntu7 from cking's
PPA, he is unable to reproduce.

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  New

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-11-16 Thread Colin Ian King
Arges, diff:

https://launchpadlibrarian.net/225690390/dkms_2.2.0.3-2ubuntu6_2.2.0.3-2ubuntu7.diff.gz

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  New

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-11-16 Thread Chris J Arges
uploaded for wily, with version ubuntu6.1 and minor spelling fix

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  New

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-11-16 Thread Adam Conrad
Hello Colin, or anyone else affected,

Accepted dkms into wily-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/dkms/2.2.0.3-2ubuntu6.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: dkms (Ubuntu Wily)
   Status: New => Fix Committed

** Tags added: verification-needed

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  Fix Committed

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-11-13 Thread Leann Ogasawara
** Also affects: dkms (Ubuntu Wily)
   Importance: Undecided
   Status: New

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Wily:
  New

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-11-12 Thread Colin Ian King
** Description changed:

+ (updated now from a FFe to a SRU for Wily)
+ SRU request, Wily.
+ 
+ [IMPACT]
+ Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).
+ 
+ [TEST CASE]
+ Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
+ Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).
+ 
+ [REGRESSION POTENTIAL]
+ DKMS package builds will fail.  
+ 
+ ---
  Feature Freeze Exception Request:
  
  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl
  
  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).
  
  Pull in fixes from the ZFS on Linux project that enable this ordering to
  DKMS.

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released

Bug description:
  (updated now from a FFe to a SRU for Wily)
  SRU request, Wily.

  [IMPACT]
  Without this, we can have incorrect ordering which causes DKMS build failures 
for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS 
support module spl to be built first).

  [TEST CASE]
  Install Wily zfs, occasionally the build ordering will be zfs and the spl, 
and the zfs DKMS build will fail because spl is not yet built. With the fix, 
build ordering for zfs will always occur in spl, then zfs order because it uses 
the new BUILD_DEPENDS directive.
  Note: The upload will trigger the testing of all DKMS modules, so it'll get 
an adequate beating by britney (according to Martin Pitt).

  [REGRESSION POTENTIAL]
  DKMS package builds will fail.  

  ---
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-11-11 Thread Martin Pitt
Thanks for cleaning up! Uploaded. This will trigger the testing of all
DKMS modules, so it'll get an adequate beating by britney.

** Summary changed:

- [FFE]: dkms: add module build ordering for ZFS on Linux
+ dkms: add module build ordering for ZFS on Linux

** Changed in: dkms (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Committed

Bug description:
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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


[Kernel-packages] [Bug 1491729] Re: dkms: add module build ordering for ZFS on Linux

2015-11-11 Thread Launchpad Bug Tracker
This bug was fixed in the package dkms - 2.2.0.3-2ubuntu7

---
dkms (2.2.0.3-2ubuntu7) xenial; urgency=medium

  * Build Linux modules in a specific orfer (LP: #1491729)
- Add POST_BUILD directive, and implement a BUILD_DEPENDS directive that
  instructs `dkms autoinstall` to build Linux modules in a specific order to
  ensure ZFS to build after SPL.
- Force the installation of a module if it is listed in
  /usr/share/dkms/modules_to_force_install

 -- Colin Ian King   Tue, 10 Nov 2015 11:02:00
+

** Changed in: dkms (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  dkms: add module build ordering for ZFS on Linux

Status in dkms package in Ubuntu:
  Fix Released

Bug description:
  Feature Freeze Exception Request:

  build ordering to build ZFS on Linux (ZoL) is required, the motivating
  case is for ordering such as modules such as zfs -> spl

  Without this, we can have incorrect ordering which causes DKMS build
  failures for multiple kernel module projects, such as ZFS (where ZFS
  requires the ZFS support module spl to be built first).

  Pull in fixes from the ZFS on Linux project that enable this ordering
  to DKMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+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