Re: dmd 2.066.1 cannot build phobos 2.066.1

2015-03-16 Thread Nick Sabalausky via Digitalmars-d
On 03/12/2015 06:07 PM, Andrei Alexandrescu wrote: I wonder how this could have happened. Here's what I did: git clone --quiet -b v2.066.1 --depth=1 git://github.com/D-Programming-Language/dmd.git dmd-2.066.1 git clone --quiet -b v2.066.1 --depth=1

Re: dmd 2.066.1 cannot build phobos 2.066.1

2015-03-12 Thread Vladimir Panteleev via Digitalmars-d
On Friday, 13 March 2015 at 00:15:32 UTC, Daniel Murphy wrote: Andrei Alexandrescu wrote in message news:mdt2mj$8gc$1...@digitalmars.com... I wonder how this could have happened. Here's what I did: git clone --quiet -b v2.066.1 --depth=1 git://github.com/D-Programming-Language/dmd.git

Re: dmd 2.066.1 cannot build phobos 2.066.1

2015-03-12 Thread Daniel Murphy via Digitalmars-d
Vladimir Panteleev wrote in message news:tlocllgihbddloqla...@forum.dlang.org... What Git version are you using? git clone --branch learned to work with tags in Git v1.7.10. Yeah, it was 1.7.1.

Re: dmd 2.066.1 cannot build phobos 2.066.1

2015-03-12 Thread Daniel Murphy via Digitalmars-d
Andrei Alexandrescu wrote in message news:mdt2mj$8gc$1...@digitalmars.com... I wonder how this could have happened. Here's what I did: git clone --quiet -b v2.066.1 --depth=1 git://github.com/D-Programming-Language/dmd.git dmd-2.066.1 None of these clone commands work for me, I get:

Re: dmd 2.066.1 cannot build phobos 2.066.1

2015-03-12 Thread Andrei Alexandrescu via Digitalmars-d
On 3/12/15 5:15 PM, Daniel Murphy wrote: Andrei Alexandrescu wrote in message news:mdt2mj$8gc$1...@digitalmars.com... I wonder how this could have happened. Here's what I did: git clone --quiet -b v2.066.1 --depth=1 git://github.com/D-Programming-Language/dmd.git dmd-2.066.1 None of these

Re: dmd 2.066.1 cannot build phobos 2.066.1

2015-03-12 Thread Daniel Murphy via Digitalmars-d
Andrei Alexandrescu wrote in message news:mdtb6c$f2f$1...@digitalmars.com... Could that be because our default remotes are different (e.g. yours is your own fork)? -- Andrei I don't think so, but it could be because I've got an older version of git. I took a quick look at the 2.066.1 tag on

dmd 2.066.1 cannot build phobos 2.066.1

2015-03-12 Thread Andrei Alexandrescu via Digitalmars-d
I wonder how this could have happened. Here's what I did: git clone --quiet -b v2.066.1 --depth=1 git://github.com/D-Programming-Language/dmd.git dmd-2.066.1 git clone --quiet -b v2.066.1 --depth=1 git://github.com/D-Programming-Language/druntime.git druntime-2.066.1 git clone --quiet -b

Re: dmd 2.066.1 cannot build phobos 2.066.1

2015-03-12 Thread Andrei Alexandrescu via Digitalmars-d
On 3/12/15 5:44 PM, Daniel Murphy wrote: Andrei Alexandrescu wrote in message news:mdtb6c$f2f$1...@digitalmars.com... Could that be because our default remotes are different (e.g. yours is your own fork)? -- Andrei I don't think so, but it could be because I've got an older version of git.

Re: dmd 2.066.1 cannot build phobos 2.066.1

2015-03-12 Thread Andrei Alexandrescu via Digitalmars-d
More info: this is a fresh VM with Ubuntu 14.04. I've installed a number of tools with apt-get including gdc. There is no dmd installation. git is version 1.9.1. -- Andrei

Re: dmd 2.066.1 cannot build phobos 2.066.1

2015-03-12 Thread Daniel Murphy via Digitalmars-d
Andrei Alexandrescu wrote in message news:mdteff$hdf$2...@digitalmars.com... More info: this is a fresh VM with Ubuntu 14.04. I've installed a number of tools with apt-get including gdc. There is no dmd installation. git is version 1.9.1. -- Andrei Hmm. What are the commit hashes for dmd,