Am a newby and I cannot compile git!!!!

2019-02-10 Thread Fabio Aiuto
Hallo to the whole git community, I'm Fabio and I'm approaching the open source world. I'd like to join somehow the git experience so I cloned the whole git repository of git itself on my machine. Could yu give me some useful hints to start following you in developing/maintaining this technology?

Am a newby and I cannot compile git

2019-02-10 Thread Fabio Aiuto
Hello again my problem is that I cannot compile git. The error message says: Type'z_stream' could not be resolved I don't know why, because I installed the package zlib1g-dev and in the header file zlib.h this structure is declared. Help me!!! Fabio.

Re: Am a newby and I cannot compile git

2019-02-11 Thread Fabio Aiuto
at packages are installed, > how > did you get the git sources, etc.) > > Thanks, > -Santiago. > > On Sun, Feb 10, 2019 at 10:56:54PM +0100, Fabio Aiuto wrote: > > Hello again my problem is that I cannot compile git. > > The error message says: > > > >

Re: Am a newby and I cannot compile git

2019-02-12 Thread Fabio Aiuto
Ok I typed make install from the terminal, then I attached the the project to the executable generated in the local bin directory. So I can happily trace in the code. Thank you, hope I will be able to fix things in git very soon!!! Fabio. Il giorno lun, 11/02/2019 alle 20.08 +0100, Fabio Aiuto ha

Re: Am a newby and I cannot compile git

2019-02-15 Thread Fabio Aiuto
o contribute. There's CodingGuidelines > and SubmittingPatches that are super useful :) > > Good luck! > -Santiago. > > On Tue, Feb 12, 2019 at 10:43:13PM +0100, Fabio Aiuto wrote: > > Ok I typed make install from the terminal, then I attached the the > > proje

Re: Am a newby and I cannot compile git

2019-02-23 Thread Fabio Aiuto
o. > > On Sun, Feb 10, 2019 at 10:56:54PM +0100, Fabio Aiuto wrote: > > Hello again my problem is that I cannot compile git. > > The error message says: > > > > Type'z_stream' could not be resolved > > > > I don't know why, because I ins

Re: Am a newby and I cannot compile git

2019-02-23 Thread Fabio Aiuto
Hello Santiago, how could I get a first task? A simple one please, I'd like being introduced to git developing as a participant in order to get used to submitting patches, and all the tools I need. Thank you in advance. Fabio. Il giorno ven, 15/02/2019 alle 20.13 +0100, Fabio Aiuto ha sc

Looking for my fisrt task

2019-02-23 Thread Fabio Aiuto
Hello, I'm looking for my first task as a participant, something simple to get used to submitting patches and all other facilities needed for community development. Thank you in advance. Fabio.

Re: Looking for my fisrt task

2019-02-23 Thread Fabio Aiuto
Maybe I need more things to know. First of all, if there is a maintainer I could keep in touch with to have some fix to work. Il giorno sab, 23/02/2019 alle 12.46 +0100, Ævar Arnfjörð Bjarmason ha scritto: > On Sat, Feb 23 2019, Fabio Aiuto wrote: > > > Hello, > > > >

Re: Students projects: looking for small and medium project ideas

2019-02-23 Thread Fabio Aiuto
Il giorno lun, 14/01/2019 alle 18.53 +0100, Matthieu Moy ha scritto: > Hi, > > I haven't been active for a while on this list, but for those who > don't > know me, I'm a CS teacher and I'm regularly offering my students to > contribute to open-source projects as part of their school projects. > A

Can't build first git commit

2019-03-04 Thread Fabio Aiuto
Hi to all, I'm trying to build first commit of git made by Linus. I mean the one named e83c5163316f89bfbde7d9ab23... (I think this is enough). But at building stage i have the following error: make all  gcc -g -o update-cache update-cache.o read-cache.o -lssl /usr/bin/ld: update-cache.o: undefine

Re: Can't build first git commit

2019-03-04 Thread Fabio Aiuto
s anymore. > > Thanks, > -Santiago. > > On Mon, Mar 04, 2019 at 08:58:37PM +0100, Fabio Aiuto wrote: > > Hi to all, > > > > I'm trying to build first commit of git made by Linus. I mean the > > one > > named e83c5163316f89bfbde7d9ab23... (I think th

Re: Can't build first git commit

2019-03-05 Thread Fabio Aiuto
Thank you Jeff I'll have news within few days!!! Il giorno lun, 04/03/2019 alle 15.40 -0500, Jeff King ha scritto: > On Mon, Mar 04, 2019 at 08:58:37PM +0100, Fabio Aiuto wrote: > > > I'm trying to build first commit of git made by Linus. I mean the > > one > >

Re: Can't build first git commit

2019-03-06 Thread Fabio Aiuto
Il giorno mar, 05/03/2019 alle 14.15 -0500, Jeff King ha scritto: > On Mon, Mar 04, 2019 at 03:40:07PM -0500, Jeff King wrote: > > > You can patch the Makefile, or just override it like: > > > >   make LIBS='-lcrypto -lz' > > > > which builds for me on current Debian unstable. I don't think you

Re: Can't build first git commit

2019-03-06 Thread Fabio Aiuto
0500, Jeff King ha scritto: > On Wed, Mar 06, 2019 at 08:58:40PM +0100, Fabio Aiuto wrote: > > > Yes the fetch command wasn't written at that time, right? I didn't > > understand why should be better to work with the git code from > > github. > > There's

Re: Can't build first git commit

2019-03-06 Thread Fabio Aiuto
CTX c; unsigned char sha1[20]; if (hdr->signature != CACHE_SIGNATURE)<--- this line inside file read-cache.c What's going on? Il giorno mer, 06/03/2019 alle 15.03 -0500, Jeff King ha scritto: > On Wed, Mar 06, 2019 at 08:58:40PM +0100, Fabio Aiuto wrote: > >

Re: Can't build first git commit

2019-03-07 Thread Fabio Aiuto
d from fiddling with this old version, but if we're > going >  to do it, let's at least record our attempts for posterity] > > On Thu, Mar 07, 2019 at 08:04:55PM +0100, Fabio Aiuto wrote: > > > I made a directory "trial" and inside it I ran init-db (that'

Semantic errors

2019-03-21 Thread Fabio Aiuto
Hello to all, I'm browsins git code with Eclipse. I'm on a local branch called "studio" based on master (last public commit e902e9b by Junio C Hamano on Monday March 11 2019). I've built everything by changing: CFLAGS = -g -Wall (removing -O2 to have smooth trace in debugging). But the environment

Re: Semantic errors

2019-03-21 Thread Fabio Aiuto
Il giorno gio, 21/03/2019 alle 15.16 -0400, Randall S. Becker ha scritto: > On March 21, 2019 15:06, Fabio Aiuto wrote: > > I'm browsins git code with Eclipse. I'm on a local branch called > > "studio" based > > on master (last public commit e902e9b by J

Re: Semantic errors

2019-03-22 Thread Fabio Aiuto
Il giorno gio, 21/03/2019 alle 17.03 -0400, Randall S. Becker ha scritto: > > Of On March 21, 2019 15:32, Fabio Aiuto wrote: > > Il giorno gio, 21/03/2019 alle 15.16 -0400, Randall S. Becker ha > > scritto: > > > On March 21, 2019 15:06, Fabio Aiuto wrote: > &g

Re: Semantic errors

2019-03-22 Thread Fabio Aiuto
Il giorno gio, 21/03/2019 alle 17.03 -0400, Randall S. Becker ha scritto: > > Of On March 21, 2019 15:32, Fabio Aiuto wrote: > > Il giorno gio, 21/03/2019 alle 15.16 -0400, Randall S. Becker ha > > scritto: > > > On March 21, 2019 15:06, Fabio Aiuto wrote: > &g

Supposed accidental install

2019-03-22 Thread Fabio Aiuto
Hello again, If I run a make inside the git working directory, this will just create binaries in the working directory. But in my home/{myname}/bin/ I have found the following files: git git-cvsserver gitk git-receive-pack git-shell git-upload-archive git-upload-pack Maybe they are deployed by a

Re: Semantic errors

2019-03-22 Thread Fabio Aiuto
Il giorno ven, 22/03/2019 alle 22.25 +0100, Fabio Aiuto ha scritto: > Il giorno gio, 21/03/2019 alle 17.03 -0400, Randall S. Becker ha > scritto: > > > Of On March 21, 2019 15:32, Fabio Aiuto wrote: > > > Il giorno gio, 21/03/2019 alle 15.16 -0400, Randall S. Becker ha &

Re: Semantic errors

2019-03-22 Thread Fabio Aiuto
Il giorno ven, 22/03/2019 alle 17.39 -0400, Randall S. Becker ha scritto: > On March 22, 2019 17:25, Fabio Aiuto > > Il giorno gio, 21/03/2019 alle 17.03 -0400, Randall S. Becker ha > > scritto: > > > > Of On March 21, 2019 15:32, Fabio Aiuto wrote: > > > &g

Re: Semantic errors

2019-03-23 Thread Fabio Aiuto
Il giorno ven, 22/03/2019 alle 18.43 -0400, Randall S. Becker ha scritto: > > -Original Message- > > From: Fabio Aiuto > > Sent: March 22, 2019 17:41 > > To: Randall S. Becker ; git@vger.kernel.org > > Subject: Re: Semantic errors > > > >

Re: Semantic errors

2019-03-23 Thread Fabio Aiuto
Il giorno ven, 22/03/2019 alle 18.43 -0400, Randall S. Becker ha scritto: > > -Original Message- > > From: Fabio Aiuto > > Sent: March 22, 2019 17:41 > > To: Randall S. Becker ; git@vger.kernel.org > > Subject: Re: Semantic errors > > > >

Re: Semantic errors

2019-03-25 Thread Fabio Aiuto
Il giorno sab, 23/03/2019 alle 15.34 -0400, Randall S. Becker ha scritto: > On March 23, 2019 9:00, Fabio Aiuto wrote: > > To: Randall S. Becker ; git@vger.kernel.org > > Subject: Re: Semantic errors > > > > Il giorno ven, 22/03/2019 alle 18.43 -0400, Randa

Re: Semantic errors

2019-03-25 Thread Fabio Aiuto
Il giorno lun, 25/03/2019 alle 15.35 -0400, Randall S. Becker ha scritto: > > Of On March 25, 2019 15:22, Fabio Aiuto wrote: > > Il giorno sab, 23/03/2019 alle 15.34 -0400, Randall S. Becker ha > > scritto: > > > On March 23, 2019 9:00, Fabio Aiuto wrote: > >