http://bugzilla.opensuse.org/show_bug.cgi?id=1169468 http://bugzilla.opensuse.org/show_bug.cgi?id=1169468#c1 Tom de Vries <tdevries@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matz@suse.com Assignee|matz@suse.com |tdevries@suse.com --- Comment #1 from Tom de Vries <tdevries@suse.com> --- This change: ... Index: gdb.spec =================================================================== --- gdb.spec (revision 245) +++ gdb.spec (working copy) @@ -755,7 +755,7 @@ --without-libexpat-prefix \ --enable-tui \ %if 0%{!?_without_python:1} - --with-python=%{_bindir}/%{python} \ + --with-python=$(readlink -e %{_bindir}/%{python}) \ %else --without-python \ %endif ... make sure we have: ... $ configure ... --with-python=/usr/bin/python3.8 ... instead of: ... $ configure ... --with-python=/usr/bin/python3 ... -- You are receiving this mail because: You are on the CC list for the bug.