Giter Site home page Giter Site logo

perryjrandall / arsenalsuite Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 29.42 MB

Automatically exported from code.google.com/p/arsenalsuite

License: GNU General Public License v2.0

Shell 0.11% C 5.81% Python 12.96% NSIS 0.33% QMake 0.22% JavaScript 0.75% Perl 1.30% C++ 15.41% Makefile 0.41% PLpgSQL 2.68% CSS 0.20% Limbo 0.01% Brainfuck 0.03% Groff 0.01% Batchfile 0.01% HTML 58.78% TypeScript 0.10% Lex 0.07% Yacc 0.80% Inno Setup 0.01%

arsenalsuite's People

Contributors

barryrobison avatar jmuenzner avatar

Stargazers

 avatar

Forkers

mabo0001

arsenalsuite's Issues

Freezer crashes in host list

If you select multiple hosts, right-click, Host Info...
 to change properties on multiple hosts at once, then you get a segfault.

Looks like infinite recursion

#12251 0x00002b21def55fa0 in ModelTreeBuilder::_loadChildren () from
/usr/local/lib/libstonegui.so.1
#12252 0x00002b21def581b6 in ModelNode::child () from
/usr/local/lib/libstonegui.so.1
#12253 0x00002b21def58210 in SuperModel::rowCount () from
/usr/local/lib/libstonegui.so.1
#12254 0x00002b21def4c5b3 in RecordPropValTreeBuilder::loadChildren () from
/usr/local/lib/libstonegui.so.1
#12255 0x00002b21def55fa0 in ModelTreeBuilder::_loadChildren () from
/usr/local/lib/libstonegui.so.1

Original issue reported on code.google.com by [email protected] on 24 Feb 2010 at 4:46

Image viewer stops working in Freezer

After successfully showing the image(s) for one job, Freezer will stop
showing images for any job.

May re-work the whole ImageView class, as it is pretty old now..

Original issue reported on code.google.com by [email protected] on 18 Mar 2010 at 11:02

nuke submit broken

Currently nuke submit is not working - possibly due to absubmit changes and
multiple outputs?

Original issue reported on code.google.com by [email protected] on 13 Apr 2010 at 11:29

RecordList::operator= has incorrect semantics

The method:
RecordList & RecordList::operator=( const RecordList & other );
has incorrect semantics. 

It currently clears the contents of this before copying content.

It should first of all check to see if this==other. It is perfectly valid
to assign instance A to A without losing its content.

Original issue reported on code.google.com by [email protected] on 6 Nov 2009 at 5:50

absubmit support for reserving hosts

Some interface for asking absubmit ( or something ) for a number of hosts,
and blocking until hosts are available. Returns a list of hosts to be used
for your computations.

Original issue reported on code.google.com by [email protected] on 13 Jan 2010 at 11:18

  • Blocked on: #27

Deleting Multiple Jobs Slow Assfreezer Update

What steps will reproduce the problem?
1. Assfreezer Build 83xx
2. Select 30 jobs or so and delete them.  The actual delete action happens
very fast.  But the application hangs after deletion, it eventually
recovers after a minute or so.  But users often just kill assfreezer and
restart it instead.  Not sure if this is still an issue in the latest build.


Original issue reported on code.google.com by [email protected] on 22 Jan 2010 at 4:47

ArsenalFreezer Close Tabs Bug

What steps will reproduce the problem?
1. ArsenealFreezer - 3 tabs open (HostList, JobList, JobList)
2. Right click on either JobList tabs -> Close View
3. Both JobList tabs are closed

What is the expected output? What do you see instead?

Expect clicked on JobList tab to close and the other to remain open -
instead both JobList tabs are closed.

What version of the product are you using? On what operating system?

ArsenalFreezer - Version 1.0, build 20100519002553




Original issue reported on code.google.com by [email protected] on 7 Jun 2010 at 12:00

Job stdout/stderr filters


Move source of job error regexes to a database table. 

Add abstraction of job filter sets to jobs, so you can set per-job which set to 
use. Default per job type.


Original issue reported on code.google.com by [email protected] on 23 Sep 2010 at 12:29

Implement "soft" dependencies

Soft or "linked" dependencies mean that children job tasks can run when the
corresponding parent task has completed.

So far I've refactored the dependency status change code into a plsql
function. Next up is to add the linked task status changes.

Original issue reported on code.google.com by [email protected] on 6 Feb 2010 at 3:49

cleanup of menus

Go through all context menus, sanity check entries, clean them up and add
functionality where required.


Original issue reported on code.google.com by [email protected] on 29 Oct 2009 at 2:14

Issues Building

What steps will reproduce the problem?
1. Fresh CentOS 6.5 install
2. Build Qt 4.8.6.0 with psql
3. export MAKEFLAGS=-j6
4. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
5. export PATH=$PATH:/usr/local/bin
6. python build.py clean release build verbose install sip sipstatic
7. python build.py clean release build verbose install sip:skip sipstatic:skip 
pyqt
8. python build.py clean release build verbose install sip:skip sipstatic:skip 
pyqt:skip absubmit pyabsubmit

What is the expected output? What do you see instead?
Expecting it to build.

> [root@arsenal arsenalsuite]# python build.py -color clean release build 
install sip sipstatic
x86_64                                                                          

Starting Build                                                                  

Targets:  [sip, sipstatic]                                                      

Args:  ['-color', 'clean', 'release', 'build', 'install']                       

Building: sip           /opt/arsenalsuite/cpp/lib/sip                           

Building: sipstatic             /opt/arsenalsuite/cpp/lib/sip                   

> [root@arsenal arsenalsuite]# python build.py -color clean release build 
install sip:skip sipstatic:skip pyqt
x86_64                                                                          

Starting Build                                                                  

Targets:  [sip, sipstatic, pyqt]                                                

Args:  ['-color', 'clean', 'release', 'build', 'install', 'sip:skip', 
'sipstatic:skip']                       
Building: pyqt          /opt/arsenalsuite/cpp/lib/PyQt4                         

> [root@arsenal arsenalsuite]# python build.py -color clean release build 
install sip:skip sipstatic:skip pyqt:skip absubmit pyabsubmit
x86_64                                                                          

Starting Build                                                                  

Targets:  [sip, sipstatic, pyqt, absubmit, absubmit, pyabsubmit]                

Args:  ['-color', 'clean', 'release', 'build', 'install', 'sip:skip', 
'sipstatic:skip', 'pyqt:skip']                                   
Building: stone         /opt/arsenalsuite/cpp/lib/stone                         

Building: stonegui              /opt/arsenalsuite/cpp/lib/stonegui              

/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/bin/uic ui/addlinkdialog.ui -o 
.out/ui_addlinkdialog.h                                    
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/bin/uic 
ui/lostconnectiondialogui.ui -o .out/ui_lostconnectiondialogui.h                

/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/bin/uic ui/configdbdialogui.ui -o 
.out/ui_configdbdialogui.h                              
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/bin/uic ui/graphitedialogui.ui -o 
.out/ui_graphitedialogui.h                              
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/bin/uic 
ui/graphitesourceswidgetui.ui -o .out/ui_graphitesourceswidgetui.h              

/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/bin/uic 
ui/graphiteoptionswidgetui.ui -o .out/ui_graphiteoptionswidgetui.h              

/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/bin/uic ui/imagesequencewidget.ui 
-o .out/ui_imagesequencewidget.h                        
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/bin/uic ui/remotetailwindowui.ui 
-o .out/ui_remotetailwindowui.h                          
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/actions.o src/actions.cpp                                 


ui/graphiteoptionswidgetui.ui: Warning: The name 'label_7' (QLabel) is already 
in use, defaulting to 'label_71'.                                               

g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/busywidget.o src/busywidget.cpp                           


g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/configdbdialog.o src/configdbdialog.cpp                   


g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/extgraphicsscene.o src/extgraphicsscene.cpp               


g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/exttreewidgetitem.o src/exttreewidgetitem.cpp             


g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/ffimagesequenceprovider.o src/ffimagesequenceprovider.cpp 


g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/fieldcheckbox.o src/fieldcheckbox.cpp                     


src/busywidget.cpp:54: warning: unused parameter ‘pe’                       



g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/fieldlineedit.o src/fieldlineedit.cpp                     


g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/fieldtextedit.o src/fieldtextedit.cpp                     


src/exttreewidgetitem.cpp:40: warning: unused parameter ‘column’            



g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/fieldspinbox.o src/fieldspinbox.cpp                       


g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/filteredit.o src/filteredit.cpp                           


g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/glutil.o src/glutil.cpp                                   


g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/graphitedialog.o src/graphitedialog.cpp                   


In file included from 
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/QGLWidget:1,      


                 from src/glutil.cpp:31:                                                                                                                                                                                                       
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:88:20: 
error: GL/gl.h: No such file or directory                                       


src/glutil.cpp:38:22: error: GL/glext.h: No such file or directory              


g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/graphitesource.o src/graphitesource.cpp                   


g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/graphitesourceswidget.o src/graphitesourceswidget.cpp     


g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DSTONEGUI_MAKE_DLL -DQT_NO_DEBUG 
-DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_CORE_LIB -DQT_SHARED 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/mkspecs/linux-g++ -I. 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtCore 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtNetwork 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtGui 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtXml 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtSql 
-I/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include -Iinclude -Isrc -I.out 
-I../stone/include -I../stone/.out -I/usr/include/stone -I/usr/X11R6/include 
-I.out -I.out -o .out/graphiteoptionswidget.o src/graphiteoptionswidget.cpp     


In file included from 
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/QGLWidget:1,      


                 from src/glutil.cpp:31:                                                                                                                                                                                                       
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:353: error: 
‘GLuint’ does not name a type                                               


/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:355: error: 
‘GLuint’ does not name a type                                               


/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:358: error: 
‘GLuint’ does not name a type                                               


/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:360: error: 
‘GLuint’ does not name a type                                               


/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:362: error: 
‘GLuint’ does not name a type                                               


/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:364: error: 
‘GLuint’ has not been declared                                              


/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:366: error: 
‘GLuint’ has not been declared                                              


/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:366: error: 
‘GLenum’ has not been declared                                              


/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:367: error: 
‘GLuint’ has not been declared                                              


/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:367: error: 
‘GLenum’ has not been declared                                              


/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:366: error: 
‘GL_TEXTURE_2D’ was not declared in this scope                              


/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:367: error: 
‘GL_TEXTURE_2D’ was not declared in this scope                              


/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:534: error: 
‘GLuint’ does not name a type
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:536: error: 
‘GLuint’ does not name a type
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:539: error: 
‘GLuint’ does not name a type
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:541: error: 
‘GLuint’ does not name a type
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:544: error: 
‘GLuint’ does not name a type
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:546: error: 
‘GLuint’ has not been declared
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:548: error: 
‘GLuint’ has not been declared
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:548: error: 
‘GLenum’ has not been declared
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:549: error: 
‘GLuint’ has not been declared
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:549: error: 
‘GLenum’ has not been declared
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:548: error: 
‘GL_TEXTURE_2D’ was not declared in this scope
/method/ext/qt/4.8.6.0/Linux/x86_64/centos-6/include/QtOpenGL/qgl.h:549: error: 
‘GL_TEXTURE_2D’ was not declared in this scope
In file included from src/glutil.cpp:35:
include/glutil.h:47: error: ‘GLuint’ does not name a type
include/glutil.h:49: error: ‘GLuint’ does not name a type
src/glutil.cpp: In function ‘bool glIsExtensionSupported(QGLContext*, const 
QString&)’:
src/glutil.cpp:44: error: ‘GL_EXTENSIONS’ was not declared in this scope
src/glutil.cpp:44: error: ‘glGetString’ was not declared in this scope
src/glutil.cpp: At global scope:
src/glutil.cpp:48: error: ‘GLuint’ does not name a type
src/glutil.cpp: In destructor ‘GLTexture::~GLTexture()’:
src/glutil.cpp:84: error: ‘handle’ was not declared in this scope
src/glutil.cpp:84: error: ‘glDeleteTextures’ was not declared in this scope
src/glutil.cpp: In member function ‘void GLTexture::loadTexture(const 
QImage&)’:
src/glutil.cpp:94: error: ‘GLenum’ was not declared in this scope
src/glutil.cpp:94: error: expected ‘;’ before ‘format’
src/glutil.cpp:99: error: ‘textureMode’ was not declared in this scope
src/glutil.cpp:99: error: ‘::textureMode’ has not been declared
src/glutil.cpp:102: error: ‘glEnable’ was not declared in this scope
src/glutil.cpp:105: error: ‘handle’ was not declared in this scope
src/glutil.cpp:105: error: ‘glGenTextures’ was not declared in this scope
src/glutil.cpp:108: error: ‘glBindTexture’ was not declared in this scope
src/glutil.cpp:141: error: ‘GL_TEXTURE_2D’ was not declared in this scope
src/glutil.cpp:141: error: ‘format’ was not declared in this scope
src/glutil.cpp:141: error: ‘GL_UNSIGNED_BYTE’ was not declared in this scope
src/glutil.cpp:141: error: ‘glTexImage2D’ was not declared in this scope
src/glutil.cpp:143: error: ‘glTexSubImage2D’ was not declared in this scope
make: *** [.out/glutil.o] Error 1
make: *** Waiting for unfinished jobs....
Error Building Target: stonegui, cmd was: make
Traceback (most recent call last):
  File "/opt/arsenalsuite/python/blur/build.py", line 858, in build
    t.build()
  File "/opt/arsenalsuite/python/blur/build.py", line 237, in build
    self.build_deps(self.pre_deps)
  File "/opt/arsenalsuite/python/blur/build.py", line 227, in build_deps
    d.build()
  File "/opt/arsenalsuite/python/blur/build.py", line 237, in build
    self.build_deps(self.pre_deps)
  File "/opt/arsenalsuite/python/blur/build.py", line 227, in build_deps
    d.build()
  File "/opt/arsenalsuite/python/blur/build.py", line 237, in build
    self.build_deps(self.pre_deps)
  File "/opt/arsenalsuite/python/blur/build.py", line 227, in build_deps
    d.build()
  File "/opt/arsenalsuite/python/blur/build.py", line 237, in build
    self.build_deps(self.pre_deps)
  File "/opt/arsenalsuite/python/blur/build.py", line 227, in build_deps
    d.build()
  File "/opt/arsenalsuite/python/blur/build.py", line 244, in build
    self.build_run()
  File "/opt/arsenalsuite/python/blur/build.py", line 404, in build_run
    self.run_make()
  File "/opt/arsenalsuite/python/blur/build.py", line 194, in run_make
    return self.run_cmd(make_cmd + arg_string)
  File "/opt/arsenalsuite/python/blur/build.py", line 185, in run_cmd
    self.cmd_error(cmd,output)
  File "/opt/arsenalsuite/python/blur/build.py", line 173, in cmd_error
    raise Exception()
Exception
Writing build resume file to /opt/arsenalsuite/build_resume.cache
Exiting

What version of the product are you using? On what operating system?
CentOS 6.5

arsenalsuite-07ab2fd8d7f0.tar.gz

Qt 4.8.6.0 Source downloaded and built with:
./configure -confirm-license -opensource -no-qt3support -no-rpath -qt-sql-psql 
-fast -L /usr/lib64/pgsql/ -I /usr/include/pgsql


Original issue reported on code.google.com by [email protected] on 22 Aug 2014 at 6:49

Audit Job History

Re-visit what all gets logged to job history. 

Should this be done at trigger or stone level?

Original issue reported on code.google.com by [email protected] on 23 Sep 2010 at 12:27

Difficulty compiling - cannot build stonegui

Forgive me, I'm not sure whether this is the appropriate venue to ask for help. 
 I'm having difficulty getting Arsenal Suite to build on multiple machines.

I'm using Debian 7.5.0 Wheezy.  It's a fresh install.  I've got some systems 
using LXDE and others using XFCE.  Each system is at least a Pentium 4 with 
minimum 1GB RAM.  Most of the systems are native installations of Linux, though 
the highest-end machine is a Core i5 with 4GB RAM running Windows 7 Pro with 
Debian under VirtualBox.

I've collected -- so far as I can tell -- all of the dependencies prior to 
attempting the build.  I'm following the sample build script provided in the 
Wiki.  I am not using the optional alternate prefix, nor am I using a 
non-system default Python (My version of Wheezy comes preloaded with Python 
2.7).  I'm logged into the system as root.

Sip and PyQT build just fine with no errors.  The third step to build Freezer, 
Burner, etc. fails every time when trying to build stonegui.

I have attached the complete transcript from my build.  It's a bit long.  Could 
someone please review the error I'm getting and let me know where the failure 
point is?  I'd love to use Arsenal Suite if I can just get it up and running.

Thank you in advance.

Original issue reported on code.google.com by [email protected] on 10 Jul 2014 at 5:57

Attachments:

License counting is wonky

I've put CHECK constraints on the License table to make sure it won't
over-allocate licenses. This exposes via SQL errors that the manage is not
doing the right thing.

Original issue reported on code.google.com by [email protected] on 23 Oct 2009 at 12:51

Cannot run classmaker from a different directory

If you try to run classmaker from a directory that it is not stored in, it
will fail with it not be able to find the templates directory.

What steps will reproduce the problem?
1. classmaker -s ./schema.xml -o ./
2. ERROR: templates directory does not exist

What is the expected output? What do you see instead?
Expected: no error
Actual: ERROR: templates directory does not exist

What version of the product are you using? On what operating system?
8843

Please provide any additional information below.
It would be good to provide an extra command line option:
--templates, -t DIR directory where templates can be found

Original issue reported on code.google.com by [email protected] on 3 Nov 2009 at 12:30

Per job error limits

A field to define max errors per job before suspension.

Possibly tied to the output filter ticket also open.


Original issue reported on code.google.com by [email protected] on 28 Sep 2010 at 6:05

open shell in output dir

would be great if we could get the option to output a shell in the
directory where the output is generated

can be used to quickly assess the output with any process I wish

Original issue reported on code.google.com by [email protected] on 27 Apr 2010 at 8:09

Develop UI for task accounting

We are now recording various stats against each running job on the farm.
We want to have an interface that reports those stats and gives an overview
on the resources used by the farm.


Original issue reported on code.google.com by jmuenzner on 8 Apr 2010 at 5:11

Freezer - re-work player / viewer stuff

In arsenal there should be a user configurable system for adding and
modifying "viewer" utility apps.

* update Settings.. dialog to edit Config items that drive this
* Context menus should be updated too.


Original issue reported on code.google.com by [email protected] on 6 Jan 2010 at 2:09

Build system to support prefix and arbitrary python

The build system should support an optional prefix to install locations, so
you don't need to be root to build things.

Also you should be able to specify the python you want to use, as some
systems ( notably CentOS 5 ) have 2.4 as the system python, which yum and
other system tools depend on. We want to build with pyhton2.5 so just
calling "python" is not good enough.

Original issue reported on code.google.com by [email protected] on 19 Apr 2010 at 2:46

Scheduler throughput tests

Need some scripts to submit a lot  of 1 second jobs, and measure how long
it takes to work through them.

Should be able to use a few nodes running multiple AB clients to process
the fake jobs.

10,000 jobs of 500 tasks each should be a good starting point.

Original issue reported on code.google.com by [email protected] on 18 Mar 2010 at 11:28

Canned Batch Job Dialog Reappears after Submit or Cancel

What steps will reproduce the problem?
1. Go to Freezer host view
2. Right-click on selected host(s) and choose a canned batch job
3. Hit submit or cancel.

What is the expected output? What do you see instead?
The dialog should go disappear.

What version of the product are you using? On what operating system?
Build 8430 Linux

Please provide any additional information below.

If submit is selected, the job does get submitted properly. It's just
annoying to see a second window pop-up

Original issue reported on code.google.com by [email protected] on 26 Jan 2010 at 12:30

task accounting back-end: pass 2

Need to audit current state of task accounting. Make sure stat columns and
jobstat table are getting updated correctly with the data we expect to be
getting.

Original issue reported on code.google.com by [email protected] on 27 Apr 2010 at 4:15

Host list view is slow

Something I changed in the host list made it refresh on each click, and
refresh takes too long. Probably the changes to the Job column ( showing
all assigned tasks ).

Original issue reported on code.google.com by [email protected] on 29 Oct 2009 at 2:13

Multilog

Currently multilog stats the log file every time a message is logged, to get 
its current size. 

Make it so it doesn't do this.

Original issue reported on code.google.com by [email protected] on 27 Sep 2010 at 3:30

Max (job) assignment per host occasionally unreliable

What steps will reproduce the problem?
1. Set the 'Max Assignments' for a specific host (under 'Host Info') to 1
2. Submit a job to this specific host only - the job should be a shell
script sleeping for a few seconds

What is the expected output? What do you see instead?
There should always only be one task getting processed at a time.
But occasionally two tasks will get assigned at once.

Possible issue:
There is a race condition between the job assignment and the host selection.
As the job gets assigned it decrements the 'activeassignmentcount' value in
the hoststatus table via a trigger. The manager loop will keep looking for
available hosts for waiting tasks, so it potentially picks the same host
since the trigger has not yet decremented the 'activeassignmentcount'.

To be investigated further.


Original issue reported on code.google.com by jmuenzner on 8 Apr 2010 at 4:50

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.