Mailinglist Archive: opensuse (3785 mails)
| < Previous | Next > |
Re: can not built qt3.2.1-src.rpm
- From: Jim Osborn <jimo@xxxxxxxxxx>
- Date: Fri, 24 Oct 2003 13:36:45 -0700
- Message-id: <20031024203645.GA21581@xxxxxxxxxx>
On Fri, Oct 24, 2003 at 10:07:09PM +0400, Vitaly Shishakov wrote:
> ...after it is compiled and before the backages
> are built, i have a strange error:
> fg: no such job
I saw this error when I mistakenly used the non-existant section header:
%postin
in a spec file I was writing. When I re-read the RPM-howto I saw that
the sections are in fact:
%pre
%post
%preun
%postun
and when I changed my mistake to "%post" the "fg: no such job" error
went away. You might see if your spec file has a similar error.
HTH,
Jim
> ...after it is compiled and before the backages
> are built, i have a strange error:
> fg: no such job
I saw this error when I mistakenly used the non-existant section header:
%postin
in a spec file I was writing. When I re-read the RPM-howto I saw that
the sections are in fact:
%pre
%post
%preun
%postun
and when I changed my mistake to "%post" the "fg: no such job" error
went away. You might see if your spec file has a similar error.
HTH,
Jim
| < Previous | Next > |