Re: 1.5.25-15: Problem running rpmbuild from a bash script

2009-12-09 Thread Matt Rice
On Wed, Dec 9, 2009 at 11:01 AM, Matt Rice wrote: > That may very well be.  But I can't really determine anything because > I get no error messages. > > Also, I got desperate, so I uninstalled cygwin, changed some > permissions on the root cygwin directory, then reinstalled.  Now I'm > able to run

Re: 1.5.25-15: Problem running rpmbuild from a bash script

2009-12-09 Thread Matt Rice
On Wed, Dec 9, 2009 at 5:05 AM, Csaba Raduly wrote: > On Tue, Dec 8, 2009 at 8:16 PM, Matt Rice  wrote: >> I'm having problems running rpmbuild from a bash script.  The problem >> occurs when I run the script outside an interactive bash prompt. > (snip) >>  According to the bash manual, the 128 st

Re: 1.5.25-15: Problem running rpmbuild from a bash script

2009-12-09 Thread Csaba Raduly
On Tue, Dec 8, 2009 at 8:16 PM, Matt Rice wrote: > I'm having problems running rpmbuild from a bash script.  The problem > occurs when I run the script outside an interactive bash prompt. (snip) >  According to the bash manual, the 128 status code means it > terminated on a signal of 0. According

1.5.25-15: Problem running rpmbuild from a bash script

2009-12-08 Thread Matt Rice
Hi, I'm having problems running rpmbuild from a bash script. The problem occurs when I run the script outside an interactive bash prompt. The script can be as simple as this: test.sh #!/bin/bash set -x /usr/bin/rpmbuild echo $? If I run ./test