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/

Loading...

Dominique Leuenberger's avatar
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


Marcus Rueckert's avatar
  1. why not use the cmake macros to pass in all the flags?

  2. 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
  ..
  1. https://nordisch.org/posts/rpm-spec-files-conditionals-and-forcing/
Request History
Martin Schreiner's avatar

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's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Staging Bot's avatar

staging-bot added openSUSE:Factory:Staging:adi:8 as a reviewer

Being evaluated by staging project "openSUSE:Factory:Staging:adi:8"


Staging Bot's avatar

staging-bot accepted review

Picked "openSUSE:Factory:Staging:adi:8"


Saul Goodman's avatar

licensedigger accepted review

ok


Wolfgang Engel's avatar

bigironman accepted review

Accepted review for by_group opensuse-review-team request 1190365 from user staging-bot


Dominique Leuenberger's avatar

dimstar_suse accepted review

Staging Project openSUSE:Factory:Staging:adi:8 got accepted.


Dominique Leuenberger's avatar

dimstar_suse approved review

Staging Project openSUSE:Factory:Staging:adi:8 got accepted.


Dominique Leuenberger's avatar

dimstar_suse accepted request

Staging Project openSUSE:Factory:Staging:adi:8 got accepted.

openSUSE Build Service is sponsored by