From: James David Lyons <lyons_dj@yahoo.com>
To: linuxppc-dev@lists.ozlabs.org
Subject: Kernel build error
Date: Thu, 22 Aug 2019 08:27:26 -0400 [thread overview]
Message-ID: <f35cf5dd99530a8e73084f9aa071ddf6bd7df62f.camel@yahoo.com> (raw)
I'm have trouble building the latest stabe kernel linux-5.2.9 on Debian
10 ppc
uname -r
4.16.0-1-powerpc64
CC kernel/iomem.o
CC kernel/rseq.o
AR kernel/built-in.a
make[2]: *** [debian/rules:6: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit
status 2
make[1]: *** [scripts/package/Makefile:75: deb-pkg] Error 2
make: *** [Makefile:1422: deb-pkg] Error 2
I'm not sure if it's a problem with the Tabs or white spaces in the
debian/rules file or another issue. I ran into this before but don't
remember how I fixed it, or if I downloaded and oldeer kernel.
#!/usr/bin/make -f
srctree ?= .
build:
$(MAKE) KERNELRELEASE=5.2.9
ARCH=powerpc KBUILD_BUILD_VERSION=1 -f $(srctree)/Makefile
binary-arch:
$(MAKE) KERNELRELEASE=5.2.9
ARCH=powerpc KBUILD_BUILD_VERSION=1 -f $(srctree)/Makefile
intdeb-pkg
clean:
rm -rf debian/*tmp debian/files
$(MAKE) clean
binary: binary-arch
Anyone know how to fix this, or what the error means?
next reply other threads:[~2019-08-22 17:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-22 12:27 James David Lyons [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-05-12 22:30 Kernel build error mcnernbm
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=f35cf5dd99530a8e73084f9aa071ddf6bd7df62f.camel@yahoo.com \
--to=lyons_dj@yahoo.com \
--cc=linuxppc-dev@lists.ozlabs.org \
/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