[elbe-users] Missing gcc header with custom kernel source
Torben Hohn
torben.hohn at linutronix.de
Thu May 7 09:12:21 CEST 2020
On Wed, May 06, 2020 at 02:58:29PM +0000, Sagar Shubham wrote:
> Hi,
>
>
> I'm trying to build a linux image for a Kontron SMARC sAMX6i board. Using the Tutorial<https://github.com/Linutronix/elbe/wiki/Tutorial:-rootfs-with-custom-debian-packages> in the wiki section, I end up with two fatal error: linux/compiler-gcc6.h: No such file or directory errors. I'll describe my procedure below which I tried to follow along with the tutorial.
3.14 is a _very_ old kernel.
It does not build with gcc6. You need to apply a patch for that:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/recipes-kernel/linux/linux-ls1/Fix-the-compile-issue-under-gcc6.patch?h=master
>
> 0.0 I'm running the system inside a lxc container, with Debian Stretch as the operating system. The host operating system is Ubuntu Bionic Beaver on amd64 machine. kvm was added to the container, and user is part of kvm, libvirt, and libvirt-qemu groups.
>
> * Did a 'elbe initvm create'. It ran successfully.
> * Instead of /tmp, I build in a separate /Builder directory, where I add the edited tutorial.xml (attached in the bottom). In that file, I had to change the mirror tag to suite for stretch as well as change the <norecommend /> tag to <install-recommends /> .
> * Did 'elbe pbuilder create --xmlfile tutorial.xml --writeproject tutorial.prj' . It ran succcessfully.
> * The Linux Kernel is a special one; such that I got it from the working Yocto Build of our code base (I've built a Buildroot based system for the same hardware using the same kernel, so I can be sure it works). Thus it is pre-patched with the patches for our board, as well as comes with a defconfig, which I added as samx6i_defconfig in the arch/arm/configs/ folder. With 'elbe debianize' , I added the following terms:
>
> * Version: 1.0 (No change)
> * Name: elbe (No change, but earlier attempts showed Capital letters are not allowed, or maybe a similar issue)
> * Release: Stable
> * Arch: Armel
> * Format: Native
> * Mail: max at mustermann.org (Tried with my own too)
> * Maintainer: Max Mustermann (Tried with my own too)
> * Load Address: 0x10800000 (As required for my board)
> * defconfig: samx6i_defconfig (as added in the arch/arm/configs/ folder)
> * Image Format: Ui (I'm guessing this is for uImage, as required for my board.)
> * Cross Compiler: arm-linux-gnueabi- (Since the board is armel)
> * Kernel Version: 3.14.28 (As my kernel source version is)
>
> * For the patch mentioned in the tutorial, presuming it was only for jessie, I still added the command to execute in the b/arch/arm/boot/install.sh file. Also, I added an installkernel file in the current folder with right permissions and script as mentioned in the patch file. The patch searches for elbe_installkernel and adds the same file name to the kernel source directory, but the tutorial says to edit installkernel file. I added them both in the boot/install.sh and in the kernel source directory as installkernel to stay consistent with the tutorial.
> * Did 'elbe pbuilder build --project $PROJECT' (PROJECT was assigned as per the tutorial.prj in second step.)
> * After a long wait, I get Pdeb finished with Error Info.
>
> I'm attaching the tutorial.xml file, the installkernel file, as well as the terminal log.
> Can you let me know what I've missed or done wrong in the process?
>
> Thanks in advance.
>
> Best Regards,
> Sagar Shubham.
> $ elbe pbuilder build --project $PROJECT
>
> Packing Source into tmp archive
>
>
> Pushing source into pbuilder
>
> [INFO] Pdebuild started
> [CMD] rm -rf "/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder"
> [CMD] rm -rf "/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pbuilder/result"
> [CMD] mkdir -p "/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pbuilder/result"
> [CMD] mkdir -p "/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current"
> [CMD] tar xfz "/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/current_pdebuild.tar.gz" -C "/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current"
> [CMD] cd "/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current"; pdebuild --debbuildopts "-jauto -sa" --configfile "/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pbuilderrc" --use-pdebuild-internal --buildresult "/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pbuilder/result"
> W: /.pbuilderrc does not exist
> W: /.pbuilderrc does not exist
> I: Building the build Environment
> I: extracting base tarball [/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pbuilder/base.tgz]
> I: copying local configuration
> W: No local /etc/mailname to copy, relying on /var/cache/pbuilder/build/25085/etc/mailname to be correct
> I: mounting /proc filesystem
> I: mounting /sys filesystem
> I: creating /{dev,run}/shm
> I: mounting /dev/pts filesystem
> I: redirecting /dev/ptmx to /dev/pts/ptmx
> I: Mounting /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder
> I: policy-rc.d already exists
> I: user script /var/cache/pbuilder/build/25085/tmp/hooks/H10elbe_apt_update starting
> WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
>
> Hit:1 http://127.0.0.1:8080/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/repo stretch InRelease
> Ign:2 http://ftp.de.debian.org//debian stretch InRelease
> Hit:3 http://security.debian.org buster/updates InRelease
> Hit:4 http://ftp.de.debian.org//debian stretch Release
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 11 packages can be upgraded. Run 'apt list --upgradable' to see them.
> I: user script /var/cache/pbuilder/build/25085/tmp/hooks/H10elbe_apt_update finished
> I: Obtaining the cached apt archive contents
> Reading package lists...
> Building dependency tree...
> Reading state information...
> passwd is already the newest version (1:4.4-4.1).
> The following additional packages will be installed:
> debootstrap wget
> Suggested packages:
> cowdancer gdebi-core
> Recommended packages:
> devscripts eatmydata fakeroot net-tools | iproute2 sudo ca-certificates
> The following NEW packages will be installed:
> debootstrap pbuilder wget
> 0 upgraded, 3 newly installed, 0 to remove and 11 not upgraded.
> Need to get 1209 kB of archives.
> After this operation, 4024 kB of additional disk space will be used.
> Get:1 http://ftp.de.debian.org//debian stretch/main armel wget armel 1.18-5+deb9u3 [779 kB]
> Get:2 http://ftp.de.debian.org//debian stretch/main armel debootstrap all 1.0.89 [66.5 kB]
> Get:3 http://ftp.de.debian.org//debian stretch/main armel pbuilder all 0.228.7 [364 kB]
> debconf: delaying package configuration, since apt-utils is not installed
> Fetched 1209 kB in 0s (2123 kB/s)
> Selecting previously unselected package wget.
> (Reading database ... 11791 files and directories currently installed.)
> Preparing to unpack .../wget_1.18-5+deb9u3_armel.deb ...
> Unpacking wget (1.18-5+deb9u3) ...
> Selecting previously unselected package debootstrap.
> Preparing to unpack .../debootstrap_1.0.89_all.deb ...
> Unpacking debootstrap (1.0.89) ...
> Selecting previously unselected package pbuilder.
> Preparing to unpack .../pbuilder_0.228.7_all.deb ...
> Unpacking pbuilder (0.228.7) ...
> Setting up wget (1.18-5+deb9u3) ...
> Setting up debootstrap (1.0.89) ...
> Setting up pbuilder (0.228.7) ...
> I: Setting DEBBUILDOPTS=
> I: Setting DEBBUILDOPTS= -jauto -sa
> -> Attempting to parse the build-deps
> -> Considering build-depdebhelper (>= 9)
> -> Trying to add debhelper
> -> Considering build-dep bc
> -> Trying to add bc
> -> Considering build-dep libelf-dev
> -> Trying to add libelf-dev
> -> Considering build-dep u-boot-tools
> -> Trying to add u-boot-tools
> -> Considering build-dep flex
> -> Trying to add flex
> -> Considering build-dep bison
> -> Trying to add bison
> -> Installing debhelper bc libelf-dev u-boot-tools flex bison
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following additional packages will be installed:
> autoconf automake autopoint autotools-dev bsdmainutils dh-autoreconf
> dh-strip-nondeterminism file gettext gettext-base groff-base intltool-debian
> libarchive-zip-perl libbison-dev libbsd0 libcroco3 libelf1
> libfile-stripnondeterminism-perl libglib2.0-0 libicu57 libmagic-mgc
> libmagic1 libncurses5 libpipeline1 libsigsegv2 libtimedate-perl libtool
> libxml2 m4 man-db po-debconf
> Suggested packages:
> autoconf-archive gnu-standards autoconf-doc bison-doc wamerican | wordlist
> whois vacation dh-make gettext-doc libasprintf-dev libgettextpo-dev groff
> libtool-doc gfortran | fortran95-compiler gcj-jdk m4-doc less www-browser
> libmail-box-perl
> Recommended packages:
> libfl-dev libglib2.0-data shared-mime-info xdg-user-dirs libgpm2 libltdl-dev
> xml-core libmail-sendmail-perl device-tree-compiler
> The following NEW packages will be installed:
> autoconf automake autopoint autotools-dev bc bison bsdmainutils debhelper
> dh-autoreconf dh-strip-nondeterminism file flex gettext gettext-base
> groff-base intltool-debian libarchive-zip-perl libbison-dev libbsd0
> libcroco3 libelf-dev libelf1 libfile-stripnondeterminism-perl libglib2.0-0
> libicu57 libmagic-mgc libmagic1 libncurses5 libpipeline1 libsigsegv2
> libtimedate-perl libtool libxml2 m4 man-db po-debconf u-boot-tools
> 0 upgraded, 37 newly installed, 0 to remove and 11 not upgraded.
> Need to get 21.2 MB of archives.
> After this operation, 70.7 MB of additional disk space will be used.
> Get:1 http://security.debian.org buster/updates/main armel libmagic-mgc armel 1:5.35-4+deb10u1 [242 kB]
> Get:2 http://ftp.de.debian.org//debian stretch/main armel groff-base armel 1.22.3-9 [1093 kB]
> Get:3 http://security.debian.org buster/updates/main armel libmagic1 armel 1:5.35-4+deb10u1 [111 kB]
> Get:4 http://security.debian.org buster/updates/main armel file armel 1:5.35-4+deb10u1 [65.6 kB]
> Get:5 http://ftp.de.debian.org//debian stretch/main armel libbsd0 armel 0.8.3-1 [86.4 kB]
> Get:6 http://ftp.de.debian.org//debian stretch/main armel libncurses5 armel 6.0+20161126-1+deb9u2 [76.1 kB]
> Get:7 http://ftp.de.debian.org//debian stretch/main armel bsdmainutils armel 9.0.12+nmu1 [184 kB]
> Get:8 http://ftp.de.debian.org//debian stretch/main armel libpipeline1 armel 1.4.1-2 [23.6 kB]
> Get:9 http://ftp.de.debian.org//debian stretch/main armel man-db armel 2.7.6.1-2 [1023 kB]
> Get:10 http://ftp.de.debian.org//debian stretch/main armel libsigsegv2 armel 2.10-5 [28.3 kB]
> Get:11 http://ftp.de.debian.org//debian stretch/main armel m4 armel 1.4.18-1 [191 kB]
> Get:12 http://ftp.de.debian.org//debian stretch/main armel flex armel 2.6.1-1.3 [428 kB]
> Get:13 http://ftp.de.debian.org//debian stretch/main armel gettext-base armel 0.19.8.1-2+deb9u1 [118 kB]
> Get:14 http://ftp.de.debian.org//debian stretch/main armel libicu57 armel 57.1-6+deb9u3 [7432 kB]
> Get:15 http://ftp.de.debian.org//debian stretch/main armel libxml2 armel 2.9.4+dfsg1-2.2+deb9u2 [807 kB]
> Get:16 http://ftp.de.debian.org//debian stretch/main armel autoconf all 2.69-10 [338 kB]
> Get:17 http://ftp.de.debian.org//debian stretch/main armel autotools-dev all 20161112.1 [73.4 kB]
> Get:18 http://ftp.de.debian.org//debian stretch/main armel automake all 1:1.15-6 [733 kB]
> Get:19 http://ftp.de.debian.org//debian stretch/main armel autopoint all 0.19.8.1-2+deb9u1 [433 kB]
> Get:20 http://ftp.de.debian.org//debian stretch/main armel bc armel 1.06.95-9+b3 [101 kB]
> Get:21 http://ftp.de.debian.org//debian stretch/main armel libbison-dev armel 2:3.0.4.dfsg-1+b1 [433 kB]
> Get:22 http://ftp.de.debian.org//debian stretch/main armel bison armel 2:3.0.4.dfsg-1+b1 [763 kB]
> Get:23 http://ftp.de.debian.org//debian stretch/main armel libtool all 2.4.6-2 [545 kB]
> Get:24 http://ftp.de.debian.org//debian stretch/main armel dh-autoreconf all 14 [15.9 kB]
> Get:25 http://ftp.de.debian.org//debian stretch/main armel libarchive-zip-perl all 1.59-1+deb9u1 [96.2 kB]
> Get:26 http://ftp.de.debian.org//debian stretch/main armel libfile-stripnondeterminism-perl all 0.034-1 [16.4 kB]
> Get:27 http://ftp.de.debian.org//debian stretch/main armel libtimedate-perl all 2.3000-2+deb9u1 [37.9 kB]
> Get:28 http://ftp.de.debian.org//debian stretch/main armel dh-strip-nondeterminism all 0.034-1 [10.5 kB]
> Get:29 http://ftp.de.debian.org//debian stretch/main armel libglib2.0-0 armel 2.50.3-2+deb9u2 [2532 kB]
> Get:30 http://ftp.de.debian.org//debian stretch/main armel libcroco3 armel 0.6.11-3 [132 kB]
> Get:31 http://ftp.de.debian.org//debian stretch/main armel gettext armel 0.19.8.1-2+deb9u1 [1437 kB]
> Get:32 http://ftp.de.debian.org//debian stretch/main armel intltool-debian all 0.35.0+20060710.4 [26.3 kB]
> Get:33 http://ftp.de.debian.org//debian stretch/main armel po-debconf all 1.0.20 [247 kB]
> Get:34 http://ftp.de.debian.org//debian stretch/main armel debhelper all 10.2.5 [961 kB]
> Get:35 http://ftp.de.debian.org//debian stretch/main armel libelf1 armel 0.168-1 [155 kB]
> Get:36 http://ftp.de.debian.org//debian stretch/main armel libelf-dev armel 0.168-1 [67.6 kB]
> Get:37 http://ftp.de.debian.org//debian stretch/main armel u-boot-tools armel 2016.11+dfsg1-4 [104 kB]
> debconf: delaying package configuration, since apt-utils is not installed
> Fetched 21.2 MB in 2s (7184 kB/s)
> Selecting previously unselected package groff-base.
> (Reading database ... 12003 files and directories currently installed.)
> Preparing to unpack .../00-groff-base_1.22.3-9_armel.deb ...
> Unpacking groff-base (1.22.3-9) ...
> Selecting previously unselected package libbsd0:armel.
> Preparing to unpack .../01-libbsd0_0.8.3-1_armel.deb ...
> Unpacking libbsd0:armel (0.8.3-1) ...
> Selecting previously unselected package libncurses5:armel.
> Preparing to unpack .../02-libncurses5_6.0+20161126-1+deb9u2_armel.deb ...
> Unpacking libncurses5:armel (6.0+20161126-1+deb9u2) ...
> Selecting previously unselected package bsdmainutils.
> Preparing to unpack .../03-bsdmainutils_9.0.12+nmu1_armel.deb ...
> Unpacking bsdmainutils (9.0.12+nmu1) ...
> Selecting previously unselected package libpipeline1:armel.
> Preparing to unpack .../04-libpipeline1_1.4.1-2_armel.deb ...
> Unpacking libpipeline1:armel (1.4.1-2) ...
> Selecting previously unselected package man-db.
> Preparing to unpack .../05-man-db_2.7.6.1-2_armel.deb ...
> Unpacking man-db (2.7.6.1-2) ...
> Selecting previously unselected package libsigsegv2:armel.
> Preparing to unpack .../06-libsigsegv2_2.10-5_armel.deb ...
> Unpacking libsigsegv2:armel (2.10-5) ...
> Selecting previously unselected package m4.
> Preparing to unpack .../07-m4_1.4.18-1_armel.deb ...
> Unpacking m4 (1.4.18-1) ...
> Selecting previously unselected package flex.
> Preparing to unpack .../08-flex_2.6.1-1.3_armel.deb ...
> Unpacking flex (2.6.1-1.3) ...
> Selecting previously unselected package libmagic-mgc.
> Preparing to unpack .../09-libmagic-mgc_1%3a5.35-4+deb10u1_armel.deb ...
> Unpacking libmagic-mgc (1:5.35-4+deb10u1) ...
> Selecting previously unselected package libmagic1:armel.
> Preparing to unpack .../10-libmagic1_1%3a5.35-4+deb10u1_armel.deb ...
> Unpacking libmagic1:armel (1:5.35-4+deb10u1) ...
> Selecting previously unselected package file.
> Preparing to unpack .../11-file_1%3a5.35-4+deb10u1_armel.deb ...
> Unpacking file (1:5.35-4+deb10u1) ...
> Selecting previously unselected package gettext-base.
> Preparing to unpack .../12-gettext-base_0.19.8.1-2+deb9u1_armel.deb ...
> Unpacking gettext-base (0.19.8.1-2+deb9u1) ...
> Selecting previously unselected package libicu57:armel.
> Preparing to unpack .../13-libicu57_57.1-6+deb9u3_armel.deb ...
> Unpacking libicu57:armel (57.1-6+deb9u3) ...
> Selecting previously unselected package libxml2:armel.
> Preparing to unpack .../14-libxml2_2.9.4+dfsg1-2.2+deb9u2_armel.deb ...
> Unpacking libxml2:armel (2.9.4+dfsg1-2.2+deb9u2) ...
> Selecting previously unselected package autoconf.
> Preparing to unpack .../15-autoconf_2.69-10_all.deb ...
> Unpacking autoconf (2.69-10) ...
> Selecting previously unselected package autotools-dev.
> Preparing to unpack .../16-autotools-dev_20161112.1_all.deb ...
> Unpacking autotools-dev (20161112.1) ...
> Selecting previously unselected package automake.
> Preparing to unpack .../17-automake_1%3a1.15-6_all.deb ...
> Unpacking automake (1:1.15-6) ...
> Selecting previously unselected package autopoint.
> Preparing to unpack .../18-autopoint_0.19.8.1-2+deb9u1_all.deb ...
> Unpacking autopoint (0.19.8.1-2+deb9u1) ...
> Selecting previously unselected package bc.
> Preparing to unpack .../19-bc_1.06.95-9+b3_armel.deb ...
> Unpacking bc (1.06.95-9+b3) ...
> Selecting previously unselected package libbison-dev:armel.
> Preparing to unpack .../20-libbison-dev_2%3a3.0.4.dfsg-1+b1_armel.deb ...
> Unpacking libbison-dev:armel (2:3.0.4.dfsg-1+b1) ...
> Selecting previously unselected package bison.
> Preparing to unpack .../21-bison_2%3a3.0.4.dfsg-1+b1_armel.deb ...
> Unpacking bison (2:3.0.4.dfsg-1+b1) ...
> Selecting previously unselected package libtool.
> Preparing to unpack .../22-libtool_2.4.6-2_all.deb ...
> Unpacking libtool (2.4.6-2) ...
> Selecting previously unselected package dh-autoreconf.
> Preparing to unpack .../23-dh-autoreconf_14_all.deb ...
> Unpacking dh-autoreconf (14) ...
> Selecting previously unselected package libarchive-zip-perl.
> Preparing to unpack .../24-libarchive-zip-perl_1.59-1+deb9u1_all.deb ...
> Unpacking libarchive-zip-perl (1.59-1+deb9u1) ...
> Selecting previously unselected package libfile-stripnondeterminism-perl.
> Preparing to unpack .../25-libfile-stripnondeterminism-perl_0.034-1_all.deb ...
> Unpacking libfile-stripnondeterminism-perl (0.034-1) ...
> Selecting previously unselected package libtimedate-perl.
> Preparing to unpack .../26-libtimedate-perl_2.3000-2+deb9u1_all.deb ...
> Unpacking libtimedate-perl (2.3000-2+deb9u1) ...
> Selecting previously unselected package dh-strip-nondeterminism.
> Preparing to unpack .../27-dh-strip-nondeterminism_0.034-1_all.deb ...
> Unpacking dh-strip-nondeterminism (0.034-1) ...
> Selecting previously unselected package libglib2.0-0:armel.
> Preparing to unpack .../28-libglib2.0-0_2.50.3-2+deb9u2_armel.deb ...
> Unpacking libglib2.0-0:armel (2.50.3-2+deb9u2) ...
> Selecting previously unselected package libcroco3:armel.
> Preparing to unpack .../29-libcroco3_0.6.11-3_armel.deb ...
> Unpacking libcroco3:armel (0.6.11-3) ...
> Selecting previously unselected package gettext.
> Preparing to unpack .../30-gettext_0.19.8.1-2+deb9u1_armel.deb ...
> Unpacking gettext (0.19.8.1-2+deb9u1) ...
> Selecting previously unselected package intltool-debian.
> Preparing to unpack .../31-intltool-debian_0.35.0+20060710.4_all.deb ...
> Unpacking intltool-debian (0.35.0+20060710.4) ...
> Selecting previously unselected package po-debconf.
> Preparing to unpack .../32-po-debconf_1.0.20_all.deb ...
> Unpacking po-debconf (1.0.20) ...
> Selecting previously unselected package debhelper.
> Preparing to unpack .../33-debhelper_10.2.5_all.deb ...
> Unpacking debhelper (10.2.5) ...
> Selecting previously unselected package libelf1:armel.
> Preparing to unpack .../34-libelf1_0.168-1_armel.deb ...
> Unpacking libelf1:armel (0.168-1) ...
> Selecting previously unselected package libelf-dev:armel.
> Preparing to unpack .../35-libelf-dev_0.168-1_armel.deb ...
> Unpacking libelf-dev:armel (0.168-1) ...
> Selecting previously unselected package u-boot-tools.
> Preparing to unpack .../36-u-boot-tools_2016.11+dfsg1-4_armel.deb ...
> Unpacking u-boot-tools (2016.11+dfsg1-4) ...
> Setting up libncurses5:armel (6.0+20161126-1+deb9u2) ...
> Setting up libarchive-zip-perl (1.59-1+deb9u1) ...
> Setting up libtimedate-perl (2.3000-2+deb9u1) ...
> Setting up libsigsegv2:armel (2.10-5) ...
> Setting up libelf1:armel (0.168-1) ...
> Setting up groff-base (1.22.3-9) ...
> Setting up libglib2.0-0:armel (2.50.3-2+deb9u2) ...
> No schema files found: doing nothing.
> Setting up u-boot-tools (2016.11+dfsg1-4) ...
> Setting up gettext-base (0.19.8.1-2+deb9u1) ...
> Setting up libpipeline1:armel (1.4.1-2) ...
> Setting up m4 (1.4.18-1) ...
> Setting up libelf-dev:armel (0.168-1) ...
> Setting up libicu57:armel (57.1-6+deb9u3) ...
> Setting up libbsd0:armel (0.8.3-1) ...
> Setting up libxml2:armel (2.9.4+dfsg1-2.2+deb9u2) ...
> Setting up libmagic-mgc (1:5.35-4+deb10u1) ...
> Setting up libmagic1:armel (1:5.35-4+deb10u1) ...
> Setting up libcroco3:armel (0.6.11-3) ...
> Processing triggers for libc-bin (2.24-11+deb9u4) ...
> Setting up autotools-dev (20161112.1) ...
> Setting up libbison-dev:armel (2:3.0.4.dfsg-1+b1) ...
> Setting up bison (2:3.0.4.dfsg-1+b1) ...
> update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode
> Setting up bsdmainutils (9.0.12+nmu1) ...
> update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
> update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
> Setting up bc (1.06.95-9+b3) ...
> Setting up autopoint (0.19.8.1-2+deb9u1) ...
> Setting up libfile-stripnondeterminism-perl (0.034-1) ...
> Setting up gettext (0.19.8.1-2+deb9u1) ...
> Setting up flex (2.6.1-1.3) ...
> Setting up autoconf (2.69-10) ...
> Setting up file (1:5.35-4+deb10u1) ...
> Setting up intltool-debian (0.35.0+20060710.4) ...
> Setting up automake (1:1.15-6) ...
> update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
> Setting up man-db (2.7.6.1-2) ...
> Building database of manual pages ...
> Setting up libtool (2.4.6-2) ...
> Setting up po-debconf (1.0.20) ...
> Setting up dh-autoreconf (14) ...
> Setting up debhelper (10.2.5) ...
> Setting up dh-strip-nondeterminism (0.034-1) ...
> -> Finished parsing the build-deps
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following additional packages will be installed:
> libfakeroot
> The following NEW packages will be installed:
> fakeroot libfakeroot
> 0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded.
> Need to get 129 kB of archives.
> After this operation, 348 kB of additional disk space will be used.
> Get:1 http://ftp.de.debian.org//debian stretch/main armel libfakeroot armel 1.21-3.1 [43.1 kB]
> Get:2 http://ftp.de.debian.org//debian stretch/main armel fakeroot armel 1.21-3.1 [86.3 kB]
> debconf: delaying package configuration, since apt-utils is not installed
> Fetched 129 kB in 0s (386 kB/s)
> Selecting previously unselected package libfakeroot:armel.
> (Reading database ... 14299 files and directories currently installed.)
> Preparing to unpack .../libfakeroot_1.21-3.1_armel.deb ...
> Unpacking libfakeroot:armel (1.21-3.1) ...
> Selecting previously unselected package fakeroot.
> Preparing to unpack .../fakeroot_1.21-3.1_armel.deb ...
> Unpacking fakeroot (1.21-3.1) ...
> Processing triggers for libc-bin (2.24-11+deb9u4) ...
> Setting up libfakeroot:armel (1.21-3.1) ...
> Processing triggers for man-db (2.7.6.1-2) ...
> Setting up fakeroot (1.21-3.1) ...
> update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
> Processing triggers for libc-bin (2.24-11+deb9u4) ...
> I: Running env PATH=/usr/share/elbe/qemu-elbe:/usr/sbin:/usr/bin:/sbin:/bin dpkg-buildpackage -rfakeroot -us -uc -jauto -sa
> dpkg-buildpackage: warning: using a gain-root-command while being root
> dpkg-buildpackage: info: source package linux-3.14.28-elbe
> dpkg-buildpackage: info: source version 1.0
> dpkg-buildpackage: info: source distribution stable
> dpkg-buildpackage: info: source changed by Max Mustermann <max at mustermann.org>
> dpkg-source --before-build current
> dpkg-buildpackage: info: host architecture armel
> fakeroot debian/rules clean
> dh clean
> dh_testdir
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current'
> mkdir -p debian/build
> rm -f debian/files
> rm -rf debian/tmp
> /usr/bin/make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- KERNELRELEASE=3.14.28-elbe LOADADDR=0x10800000 INSTALL_MOD_PATH=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/tmp INSTALL_HDR_PATH=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/tmp/usr INSTALL_PATH=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/tmp/boot INSTALL_DTBS_PATH=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/tmp/usr/lib/linux-image-3.14.28-elbe O=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/build -j8 clean
> make[2]: Entering directory '/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current'
> make[2]: Leaving directory '/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current'
> make[1]: Leaving directory '/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current'
> dh_clean
> dpkg-source -b current
> dpkg-source: info: using source format '3.0 (native)'
> dpkg-source: info: building linux-3.14.28-elbe in linux-3.14.28-elbe_1.0.tar.xz
> dpkg-source: info: building linux-3.14.28-elbe in linux-3.14.28-elbe_1.0.dsc
> debian/rules build
> dh build
> dh_testdir
> dh_update_autotools_config
> debian/rules override_dh_auto_configure
> make[1]: Entering directory '/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current'
> mkdir -p debian/build
> /usr/bin/make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- KERNELRELEASE=3.14.28-elbe LOADADDR=0x10800000 INSTALL_MOD_PATH=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/tmp INSTALL_HDR_PATH=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/tmp/usr INSTALL_PATH=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/tmp/boot INSTALL_DTBS_PATH=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/tmp/usr/lib/linux-image-3.14.28-elbe O=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/build -j8 samx6i_defconfig
> make[2]: Entering directory '/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current'
> GEN /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/build/Makefile
> HOSTCC scripts/basic/fixdep
> SHIPPED scripts/kconfig/zconf.lex.c
> SHIPPED scripts/kconfig/zconf.tab.c
> HOSTCC scripts/kconfig/conf.o
> SHIPPED scripts/kconfig/zconf.hash.c
> HOSTCC scripts/kconfig/zconf.tab.o
> In file included from scripts/kconfig/zconf.tab.c:2537:0:
> /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/scripts/kconfig/menu.c: In function 'get_symbol_str':
> /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/scripts/kconfig/menu.c:587:18: warning: 'jump' may be used uninitialized in this function [-Wmaybe-uninitialized]
> jump->offset = strlen(r->s);
> ~~~~~~~~~~~~~^~~~~~~~~~~~~~
> /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/scripts/kconfig/menu.c:548:19: note: 'jump' was declared here
> struct jump_key *jump;
> ^~~~
> HOSTLD scripts/kconfig/conf
> #
> # configuration written to .config
> #
> make[2]: Leaving directory '/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current'
> make[1]: Leaving directory '/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current'
> debian/rules override_dh_auto_build
> make[1]: Entering directory '/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current'
> rm -rf include/config
> /usr/bin/make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- KERNELRELEASE=3.14.28-elbe LOADADDR=0x10800000 INSTALL_MOD_PATH=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/tmp INSTALL_HDR_PATH=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/tmp/usr INSTALL_PATH=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/tmp/boot INSTALL_DTBS_PATH=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/tmp/usr/lib/linux-image-3.14.28-elbe O=/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/build -j8 uImage modules
> make[2]: Entering directory '/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current'
> GEN /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/build/Makefile
> scripts/kconfig/conf --silentoldconfig Kconfig
> CHK include/config/kernel.release
> CHK include/generated/uapi/linux/version.h
> UPD include/generated/uapi/linux/version.h
> GEN /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/debian/build/Makefile
> WRAP arch/arm/include/generated/asm/auxvec.h
> WRAP arch/arm/include/generated/asm/bitsperlong.h
> WRAP arch/arm/include/generated/asm/cputime.h
> WRAP arch/arm/include/generated/asm/current.h
> WRAP arch/arm/include/generated/asm/emergency-restart.h
> UPD include/config/kernel.release
> WRAP arch/arm/include/generated/asm/errno.h
> WRAP arch/arm/include/generated/asm/exec.h
> WRAP arch/arm/include/generated/asm/ioctl.h
> WRAP arch/arm/include/generated/asm/ipcbuf.h
> WRAP arch/arm/include/generated/asm/irq_regs.h
> WRAP arch/arm/include/generated/asm/local.h
> WRAP arch/arm/include/generated/asm/kdebug.h
> WRAP arch/arm/include/generated/asm/local64.h
> WRAP arch/arm/include/generated/asm/msgbuf.h
> WRAP arch/arm/include/generated/asm/param.h
> WRAP arch/arm/include/generated/asm/parport.h
> WRAP arch/arm/include/generated/asm/poll.h
> WRAP arch/arm/include/generated/asm/resource.h
> WRAP arch/arm/include/generated/asm/sections.h
> WRAP arch/arm/include/generated/asm/segment.h
> WRAP arch/arm/include/generated/asm/sembuf.h
> WRAP arch/arm/include/generated/asm/serial.h
> WRAP arch/arm/include/generated/asm/shmbuf.h
> WRAP arch/arm/include/generated/asm/siginfo.h
> WRAP arch/arm/include/generated/asm/simd.h
> WRAP arch/arm/include/generated/asm/sizes.h
> WRAP arch/arm/include/generated/asm/socket.h
> WRAP arch/arm/include/generated/asm/sockios.h
> WRAP arch/arm/include/generated/asm/termbits.h
> WRAP arch/arm/include/generated/asm/termios.h
> WRAP arch/arm/include/generated/asm/trace_clock.h
> WRAP arch/arm/include/generated/asm/timex.h
> WRAP arch/arm/include/generated/asm/unaligned.h
> WRAP arch/arm/include/generated/asm/preempt.h
> WRAP arch/arm/include/generated/asm/hash.h
> Using /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current as source for kernel
> CHK include/generated/utsrelease.h
> UPD include/generated/utsrelease.h
> HOSTCC scripts/dtc/checks.o
> HOSTCC scripts/dtc/data.o
> SHIPPED scripts/dtc/dtc-lexer.lex.c
> SHIPPED scripts/dtc/dtc-parser.tab.h
> Generating include/generated/mach-types.h
> CC kernel/bounds.s
> In file included from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/linux/compiler.h:54:0,
> from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/uapi/linux/stddef.h:1,
> from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/linux/stddef.h:4,
> from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/uapi/linux/posix_types.h:4,
> from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/uapi/linux/types.h:13,
> from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/linux/types.h:5,
> from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/linux/page-flags.h:8,
> from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/kernel/bounds.c:9:
> /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/linux/compiler-gcc.h:106:30: fatal error: linux/compiler-gcc6.h: No such file or directory
> #include gcc_header(__GNUC__)
> ^
> compilation terminated.
> /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/./Kbuild:35: recipe for target 'kernel/bounds.s' failed
> make[4]: *** [kernel/bounds.s] Error 1
> /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/Makefile:886: recipe for target 'prepare0' failed
> make[3]: *** [prepare0] Error 2
> make[3]: *** Waiting for unfinished jobs....
> SHIPPED scripts/dtc/dtc-parser.tab.c
> HOSTCC scripts/dtc/dtc.o
> HOSTCC scripts/dtc/flattree.o
> HOSTCC scripts/dtc/fstree.o
> HOSTCC scripts/genksyms/genksyms.o
> SHIPPED scripts/genksyms/lex.lex.c
> HOSTCC scripts/dtc/livetree.o
> SHIPPED scripts/genksyms/keywords.hash.c
> HOSTCC scripts/dtc/srcpos.o
> SHIPPED scripts/genksyms/parse.tab.h
> HOSTCC scripts/dtc/treesource.o
> HOSTCC scripts/dtc/util.o
> SHIPPED scripts/genksyms/parse.tab.c
> HOSTCC scripts/dtc/dtc-lexer.lex.o
> HOSTCC scripts/genksyms/lex.lex.o
> HOSTCC scripts/genksyms/parse.tab.o
> HOSTCC scripts/dtc/dtc-parser.tab.o
> CC scripts/mod/empty.o
> HOSTCC scripts/mod/mk_elfconfig
> CC scripts/mod/devicetable-offsets.s
> In file included from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/linux/compiler.h:54:0,
> from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/uapi/linux/stddef.h:1,
> from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/linux/stddef.h:4,
> from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/uapi/linux/posix_types.h:4,
> from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/uapi/linux/types.h:13,
> from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/linux/types.h:5,
> from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/linux/mod_devicetable.h:11,
> from /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/scripts/mod/devicetable-offsets.c:2:
> /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/include/linux/compiler-gcc.h:106:30: fatal error: linux/compiler-gcc6.h: No such file or directory
> #include gcc_header(__GNUC__)
> ^
> compilation terminated.
> /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/scripts/Makefile.build:204: recipe for target 'scripts/mod/devicetable-offsets.s' failed
> make[5]: *** [scripts/mod/devicetable-offsets.s] Error 1
> make[5]: *** Waiting for unfinished jobs....
> HOSTCC scripts/kallsyms
> /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/scripts/Makefile.build:455: recipe for target 'scripts/mod' failed
> make[4]: *** [scripts/mod] Error 2
> make[4]: *** Waiting for unfinished jobs....
> HOSTLD scripts/dtc/dtc
> HOSTLD scripts/genksyms/genksyms
> /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current/Makefile:527: recipe for target 'scripts' failed
> make[3]: *** [scripts] Error 2
> Makefile:133: recipe for target 'sub-make' failed
> make[2]: *** [sub-make] Error 2
> make[2]: Leaving directory '/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current'
> debian/rules:55: recipe for target 'override_dh_auto_build' failed
> make[1]: *** [override_dh_auto_build] Error 2
> make[1]: Leaving directory '/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current'
> debian/rules:83: recipe for target 'build' failed
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> I: Copying back the cached apt archive contents
> I: new cache content 'pbuilder_0.228.7_all.deb' added
> I: new cache content 'autopoint_0.19.8.1-2+deb9u1_all.deb' added
> I: new cache content 'libelf1_0.168-1_armel.deb' added
> I: new cache content 'debootstrap_1.0.89_all.deb' added
> I: new cache content 'man-db_2.7.6.1-2_armel.deb' added
> I: new cache content 'libglib2.0-0_2.50.3-2+deb9u2_armel.deb' added
> I: new cache content 'bc_1.06.95-9+b3_armel.deb' added
> I: new cache content 'flex_2.6.1-1.3_armel.deb' added
> I: new cache content 'libfile-stripnondeterminism-perl_0.034-1_all.deb' added
> I: new cache content 'groff-base_1.22.3-9_armel.deb' added
> I: new cache content 'libmagic1_1%3a5.35-4+deb10u1_armel.deb' added
> I: new cache content 'debhelper_10.2.5_all.deb' added
> I: new cache content 'automake_1%3a1.15-6_all.deb' added
> I: new cache content 'libbsd0_0.8.3-1_armel.deb' added
> I: new cache content 'libsigsegv2_2.10-5_armel.deb' added
> I: new cache content 'libicu57_57.1-6+deb9u3_armel.deb' added
> I: new cache content 'libmagic-mgc_1%3a5.35-4+deb10u1_armel.deb' added
> I: new cache content 'libxml2_2.9.4+dfsg1-2.2+deb9u2_armel.deb' added
> I: new cache content 'libpipeline1_1.4.1-2_armel.deb' added
> I: new cache content 'm4_1.4.18-1_armel.deb' added
> I: new cache content 'libtool_2.4.6-2_all.deb' added
> I: new cache content 'gettext-base_0.19.8.1-2+deb9u1_armel.deb' added
> I: new cache content 'dh-strip-nondeterminism_0.034-1_all.deb' added
> I: new cache content 'intltool-debian_0.35.0+20060710.4_all.deb' added
> I: new cache content 'autotools-dev_20161112.1_all.deb' added
> I: new cache content 'libelf-dev_0.168-1_armel.deb' added
> I: new cache content 'po-debconf_1.0.20_all.deb' added
> I: new cache content 'file_1%3a5.35-4+deb10u1_armel.deb' added
> I: new cache content 'gettext_0.19.8.1-2+deb9u1_armel.deb' added
> I: new cache content 'wget_1.18-5+deb9u3_armel.deb' added
> I: new cache content 'libncurses5_6.0+20161126-1+deb9u2_armel.deb' added
> I: new cache content 'libbison-dev_2%3a3.0.4.dfsg-1+b1_armel.deb' added
> I: new cache content 'u-boot-tools_2016.11+dfsg1-4_armel.deb' added
> I: new cache content 'dh-autoreconf_14_all.deb' added
> I: new cache content 'libcroco3_0.6.11-3_armel.deb' added
> I: new cache content 'libtimedate-perl_2.3000-2+deb9u1_all.deb' added
> I: new cache content 'libfakeroot_1.21-3.1_armel.deb' added
> I: new cache content 'autoconf_2.69-10_all.deb' added
> I: new cache content 'libarchive-zip-perl_1.59-1+deb9u1_all.deb' added
> I: new cache content 'fakeroot_1.21-3.1_armel.deb' added
> I: new cache content 'bsdmainutils_9.0.12+nmu1_armel.deb' added
> I: new cache content 'bison_2%3a3.0.4.dfsg-1+b1_armel.deb' added
> I: unmounting /var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder filesystem
> I: unmounting dev/ptmx filesystem
> I: unmounting dev/pts filesystem
> I: unmounting dev/shm filesystem
> I: unmounting proc filesystem
> I: unmounting sys filesystem
> I: cleaning the build env
> I: removing directory /var/cache/pbuilder/build/25085 and its subdirectories
> [ERROR] Package fails to build.
> Please make sure, that the submited package builds in pbuilder
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/elbepack/elbeproject.py", line 702, in pdebuild_build
> env_add={'DEB_BUILD_PROFILES': profile.replace(",", " ")})
> File "/usr/lib/python2.7/dist-packages/elbepack/shellhelper.py", line 119, in do
> raise CommandError(cmd, p.returncode)
> CommandError: Error: 1 returned from Command cd "/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pdebuilder/current"; pdebuild --debbuildopts "-jauto -sa" --configfile "/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pbuilderrc" --use-pdebuild-internal --buildresult "/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/pbuilder/result"
> [CMD] reprepro --basedir "/var/cache/elbe/5ce1e2e9-cece-49a7-86bc-e41d51518526/repo" export stretch
> [INFO] Pdeb finished with Error
> Project build was not successful, current status: build_failed
> elbe control wait_busy Failed
> Giving up
> <ns0:RootFileSystem xmlns:ns0="https://www.linutronix.de/projects/Elbe" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" created="2009-05-20T08:50:56" revision="6" xsi:schemaLocation="https://www.linutronix.de/projects/Elbe dbsfed.xsd">
> <project>
> <name>tutorial</name>
> <version>1.0</version>
> <description>armel tutorial image</description>
> <buildtype>armel</buildtype>
> <mirror>
> <primary_host>ftp.de.debian.org</primary_host>
> <primary_path>/debian</primary_path>
> <primary_proto>http</primary_proto>
> <url-list>
> <url>
> <binary>http://security.debian.org/ stretch/updates main contrib non-free</binary>
> <source>http://security.debian.org/ stretch/updates main contrib non-free</source>
> </url>
> </url-list>
> </mirror>
> <suite>stretch</suite>
> </project>
> <target>
> <hostname>tutorial</hostname>
> <domain>local</domain>
> <passwd>root</passwd>
> <console>ttyS0,115200</console>
> <images>
> <msdoshd>
> <name>tutorial.img</name>
> <size>256MiB</size>
> <partition>
> <size>remain</size>
> <label>rfs</label>
> </partition>
> </msdoshd>
> </images>
> <fstab>
> <bylabel>
> <label>rfs</label>
> <mountpoint>/</mountpoint>
> <fs>
> <type>ext4</type>
> <tune2fs>-i 0</tune2fs>
> </fs>
> </bylabel>
> </fstab>
> <install-recommends />
> <pkg-list>
> <pkg>linux-image-tutorial-3.14.28</pkg>
> <pkg>initramfs-tools</pkg>
> </pkg-list>
> </target>
> </ns0:RootFileSystem>
> _______________________________________________
> elbe-users mailing list
> elbe-users at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-users
--
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99
Hinweise zum Datenschutz finden Sie hier (Informations on data privacy
can be found here): https://linutronix.de/kontakt/Datenschutz.php
Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen |
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner
More information about the elbe-users
mailing list