public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Alexander Smirnov <asmirnov@ilbers.de>
To: Jon Nettleton <jon@solid-run.com>
Cc: isar-users <isar-users@googlegroups.com>
Subject: Re: building custom kernel fails
Date: Thu, 19 Apr 2018 17:35:41 +0300	[thread overview]
Message-ID: <f045659e-edfc-5494-c4f7-2a81f5058d18@ilbers.de> (raw)
In-Reply-To: <CABdtJHt9xX6HxrdKMPEDnJ5k6hNqgy_DpB-+Jq1ZQ7UQCiVcPQ@mail.gmail.com>

On 04/19/2018 05:26 PM, Jon Nettleton wrote:
> 
> On Thu, Apr 19, 2018 at 3:47 PM Henning Schild 
> <henning.schild@siemens.com <mailto:henning.schild@siemens.com>> wrote:
> 
>     Am Thu, 19 Apr 2018 13:27:36 +0000
>     schrieb Jon Nettleton <jon@solid-run.com <mailto:jon@solid-run.com>>:
> 
>      > On Thu, Apr 19, 2018 at 12:38 PM Henning Schild
>      > <henning.schild@siemens.com <mailto:henning.schild@siemens.com>>
>     wrote:
>      >
>      > > Am Thu, 19 Apr 2018 09:33:28 +0000
>      > > schrieb Jon Nettleton <jon@solid-run.com
>     <mailto:jon@solid-run.com>>:
>      > >
>      > > > On Thu, Apr 19, 2018 at 11:19 AM Henning Schild
>      > > > <henning.schild@siemens.com
>     <mailto:henning.schild@siemens.com>> wrote:
>      > > >
>      > > > > Am Thu, 19 Apr 2018 00:32:21 -0700
>      > > > > schrieb <jon@solid-run.com <mailto:jon@solid-run.com>>:
>      > > > >
>      > > > > > I am now building a custom debian package from our kernel
>      > > > > > sources, the kernel compile goes fine.  The deb-pkg is
>      > > > > > failing because the number of files passed to xarg is too
>      > > > > > long.
>      > > > > >
>      > > > > > Error message is.
>      > > > > >
>      > > > > > 2018-04-19 07:11:17 - INFO     - | Using default distribution
>      > > > > > of 'unstable' in the changelog
>      > > > > > 2018-04-19 07:11:17 - INFO     - | Install lsb-release or set
>      > > > > > $KDEB_CHANGELOG_DIST explicitly
>      > > > > > 2018-04-19 07:11:17 - INFO     - | /usr/bin/xargs: md5sum:
>      > > > > > Argument list too long
>      > > > > > 2018-04-19 07:11:17 - INFO     - |
>      > > > > > scripts/package/Makefile:90: recipe for target 'deb-pkg'
>      > > > > > failed 2018-04-19 07:11:17 - INFO     - | make[1]: ***
>      > > > > > [deb-pkg] Error 126 2018-04-19 07:11:17 - INFO     - |
>      > > > > > Makefile:1347: recipe for target 'deb-pkg' failed
>      > > > > > 2018-04-19 07:11:17 - INFO     - | make: *** [deb-pkg]
>     Error 2
>      > > > > > 2018-04-19 07:11:17 - INFO     - | WARNING: exit code 2
>     from a
>      > > > > > shell command.
>      > > > > >
>      > > > > > looks like on large kernel builds the file lists will need to
>      > > > > > be broken up.
>      > > > > >
>      > > > >
>      > > > > I have seen that before. It happens in buildchroot when using
>      > > > > qemu-arm-static binfmt magic. Something in that chain seems to
>      > > > > cause problems for very long argument lists.
>      > > > > In my case it was a "make clean" and i removed the files from
>      > > > > outside the buildchroot. But since it now happened again it is
>      > > > > probably something worth looking into.
>      > > > >
>      > > > > Henning
>      > > > >
>      > > >
>      > > > Oh interesting.  I wonder if this has something to do with the
>      > > > binfmt support in CentOS vs Debian.  I will look into it and
>      > > > report back.
>      > >
>      > > I saw it on Gentoo building in a debian docker container. So i
>     guess
>      > > the problem might be related to the binfmt wrapping in general, not
>      > > distro specific.
>      > >
>      > > Henning
>      > >
>      > >
>      > It looks like that was the problem.  I just went through the pain of
>      > building qemu 2.9.1 for Centos7...and all the dependencies that were
>      > needed by it.   That has fixed the custom kernel build issues.
>      > Thanks for all the pointers.
>      >
>      > I would say for now if anyone asks you can consider Centos 7 a no
>      > go.  If there is interest I may add a build to Copr for other users.
>      > Fedora 26 and newer should be fine.
> 
>     Isar calls "random" sudos all over the place. Someone actually allowing
>     this on a productive system surprises me ... to say the least.
> 
>     My advise it to use a VM or container to run Isar in, and in that case
>     going for Debian9 is easy. One example, used by many of us, is
>     https://hub.docker.com/r/kasproject/kas-isar/
> 
>     Henning
> 
> 
> Yes that is what I am  using to build with.  I can only imagine that the 
> newer build of qemu brings in a configuration to the host os that is 
> required for things to build properly.
> 

My host OS is Fedora for many years, so I use chroot to work with Debian 
environment (for Isar as well):

$ sudo debootstrap jessie debian8-isar/ http://ftp.debian.org/debian
$ sudo chroot debian8-isar

This also could be an option.

Alex

> Jon
> 
> -- 
> You received this message because you are subscribed to the Google 
> Groups "isar-users" group.
> To unsubscribe from this group and stop receiving emails from it, send 
> an email to isar-users+unsubscribe@googlegroups.com 
> <mailto:isar-users+unsubscribe@googlegroups.com>.
> To post to this group, send email to isar-users@googlegroups.com 
> <mailto:isar-users@googlegroups.com>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/isar-users/CABdtJHt9xX6HxrdKMPEDnJ5k6hNqgy_DpB-%2BJq1ZQ7UQCiVcPQ%40mail.gmail.com 
> <https://groups.google.com/d/msgid/isar-users/CABdtJHt9xX6HxrdKMPEDnJ5k6hNqgy_DpB-%2BJq1ZQ7UQCiVcPQ%40mail.gmail.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.

  reply	other threads:[~2018-04-19 14:35 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-19  7:32 jon
2018-04-19  7:37 ` Claudius Heine
2018-04-19  7:40 ` Jan Kiszka
2018-04-19  7:47   ` Jon Nettleton
2018-04-19  7:52     ` Jan Kiszka
2018-04-19  7:56       ` Jon Nettleton
2018-04-19  7:57         ` Jan Kiszka
2018-04-19  8:05           ` Jon Nettleton
2018-04-19  8:12             ` Jan Kiszka
2018-04-19  8:18               ` Jon Nettleton
2018-04-19 14:01                 ` Jan Kiszka
2018-04-19  9:19 ` Henning Schild
2018-04-19  9:33   ` Jon Nettleton
2018-04-19 10:38     ` Henning Schild
2018-04-19 13:27       ` Jon Nettleton
2018-04-19 13:47         ` Henning Schild
2018-04-19 14:26           ` Jon Nettleton
2018-04-19 14:35             ` Alexander Smirnov [this message]
2018-04-19 14:40               ` Jon Nettleton
2018-04-19 14:57                 ` Jan Kiszka

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=f045659e-edfc-5494-c4f7-2a81f5058d18@ilbers.de \
    --to=asmirnov@ilbers.de \
    --cc=isar-users@googlegroups.com \
    --cc=jon@solid-run.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