Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: "Esaïe Ledoux NJONGSSI KOUAM" <kouamdoux@gmail.com>
Cc: Joachim Wiberg <troglobit@gmail.com>,
	Edgar Bonet <bonet@grenoble.cnrs.fr>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] error when i build buidroot
Date: Wed, 13 Oct 2021 18:26:44 +0200	[thread overview]
Message-ID: <20211013182644.6b10f575@gmx.net> (raw)
In-Reply-To: <CA+eej5Py5=BfZzMuZS8ARZ5K24xBjGTrpu0iANh7hX9AjK6NQA@mail.gmail.com>

Hello Esaïe,

On Wed, 13 Oct 2021 12:38:11 +0200, Esaïe Ledoux NJONGSSI KOUAM <kouamdoux@gmail.com> wrote:

> so i should modify which mk file ??
> 
> Le mer. 13 oct. 2021 à 12:34, Esaïe Ledoux NJONGSSI KOUAM <
> kouamdoux@gmail.com> a écrit :  
> 
> > > Can confirm the error with qemu_x86_64_defconfig, bumping the
> > > kernel version from 5.10.7 to 5.10.72 (latest 5.10.x) solves
> > > the problem here...  
> >
> > i think i should modify some .mk file too even if i bumping this version
> > to the latest kernel version file

Three options:

1) At your build directory edit the '.config' file, exchange the following two
lines:

	BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.7"
	BR2_LINUX_KERNEL_VERSION="5.10.7"

with:

	BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.72"
	BR2_LINUX_KERNEL_VERSION="5.10.72"

and run 'make'


2) At your build directory run 'make menuconfig', navigate to

	Kernel --> Kernel version
Now press return and edit the string 5.10.7 to 5.10.72, press return
to confirm the '<Ok>', navigate to '<Exit>', navigate to '<Exit', confirm
'Do you wish to save your new configuration', and run 'make'


3) Edit configs/qemu_x86_64_defconfig, exchange the followig line:

	BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.7"
with
	BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.72"

Now run 'make qemu_x86_64_defconfig', run make

1) and 2) are equivalent, 3) makes your change permanent but needs
the 'make qemu_x86_64_defconfig' to apply the change to your current
build...

Regards,
Peter


> >
> > Le mar. 12 oct. 2021 à 22:58, Arnout Vandecappelle <arnout@mind.be> a
> > écrit :
> >  
> >>
> >>
> >> On 12/10/2021 22:52, Peter Seiderer wrote:  
> >> > Hello Esaïe,
> >> >
> >> > On Tue, 12 Oct 2021 19:41:11 +0200, Esaïe Ledoux NJONGSSI KOUAM <
> >> kouamdoux@gmail.com> wrote:
> >> >  
> >> >> Another problem occur ,
> >> >> Linux 5-10 building generate compilation errors
> >> >>
> >> >> i have a lot of error :(
> >> >>
> >> >> arch/x86/entry/thunk_64.o: warning: objtool: missing symbol table
> >> >> make[3]: *** [scripts/Makefile.build:360 : arch/x86/entry/thunk_64.o]
> >> >> Erreur 1
> >> >> make[3]: *** Suppression du fichier « arch/x86/entry/thunk_64.o »
> >> >> make[2]: *** [scripts/Makefile.build:496 : arch/x86/entry] Erreur 2
> >> >>
> >> >>    CC      arch/x86/mm/cpu_entry_area.o
> >> >>    CC      arch/x86/mm/maccess.o
> >> >>    CC      arch/x86/mm/pkeys.o
> >> >>    CC      arch/x86/mm/kaslr.o
> >> >>    CC      arch/x86/mm/pti.o
> >> >>    AR      arch/x86/mm/built-in.a
> >> >> make[1]: *** [Makefile:1805 : arch/x86] Erreur 2
> >> >> make[1]: *** Attente des tâches non terminées....
> >> >> make[1] : on quitte le répertoire
> >> >> « /home/ledoux/Documents/buildroot/output/build/linux-5.10.7 »
> >> >> make: *** [package/pkg-generic.mk:294 :
> >> >>  
> >> /home/ledoux/Documents/buildroot/output/build/linux-5.10.7/.stamp_built]  
> >> >> Erreur 2  
> >> >
> >> > Can confirm the error with qemu_x86_64_defconfig, bumping the
> >> > kernel version from 5.10.7 to 5.10.72 (latest 5.10.x) solves
> >> > the problem here...  
> >>
> >>   I head just confirmed the same thing :-)
> >>
> >>   Regards,
> >>   Arnout
> >>  
> >> >
> >> > Regards,
> >> > Peter
> >> >  
> >> >>
> >> >> definitely, I don't know what to do.
> >> >> I'm afraid to solve this problem and run into others.
> >> >>
> >> >>
> >> >>
> >> >> Le mar. 12 oct. 2021 à 15:01, Esaïe Ledoux NJONGSSI KOUAM <  
> >> >> kouamdoux@gmail.com> a écrit :  
> >> >>  
> >> >>> i have seen something , ...
> >> >>> It is working very well , because the problem was rsync version , so i
> >> >>> have take the better version
> >> >>> https://github.com/WayneD/rsync/blob/master/INSTALL.md , ...
> >> >>> thank you for all
> >> >>>
> >> >>> Le mar. 12 oct. 2021 à 14:41, Esaïe Ledoux NJONGSSI KOUAM <  
> >> >>> kouamdoux@gmail.com> a écrit :  
> >> >>>  
> >> >>>>> in the buildroot directory. If that gives an error, there is really  
> >> >>>> something  
> >> >>>>> wrong with your OS.  
> >> >>>>
> >> >>>> i'm trying to reinstall rsync , i hope that something will be fine  
> >> until  
> >> >>>> the end
> >> >>>>
> >> >>>> Le mar. 12 oct. 2021 à 13:00, Esaïe Ledoux NJONGSSI KOUAM <  
> >> >>>> kouamdoux@gmail.com> a écrit :  
> >> >>>>  
> >> >>>>>    > As Joachim asked, can you provide the output of  
> >> >>>>>  
> >> >>>>>    >    pwd  
> >> >>>>>  
> >> >>>>>> and  
> >> >>>>>  
> >> >>>>>    >    findmnt  
> >> >>>>>
> >> >>>>> ledoux@kali:~/Documents/buildroot$ pwd
> >> >>>>> /home/ledoux/Documents/buildroot
> >> >>>>> ledoux@kali:~/Documents/buildroot$ findmnt
> >> >>>>> TARGET                         SOURCE      FSTYPE  OPTIONS
> >> >>>>> /                              /dev/sda10  ext4
> >> >>>>>   rw,relatime,errors=remount-ro
> >> >>>>> ├─/sys                         sysfs       sysfs
> >> >>>>> rw,nosuid,nodev,noexec,relati
> >> >>>>> │ ├─/sys/kernel/security       securityfs  securit
> >> >>>>> rw,nosuid,nodev,noexec,relati
> >> >>>>> │ ├─/sys/fs/cgroup             cgroup2     cgroup2
> >> >>>>> rw,nosuid,nodev,noexec,relati
> >> >>>>> │ ├─/sys/fs/pstore             pstore      pstore
> >> >>>>>   rw,nosuid,nodev,noexec,relati
> >> >>>>> │ ├─/sys/firmware/efi/efivars  efivarfs    efivarf
> >> >>>>> rw,nosuid,nodev,noexec,relati
> >> >>>>> │ ├─/sys/fs/bpf                none        bpf
> >> >>>>> rw,nosuid,nodev,noexec,relati
> >> >>>>> │ ├─/sys/kernel/tracing        tracefs     tracefs
> >> >>>>> rw,nosuid,nodev,noexec,relati
> >> >>>>> │ ├─/sys/kernel/debug          debugfs     debugfs
> >> >>>>> rw,nosuid,nodev,noexec,relati
> >> >>>>> │ ├─/sys/kernel/config         configfs    configf
> >> >>>>> rw,nosuid,nodev,noexec,relati
> >> >>>>> │ └─/sys/fs/fuse/connections   fusectl     fusectl
> >> >>>>> rw,nosuid,nodev,noexec,relati
> >> >>>>> ├─/proc                        proc        proc
> >> >>>>>   rw,nosuid,nodev,noexec,relati
> >> >>>>> │ └─/proc/sys/fs/binfmt_misc   systemd-1   autofs
> >> >>>>>   rw,relatime,fd=29,pgrp=1,time
> >> >>>>> │   └─/proc/sys/fs/binfmt_misc binfmt_misc binfmt_
> >> >>>>> rw,nosuid,nodev,noexec,relati
> >> >>>>> ├─/dev                         udev        devtmpf
> >> >>>>> rw,nosuid,relatime,size=17018
> >> >>>>> │ ├─/dev/pts                   devpts      devpts
> >> >>>>>   rw,nosuid,noexec,relatime,gid
> >> >>>>> │ ├─/dev/shm                   tmpfs       tmpfs   rw,nosuid,nodev
> >> >>>>> │ ├─/dev/hugepages             hugetlbfs   hugetlb
> >> >>>>> rw,relatime,pagesize=2M
> >> >>>>> │ └─/dev/mqueue                mqueue      mqueue
> >> >>>>>   rw,nosuid,nodev,noexec,relati
> >> >>>>> ├─/run                         tmpfs       tmpfs
> >> >>>>> rw,nosuid,nodev,noexec,relati
> >> >>>>> │ ├─/run/lock                  tmpfs       tmpfs
> >> >>>>> rw,nosuid,nodev,noexec,relati
> >> >>>>> │ ├─/run/rpc_pipefs            sunrpc      rpc_pip rw,relatime
> >> >>>>> │ └─/run/user/1000             tmpfs       tmpfs
> >> >>>>> rw,nosuid,nodev,relatime,size
> >> >>>>> │   └─/run/user/1000/doc       portal      fuse.po
> >> >>>>> rw,nosuid,nodev,relatime,user
> >> >>>>> ├─/tmp                         /dev/sda9   ext4    rw,relatime
> >> >>>>> ├─/var                         /dev/sda7   ext4    rw,relatime
> >> >>>>> ├─/home                        /dev/sda11  ext4    rw,relatime
> >> >>>>> ├─/boot/efi                    /dev/sda2   vfat
> >> >>>>>   rw,relatime,fmask=0077,dmask=
> >> >>>>> └─/media/ledoux/Data           /dev/sda6   fuseblk
> >> >>>>> rw,nosuid,nodev,relatime,user
> >> >>>>>
> >> >>>>>
> >> >>>>>
> >> >>>>> Le lun. 11 oct. 2021 à 22:25, Arnout Vandecappelle <arnout@mind.be>  
> >> a  
> >> >>>>> écrit :
> >> >>>>>  
> >> >>>>>>    Hi Esaie,
> >> >>>>>>
> >> >>>>>>    Please don't top-post, but reply inline like I do below. Note  
> >> that  
> >> >>>>>> this
> >> >>>>>> requires configuring your mailer to quote replies properly (i.e.  
> >> put >  
> >> >>>>>> markers
> >> >>>>>> in front of each line).
> >> >>>>>>
> >> >>>>>>
> >> >>>>>> On 11/10/2021 12:20, Esaïe Ledoux NJONGSSI KOUAM wrote:  
> >> >>>>>>> i have tried
> >> >>>>>>> git clone git://git.buildroot.net/buildroot <
> >> >>>>>> http://git.buildroot.net/buildroot>
> >> >>>>>>> make qemu_x86_64_defconfig
> >> >>>>>>> make
> >> >>>>>>>
> >> >>>>>>> i have type it on Documents folder that has ext4 file system  
> >> >>>>>>
> >> >>>>>>    As Joachim asked, can you provide the output of
> >> >>>>>>
> >> >>>>>>       pwd
> >> >>>>>>
> >> >>>>>> and
> >> >>>>>>
> >> >>>>>>       findmnt
> >> >>>>>>
> >> >>>>>> so we can see if the filesystem really is ext4, or it has some  
> >> weird  
> >> >>>>>> mount
> >> >>>>>> option, or anything else that could explain the issue?
> >> >>>>>>
> >> >>>>>>    You can also try:
> >> >>>>>>
> >> >>>>>>       touch foo
> >> >>>>>>       chmod 666 foo
> >> >>>>>>
> >> >>>>>> in the buildroot directory. If that gives an error, there is really
> >> >>>>>> something
> >> >>>>>> wrong with your OS.
> >> >>>>>>
> >> >>>>>>    Regards,
> >> >>>>>>    Arnout
> >> >>>>>>  
> >> >>>>>>>
> >> >>>>>>>
> >> >>>>>>> still now i have the same error
> >> >>>>>>>
> >> >>>>>>> Le dim. 10 oct. 2021 à 21:57, Joachim Wiberg <troglobit@gmail.com
> >> >>>>>>> <mailto:troglobit@gmail.com>> a écrit :
> >> >>>>>>>
> >> >>>>>>>      Hi,
> >> >>>>>>>
> >> >>>>>>>      On 10/10/21 6:52 PM, Esaïe Ledoux NJONGSSI KOUAM wrote:  
> >> >>>>>>>       > no filesystem has been configured ...
> >> >>>>>>>       > I'm just trying the default configuration  
> >> >>>>>>>
> >> >>>>>>>      This is fine.  I think you've got something really wrong  
> >> with your  
> >> >>>>>>>      Kali Linux host system.
> >> >>>>>>>  
> >> >>>>>>>       > should i configure file system for my buildroot ??  
> >> >>>>>>>
> >> >>>>>>>      No, we mean the file system you are using for building  
> >> Buildroot  
> >> >>>>>> on,  
> >> >>>>>>>      in your Kali Linux install.  The rsync error looks as if  
> >> your disk  
> >> >>>>>>>      partition is a non-native Linux file system, like FAT, which  
> >> does  
> >> >>>>>>>      not support the operations rsync tries to perform.
> >> >>>>>>>
> >> >>>>>>>      How have you set up your Kali Linux?  Do you have the  
> >> buildroot  
> >> >>>>>> git  
> >> >>>>>>>      sources checked out to your home directory or some other  
> >> >>>>>> directory,  
> >> >>>>>>>      perhaps shared with Windows?  If so, I'd definitely avoid  
> >> that.  
> >> >>>>>> You  
> >> >>>>>>>      can check the filesystem of your build directory by  
> >> comparing the  
> >> >>>>>>>      output of
> >> >>>>>>>
> >> >>>>>>>          pwd
> >> >>>>>>>
> >> >>>>>>>      with the output from
> >> >>>>>>>
> >> >>>>>>>          findmnt
> >> >>>>>>>
> >> >>>>>>>      On my system I have ext4 in the FSTYPE column for my home  
> >> >>>>>> directory,  
> >> >>>>>>>      which is in the / TARGET.
> >> >>>>>>>
> >> >>>>>>>      I finished my install of Kali in my own VM.  It crashed badly  
> >> >>>>>> before  
> >> >>>>>>>      I gave it enough disk (40 GiB) and RAM (4 GiB).  That's  
> >> another  
> >> >>>>>> thing  
> >> >>>>>>>      that might have messed up your build tree.
> >> >>>>>>>  
> >> >>>>>>>       > the error persists even if i compile it as normal user  
> >> >>>>>>>
> >> >>>>>>>      Well that's good to know, at least it's consistent.  Just  
> >> beware  
> >> >>>>>>>      that if you reuse the same source tree, having switched to  
> >> another  
> >> >>>>>>>      user, a lot of files may still have root as the owner, which  
> >> may  
> >> >>>>>>>      give you other problems.  Either `sudo chown -R user:user .`  
> >> from  
> >> >>>>>>>      inside the Buildroot source tree, or check out a new tree.
> >> >>>>>>>
> >> >>>>>>>      Best regards
> >> >>>>>>>        /Joachim
> >> >>>>>>>
> >> >>>>>>>
> >> >>>>>>> _______________________________________________
> >> >>>>>>> buildroot mailing list
> >> >>>>>>> buildroot@buildroot.org
> >> >>>>>>> https://lists.buildroot.org/mailman/listinfo/buildroot
> >> >>>>>>>  
> >> >>>>>>  
> >> >>>>>  
> >> >  
> >>  
> >  

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2021-10-13 16:27 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-10  7:58 [Buildroot] error when i build buidroot Esaïe Ledoux NJONGSSI KOUAM
2021-10-10 12:00 ` Edgar Bonet
2021-10-10 15:48   ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-10 15:49     ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-10 15:49       ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-10 17:27     ` Joachim Wiberg
2021-10-10 16:52       ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-10 19:57         ` Joachim Wiberg
2021-10-11 10:20           ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-11 20:24             ` Arnout Vandecappelle
2021-10-12 11:00               ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-12 12:41                 ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-12 12:56                   ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-12 13:01                   ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-12 17:41                     ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-12 20:52                       ` Peter Seiderer
2021-10-12 20:58                         ` Arnout Vandecappelle
2021-10-13 10:34                           ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-13 10:38                             ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-13 16:26                               ` Peter Seiderer [this message]
2021-10-14 11:35                                 ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-14 15:24                                   ` Esaïe Ledoux NJONGSSI KOUAM
2021-10-14 19:30                                     ` Arnout Vandecappelle
2021-10-14 19:48                                       ` Peter Seiderer
2021-10-15  5:47                                         ` Esaïe Ledoux NJONGSSI KOUAM

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=20211013182644.6b10f575@gmx.net \
    --to=ps.report@gmx.net \
    --cc=bonet@grenoble.cnrs.fr \
    --cc=buildroot@buildroot.org \
    --cc=kouamdoux@gmail.com \
    --cc=troglobit@gmail.com \
    /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