Follow-up Comment #4, bug #59547 (project denemo):
I run Arch linux :
[chris@portable-ch ~]$ uname -a
Linux portable-ch 5.9.11-arch2-1 #1 SMP PREEMPT Sat, 28 Nov 2020 02:07:22
+0000 x86_64 GNU/Linux
Here is the PKGBUILD which I customize with «--enable-debug» parameter in
configure, for trying to get debug symbols for gdb, but same result, gdb
complains about no debug symbols :
------------------------------
pkgname=denemo
pkgver=2.4.0
pkgrel=1
pkgdesc="A music score editor"
arch=('x86_64')
url="http://www.denemo.org"
license=('GPL')
depends=('aubio' 'lilypond' 'gtk3' 'libxml2' 'fftw' 'librsvg' 'fluidsynth'
'libsmf' 'evince' 'gtksourceview3' 'portmidi' 'guile1.8' 'rubberband')
makedepends=('intltool' 'git')
noextract=(${pkgname}-${pkgver}.tar.gz)
validpgpkeys=('C66734FA5D60E4DDD882EF81AE6F83BB6C574235') # Jeremiah Benham,
AE6F83BB6C574235
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
sha256sums=('edd62c26ce362be77f558860cc72fbbc68128310ca9a38e8f44db5e73ec0b390'
'SKIP')
prepare() {
cd "$srcdir"
LC_ALL=en_US.UTF-8 tar xzf ${pkgname}-${pkgver}.tar.gz
}
build() {
cd $pkgname-$pkgver
[ -x configure ] || ./autogen.sh
./configure --enable-debug --prefix=/usr --sysconfdir=/etc --disable-rpath
make
}
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
------------------------------
And here is the output of «gdb denemo» :
------------------------------
GNU gdb (GDB) 10.1
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
[…… bla bla ……]
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from denemo...
(No debugging symbols found in denemo)
(gdb) quit
------------------------------
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?59547>
_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/