[Slackbuilds-users] sbcl problem 13.37 64bits

Antonio Hernández Blas hba.nihilismus at gmail.com
Fri Jun 3 01:36:35 UTC 2011


On Thu, Jun 2, 2011 at 5:42 PM, Luis P. Mendes <luislupe at gmx.com> wrote:
> Is it only a problem with my installation or do you experience the
> same?

Hi Luis.

It's the same in x86 since the profile.d scripts are *copied* (with
0644 as permission). Here's the lines in sbcl.SlackBuild:

    # scripts in profile.d that set SBCL_HOME
    mkdir -p $PKG/etc/profile.d
    cp $CWD/sbcl.csh $CWD/sbcl.sh $PKG/etc/profile.d

You can fix this just by setting execution permissions to both scripts:

   root# chmod +x /etc/profile.d/sbcl.*

And btw, sbcl.SlackBuild can be fixed with:

    - cp $CWD/sbcl.csh $CWD/sbcl.sh $PKG/etc/profile.d
    + install -m 0755 $CWD/sbcl.sh  $PKG/etc/profile.d
    + install -m 0755 $CWD/sbcl.csh $CWD/sbcl.sh $PKG/etc/profile.d

-- 
-
hba | Antonio Hernández Blas | Mexico, Mx.
http://hba.dyndns.info | http://barrapunto.com/~hba/ |
irc://irc.freenode.org/hba,isnick,needpass


More information about the SlackBuilds-users mailing list