Hi Ken,
----- Original Message -----
> Makepkgs used to work just fine on my sgi ia64 platform running
> SUSE Linux Enterprise Server 11.
>
> But at some point over the last 12 months (I am guessing) it has all
> gone sour ... and now Makepgs dies with this in the tail of the Logs/pcp
> file ...
>
> RPM build errors:
> Could not open %files file
> /home/kenj/src/pcp/pcp-3.9.1/libs_files.rpm: No such file or directory
> make[1]: *** [pack_pcp] Error 1
>
> Can anyone suggest what's wrong here, or what on earth I can provide in
> the way of additional information that might help shed light on the failure?
It will be some unexpected interaction between pcp.spec.in and the makefiles
(and/or the configure paths).
In particular, if the %install section of pcp.spec.in initially produces an
empty set of files for "libs_files" - see lines 398 and 401 - then it will
fail in the way you're observing (I think) due to the awk at line 461 never
creating libs_files.rpm ... could be a /usr/lib32 vs /usr/lib vs /usr/lib64
issue?
cheers.
--
Nathan
|