public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Jul 17
       [not found] <20190717142922.214d54ec@canb.auug.org.au>
@ 2019-07-17 15:30 ` Sedat Dilek
  2019-07-17 15:33   ` Darrick J. Wong
  0 siblings, 1 reply; 3+ messages in thread
From: Sedat Dilek @ 2019-07-17 15:30 UTC (permalink / raw)
  To: Stephen Rothwell, Darrick J. Wong
  Cc: Linux Next Mailing List, Linux Kernel Mailing List,
	Masahiro Yamada, linux-kbuild

Hi Steven, Hi Darrick,

Unfortunately, my build-script is not working anymore.

I am using builddeb/mkdebian scripts.

[ BUILD-LOG ]
...
set -e; mkdir -p include/config/; { echo "5.2.0$(/bin/bash
./scripts/setlocalversion .)"; } > include/config/kernel.release.tmp;
if [ -r include/config/kernel.release ] && cmp -s
include/config/kernel.release include/config/kernel.release.tmp; then
rm -f include/config/kernel.release.tmp; else : '  UPD
include/config/kernel.release'; mv -f
include/config/kernel.release.tmp include/config/kernel.release; fi
make -f ./scripts/Makefile.build obj=scripts/package bindeb-pkg
/bin/bash ./scripts/package/mkdebian
./scripts/package/mkdebian: line 149: cd: source/: No such file or directory
make[1]: *** [scripts/package/Makefile:79: bindeb-pkg] Error 1
make: *** [Makefile:1442: bindeb-pkg] Error 2

Investigations revealed hardcoded stuff from the ...

Merge remote-tracking branch 'iomap/iomap-for-next'

$ git blame scripts/package/mkdebian | grep 'cd source'
87bdff62e470c (Darrick J. Wong    2019-06-27 17:30:15 -0700 149) (cd
source/ ; stg ser | sed -e '/^-/d' -e 's/^. /  * /g') >>
debian/changelog

$ git log --oneline --author="Darrick J. Wong" scripts/package/mkdebian
87bdff62e470 mtr: Build script adjustments

I do not think this was intended?

Reverting seems to be easy and fix it for me.

$ git revert --no-edit 87bdff62e470
Führe Erkennung für ungenaue Umbenennung aus: 100% (2251440/2251440), Fertig.
[5.2.0-3-amd64-cbl-asmgoto db8ec1968620] Revert "mtr: Build script adjustments"
 Date: Wed Jul 17 17:27:26 2019 +0200
 3 files changed, 10 insertions(+), 17 deletions(-)

Please make it work again for $WORLD.

Thanks.

Regards,
- Sedat -

[1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/log/scripts/package/mkdebian?h=next-20190717

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: Tree for Jul 17
  2019-07-17 15:30 ` linux-next: Tree for Jul 17 Sedat Dilek
@ 2019-07-17 15:33   ` Darrick J. Wong
  2019-07-17 15:44     ` Sedat Dilek
  0 siblings, 1 reply; 3+ messages in thread
From: Darrick J. Wong @ 2019-07-17 15:33 UTC (permalink / raw)
  To: Sedat Dilek
  Cc: Stephen Rothwell, Linux Next Mailing List,
	Linux Kernel Mailing List, Masahiro Yamada, linux-kbuild

On Wed, Jul 17, 2019 at 05:30:47PM +0200, Sedat Dilek wrote:
> Hi Steven, Hi Darrick,
> 
> Unfortunately, my build-script is not working anymore.
> 
> I am using builddeb/mkdebian scripts.

Yeah, I accidentally uploaded an internal build patch yesterday which
got sucked into for-next.  It's been fixed in the iomap-for-next tree
and should disappear in Thursday's for-next tree.  Sorry about that. :(

--D

> [ BUILD-LOG ]
> ...
> set -e; mkdir -p include/config/; { echo "5.2.0$(/bin/bash
> ./scripts/setlocalversion .)"; } > include/config/kernel.release.tmp;
> if [ -r include/config/kernel.release ] && cmp -s
> include/config/kernel.release include/config/kernel.release.tmp; then
> rm -f include/config/kernel.release.tmp; else : '  UPD
> include/config/kernel.release'; mv -f
> include/config/kernel.release.tmp include/config/kernel.release; fi
> make -f ./scripts/Makefile.build obj=scripts/package bindeb-pkg
> /bin/bash ./scripts/package/mkdebian
> ./scripts/package/mkdebian: line 149: cd: source/: No such file or directory
> make[1]: *** [scripts/package/Makefile:79: bindeb-pkg] Error 1
> make: *** [Makefile:1442: bindeb-pkg] Error 2
> 
> Investigations revealed hardcoded stuff from the ...
> 
> Merge remote-tracking branch 'iomap/iomap-for-next'
> 
> $ git blame scripts/package/mkdebian | grep 'cd source'
> 87bdff62e470c (Darrick J. Wong    2019-06-27 17:30:15 -0700 149) (cd
> source/ ; stg ser | sed -e '/^-/d' -e 's/^. /  * /g') >>
> debian/changelog
> 
> $ git log --oneline --author="Darrick J. Wong" scripts/package/mkdebian
> 87bdff62e470 mtr: Build script adjustments
> 
> I do not think this was intended?
> 
> Reverting seems to be easy and fix it for me.
> 
> $ git revert --no-edit 87bdff62e470
> Führe Erkennung für ungenaue Umbenennung aus: 100% (2251440/2251440), Fertig.
> [5.2.0-3-amd64-cbl-asmgoto db8ec1968620] Revert "mtr: Build script adjustments"
>  Date: Wed Jul 17 17:27:26 2019 +0200
>  3 files changed, 10 insertions(+), 17 deletions(-)
> 
> Please make it work again for $WORLD.
> 
> Thanks.
> 
> Regards,
> - Sedat -
> 
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/log/scripts/package/mkdebian?h=next-20190717

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: Tree for Jul 17
  2019-07-17 15:33   ` Darrick J. Wong
@ 2019-07-17 15:44     ` Sedat Dilek
  0 siblings, 0 replies; 3+ messages in thread
From: Sedat Dilek @ 2019-07-17 15:44 UTC (permalink / raw)
  To: Darrick J. Wong
  Cc: Stephen Rothwell, Linux Next Mailing List,
	Linux Kernel Mailing List, Masahiro Yamada, linux-kbuild

On Wed, Jul 17, 2019 at 5:33 PM Darrick J. Wong <darrick.wong@oracle.com> wrote:
>
> On Wed, Jul 17, 2019 at 05:30:47PM +0200, Sedat Dilek wrote:
> > Hi Steven, Hi Darrick,
> >
> > Unfortunately, my build-script is not working anymore.
> >
> > I am using builddeb/mkdebian scripts.
>
> Yeah, I accidentally uploaded an internal build patch yesterday which
> got sucked into for-next.  It's been fixed in the iomap-for-next tree
> and should disappear in Thursday's for-next tree.  Sorry about that. :(
>
> --D

Shit happens.

- sed@ -

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-17 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20190717142922.214d54ec@canb.auug.org.au>
2019-07-17 15:30 ` linux-next: Tree for Jul 17 Sedat Dilek
2019-07-17 15:33   ` Darrick J. Wong
2019-07-17 15:44     ` Sedat Dilek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox