On Thu, 20 Apr 2000, Jim Fritz wrote:
> When I issue the command:
>
> rpm -bb -clean procps.spec
>
> It fails ending in:
>
> Provides: libproc.so.2.0
> PreReq: /bin/sh
> Processing files: procps-X11-2.0.6-12mdk
> Finding Provides: (using /usr/lib/rpm/find-provides)...
> Finding Requires: (using /usr/lib/rpm/find-requires)...
> Requires: /bin/sh
>
> This doesn't make sense to me since:
>
> /bin/sh exists
> /bin/sh is a link to /bin/bash (which also exists)
> /bin/sh and /bin/bash were installed by RPM
> I can build procps-2.0.6-5mdk.src.rpm with no problems at all.
>
> Does anyone have a suggestion?
>
This seems like the typical case where rpm doesn't find all the files
which is noted in the %files section. If you look earlier in the log,
there should be a "file missing" or some other error.
seb