[Bug 214940] New: gnucash fails to start
https://bugzilla.novell.com/show_bug.cgi?id=214940 Summary: gnucash fails to start Product: openSUSE 10.2 Version: Alpha 5 Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: GNOME AssignedTo: sbrabec@novell.com ReportedBy: jpr@novell.com QAContact: qa@suse.de gnucash fails to start: ERROR: In procedure dynamic-link ERROR: file: "libguile-srfi-srfi-1-v-3", message: "libguile-srfi-srfi-1-v-3.so: cannot open share object file: No such file or directory" installing gnucash-devel solves the problem. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 sbrabec@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from sbrabec@novell.com 2006-10-25 07:53 MST ------- It seems that .so files from guile-devel are required. For now all .so files were moved to guile. Later we can verify, which ones are really needed, but it's really a low priority job. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 alberto.passalacqua@tin.it changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alberto.passalacqua@tin.it Status|RESOLVED |REOPENED Resolution|FIXED | Version|Alpha 5 |Beta 1 ------- Comment #2 from alberto.passalacqua@tin.it 2006-10-27 01:44 MST ------- The bugs is still present in beta 1. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas.hanke@gmx-topmail.de ------- Comment #3 from andreas.hanke@gmx-topmail.de 2006-10-27 08:29 MST ------- The fix did not make it into Beta1, but is already checked in and will be in Beta2. I think this can be closed again. Alberto, please update package "guile" from the Factory tree if you want to test the fix now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 sbrabec@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Comment #4 from sbrabec@novell.com 2006-10-27 09:00 MST ------- Yes, it was fixed after Beta1 and fix should be included in Beta2. Reopen, if it will not work in Beta2. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 ------- Comment #5 from alberto.passalacqua@tin.it 2006-10-27 17:23 MST ------- Thank you. I refreshed the guile package and it works properly now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mgoppold@web.de ------- Comment #6 from andreas.hanke@gmx-topmail.de 2006-11-03 15:04 MST ------- *** Bug 218032 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 stbinner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stbinner@novell.com Status|RESOLVED |REOPENED Resolution|FIXED | Version|Beta 1 |Beta 2 ------- Comment #7 from stbinner@novell.com 2006-11-10 04:20 MST ------- On Factory gnucash still does not start for me:
gnucash ERROR: Could not find slib/require.scm in ("/usr/share/guile/site" "/opt/gnome/share/gnucash/guile-modules" "/opt/gnome/share/gnucash/scm" "" "/usr/share/guile/site" "/usr/share/guile/1.8" "/usr/share/guile") rpm -ql slib | grep require.scm /usr/share/slib/require.scm rpm -qi gnucash slib
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 ------- Comment #8 from mgoppold@web.de 2006-11-11 04:55 MST ------- As I guessed in "Bug 218032 - gnucash doesn't start", Comment #6, it seems no problem with guile at all. In Beta2 I did the following again: rpm -e --nodeps guile rpm -i -vv http://.../SL-OSS-factory/inst-source/suse/i586/guile-1.8.1-14.i586.rpm and see: .. D: install: %post(guile-1.8.1-14.i586) asynchronous scriptlet start D: install: %trigger(guile-1.8.1-14.i586) execv(/bin/sh) pid 6299 + '[' -e /usr/share/slib/guile.init ']' + '[' '!' -e /usr/share/guile/1.8/slib ']' + ln -sf /usr/share/slib /usr/share/guile/1.8/slib + '[' '!' -f /usr/share/guile/1.8/slibcat ']' + guile -c '(use-modules (ice-9 slib)) (require '\''new-catalog)' D: install: waitpid(6299) rc 6299 status 0 secs 0.095 D: running post-transaction scripts .. and then gnucash started up correctly. Now, how can I determine whether the script runs at first install or not? And how can I enforce to do it when the script doesn't runs at first install? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 ------- Comment #9 from alberto.passalacqua@tin.it 2006-11-11 06:43 MST ------- I just installed the beta 2 with GNOME default selection and gnucash seems to work. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 stbinner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fred.blaise@gmail.com ------- Comment #10 from stbinner@novell.com 2006-11-12 15:52 MST ------- *** Bug 220312 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 ------- Comment #11 from jpr@novell.com 2006-11-14 08:09 MST ------- Works ok here as well on beta2. Could this be x86_64 specific or something? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 ------- Comment #12 from andreas.hanke@gmx-topmail.de 2006-11-14 08:12 MST ------- I think that this has something to do with undefined behaviour (e.g. in which order the packages have been installed). Maybe you need a "PreReq" somewhere (it's just a vague idea, but might be worth investigation). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 ------- Comment #13 from fred.blaise@gmail.com 2006-11-14 08:18 MST ------- Worked fine for me on Beta1, stopped working on Beta2. I am on a x86 platform. I have the same bugs as said in comment #7. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 stbinner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|Beta 2 |Beta 2 plus ------- Comment #14 from stbinner@novell.com 2006-11-21 08:32 MST ------- Also broken in RC 1 (at least in upgrade case, dunno about new installation). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 sbrabec@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED ------- Comment #15 from sbrabec@novell.com 2006-11-23 08:54 MST ------- guile package has a slib %triggerin. It seems, that this trigger is either not executed in some conditions or it does not work properly and does not create required files. I was able to reproduce in clean install, but now I am not able to reproduce while playing with rpm -U and rpm -e. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 ------- Comment #16 from sbrabec@novell.com 2006-11-23 09:02 MST ------- It may be caused by missing ldconfig, but I am still not able to reproduce. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 ------- Comment #17 from sbrabec@novell.com 2006-11-23 09:16 MST ------- It seems, that during upgrade, %triggerun deletes slib guile integration stuff. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 sbrabec@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |REMIND ------- Comment #18 from sbrabec@novell.com 2006-11-23 11:19 MST ------- Scriptlets fixed. Tested in following scenarios: Install guile, remove guile. Install guile, install slib, remove slib, remove guile. Install guile, install 10.1 slib, upgrade slib, remove guile. Install 10.1 guile, install 10.1 slib, upgrade slib, upgrade guile. Install 10.1 guile, install 10.1 slib, upgrade guile, upgrade slib. And yes, gnucash starts. For 10.3, scriptlets should be moved to slib, where it logically belongs. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 ------- Comment #19 from sbrabec@novell.com 2006-11-23 11:51 MST ------- Technical note: You can still experience problems and/or orphan links if you update from previous betas or RC, because the %*un* code was not correct. But for 10.1->10.2 it should work correctly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214940 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=214940#c20 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|REMIND | --- Comment #20 from Stephan Kulow <coolo@novell.com> 2008-06-25 03:19:11 MDT --- mass reopening all 10.2 LATER+REMIND bugs. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=214940 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=214940#c21 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WONTFIX --- Comment #21 from Stephan Kulow <coolo@novell.com> 2008-06-25 03:23:23 MDT --- close all 10.2 LATER/REMIND bugs as WONTFIX. Reopen yourself if you still plan to work on it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com