From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6546059049526362112 X-Received: by 2002:adf:d246:: with SMTP id o6-v6mr398067wri.13.1524123427721; Thu, 19 Apr 2018 00:37:07 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.230.76 with SMTP id d73ls1230936wmh.8.canary-gmail; Thu, 19 Apr 2018 00:37:07 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/J0Y+du/KUtdgTbjRBM3uD/jxDLdbP24rivTH7jsEOmfgIQOmdNc1EXcJPwCaSYpxMhT06 X-Received: by 10.28.156.216 with SMTP id f207mr461005wme.4.1524123427184; Thu, 19 Apr 2018 00:37:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524123427; cv=none; d=google.com; s=arc-20160816; b=s5vAzSsdGu3NZRTsCGmNEawRsTDzZIS4JvPgf8cXqRL+AkPh+u4frnovysxUPhj1EM o3oFyoak/uF+IAoQHf6iKKHGLrlEzZBHNDH9YG/Lg/HhAbaW4X5FNige4RAwJvvrjCTI Dnki9uxyj/TglEVhFgmEUw1Ez2F6c9vvsiXTLfrwe/po2bnMKNUvjgZXkjOBMnHQIbQy 6jcYsD9QMMQPkZnyst3qlWJ4p/tuAxiuZf0ODbiUGDyPMwDM3nbPBED3VuKIKTQXQuqs S0RDiE4WMqfYN3hxwl+CWEEgNeh+MV3IGl+ROg3sL3w6JLwREkjUA57pUiRfV/zQwlSy zh/w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject :arc-authentication-results; bh=QZniWUrSaOVHWvUxlCaR5jqDyTPXYYiZS9i0X+AuuYw=; b=z63O0mB+5QTiORAxTwp35d5pkMqRXQZptLjoog7deMgdKmoM3lQpcbkH2fQogF4ULd fGWEamVhmINd9hMqd4ODBvAlLuvxaZXMFamMJ816znveAYvkF2jIWDhDQCmqRUAX4e1P z+xdmi9nzYzII8lkJJib2j+0Z3BXkak3ubfTfIhwCe+a3SdkaJNLCIabqrB/CspwIPzo qCjota1jvyeP8t5ob8n4nGAtX1lkcFE6TFVyS2vI+x8cDqPIxt+fn97lAvrNycMfOeoR jKLBNX5Zw5ZVA6H0cqM+S/I9dTdYCkQYr4yyWVubVbfL2v/+zlNlcorqmCeOGjMRHrnO 9v9w== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from gecko.sbs.de (gecko.sbs.de. [194.138.37.40]) by gmr-mx.google.com with ESMTPS id h20si669291wmc.1.2018.04.19.00.37.07 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Apr 2018 00:37:07 -0700 (PDT) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.40 as permitted sender) client-ip=194.138.37.40; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id w3J7b6L0023529 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 19 Apr 2018 09:37:06 +0200 Received: from [139.25.69.226] (linux-ses-ext02.ppmd.siemens.net [139.25.69.226]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id w3J7b160023373; Thu, 19 Apr 2018 09:37:01 +0200 Subject: Re: building custom kernel fails To: jon@solid-run.com, isar-users References: From: Claudius Heine Message-ID: Date: Thu, 19 Apr 2018 09:37:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: phlav/ICHcsA Hi Jon, On 2018-04-19 09:32, jon@solid-run.com wrote: > 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. > That looks like its a kernel source issue. You might need to patch the Makefile to maybe use a loop. Good luck! Claudius -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-54 Fax: (+49)-8142-66989-80 Email: ch@denx.de