• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. peirkern
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by peirkern

    • RE: Error building FOS

      @quazz thanks. Disabling WSL2 is helping, it is able to proceed until it hit below error…

      linux-5.10.83.tar.xz: OK (sha256: ef259a43f33ddb56001283f4f4e50af29b8a48fa066aed7371a90ebf38c29b70)
      >>> linux-headers 5.10.83 Extracting
      xzcat /home/builder/fos/fssourcex64/dl/linux/linux-5.10.83.tar.xz | tar --strip-components=1 -C /home/builder/fos/fssourcex64/output/build/linux-headers-5.10.83   -xf -
      chmod: changing permissions of '/home/builder/fos/fssourcex64/output/build/linux-headers-5.10.83/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c': No such file or directory
      chmod: changing permissions of '/home/builder/fos/fssourcex64/output/build/linux-headers-5.10.83/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.h': No such file or directory
      chmod: changing permissions of '/home/builder/fos/fssourcex64/output/build/linux-headers-5.10.83/include/soc/arc/aux.h': No such file or directory
      package/pkg-generic.mk:170: recipe for target '/home/builder/fos/fssourcex64/output/build/linux-headers-5.10.83/.stamp_extracted' failed
      make: *** [/home/builder/fos/fssourcex64/output/build/linux-headers-5.10.83/.stamp_extracted] Error 1
      

      https://drive.google.com/file/d/1h_gpNpZkYzylAC7m5EKj-Q60IizezyCL/view?usp=sharing

      posted in General
      P
      peirkern
    • RE: Error building FOS

      @quazz @Sebastian-Roth . Thanks for your replies.

      I had checked that I have sufficient disk space and rebuild the fos-builder locally, it solved the clock skew and cert issues.

      docker build -t local/fos-builder .
      

      and continue with

      winpty docker run -v c:\\\\Gits\\fos:/home/builder/fos:Z -u builder -it local/fos-builder
      ./build.sh -n
      

      It still failed at

      checking build system type... x86_64-pc-linux-gnu
      checking host system type... x86_64-pc-linux-gnu
      checking target system type... x86_64-pc-linux-gnu
      continue configure in default builddir "./x86_64-pc-linux-gnu"
      ....exec /bin/bash .././configure "--srcdir=.." "--enable-builddir=x86_64-pc-linux-gnu" "linux
      gnu"
      configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-documentation, --with-xmlto, --with-fop, --disable-nls
      .././configure: line 2304: config.log: No such file or directory
      .././configure: line 2314: config.log: No such file or directory
      cat: standard output: No such file or directory
      package/pkg-generic.mk:231: recipe for target '/home/builder/fos/fssourcex64/output/build/host-libffi-3.3/.stamp_configured' failed
      make: *** [/home/builder/fos/fssourcex64/output/build/host-libffi-3.3/.stamp_configured] Error 1
      

      for complete logs, kindly refer https://drive.google.com/file/d/1EB3fxsh5sXTRZ1LkxuwNLrIs8I87hXuR/view?usp=sharing

      posted in General
      P
      peirkern
    • RE: Error building FOS

      @sebastian-roth , here is it. no sure whether it is related to wget cert.

      https://drive.google.com/file/d/1w713cCq56mp0S0hBS_i-UWR2MBs8obvY/view?usp=sharing

      l193
      ERROR: The certificate of ‘distfiles.dereferenced.org’ is not trusted.
      ERROR: The certificate of ‘distfiles.dereferenced.org’ has expired.
      l542
      ERROR: The certificate of ‘www.kernel.org’ is not trusted.
      ERROR: The certificate of ‘www.kernel.org’ has expired.
      l1883
      ERROR: The certificate of ‘www.kernel.org’ is not trusted.
      ERROR: The certificate of ‘www.kernel.org’ has expired.
      l5884
      ERROR: The certificate of ‘snapshot.debian.org’ is not trusted.
      ERROR: The certificate of ‘snapshot.debian.org’ has expired.

      posted in General
      P
      peirkern
    • Error building FOS

      Hi there,

      I’m trying to build FOS inits and kernel. Running fogproject/fos-builder on top of my windows docker desktop.

      with cmds
      winpty docker run -v c:\\Gits\fos:/home/builder/fos:Z -u builder -it fogproject/fos-builder
      cd /home/builder/fos
      ./build.sh -n

      changes made to build.sh
      https://github.com/FOGProject/fos/blob/master/build.sh#L156
      wget --no-check-certificate -q $brURL && echo “Done”
      to bypass certification error while downloading buildroot.

      it seems failed at the “checking target system type… x86_64-pc-linux-gnu” beside the warning on the clock skew detected at the beginning of the build.

      73553b96-a42b-4141-8a3f-07bb63e1f561-image.png
      c7e99122-ee7d-4806-a9e6-12eb8be2f2ee-image.png

      Is there any other prerequisite in building FOS aside from the stated https://github.com/FOGProject/fos#what-do-we-need? e.g. it must be build on top of Linux host?

      posted in General
      P
      peirkern
    • 1 / 1