Bugzilla – Bug 129209
unsermake has two little bugs creating shell commands
Last modified: 2006-02-04 15:54:51 UTC
Hi, when trying to use unsermake to compile qtparted (which is sadly not in suse) I encountered two little bugs in the suite that caused to try to execut a "$ret" = 0 cmd in the shell instead of "$ret" == 0. they are: designer.um: line 88 it must be: rules.append( "if test \"$$ret\" == 0; then echo '#include \"%s.moc\"' >> %s; else rm -f %s; exit $$ret; fi" and program.py:432 it must be: 'if test "$$stat" = 0; then echo "timestamp" > %s; fi' % closure]) greets Dennis
another addition, in designer.um line 84 and 81 need the "ret=$$?" to be ended by an ; to properly end this cmd for the shell
I have no idea what you're talking about, sorry. Please provide a patch (against websvn.kde.org/trunk/kdenonbeta/unsermake)
it looks like in the svn version the bugs are fixed, maybe the package should be upgraded ?
it is updated often