gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Build issue


From: Camm Maguire
Subject: Re: [Gcl-devel] Build issue
Date: Sat, 19 Oct 2013 08:08:05 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Greetings!

There are basically two active branches at the moment,
Version_2_6_10pre, about to be released as 2.6.10, and master, for
'bleeding edge' development.  When you checkout a branch, you create a
local branch which tracks the official version on 'origin'.  So
origin/master is master in the repo at sv.gnu.org, and your master may
incorporate your unpushed changes, or be missing unpulled updates.

Try git branch --list -r.

Take care,

Blake McBride <address@hidden> writes:

> Please see question at the bottom.
>
>     git checkout Version_2_6_10pre
>
> works, but interestingly,
>
> address@hidden ~/Backup/gcl/gcl.git $ git pull
> Already up-to-date.
> address@hidden ~/Backup/gcl/gcl.git $ git branch
> * master
> address@hidden ~/Backup/gcl/gcl.git $ git checkout Version_2_6_10pre
> Branch Version_2_6_10pre set up to track remote branch Version_2_6_10pre from 
> origin.
> Switched to a new branch 'Version_2_6_10pre'
> address@hidden ~/Backup/gcl/gcl.git $ git branch
> * Version_2_6_10pre
>   master
> address@hidden ~/Backup/gcl/gcl.git $ git checkout master
> Switched to branch 'master'
> address@hidden ~/Backup/gcl/gcl.git $ git branch
>   Version_2_6_10pre
> * master
> address@hidden ~/Backup/gcl/gcl.git $ git --version
> git version 1.7.10.4
>
> The first time I did a 'git branch' it only showed master.  Then, when I 
> switch to a branch that I magically know about, git then knows about the
> branch.  Is there some sort of logic to this?  I don't get git because it 
> defies any kind of understanding I try to apply to it.
>
> I know the world is nuts about git, and I'd really like to use it in a few 
> circumstances, but I just can't seem to get it.  Your comments are
> greatly appreciated.
>
> Blake McBride
>
> On Fri, Oct 18, 2013 at 5:13 PM, Donald Winiecki <address@hidden> wrote:
>
>     If I understand you correctly, you should be able to checkout a
>     particular version with the following:
>
>          $ git checkout Version_2_6_10pre
>
>     Best wishes
>    
>     _don
>    
>     On Fri, Oct 18, 2013 at 3:51 PM, Blake McBride <address@hidden> wrote:
>     > I did a 'git pull' and it now builds.   (I can't figure out how to list 
> and
>     > select particular tags/branches with git so I couldn't test your tagged
>     > version.  I'll try to figure git out further tonight.)
>     >
>     > Thanks!
>     >
>     >
>     > On Thu, Oct 17, 2013 at 11:50 AM, Camm Maguire <address@hidden>
>     > wrote:
>     >>
>     >> Greetings!  OK, you might want to try again if interested.  I've tagged
>     >> 2_6_10pre_sync.
>     >>
>     >> 1) I've shut off the caller/callee recompile step for now pending use 
> of
>     >> improved function do-recomp.
>     >>
>     >> 2) The compiler is slow, but should produce fast code.  I have almost
>     >> prepared an inline string hashing scheme to address this.
>     >>
>     >> Take care,
>     >>
>     >> Blake McBride <address@hidden> writes:
>     >>
>     >> > Thanks!  Those changes helped quite a bit, but I am still unable to
>     >> > build.  It went a long time but ended up as follows:
>     >> >
>     >> > ...
>     >> > Initializing gcl_clcs_macros.o
>     >> > Initializing gcl_clcs_restart.o
>     >> > Initializing gcl_clcs_debugger.o
>     >> > Initializing gcl_clcs_handler.o
>     >> > Initializing gcl_clcs_conditions.o
>     >> > Initializing gcl_clcs_condition_definitions.o
>     >> > Initializing gcl_clcs_kcl_cond.o
>     >> > Initializing gcl_clcs_top_patches.o
>     >> > Initializing gcl_clcs_install.o
>     >> >
>     >> > ;; Loading 
> /home/blake/Backup/gcl/gcl/unixport/../gcl-tk/tk-package.lsp
>     >> > ;; Finished loading
>     >> > /home/blake/Backup/gcl/gcl/unixport/../gcl-tk/tk-package.lsp
>     >> > ;; Loading
>     >> > /home/blake/Backup/gcl/gcl/unixport/../cmpnew/gcl_lfun_list.lsp
>     >> > ;; Finished loading
>     >> > /home/blake/Backup/gcl/gcl/unixport/../cmpnew/gcl_lfun_list.lsp
>     >> > ;; Loading 
> /home/blake/Backup/gcl/gcl/unixport/../cmpnew/gcl_cmpopt.lsp
>     >> > ;; Finished loading
>     >> > /home/blake/Backup/gcl/gcl/unixport/../cmpnew/gcl_cmpopt.lsp
>     >> > ;; Loading 
> /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_auto_new.lsp
>     >> > ;; Finished loading
>     >> > /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_auto_new.lsp
>     >> >
>     >> > T
>     >> >
>     >> >>
>     >> > T
>     >> >
>     >> >>rm -f tmp_image
>     >> > rm pre_init.lsp init_ansi_gcl.lsp.tmp post_init.lsp
>     >> > make[1]: Leaving directory `/home/blake/Backup/gcl/gcl/unixport'
>     >> > make -C unixport final
>     >> > ls: cannot access gcl_recompile?*.o: No such file or directory
>     >> > ls: cannot access ../clcs/clcs_*.lisp: No such file or directory
>     >> > make[1]: Entering directory `/home/blake/Backup/gcl/gcl/unixport'
>     >> > echo "(let ((si::*disable-recompile* nil)(compiler::*default-c-file*
>     >> > t)(compiler::*default-h-file* t)(compiler::*default-system-p* 
> t)(compiler::
>     >> > *default-data-file* t))(si::compiler-state-fns)(si::do-recompile 
> nil))"
>     >> > | ./saved_ansi_gcl
>     >> > GCL (GNU Common Lisp)  2.7.0 ANSI    Oct 16 2013 10:42:56
>     >> > Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd,xgcl)
>     >> > Binary License:  GPL due to GPL'ed components: (XGCL READLINE UNEXEC)
>     >> > Modifications of this banner must retain notice of a compatible 
> license
>     >> > Dedicated to the memory of W. Schelter
>     >> >
>     >> > Use (help) to get some basic information on how to use GCL.
>     >> > Temporary directory for compiler files set to /tmp/
>     >> >
>     >> >>Segmentation fault
>     >> > make[1]: *** [final] Error 139
>     >> > make[1]: Leaving directory `/home/blake/Backup/gcl/gcl/unixport'
>     >> > make: *** [system] Error 2
>     >> > address@hidden ~/Backup/gcl/gcl $
>     >> >
>     >>
>     >> --
>     >> Camm Maguire                                       address@hidden
>     >> 
> ==========================================================================
>     >> "The earth is but one country, and mankind its citizens."  --  
> Baha'u'llah
>     >
>     >
>     >
>     > _______________________________________________
>     > Gcl-devel mailing list
>     > address@hidden
>     > https://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]