|
Bugzilla – Full Text Bug Listing |
| Summary: | OBS zfs build error on Leap 15.4 x86-64 | ||
|---|---|---|---|
| Product: | [openSUSE] PUBLIC SUSE Linux Enterprise Desktop 15 SP4 | Reporter: | Michiya Hagimoto <kokeko> |
| Component: | Kernel | Assignee: | Jan Engelhardt <jengelh> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | bpetkov, dheidler, hibby50, jengelh, kokeko, markus, sam, sledz, tiwai |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Leap 15.4 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Michiya Hagimoto
2022-05-20 07:41:31 UTC
The 15.4 kernel rpm is broken. Commit b56d2795b29792c465cc8ef036abad5127a003fb upstream removed the *contents* of asm/fpu/internal.h, but *not* the file itself. Patch x86-fpu-replace-the-includes-of-fpu-internal-h.patch in SUSE is the same. But, in the produced kernel-default-devel.rpm/kernel-devel.rpm, the asm/fpu/internal.h file is *completely missing*. That's likely a subtle difference of git vs patch behavior. A possible fix would be to put some space or a new line, i.e. making it non-empty. Alternatively fix zfs not to include asm/fpu/internal.h. Boris? Whoops, fixed: https://lore.kernel.org/r/20220520101723.12006-1-bp@alien8.de > Alternatively fix zfs not to include asm/fpu/internal.h. Yes, that. Thx. OK, now the upstream follows the state of Leap 15.4 -- the empty header files are gone. Jan, please fix it in zfs package side. I try to 15.4 again, but still failed ZFS module. It has to be fixed in ZFS side now; the header file is gone officially in the upstream, too. *** Bug 1200337 has been marked as a duplicate of this bug. *** Copying my comment from OBS here for visibility: I created a VERY dirty patch just removing the inclusion of the header in my home project just to get it working https://build.opensuse.org/package/show/home:hibby50:server/zfs This is patched upstream in https://github.com/openzfs/zfs/commit/4c6526208db0d3d5abf44664e74d1e28156a3db7 but the diff does not apply cleanly to 2.1.4 *** Bug 1200588 has been marked as a duplicate of this bug. *** I modified the spec to only apply the patch on >=15.4 and submitted to filesystems project: https://build.opensuse.org/request/show/983995 The request was accepted so we have successfully built zfs packages for 15.4. Thanks for update, I confirm 15.4 build done. Try to test on Leap 15.4. but tw still failed to build, will release openZFS 2.1.5 soon, please apply it... |