lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 8 Aug 2016 19:22:40 +0200
From:	frank paulsen <frobnic+lkml@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	linux-kbuild@...r.kernel.org
Subject: [4.8-rc1] make bindeb-pkg O= fails

in 4.8-rc1 "make bindeb-pkg O=../debian" fails:
| find: `scripts/gcc-plugins': No such file or directory
| /usr/src/linus/scripts/package/Makefile:97: recipe for target
'bindeb-pkg' failed

this is due to a missing directory scripts/gcc-plugins if using O=

removing line 335 of scripts/package/builddeb helps:
| (cd $objtree; find scripts/gcc-plugins -name \*.so -o -name
gcc-common.h) >> "$objtree/debian/hdrobjfiles"

this clearly isn't the right fix, but i checked it anyway and the
paket gets built.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ