All of lore.kernel.org
 help / color / mirror / Atom feed
* make binrpm-pkg problem with Fedora 22
@ 2015-05-29 17:16 Jim Davis
  2015-06-01  7:56 ` Paul Bolle
  0 siblings, 1 reply; 5+ messages in thread
From: Jim Davis @ 2015-05-29 17:16 UTC (permalink / raw)
  To: Michal Marek, linux-kbuild

On a new Fedora 22 install,  running 'make binrpm-pkg' in the v4.1-rc5
kernel source tree fails with

rpm --define "_builddir ." --target \
    x86_64 -bb ./binkernel.spec
rpm --target: unknown option
scripts/package/Makefile:60: recipe for target 'binrpm-pkg' failed

From that makefile,

# Do we have rpmbuild, otherwise fall back to the older rpm
RPM := $(shell if [ -x "/usr/bin/rpmbuild" ]; then echo rpmbuild; \
                   else echo rpm; fi)

but it looks like the rpmbuild functionality has been taken out of
(plain) rpm now.

Jim

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

end of thread, other threads:[~2015-06-15 14:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 17:16 make binrpm-pkg problem with Fedora 22 Jim Davis
2015-06-01  7:56 ` Paul Bolle
2015-06-01 20:56   ` Jim Davis
2015-06-08 20:19     ` [PATCH] scripts/package/Makefile: rpmbuild is needed for rpm targets Jim Davis
2015-06-15 14:12       ` Michal Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.