[Bug 223849] guile fails to install - (cannot create link /usr/share/guile/site/slib)
https://bugzilla.novell.com/show_bug.cgi?id=223849 trenn@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anicka@novell.com Platform|Other |x86-64 ------- Comment #4 from trenn@novell.com 2006-11-28 05:32 MST ------- I just had a short look at the guile.spec file There also is another bug in %postun section?: if ! test -e usr/bin/guile ; then I expect should be if ! test -e /usr/bin/guile ; then What is causing the install to abort seems to be this line in "%triggerin -- slib" section of the .spec file: ln -sf /usr/share/slib /usr/share/guile/site/slib Doing rpm -qpl /mounts/dist/next-x86_64/suse/x86_64/guile.rpm reveals: - most is installed into /usr/share/guile/1.8 (1.8 is missing in link creation) - even if 1.8 dir is added to path there still is no site directory I also wonder why: - this got not caught at build time (what is this %triggerin stuff, don't know about this...)? - Why slib package is not added as "Requires" - Others don't see that? This should fail on all installations? Hmm, maybe this is arch specific? Adding x86_64 tag.. -- 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.
participants (1)
-
bugzilla_noreply@novell.com