gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Axiom on Slackware, anyone?


From: Camm Maguire
Subject: Re: [Gcl-devel] Axiom on Slackware, anyone?
Date: 14 Feb 2005 10:51:10 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  It appears that you have no emacs installed, which is at
present a gcl build dependency.  The build dependencies are listed at
the head of the file debian/control, and are at present:

Build-Depends: debhelper ( >= 4.1.0 ), emacs21 | emacsen, libreadline4-dev, m4, 
tk8.4-dev, tetex-bin, texinfo, binutils-dev, libgmp3-dev, autotools-dev

You can forget about the debhelper dependency if you are not building
a Debian package.

Please let me know if installing an emacs does not fix things.

Take care,


JCA <address@hidden> writes:

>   I am attaching a file that contains the sequence of commands that I
> used. sed complains, as you can see. I was using version 4.0.9, but
> the same happened with version 4.1.4. Other than this, I am using a
> (fairly) vanilla Slackware 10.0 distribution, although I remember
> having seen similar problems with older releases. The box has an
> Athlon XP processor, at two point something GHz.
> 
>   Let me know if you need more info.
> 
> 
> On Wed, 09 Feb 2005 04:38:58 -0800 (PST), Camm Maguire
> <address@hidden> wrote:
> > Greetings!  Could we get more context to the build here?  I'd be happy
> > to look into this when I get back in the saddle on 2/15.
> > 
> > Take care,
> > 
> > root <address@hidden> writes:
> > 
> > > Camm,
> > >
> > > Any insight into this?
> > >
> > > TIm
> > >
> > > From: JCA <address@hidden>
> > > Subject: [Axiom-developer] Axiom on Slackware, anyone?
> > > To: address@hidden
> > > Date: Wed, 2 Feb 2005 07:44:17 -0800
> > >
> > >
> > >    I have been trying to get Axiom built on Slackware 10 for a while
> > > now, and the build process always breaks down, almost immediately,
> > > when attempting to build GCL. Here are some relevant lines:
> > >
> > > make[3]: Entering directory `/mnt/axiom/lsp/gcl-2.6.5'
> > > rm -f bin/gcl xbin/gcl
> > > MGCLDIR=`echo /mnt/axiom/lsp/gcl-2.6.5 | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
> > > GCLDIR=`echo /mnt/axiom/lsp/gcl-2.6.5` ; \
> > > make install-command "INSTALL_LIB_DIR=$GCLDIR" "prefix=$GCLDIR"
> > > "BINDIR=$MGCLDIR/unixport"
> > > make[4]: Entering directory `/mnt/axiom/lsp/gcl-2.6.5'
> > > rm -f /mnt/axiom/lsp/gcl-2.6.5/bin/gcl
> > > (echo '#!/bin/sh' ; \
> > > echo exec /mnt/axiom/lsp/gcl-2.6.5/unixport/ \\ ; \
> > > echo '   -dir' /mnt/axiom/lsp/gcl-2.6.5/unixport/ \\ ; \
> > > echo '   -libdir' /mnt/axiom/lsp/gcl-2.6.5/ \\ ; \
> > > echo '   -eval '\''(setq si::*allow-gzipped-file* t)'\' \\ ;\
> > > ! [ -d "" ] || echo '   -eval '\''(setq si::*tk-library* '\"\"')'\' \\;\
> > > echo '     '\"address@hidden" ) > /mnt/axiom/lsp/gcl-2.6.5/bin/gcl;
> > > echo '#' other options: -load "/tmp/foo.o" -load "jo.lsp" -eval '"(joe
> > > 3)"' >> /mnt/axiom/lsp/gcl-2.6.5/bin/gcl
> > > chmod a+x /mnt/axiom/lsp/gcl-2.6.5/bin/gcl
> > > rm -f /mnt/axiom/lsp/gcl-2.6.5/bin/gclm.bat
> > > if gcc --version | grep mingw >/dev/null 2>&1 ; then (echo '@SET cd='; \
> > >  echo '@SET promp%prompt%'; \
> > >  echo '@PROMPT SET cd'; \
> > >  echo '@CALL>%temp%.\setdir.bat'; \
> > >  echo '@'; \
> > >  echo '% do not delete this line %'; \
> > >  echo '@ECHO off'; \
> > >  echo 'PROMPT %promp'; \
> > >  echo 'FOR %%c IN (CALL DEL) DO %%c %temp%.\setdir.bat'; \
> > >  echo 'set cwd=%cd%'; \
> > >  echo 'set libdir=%cd%\..\lib\gcl-`cat majvers`.`cat minvers`'; \
> > >  echo 'set unixportdir=%libdir%\unixport'; \
> > >  echo 'path %cd%\..\mingw\bin;%PATH%'; \
> > >  echo "start %unixportdir%\.exe -dir %unixportdir% -libdir %libdir%
> > > - -eval \"(setq si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8
> > > %9" ) > /mnt/axiom/lsp/gcl-2.6.5/bin/gclm.bat ; fi
> > > rm -f /mnt/axiom/lsp/gcl-2.6.5/bin/gclfinal.bat
> > > if gcc --version | grep -i mingw >/dev/null 2>&1 ; then (echo 'ECHO
> > > path %1\mingw\bin;%PATH% > gcli.bat'; \
> > >  echo "ECHO start %1\lib\gcl-`cat majvers`.`cat minvers`\unixport\.exe
> > > - -dir %1\lib\gcl-`cat majvers`.`cat minvers`\unixport -libdir
> > > %1\lib\gcl-`cat majvers`.`cat minvers` -eval \"(setq
> > > si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8 %9 >> gcli.bat"
> > > ) > /mnt/axiom/lsp/gcl-2.6.5/bin/gclfinal.bat ; fi
> > > make[4]: Leaving directory `/mnt/axiom/lsp/gcl-2.6.5'
> > > (cd xbin ; cp ../bin/gcl .)
> > > cd cmpnew && make gcl_collectfn.o
> > > make[4]: Entering directory `/mnt/axiom/lsp/gcl-2.6.5/cmpnew'
> > > ../unixport/saved_pre_gcl ../unixport/ -compile gcl_collectfn.lsp
> > > make[4]: ../unixport/saved_pre_gcl: Command not found
> > > make[4]: *** [gcl_collectfn.o] Error 127
> > > make[4]: Leaving directory `/mnt/axiom/lsp/gcl-2.6.5/cmpnew'
> > > make[3]: *** [cmpnew/gcl_collectfn.o] Error 2
> > > make[3]: Leaving directory `/mnt/axiom/lsp/gcl-2.6.5'
> > > /bin/sh: line 1: unixport/saved_gcl: No such file or directory
> > > make[2]: *** [gcldir] Error 127
> > > make[2]: Leaving directory `/mnt/axiom/lsp'
> > > make[1]: *** [lspdir] Error 2
> > > make[1]: Leaving directory `/mnt/axiom'
> > > make: *** [all] Error 2
> > >
> > >    Not being very Lisp-savvy yet, I find myself stymied at this point.
> > >
> > >    Anybody know how to fix this issue in Slackware?
> > >
> > >
> > > _______________________________________________
> > > Axiom-developer mailing list
> > > address@hidden
> > > http://lists.nongnu.org/mailman/listinfo/axiom-developer
> > > ----------
> > >
> > >
> > >
> > > _______________________________________________
> > > Gcl-devel mailing list
> > > address@hidden
> > > http://lists.gnu.org/mailman/listinfo/gcl-devel
> > >
> > >
> > >
> > 
> > --
> > Camm Maguire                                            address@hidden
> > ==========================================================================
> > "The earth is but one country, and mankind its citizens."  --  Baha'u'llah
> >
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gcl-devel

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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