Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1693710 > unrolled thread
| Started by | "Sam Przyswa (Perso)" <przyswa.sam@free.fr> |
|---|---|
| First post | 2017-07-21 15:50 +0200 |
| Last post | 2017-07-21 17:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
Problem to compile Kernel 3.18.55 in fork.c:341 "Sam Przyswa (Perso)" <przyswa.sam@free.fr> - 2017-07-21 15:50 +0200
Re: Problem to compile Kernel 3.18.55 in fork.c:341 Randy Dunlap <rdunlap@infradead.org> - 2017-07-21 17:20 +0200
| From | "Sam Przyswa (Perso)" <przyswa.sam@free.fr> |
|---|---|
| Date | 2017-07-21 15:50 +0200 |
| Subject | Problem to compile Kernel 3.18.55 in fork.c:341 |
| Message-ID | <u5GtA-5u8-9@gated-at.bofh.it> |
Hi all ! I try to compile the kernel 3.18.55 I got this error message during 'make deb-pkg' : kernel/built-in.o: In function `dup_task_struct': /home/samp/kernel/linux-3.18.55/kernel/fork.c:341: undefined reference to `get_random_long' Makefile:927: recipe for target 'vmlinux' failed make[2]: *** [vmlinux] Error 1 scripts/package/Makefile:90: recipe for target 'deb-pkg' failed make[1]: *** [deb-pkg] Error 2 Makefile:1233: recipe for target 'deb-pkg' failed make: *** [deb-pkg] Error 2 What's wrong ? Thanks for your help. Sam.
[toc] | [next] | [standalone]
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Date | 2017-07-21 17:20 +0200 |
| Message-ID | <u5HSG-6sw-17@gated-at.bofh.it> |
| In reply to | #1693710 |
On 07/21/2017 06:40 AM, Sam Przyswa (Perso) wrote: > Hi all ! > > I try to compile the kernel 3.18.55 I got this error message during 'make deb-pkg' : > > kernel/built-in.o: In function `dup_task_struct': > /home/samp/kernel/linux-3.18.55/kernel/fork.c:341: undefined reference to `get_random_long' > Makefile:927: recipe for target 'vmlinux' failed > make[2]: *** [vmlinux] Error 1 > scripts/package/Makefile:90: recipe for target 'deb-pkg' failed > make[1]: *** [deb-pkg] Error 2 > Makefile:1233: recipe for target 'deb-pkg' failed > make: *** [deb-pkg] Error 2 > > What's wrong ? > > Thanks for your help. This was fixed in 3.18.56. See https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?h=v3.18.62&id=2bc281ebacf969770597fad415547016f0457b53 -- ~Randy
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web