Gentoo jamin segfaults, but git version doesn't. Is it time to update the ebuild file ?
/// Jamin emerges fine (with or without osc): # emerge -aqv1 jamin [ebuild R ] media-sound/jamin-0.95.0-r3 USE="osc*" ... Would you like to merge these packages? [Yes/No] y >>> Verifying ebuild manifests >>> Emerging (1 of 1) media-sound/jamin-0.95.0-r3::gentoo >>> Installing (1 of 1) media-sound/jamin-0.95.0-r3::gentoo >>> Jobs: 1 of 1 complete Load avg: 1.28, 0.42, 0.31 But it segfaults on startup: $ jamin jamin 0.95.0 (C) 2003-2005 J. Depner, S. Harris, J. O'Quin, R. Parker and P. Shirkey This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details. (jamin:4501): Gtk-WARNING **: 18:12:48.819: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (jamin:4501): Gtk-WARNING **: 18:12:48.820: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (jamin:4501): Gtk-WARNING **: 18:12:48.820: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (jamin:4501): Gtk-WARNING **: 18:12:48.836: GtkSpinButton: setting an adjustment with non-zero page size is deprecated Segmentation fault //// The ebuild file points to http://jamin.sourceforge.net which points me to http://jamin.sourceforge.net/en/devinfo.html for the source and appearantly they use cvs. Checking out things I see that things are last updated 2005. After some searching I find: https://sourceforge.net/p/jamin/mailman/jamin-devel/?viewmonth=201304 which points me to a git repo. Checking out it, and compiling gets me a jamin that doesn't segfaults. $ jamin -V jamin 0.98.9 /// Regards, /Karl Hammar