Roger,
On 3/23/2011 at 10:36 AM, in message <1300898162.1065.257.camel@acme.pacific>, 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... BTW, I also thought it might be a dos2unix thing; I have seen this cause strange behaviors. Otherwise, I'm baffled. Very odd, especially given that it's working on other targets. Regards, Ann -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org