Xymon Mailing List Archive search

Building from .spec file

list Jason Kincl
Tue, 19 Apr 2011 08:55:19 -0500
Message-Id: <user-935470f8bdf4@xymon.invalid>

For the xymonmenu.css not found, this is because in 4.3.0, there are two files, xymonmenu-blue and xymonmenu-grey, in your spec file at the bottom under the %files declaration:

comment out the xymonmenu.css line and put this in its place:
%attr(644, root, root) %config /var/lib/xymon/www/menu/xymonmenu-blue.css
%attr(644, root, root) %config /var/lib/xymon/www/menu/xymonmenu-grey.css

I am not sure about the critical.cfg.bak file and what that is used for, I do not use the critical systems page in my implementation. You can comment that line out also in order to get a successful build but it might break the feature..

On Apr 19, 2011, at 7:43 AM, McDonald, Dan wrote:
On 4/19/11 2:04 AM, "Colin Coe" <user-5b250cd7a540@xymon.invalid> wrote:
Hi all

I'm attempting to build an RPM of xymon 4.3.2 on a RHEL box using
mock.  I'm getting the following at the end of
RPM build errors:
    File not found:
/builddir/build/BUILDROOT/xymon-4.3.2-1.x86_64/var/lib/xymon/www/menu/xymonmen
u.css
Any one seen/resolved this?
I'm seeing similar things trying to build xymon 4.3.2 on Mandriva Enterprise
server 5:

Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/xymon-root


RPM build errors:
    File not found: /tmp/xymon-root/var/lib/xymon/www/menu/xymonmenu.css
    File not found: /tmp/xymon-root/etc/xymon/critical.cfg.bak
    File listed twice: /usr/lib/xymon/client/bin/clientupdate
    File listed twice: /usr/lib/xymon/client/bin/logfetch
    File listed twice: /usr/lib/xymon/client/ext

Mandriva's cooker still has 4.2.3-8 as the most recent version

Anyone got a working .spec?  I could probably tweak this to work, but if
someone has a working copy already, I'd rather not re-invent the wheel.

At this point I'm looking at a fresh install rather than a migration, so I
don't need the scripts to rename the files that Buchan was discussing about
a month ago on this list.

--
Daniel J McDonald, CCIE # 2495, CISSP # 78281

Jason Kincl