Gentoo Archives: gentoo-user

From: karl@××××××××.se
To: gentoo-user@l.g.o
Subject: [gentoo-user] media-sound/jamin-0.95.0-r3
Date: Thu, 26 Dec 2019 17:49:50
Message-Id: 20191226174942.A73CB81A606A@turkos.aspodata.se
1 Gentoo jamin segfaults, but git version doesn't. Is it time to update
2 the ebuild file ?
3
4 ///
5
6 Jamin emerges fine (with or without osc):
7
8 # emerge -aqv1 jamin
9 [ebuild R ] media-sound/jamin-0.95.0-r3 USE="osc*"
10 ...
11 Would you like to merge these packages? [Yes/No] y
12 >>> Verifying ebuild manifests
13 >>> Emerging (1 of 1) media-sound/jamin-0.95.0-r3::gentoo
14 >>> Installing (1 of 1) media-sound/jamin-0.95.0-r3::gentoo
15 >>> Jobs: 1 of 1 complete Load avg: 1.28, 0.42, 0.31
16
17 But it segfaults on startup:
18
19 $ jamin
20 jamin 0.95.0
21 (C) 2003-2005 J. Depner, S. Harris, J. O'Quin, R. Parker and P. Shirkey
22 This is free software, and you are welcome to redistribute it
23 under certain conditions; see the file COPYING for details.
24
25 (jamin:4501): Gtk-WARNING **: 18:12:48.819: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
26
27 (jamin:4501): Gtk-WARNING **: 18:12:48.820: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
28
29 (jamin:4501): Gtk-WARNING **: 18:12:48.820: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
30
31 (jamin:4501): Gtk-WARNING **: 18:12:48.836: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
32 Segmentation fault
33
34 ////
35
36 The ebuild file points to http://jamin.sourceforge.net which points me
37 to http://jamin.sourceforge.net/en/devinfo.html for the source and
38 appearantly they use cvs. Checking out things I see that things are
39 last updated 2005.
40
41 After some searching I find:
42 https://sourceforge.net/p/jamin/mailman/jamin-devel/?viewmonth=201304
43
44 which points me to a git repo. Checking out it, and compiling gets me a
45 jamin that doesn't segfaults.
46
47 $ jamin -V
48 jamin 0.98.9
49
50 ///
51
52 Regards,
53 /Karl Hammar