denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #59547] Denemo does not start


From: Ch P
Subject: [bug #59547] Denemo does not start
Date: Thu, 3 Dec 2020 16:58:47 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]