From: Michal Marek <mmarek@suse.cz>
To: Robert Nelson <robertcnelson@gmail.com>
Cc: maximilian attems <max@stro.at>,
Robert Gordon <robert@greenroomsoftware.com>,
linux-kbuild@vger.kernel.org
Subject: Re: [PATCH] kbuild, deb-pkg: set host machine after dpkg-gencontrol
Date: Mon, 18 Apr 2011 13:13:12 +0200 [thread overview]
Message-ID: <4DAC1CC8.6080406@suse.cz> (raw)
In-Reply-To: <BANLkTinP5sUv2-_Y+UZMvgPJFHsdypcLHA@mail.gmail.com>
On 18.4.2011 00:34, Robert Nelson wrote:
> On Sun, Apr 17, 2011 at 5:29 PM, maximilian attems<max@stro.at> wrote:
>> On Fri, 15 Apr 2011, Robert Gordon wrote:
>>
>>> This patch was prepared using git format-patch and git send-email. Details follow.
>>> Regards,
>>> Robert Gordon
>>
>> thanks so the patch was now applyable and so testable. (:
>>
>>> scripts/package/builddeb script was setting the host machine $arch in the KERNEL/debian/control prior to an invocation of dpkg-gencontrol. The patch modifies the script to guarantee the correct debian arch for the target is written to the control file instead. The issue originally arose in the 2.6.38 series.
>>
>> hmm don't be shy to use line-breaks in the desc for next times..
>>
>>> Signed-off-by: Robert Gordon<robert@greenroomsoftware.com>
>>
>> rudimentary testing showed, that `make deb-pkg` works,
>> but `make ARCH=i386 deb-pkg` on an amd64 Debian box seems borked:
>> + dpkg-gencontrol -isp -DArchitecture=i386 -plinux-headers-2.6.39-rc3+
>> -P/media/data/mattems/src/linux-2.6/debian/hdrtmp
>> dpkg-gencontrol: error: current host architecture 'amd64' does not appear in package's architecture list (i386)
>
> Weird, as without the patch we get the same error just with (i386)
> swapped for (armel)..
>
> make ARCH=armel deb-pkg (on amd64)
>
> Note, with cross building we always have CROSS_COMPILE=something too..
x86_64 and i386 are just two flavors of x86 in the kernel build and two
switches in gcc, so unlike genuine cross builds, you don't need
CROSS_COMPILE=something to build for one if you are running another. I
didn't follow the thread closely (relying on Maximilian to review
anything deb-pkg related), I just wanted to point out a potential
difference that might confuse you when comparing builds for arm and for
i386.
Michal
next prev parent reply other threads:[~2011-04-18 11:13 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-15 18:23 [PATCH] kbuild, deb-pkg: set host machine after dpkg-gencontrol Robert Gordon
2011-04-17 22:29 ` maximilian attems
2011-04-17 22:34 ` Robert Nelson
2011-04-18 11:13 ` Michal Marek [this message]
2011-04-18 16:06 ` maximilian attems
2011-04-18 19:28 ` robert
2011-04-19 14:33 ` maximilian attems
2011-04-20 17:35 ` Robert Gordon
2011-04-22 20:24 ` Robert Gordon
-- strict thread matches above, loose matches on Subject: below --
2011-04-13 21:20 Robert
2011-04-13 22:47 ` maximilian attems
2011-04-14 13:11 ` robert
2011-04-14 13:37 ` Robert Nelson
2011-04-14 14:24 ` robert
2011-04-14 14:38 ` maximilian attems
2011-04-14 14:40 ` maximilian attems
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=4DAC1CC8.6080406@suse.cz \
--to=mmarek@suse.cz \
--cc=linux-kbuild@vger.kernel.org \
--cc=max@stro.at \
--cc=robert@greenroomsoftware.com \
--cc=robertcnelson@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.