On Mon, Aug 06, 2007 at 03:36:11AM -0700, Dave wrote: > Preparing... ########################################### [100%] > 1:heartbeat ########################################### [100%] > /var/tmp/rpm-tmp.50506: line 1: fg: no job control > error: %post(heartbeat-2.1.0-45.1.x86_64) scriptlet failed, exit status 1
Often, this means one of the sections like %build is misspelled. I think, under the hood, those lines are supposed to correspond to a macro, that is expanded as command with arhs, and handed off to bash to execute. But, if you've misspelled it, and empty string is fed to bash, and it whines thusly. I don't have the spec file in front of me to review, so I may be off base here... > Thanks in advance. > Dave -- Brian Reichert <[EMAIL PROTECTED]> 55 Crystal Ave. #286 Daytime number: (603) 434-6842 Derry NH 03038-1725 USA BSD admin/developer at large _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
