rrdtool Build Problem With "%{?_smp_mflags}"
"Steve Bonds" <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
FreshRPMs Folks:
On my Red Hat Enterprise 4 build box "rpmbuild -ba" failed using the
spec file provided in
http://apt.sw.be/packages/rrdtool/rrdtool-1.2.9-1.test.src.rpm.
After comparing the build logs vs. those available by Dag, I found
that the "make" line on his build box shows it to be a single CPU
whereas mine is a 4 CPU system. The "-j4" that gets inserted after
the make causes the compile to fail since at some point it goes
looking for a library that hasn't yet been compiled. ;-)
Since this package doesn't take long to build, I'd suggest leaving off
the %{?_smp_mflags}.
-- Steve