Overview
Request 1190365 accepted
Submitting devel:tools/seergdb to openSUSE:Factory.
SeerGDB is a modern, beautiful, useful GUI for GNU GDB written in modern C++.
It's quite well maintained, and I think it'd be really useful as GDB's default
interface won't be to everyone's liking.
Mailing list link:
https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/DGVFIN4RLGZRUP227OSGUQUXNA24KM73/
- Created by mschreiner
- In state accepted
- Supersedes 1190052
seergdb.x86_64: W: position-independent-executable-suggested /usr/bin/seergdb This executable should be position independent (all binaries should). Check that it is built with -fPIE/-fpie in compiler flags and -pie in linker flags.
Can't you use the %cmake
macro? It sets CXXFLAGS appropriately and thus gets optflags into play
why not use the cmake macros to pass in all the flags?
instead of repeating the whole cmake call
%if 0%{?suse_version} <= 1550 cmake -D CMAKE_CXX_COMPILER="%{_bindir}/g++-12" .. %else cmake .. %endif
you could do
cmake \ %if 0%{?suse_version} <= 1550 -D CMAKE_CXX_COMPILER="%{_bindir}/g++-12" \ %endif ..
Request History
mschreiner created request
Submitting devel:tools/seergdb to openSUSE:Factory.
SeerGDB is a modern, beautiful, useful GUI for GNU GDB written in modern C++.
It's quite well maintained, and I think it'd be really useful as GDB's default
interface won't be to everyone's liking.
Mailing list link:
https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/DGVFIN4RLGZRUP227OSGUQUXNA24KM73/
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
staging-bot added openSUSE:Factory:Staging:adi:8 as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:8"
staging-bot accepted review
Picked "openSUSE:Factory:Staging:adi:8"
licensedigger accepted review
ok
bigironman accepted review
Accepted review for by_group opensuse-review-team request 1190365 from user staging-bot
dimstar_suse accepted review
Staging Project openSUSE:Factory:Staging:adi:8 got accepted.
dimstar_suse approved review
Staging Project openSUSE:Factory:Staging:adi:8 got accepted.
dimstar_suse accepted request
Staging Project openSUSE:Factory:Staging:adi:8 got accepted.