Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1244356
| From | Pranith Kumar <bobby.prani+lkml@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | bindeb-pkg error (was Re: kbuild misc changes for v4.3-rc1 ) |
| Date | 2015-10-12 05:00 +0200 |
| Message-ID | <qiBvb-2F4-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Michal, On Tue, Sep 8, 2015 at 11:38 AM, Michal Marek <mmarek@suse.cz> wrote: > Hi Linus, > > these are the non-core kbuild changes for 4.3-rc1: > - deb-pkg: > + module signing fix > + dtb files are added to the package > + do not require `hostname -f` to work during build > + make deb-pkg generates a source package, bindeb-pkg has been added > to only generate the binary package It would have been great to not change the functionality of the target. Instead you could have added srcdeb-pkg to generate both the source and binary. Other than that, I keep seeing these errors now: dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe dpkg-deb: building package `linux-firmware-image-4.3.0-rc4+' in `../linux-firmware-image-4.3.0-rc4+_4.3.0-rc4+-8_powerpc.deb'. dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe dpkg-deb: building package `linux-headers-4.3.0-rc4+' in `../linux-headers-4.3.0-rc4+_4.3.0-rc4+-8_powerpc.deb'. dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe dpkg-deb: building package `linux-libc-dev' in `../linux-libc-dev_4.3.0-rc4+-8_powerpc.deb'. dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe dpkg-deb: building package `linux-image-4.3.0-rc4+' in `../linux-image-4.3.0-rc4+_4.3.0-rc4+-8_powerpc.deb'. dpkg-genchanges: warning: package linux-image-4.3.0-rc4 listed in files list but not in control info dpkg-genchanges: warning: package linux-firmware-image-4.3.0-rc4 listed in files list but not in control info dpkg-genchanges: warning: package linux-headers-4.3.0-rc4 listed in files list but not in control info dpkg-genchanges: binary-only upload (no source code included) Use of uninitialized value $b in string eq at /usr/share/perl5/Dpkg/Arch.pm line 399. Use of uninitialized value $arch in pattern match (m//) at /usr/share/perl5/Dpkg/Arch.pm line 335. Use of uninitialized value $arch in hash element at /usr/share/perl5/Dpkg/Arch.pm line 340. dpkg-genchanges: error: cannot fstat file ../linux-firmware-image-4.3.0-rc4_4.3.0-rc4-7_powerpc.deb: No such file or directory scripts/package/Makefile:97: recipe for target 'bindeb-pkg' failed make[1]: *** [bindeb-pkg] Error 2 Makefile:1226: recipe for target 'bindeb-pkg' failed make: *** [bindeb-pkg] Error 2 Any idea on how to fix this? Thanks, Pranith -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
bindeb-pkg error (was Re: kbuild misc changes for v4.3-rc1 ) Pranith Kumar <bobby.prani+lkml@gmail.com> - 2015-10-12 05:00 +0200
Re: bindeb-pkg error (was Re: kbuild misc changes for v4.3-rc1 ) Jim Davis <jim.epost@gmail.com> - 2015-10-12 07:10 +0200
Re: bindeb-pkg error (was Re: kbuild misc changes for v4.3-rc1 ) Pranith Kumar <bobby.prani+lkml@gmail.com> - 2015-10-13 04:20 +0200
Re: bindeb-pkg error (was Re: kbuild misc changes for v4.3-rc1 ) Riku Voipio <riku.voipio@linaro.org> - 2015-10-12 09:10 +0200
csiph-web