bug-guile
[Top][All Lists]
Advanced

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

fixing directory structure for 1.8.1 release on SuSE 10.0


From: Joseph Schiller
Subject: fixing directory structure for 1.8.1 release on SuSE 10.0
Date: Thu, 12 Apr 2007 14:51:56 -0700 (PDT)

Hi,

After upgrading from Guile 1.6.7 to the latest Guile
1.8.1 on SuSE 10.0, I had some issues with the new
release.  I think that the install and readme files
are remiss of the fact that there is a change with the
generic directory structure. The previous release had
placed files in /usr/bin directory and the new is
placing them in /usr/local/share/guile. This is the
result of guile having grown in features and
functionality, so it is desperately in need of a
"home" directory. Although there is a thorough
treatment of archane compiler options and multiple
architectures, the generic treatment is a bit too
anemic.

After building Guile from sources, running guile
--version was showing guile 1.6.7 still. Running make
uninstall, and running ./configure --prefix=/usr/bin
did nothing to correct the issue. After a second build
and install, the command 'guile --version' was now
showing missing dependency error while loading shared
libraries libguile.so.17. I ignored the placement of
files on the second build. Inspecting /etc/ld.so.conf
I discovered that all the files were in place. To fix
the problem I only needed to run 'ldconfig' as root.

The install script probably needs to be tweaked. But
you might as well simplify the README and INSTALL
instructions. Removing the previous version might help
the situation. Also, the directory placement needs to
be clarified. Since there are no RPMs for my distro,
you might as well add the fix to the FAQ that comes
with it. By making the installation trouble-free, you
will be able to attract a much wider audience. When I
upgraded SBCL versions, everything was painless and
the new version picked up from where the old one was,
there was no need to tweak with the Slime environment.
That's what folks want to see. Keep up the good work.

With kindest regards,

Joe


       
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121




reply via email to

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