From: Edward Shishkin <edward.shishkin@gmail.com>
To: Metztli Information Technology <jose@metztli-it.com>,
reiserfs-devel@vger.kernel.org, debian-kernel@lists.debian.org
Subject: Re: Reiser4 for Linux-4.14, Reiser4progs-1.2.0, Libaal-1.0.7, Format 4.0.2
Date: Tue, 28 Nov 2017 18:08:30 +0100 [thread overview]
Message-ID: <5435b4d2-34e4-730e-6d44-80d0675c1fc0@gmail.com> (raw)
In-Reply-To: <20171128152125.CA07D12BE08C@huitzilopochtli.metztli-it.com>
On 11/28/2017 04:21 PM, Metztli Information Technology wrote:
> Appreciated Ed.
>
>> Hello,
>>
>> Please, download reiser4-for-4.14.1.patch which contains the fixup.
>>
> Updated patch works but had a rough time during the build procedure because zstd is used by btrfs as well:
This is something curious. Squashfs also uses zstd, as far as I know..
> ...
> some modules are in more than one package
> debian/reiser4-modules-4.14.0-1+reiser4.0.2-amd64-di lib/modules/4.14.0-1+reiser4.0.2-amd64/kernel/lib/xxhash.ko
> debian/btrfs-modules-4.14.0-1+reiser4.0.2-amd64-di lib/modules/4.14.0-1+reiser4.0.2-amd64/kernel/lib/xxhash.ko
> debian/reiser4-modules-4.14.0-1+reiser4.0.2-amd64-di lib/modules/4.14.0-1+reiser4.0.2-amd64/kernel/lib/zstd/zstd_compress.ko
> debian/btrfs-modules-4.14.0-1+reiser4.0.2-amd64-di lib/modules/4.14.0-1+reiser4.0.2-amd64/kernel/lib/zstd/zstd_compress.ko
> debian/reiser4-modules-4.14.0-1+reiser4.0.2-amd64-di lib/modules/4.14.0-1+reiser4.0.2-amd64/kernel/lib/zstd/zstd_decompress.ko
> debian/btrfs-modules-4.14.0-1+reiser4.0.2-amd64-di lib/modules/4.14.0-1+reiser4.0.2-amd64/kernel/lib/zstd/zstd_decompress.ko
> command exited with status 1
> make[2]: *** [install-udeb_amd64] Error 2
> debian/rules.real:498: recipe for target 'install-udeb_amd64' failed
> make[2]: Leaving directory '/usr/tzinti/build/kernel/tekitl-4.14.2/linux'
> make[1]: *** [binary-arch_amd64] Error 2
> debian/rules.gen:18: recipe for target 'binary-arch_amd64' failed
> make[1]: Leaving directory '/usr/tzinti/build/kernel/tekitl-4.14.2/linux'
> make: *** [binary-arch] Error 2
> debian/rules:50: recipe for target 'binary-arch' failed
> dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit status 2
>
> < https://pbs.twimg.com/media/DPuO9nKU8AEMTgx.jpg:large >
>
> Accordingly, in order for the build to proceed past the kernel-wedge show stopper, I had to
>
> touch debian/installer/amd64/ignore-dups
> < https://github.com/pexip/os-kernel-wedge >
> i.e.,
> --------------------------------
> % kernel-wedge help find-dups
> find-dups kernel-name
>
> Find duplicate modules. Pass the kernel name.
>
> Return 1 if any duplicates are found, unless $KW_CHECK_NONFATAL is
> non-empty or the configuration file 'ignore-dups' exists.
> --------------------------------------
>
> And the build procedure completed successfully at long last.
>
>> On 11/27/2017 03:37 PM, Metztli Information Technology wrote:
>>> Niltze, Ed-
>>>
>>>
>>> I've built libaal-1.0.7 and Reiser4progs-1.2.0 Debian packages for AMD64 successfully and currently testing in a virtual machine.
>>>
>>> I've applied reiser4-for-4.14.0 patch to upstream kernel 4.14.2; Debian packaging for 4.14.2-xyz required GCC-7 for kernel build
>>>
>>> -- which I installed including relevant dependencies. Yet I have experienced (twice) the appended tail show stopper error:
>>> ...
>>>
>>> CC arch/x86/boot/compressed/pagetable.o
>>> CC arch/x86/boot/compressed/eboot.o
>>> AS arch/x86/boot/compressed/efi_stub_64.o
>>> AS arch/x86/boot/compressed/efi_thunk_64.o
>>> CC arch/x86/boot/compressed/misc.o
>>> XZKERN arch/x86/boot/compressed/vmlinux.bin.xz
>>> ERROR: "find_get_pages_range" [fs/reiser4/reiser4.ko] undefined!
>>> make[6]: *** [__modpost] Error 1
>>> /usr/tzinti/build/kernel/tekitl-4.14.2/linux/scripts/Makefile.modpost:92: recipe for target '__modpost' failed
>>> make[5]: *** [modules] Error 2
>>> /usr/tzinti/build/kernel/tekitl-4.14.2/linux/Makefile:1228: recipe for target 'modules' failed
>>> make[5]: *** Waiting for unfinished jobs....
>>> MKPIGGY arch/x86/boot/compressed/piggy.S
>>> AS arch/x86/boot/compressed/piggy.o
>>> DATAREL arch/x86/boot/compressed/vmlinux
>>> LD arch/x86/boot/compressed/vmlinux
>>> ZOFFSET arch/x86/boot/zoffset.h
>>> OBJCOPY arch/x86/boot/vmlinux.bin
>>> AS arch/x86/boot/header.o
>>> LD arch/x86/boot/setup.elf
>>> OBJCOPY arch/x86/boot/setup.bin
>>> BUILD arch/x86/boot/bzImage
>>> Setup is 17212 bytes (padded to 17408 bytes).
>>> System is 4433 kB
>>> CRC 231e180a
>>> Kernel: arch/x86/boot/bzImage is ready (#1)
>>> make[4]: *** [sub-make] Error 2
>>> Makefile:146: recipe for target 'sub-make' failed
>>> make[3]: *** [__sub-make] Error 2
>>> Makefile:24: recipe for target '__sub-make' failed
>>> make[3]: Leaving directory '/usr/tzinti/build/kernel/tekitl-4.14.2/linux/debian/build/build_amd64_none_amd64'
>>> make[2]: *** [debian/stamps/build_amd64_none_amd64] Error 2
>>> debian/rules.real:190: recipe for target 'debian/stamps/build_amd64_none_amd64' failed
>>> make[2]: Leaving directory '/usr/tzinti/build/kernel/tekitl-4.14.2/linux'
>>> make[1]: *** [binary-arch_amd64_none_amd64_real] Error 2
>>> debian/rules.gen:24: recipe for target 'binary-arch_amd64_none_amd64_real' failed
>>> make[1]: Leaving directory '/usr/tzinti/build/kernel/tekitl-4.14.2/linux'
>>> make: *** [binary-arch] Error 2
>>> debian/rules:50: recipe for target 'binary-arch' failed
>>> dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit status 2
>>>
>>>
>>> Best Professional Regards.
>>>
> Thanks again, Ed.
>
>
> Best Professional Regards.
>
next prev parent reply other threads:[~2017-11-28 17:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-28 15:21 Reiser4 for Linux-4.14, Reiser4progs-1.2.0, Libaal-1.0.7, Format 4.0.2 Metztli Information Technology
2017-11-28 17:08 ` Edward Shishkin [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-12-01 16:49 Metztli Information Technology
2017-11-29 3:05 Metztli Information Technology
2017-11-27 14:37 Metztli Information Technology
2017-11-27 23:08 ` Edward Shishkin
2017-11-26 23:01 Edward Shishkin
2017-11-27 13:10 ` Felix Zielcke
2017-11-27 13:46 ` Edward Shishkin
2017-11-27 15:27 ` Felix Zielcke
2017-11-27 20:05 ` Edward Shishkin
2017-11-28 11:50 ` Edward Shishkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5435b4d2-34e4-730e-6d44-80d0675c1fc0@gmail.com \
--to=edward.shishkin@gmail.com \
--cc=debian-kernel@lists.debian.org \
--cc=jose@metztli-it.com \
--cc=reiserfs-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).