Discussion:
kernel-desktop.spec
Daniel Horecki
2008-05-12 16:03:17 UTC
Permalink
Hello,

How it should be build now? Plain ./builder kernel-desktop.spec doesn't work.
With target noarch builds, with target x86_64 don't.

Executing(%build): /bin/sh -e /home/sh/tmp/rpm-tmp.66763
+ umask 022
+ cd /home/sh/rpm/BUILD
+ cd kernel-desktop-2.6.24.5
+ cat
+ > multiarch.make
+ << "EOF"
+ pykconfig
+ > /home/sh/rpm/BUILD/kernel-desktop-2.6.24.5/o/.kernel-autogen.conf
+ echo # kernel-desktop.spec overrides
+ echo LOCALVERSION="-1"
+ /usr/bin/make pykconfig
Makefile:7: .mk: No such file or directory
make: *** No rule to make target `.mk'. Stop.
error: Bad exit status from /home/sh/tmp/rpm-tmp.66763 (%build)

Daniel
--
Daniel Horecki
http://morr.pl
Elan Ruusamäe
2008-05-12 16:20:36 UTC
Permalink
Post by Daniel Horecki
Hello,
How it should be build now? Plain ./builder kernel-desktop.spec doesn't
work. With target noarch builds, with target x86_64 don't.
Executing(%build): /bin/sh -e /home/sh/tmp/rpm-tmp.66763
+ umask 022
+ cd /home/sh/rpm/BUILD
+ cd kernel-desktop-2.6.24.5
+ cat
+ > multiarch.make
+ << "EOF"
+ pykconfig
+ > /home/sh/rpm/BUILD/kernel-desktop-2.6.24.5/o/.kernel-autogen.conf
+ echo # kernel-desktop.spec overrides
+ echo LOCALVERSION="-1"
+ /usr/bin/make pykconfig
Makefile:7: .mk: No such file or directory
make: *** No rule to make target `.mk'. Stop.
error: Bad exit status from /home/sh/tmp/rpm-tmp.66763 (%build)
refetch sources. they seem outdated (out of sync)

$ ./builder -bb kernel-desktop.spec:LINUX_2_6_24 --target x86_64,noarch
works on carme.

and th-test already contains pkg with this auto tag:
auto-th-kernel-desktop-2_6_24_7-1
Post by Daniel Horecki
Daniel
--
glen
Daniel Horecki
2008-05-12 16:48:51 UTC
Permalink
Post by Elan Ruusamäe
Post by Daniel Horecki
Hello,
How it should be build now? Plain ./builder kernel-desktop.spec doesn't
work. With target noarch builds, with target x86_64 don't.
Executing(%build): /bin/sh -e /home/sh/tmp/rpm-tmp.66763
+ umask 022
+ cd /home/sh/rpm/BUILD
+ cd kernel-desktop-2.6.24.5
+ cat
+ > multiarch.make
+ << "EOF"
+ pykconfig
+ > /home/sh/rpm/BUILD/kernel-desktop-2.6.24.5/o/.kernel-autogen.conf
+ echo # kernel-desktop.spec overrides
+ echo LOCALVERSION="-1"
+ /usr/bin/make pykconfig
Makefile:7: .mk: No such file or directory
make: *** No rule to make target `.mk'. Stop.
error: Bad exit status from /home/sh/tmp/rpm-tmp.66763 (%build)
refetch sources. they seem outdated (out of sync)
$ ./builder -bb kernel-desktop.spec:LINUX_2_6_24 --target x86_64,noarch
works on carme.
auto-th-kernel-desktop-2_6_24_7-1
I have refetched sources yesterday and today, still no go. But it goes
with LINUX_2_6_24 tag, thanks.

Daniel
--
Daniel Horecki
http://morr.pl
Loading...