Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2:Update
CodeAnalyst
ca-fix-oprofile-ibs-check.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ca-fix-oprofile-ibs-check.patch of Package CodeAnalyst
Fix BUG163976: Cannot profile IBS when build with OProfile-0.9.5 with option --with-oprofile --- Index: src/ca/gui/oprofile_interface.cpp =================================================================== --- src/ca/gui/oprofile_interface.cpp (revision 16837) +++ src/ca/gui/oprofile_interface.cpp (working copy) @@ -1144,15 +1144,16 @@ #if (OP_VERSION_BASE == 0x00903) command = QString(OP_BINDIR) + - "opcontrol --help 2>&1 " + + "/opcontrol --help 2>&1 " + "| grep ibs-fetch 2> /dev/null > /dev/null"; ret = (system(command.ascii()) == 0)? true: false; #endif #if (OP_VERSION_BASE >= 0x00905) + command = QString(OP_BINDIR) + - "oprofiled --help 2>&1 " + + "/oprofiled --help 2>&1 " + "| grep ext-feature 2> /dev/null > /dev/null"; ret = (system(command.ascii()) == 0)? true: false; #endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor