public inbox for kernelnewbies@kernelnewbies.org
 help / color / mirror / Atom feed
From: Ewan Marshall <ewanm89@gmail.com>
To: kernelnewbies@kernelnewbies.org
Subject: Re: Linux Kernel build dpkg-buildpackage error
Date: Sun, 15 Aug 2021 10:05:36 +0100	[thread overview]
Message-ID: <e5a7c122-98e3-0cda-7b49-99ae212426fd@gmail.com> (raw)
In-Reply-To: <1629012309.840897614@f717.i.mail.ru>

Try `make -j $(getconf _NPROCESSORS_ONLN) bindeb-pkg LOCALVERSION=-custom`

Line 77 of scripts/Makefile.Package is:
`$ mv $(KDEB_SOURCENAME).tar.gz 
../$(KDEB_SOURCENAME)_$${origversion}.orig.tar.gz`

which suggests it is not finding the file $(KDEB_SOURCENAME).tar.gz 
debians instructions tell one to use the bindeb-pkg build target instead 
of deb-pkg build target for some reason. I can't see it not working 
unless there is another error before this you are not giving us.

Regards,
Ewan

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

  reply	other threads:[~2021-08-15  9:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-15  7:25 Linux Kernel build dpkg-buildpackage error Adverg Ebashinskii
2021-08-15  9:05 ` Ewan Marshall [this message]
2021-08-15  9:48   ` Adverg Ebashinskii

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=e5a7c122-98e3-0cda-7b49-99ae212426fd@gmail.com \
    --to=ewanm89@gmail.com \
    --cc=kernelnewbies@kernelnewbies.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