RPM Spec file bugs

Phillip G Deneault deneault at WPI.EDU
Thu May 22 16:14:02 EDT 2008


Follow up email on the argus-client issues...

I had to make some changes to radium/Makefile.in.  Right side is the 
modified side.  I just copied this code straight out of ratop's 
Makefile.in so forgive me if I messed some convention up.  In my 
defense, it worked. :-)
------------
80c80
< PROGS = radium
---
 > PROGS = @INSTALL_BIN@/radium
84c84
< radium: radium.o $(LIB)
---
 > @INSTALL_BIN@/radium: radium.o $(LIB)
96,97c96,97
<               (mkdir -p $(DESTDIR)$(SBINDIR); chmod 755 
$(DESTDIR)$(SBINDIR))
<       $(INSTALL) radium $(DESTDIR)$(SBINDIR)
---
 >               (mkdir -p $(DESTDIR)$(BINDIR); chmod 755 
$(DESTDIR)$(BINDIR))
 >       $(INSTALL) @INSTALL_BIN@/radium $(DESTDIR)$(SBINDIR)
-------------

I also deleted the lines about ramatrix and raxml out of the 
argus-client spec file since there is no code for them I could find in 
the package.

Thanks!
Phil

Phillip G Deneault wrote:
> To be honest, I don't remember getting it. Are you sure it was me? There 
> is another guy named Philipp on this list who is working on ArgusEye.  I 
> avoid GUI's whenever possible.  :-)
> 
> I've found another issue that is causing radium in argus-clients-3.0.0 
> to be compiled into its own directory and not into the bin/ directory 
> and that is causing some hiccups as well.  I'm working through that 
> issue right now and hope to have something more concrete soon.
> 
> Thanks for the changes,
> Phil
> 
> Carter Bullard wrote:
>> Hey Phil,
>> Thanks!!!!   I'll get those changes into the code set, which will
>> be argus-3.0.1.  I sent you some mail earlier about your opinion
>> regarding the GUI work that I would like to do in earnest.
>>
>> Any reactions?
>>
>> Carter
>>
>>
>> On May 22, 2008, at 11:40 AM, Phillip G Deneault wrote:
>>
>>> I was attempting to build the argus-3.0.0 RPMs which I downloaded 
>>> only a few days ago from:
>>> ftp://ftp.qosient.com/dev/argus-3.0/
>>>
>>> Running a simple 'rpmbuild -ba argus.spec' command was successful 
>>> except for two bugs.
>>>
>>> The first was that 'ntasbug' is not included in the compiled 
>>> programs. I assume this was meant to be 'argusbug' from some posts 
>>> back in 2006. Also, the man/man5/argus.5 file is missing from the 
>>> tarball, so that doesn't copy over either.
>>>
>>> Thanks,
>>> Phil
>>>
>>>
> 
> 


-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Phil Deneault              "We work in the dark. We do what we can.
deneault at wpi.edu                              We give what we have.
Network Security Officer 		  Our doubt is our passion,
Network Operations                     and our passion is our task.
Worcester Polytechnic Institute    The rest is the madness of art."
http://www.wpi.edu/~deneault/   		      - Henry James
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-




More information about the argus mailing list