scott, you should check the help: http://jucr.opensolaris.org/help/main
you are missing several key things

On Mon, Apr 13, 2009 at 9:06 PM, Scott Davenport
<Scott.Davenport at sun.com> wrote:
>
> On Mon, 2009-04-13 at 12:57 -0500, Doug Leavitt wrote:
>> My first guess as to what may be wrong with the spec file is that
>> I see:
>> rm -rf %{buildroot}
>>
>> and not:
>>
>> rm -rf $RPM_BUILD_ROOT
>>
>> at various point in the spec file.
>>
>> I believe that translates to the shell command:
>> $ rm -rf
>>
>> or fails before anything happens because AFAIK
>> %{buildroot} is not a default macro unless you define it.
>
> Thanks Doug...not sure where I got %{buildroot} from, but
> I'll make the changes and resubmit.
>
> -scott
>
>>
>> Scott Davenport wrote:
>> > On Mon, 2009-04-13 at 11:22 -0600, Bruce Rothermal wrote:
>> >> I had something similar. Look for any "$" that you may have put in for
>> >> a variable that should be "%". This solved my problem.
>> >
>> > Thanks Bruce...saw your posts and checked for that. I don't have
>> > any "$" characters in my .spec file. I also confirmed that all
>> > of my {} braces are paired up properly.
>> > ?http://jucr.opensolaris.org/files/262/431/spec/eventlog.spec
>> >
>> > Other ideas?
>> > -scott
>> >
>> >> On Apr 13, 2009, at 11:13 AM, Scott Davenport wrote:
>> >>
>> >>> Hello,
>> >>>
>> >>> Looking for some guidance on a build failure. Excerpt:
>> >>>
>> >>> INFO: Starting pkgbuild build engine at Mon Apr ?6 18:12:27 BST 2009
>> >>>
>> >>> INFO: Build engine output is written to /tmp/pkgbuild.out.20579
>> >>> INFO: and will be appended to this log when completed.
>> >>> --- command output follows --- started at Mon Apr ?6 18:12:27 BST 2009
>> >>>
>> >>> sed: can't read /tmp/pkgbuild.out.20579: No such file or directory
>> >>> --- command output ends --- finished at Mon Apr ?6 18:12:40 BST 2009
>> >>>
>> >>> INFO: pkgbuild -ba finished at Mon Apr ?6 18:12:40 BST 2009
>> >>>
>> >>> ERROR: eventlog FAILED
>> >>> INFO: Check the build log in /log_dir/1013/eventlog.log for details
>> >>>
>> >>> I checked my .spec file and am not seeing any obvious (to me) errors.
>> >>> Is there a way I'm able to look at /log_dir/1013/eventlog.log?
>> >>>
>> >>> Full log is here:
>> >>> http://jucr.opensolaris.org/build/viewlog/1013/
>> >>>
>> >>> Thanks,
>> >>> -scott
>> >>>
>> >>> _______________________________________________
>> >>> sourcejuicer-discuss mailing list
>> >>> sourcejuicer-discuss at opensolaris.org
>> >>> http://mail.opensolaris.org/mailman/listinfo/sourcejuicer-discuss
>> >
>> > _______________________________________________
>> > sourcejuicer-discuss mailing list
>> > sourcejuicer-discuss at opensolaris.org
>> > http://mail.opensolaris.org/mailman/listinfo/sourcejuicer-discuss
>
> _______________________________________________
> sourcejuicer-discuss mailing list
> sourcejuicer-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/sourcejuicer-discuss
>



-- 
Andy
http://blog.sartek.net

Reply via email to