On Wed, 8 Sep 2010 14:25:53 +0200, Marcus Meissner <meissner@suse.de> wrote:
On Wed, Sep 08, 2010 at 10:24:34PM +1000, doiggl@velocitynet.com.au wrote:
Hello, As suggested by the message [1] when I run the command 'make oldconfig' in obs it generates the message as follows:
+ test -e /usr/src/packages/SOURCES/TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS
+ $'/usr/bin/make\342\200\202oldconfig'
/var/tmp/rpm-tmp.Kg8iar: line 164: /usr/bin/make oldconfig: No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.Kg8iar (%prep)
Well, it seems the space between make and oldconfig is not a ascii space, but some other weird character?
Ciao, Marcus
Managed to fix the weird character issue. The message I get now is + cd linux-2.6.35.4 + /usr/src/packages/SOURCES/apply-patches --vanilla /usr/src/packages/SOURCES/series.conf .. + patch -s -F0 -E -p1 --no-backup-if-mismatch -i ../patches.rpmify/reiser4-for-2.6.35.patch + cd /usr/src/packages/BUILD/kernel-vanilla-2.6.36/linux-obj + '[' -f /usr/src/packages/SOURCES/localversion ']' + test -e ../config.addon/x86_64/vanilla + /usr/src/packages/SOURCES/configtool.pl ../config/x86_64/vanilla ../config.addon/x86_64/vanilla + /usr/src/packages/BUILD/kernel-vanilla-2.6.36/linux-2.6.35.4/scripts/config --set-str CONFIG_LOCALVERSION -6-vanilla --enable CONFIG_SUSE_KERNEL --disable CONFIG_DEBUG_INFO + MAKE_ARGS=' -C /usr/src/packages/BUILD/kernel-vanilla-2.6.36/linux-2.6.35.4 O=/usr/src/packages/BUILD/kernel-vanilla-2.6.36/linux-obj' + test -e /usr/src/packages/SOURCES/TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS + /usr/bin/make oldconfig make: *** No rule to make target `oldconfig'. Stop. error: Bad exit status from /var/tmp/rpm-tmp.TQaPvf (%prep) How can this error be resolved ? Thanks Glenn -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org