[yt-users] yt installation error

Nathan Goldbaum nathan12343 at gmail.com
Wed Aug 15 17:09:56 PDT 2012


This should be fixed in both the stable and development versions of the 
install script.  Thanks for pointing this out!

Cheers,

Nathan

On 8/15/12 4:20 PM, Nathan Goldbaum wrote:
> Hi Erik (and Chao)
>
> Sorry for not looking into this more closely earlier.  I can reproduce 
> the issue - it seems like there's a problem with the domain 
> redirection from hg.yt-project.org to bitbucket.  This will hopefully 
> be fixed soon, but for now you can fix the issue by editing two lines 
> in the install script:
>
> @@ -590,11 +599,11 @@
>      elif [ ! -e yt-hg ]
>      then
>          YT_DIR="$PWD/yt-hg/"
> -        ( ${HG_EXEC} --debug clone 
> http://hg.yt-project.org/yt-supplemental/ 2>&1 ) 1>> ${LOG_FILE}
> +        ( ${HG_EXEC} --debug clone 
> http://bitbucket.org/yt_analysis/yt-supplemental/ 2>&1 ) 1>> ${LOG_FILE}
>          # Recently the hg server has had some issues with timeouts.  
> In lieu of
>          # a new webserver, we are now moving to a three-stage process.
>          # First we clone the repo, but only up to r0.
> -        ( ${HG_EXEC} --debug clone http://hg.yt-project.org/yt/ 
> ./yt-hg 2>&1 ) 1>> ${LOG_FILE}
> +        ( ${HG_EXEC} --debug clone 
> http://bitbucket.org/yt_analysis/yt/ ./yt-hg 2>&1 ) 1>> ${LOG_FILE}
>          # Now we update to the branch we're interested in.
>          ( ${HG_EXEC} -R ${YT_DIR} up -C ${BRANCH} 2>&1 ) 1>> ${LOG_FILE}
>      elif [ -e yt-hg ]
>
> Your line numbers might be slightly different than mine if you're 
> using the stable version of the install script.
>
> Sorry for the hiccups, we'll try to get this sorted out soon!
>
> -Nathan
>
>
> On 8/15/12 4:06 PM, Erik Rosolowsky wrote:
>> Hi all --
>>
>> My student and I are both replicating the same error.  I successfully 
>> built 2.4 on the same machine last week using the Automated Install 
>> script.  If it helps, we are running SuSE Linux 11.4 and have no 
>> connection problems to the hg site.
>>
>> running install_egg_info
>> Writing 
>> /UBC-O/erosolo/yt-x86_64/lib/python2.7/site-packages/mercurial-2.2.2-py2.7.egg-info
>> using http://hg.yt-project.org/yt-supplemental/
>> sending capabilities command
>> abort: HTTP Error 404: NOT FOUND
>> using http://hg.yt-project.org/yt/
>> sending capabilities command
>> abort: HTTP Error 404: NOT FOUND
>> abort: repository /UBC-O/erosolo/yt-x86_64/src/yt-hg/ not found!
>> /UBC-O/erosolo/yt-x86_64/bin/python2.7: can't open file 
>> '/UBC-O/erosolo/yt-x86_64/src/yt-hg//distribute_
>>
>>
>>
>> e.
>> -- 
>> Erik Rosolowsky
>> Asst. Prof. of Physics and Astronomy
>> University of British Columbia Okanagan
>> 3333 University Way, Kelowna BC V1V 1V7 Canada
>> (250) 807-9623 - erik.rosolowsky at ubc.ca
>>
>>
>>> Message: 3
>>> Date: Wed, 15 Aug 2012 10:47:27 -0700
>>> From: Nathan Goldbaum <nathan12343 at gmail.com>
>>> To: Discussion of the yt analysis package
>>>     <yt-users at lists.spacepope.org>
>>>
>>> Hi Chao,
>>>
>>> Is this problem repeatable?
>>>
>>> Our source code host, bitbucket.org, has been going down for a 
>>> minute or
>>> two every once in a while, it's possible that you were unlucky and 
>>> tried
>>> to run the install script while bitbucket was having some downtime.
>>>
>>> Can the machine you're trying to install yt on connect to
>>> hg.yt-project.org?  You should be able to check by saying 'ping
>>> hg.yt-project.org' from the command line.
>>>
>>> Cheers,
>>>
>>> Nathan
>>>
>>> On 8/15/12 10:43 AM, Chao Shi wrote:
>>>> Hi all,
>>>>
>>>> I've been re-installing yt today but got a weird error output as 
>>>> below:
>>>>
>>>> *
>>>> ********************************************
>>>>         FAILURE REPORT:
>>>> ********************************************
>>>>
>>>> running install_egg_info
>>>> Writing
>>>> /home/cshi31/yt-x86_64/lib/python2.7/site-packages/mercurial-2.2.2-py2.7.egg-info 
>>>>
>>>> using http://hg.yt-project.org/yt-supplemental/
>>>> sending capabilities command
>>>> abort: HTTP Error 404: NOT FOUND
>>>> using http://hg.yt-project.org/yt/
>>>> sending capabilities command
>>>> abort: HTTP Error 404: NOT FOUND
>>>> abort: repository /home/cshi31/yt-x86_64/src/yt-hg/ not found!
>>>> /home/cshi31/yt-x86_64/bin/python2.7: can't open file
>>>> '/home/cshi31/yt-x86_64/src/yt-hg//distribute_setup.py': [Errno 2] No
>>>> such file or directory
>>>>
>>>> ********************************************
>>>> ********************************************
>>>>
>>>> *
>>>>
>>>>
>>>> It looks like the failure is due to the HTTP Error, but I can open the
>>>> link in browser.
>>>> Can anyone help me out here?
>>>>
>>>> Thanks,
>>>>
>>>> Chao
>>>>
>>>>
>>>> _______________________________________________
>>>> yt-users mailing list
>>>> yt-users at lists.spacepope.org
>>>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>>
>>>
>>> ------------------------------
>>>
>>> _______________________________________________
>>> yt-users mailing list
>>> yt-users at lists.spacepope.org
>>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>>
>>>
>>> End of yt-users Digest, Vol 54, Issue 19
>>> ****************************************
>>
>>
>> _______________________________________________
>> yt-users mailing list
>> yt-users at lists.spacepope.org
>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>




More information about the yt-users mailing list