On Wed, 2011-03-23 at 14:33 -0600, Ann Davis wrote:
On 3/23/2011 at 10:36 AM, Roger Oberholtzer <roger@opq.se> wrote: From the OBS log, I see this for the working novell-hello driver:
+ exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --define 'disturl obs://build.opensuse.org/home:andavis/openSUSE_11.2/136e91aafca2d76ed4550af51 41b092e-novell-hello' /usr/src/packages/SOURCES/novell-hello.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DpWpV3 + umask 022
For my not working vmic_enable driver I see this:
+ exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --define 'disturl obs://build.opensuse.org/home:rogeroberholtzer/openSUSE_11.2/e26b2630e283fef1 ba4bf28da64b7b66-vmic_enable' /usr/src/packages/SOURCES/vmic_enable.spec Makefile:23: *** mixed implicit and normal rules. Stop. Makefile:23: *** mixed implicit and normal rules. Stop. Makefile:23: *** mixed implicit and normal rules. Stop. Makefile:23: *** mixed implicit and normal rules. Stop. Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.N9vyzX + umask 022
I think there may be something very strange in the %description line in your spec file. An octal dump of novell-hello.spec seems to show appropriate octal codes for the string "%description" ( 062045 071545 071143 070151 064564 067157 000012 0000015 ) but the octal dump of vmic_enable.spec does not show these. It kind of makes sense that this area of the spec file is causing the problem, since the failure message occurs right before the %prep section. Anyway, I suggest looking at your existing vmic_enable.spec file using the "od" command and/or manually typing and uploading the whole spec file again...
You can test this really quickly using the iconv command. Try 'iconv -f UTF-8 -t US-ASCII vmic_enable.spec'. This will validate the all the characters are plain 7-bit ASCII. Thanks, Peter -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org