[CCC DEV] Some progress!!!

Dennis Meade stone.misc at gmail.com
Fri Feb 26 02:15:19 GMT 2010


 Hi, Christian

I installed Python 2.6 and the build process ran much longer. Here's the 
result:

 From the end of "python bootstrap.py".

****************************************************************

..\miniperl.exe -I..\lib config_h.PL "INST_VER=" \
            || c:\kroc-trunk\distribution\windows\tmp\dmake\dmake.exe -
b\Config.pm ..\lib\Config_heavy.pl -f makefile.mk
Running config_h.PL
Writing config.h
config.h has changed
`..\lib\Config.pm' is up to date
`..\lib\Config_heavy.pl' is up to date
cd ..\lib\unicore && \
        ..\..\miniperl.exe -I.. mktables
..\miniperl.exe -I..\lib ..\mkppport
'cd"' is not recognized as an internal or external command,
operable program or batch file.
'cd"' is not recognized as an internal or external command,
operable program or batch file.
running ..\miniperl.exe -I..\..\lib PPPort_pm.PL
'..\miniperl.exe' is not recognized as an internal or external command,
operable program or batch file.
..\miniperl.exe -I..\..\lib PPPort_pm.PL failed: 256
dmake.exe:  Error code 130, while making 'MakePPPort'
Child returned 255
installing perl
..\miniperl.exe -I..\lib ..\mkppport
'cd"' is not recognized as an internal or external command,
operable program or batch file.
'cd"' is not recognized as an internal or external command,
operable program or batch file.
running ..\miniperl.exe -I..\..\lib PPPort_pm.PL
'..\miniperl.exe' is not recognized as an internal or external command,
operable program or batch file.
..\miniperl.exe -I..\..\lib PPPort_pm.PL failed: 256
dmake.exe:  Error code 130, while making 'MakePPPort'
Child returned 255

********************************************************************

besides "cd" not being found, it seems not much is found for example:

Dennis at WEDGWOOD-C3A72E /windows
$ ls -l
ls: .: No such file or directory

fstab looks like this:

c:/kroc-trunk    /tvm
c:/kroc-trunk/distribution/windows/mingw    /mingw

and in "profile", PATH lookslike this:

if [ $MSYSTEM == MINGW32 ]; then
  export PATH=".:/usr/local/bin:/mingw/bin:/bin:$PATH"
else
  export PATH=".:/usr/local/bin:/bin:/mingw/bin:$PATH"
fi

It did run for quite a bit longer. ;)

Dennis
 


Christian Jacobsen wrote:
> I'm using python 2.6, which might change things. You can either just
> try that (download and install python 2.6) or I can have a look
> tomorrow to see if there is anything that I can easily do to get this
> to work in 2.5.
>
> Cheers,
>   Christian
>
> On 25 February 2010 23:18, Dennis Meade <stone.misc at gmail.com> wrote:
>   
>> Here's what python produces:
>>
>> C:\Documents and Settings\Dennis\Desktop>python
>> Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on
>> win
>> 32
>> Type "help", "copyright", "credits" or "license" for more information.
>>     
>> Christian Jacobsen wrote:
>>     
>>> Hi,
>>>
>>> The bootstrap script fails to extract something for some reason.
>>>
>>> Could you tell me what Python version you are using? ie by starting
>>> the python interpreter and copying the lines that on my Mac look like
>>> this:
>>> -------
>>> Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04)
>>> [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
>>> -------
>>>
>>> Thanks for trying this out! I guess 'works for me so it must work for
>>> everybody' is most always too good to be true.
>>>
>>> Christian
>>>
>>> On 25 February 2010 03:11, Dennis Meade <stone.misc at gmail.com> wrote:
>>>
>>>       
>>>> Hi, guys.
>>>>
>>>> In trying to build from:
>>>>
>>>> http://projects.cs.kent.ac.uk/projects/kroc/trac/wiki/WindowsDistribution,
>>>> I'm running into the following errors. If this is all incomprehensible,
>>>> jump
>>>> to the end where I tried to run ./build_kroc.sh
>>>>
>>>> Step 1)
>>>>
>>>> STARTED *******************
>>>>
>>>> C:\kroc-trunk\distribution\windows>python bootstrap.py
>>>> http://prdownloads.sourceforge.net/mingw/mingwrt-3.17-mingw32-dll.tar.gz
>>>>  !                                 50%                                !
>>>> 100%
>>>>  ######################################################################
>>>> http://prdownloads.sourceforge.net/mingw/mingwrt-3.17-mingw32-dev.tar.gz
>>>>  !                                 50%                                !
>>>> 100%
>>>>
>>>> ENDED with the following errors ***********************
>>>>
>>>> extracting: downloads\automake1.11-1.11-1-mingw32-bin.tar.lzma
>>>> extracting: downloads\apache-ant-1.7.1-bin.tar.bz2
>>>> extracting: downloads\unzip-5.51-1-bin.zip
>>>> Traceback (most recent call last):
>>>>  File "bootstrap.py", line 205, in <module>
>>>>  extract(other_urls.file_list(), paths['tmp'])
>>>>  File "bootstrap.py", line 138, in extract
>>>>  a.extract(name, d)
>>>> AttributeError: ZipFile instance has no attribute 'extract'
>>>>
>>>> Step 2)
>>>>
>>>> USED different directories here *************************
>>>>
>>>> Instead of using "cd /tvm/distribution/windows" to run
>>>> "./build_occplug.sh"
>>>> "build_occplug.sh" is in "C:\kroc-trunk\distribution\windows"
>>>>
>>>> RAN "./build_occplug.sh" in "C:\kroc-trunk\distribution\windows"
>>>> which in turn ran "./build_occplug.sh" in osx
>>>>
>>>> GOT the following error **************************************
>>>>
>>>> Dennis at WEDGWOOD-C3A72E /windows
>>>> $ ./build_occplug.sh
>>>> Error occurred during initialization of VM
>>>> java/lang/NoClassDefFoundError: java/lang/Object
>>>>
>>>> In this mixed environment, I'm not clear how to let the shell know where
>>>> CLASSLIB is found. I
>>>> tried adding CLASSLIB to my profile.
>>>>
>>>>
>>>> *****************************************************************************
>>>>
>>>> *****************************************************************************
>>>>
>>>> *****************************************************************************
>>>>
>>>> Finally I just skipped to ./build_kroc.sh
>>>> and got this far after putting unzip where it could be found. It looks
>>>> like
>>>> some files in downloads have have not been unzipped.
>>>>
>>>> This part failed at the following point.
>>>>
>>>>  inflating: arduino-0018/tools/Mangler/make.sh
>>>>  creating: arduino-0018/tools/Mangler/src/
>>>>  inflating: arduino-0018/tools/Mangler/src/Mangler.java
>>>>  creating: arduino-0018/tools/Mangler/tool/
>>>> mkdir: cannot create directory `kroc-tvm-posix': File exists
>>>> ./build_kroc.sh: line 90: ../../../../configure: No such file or
>>>> directory
>>>> make: *** No targets specified and no makefile found.  Stop.
>>>> make: *** No rule to make target `install'.  Stop.
>>>> mkdir: cannot create directory `kroc-tvm-avr': File exists
>>>> ./build_kroc.sh: line 113: ../../../../configure: No such file or
>>>> directory
>>>> make: *** No targets specified and no makefile found.  Stop.
>>>> make: *** No rule to make target `install'.  Stop.
>>>> ./build_kroc.sh: line 116: cd:
>>>> /windows/build/kroc-tvm-avr/modules/inmoslibs/lib
>>>> src: No such file or directory
>>>> make: *** No targets specified and no makefile found.  Stop.
>>>> make: *** No rule to make target `install'.  Stop.
>>>> ./build_kroc.sh: line 124: cd: ../../../tvm/arduino: No such file or
>>>> directory
>>>> ./build_kroc.sh: line 126: autoreconf: command not found
>>>> ./build_kroc.sh: line 130: ../../../../tvm/arduino/configure: No such
>>>> file
>>>> or di
>>>> rectory
>>>> make: *** No targets specified and no makefile found.  Stop.
>>>> make: *** No rule to make target `tvm-arduino.hex'.  Stop.
>>>>
>>>> If anyone can make anything of this, please do.
>>>>
>>>> Dennis
>>>>
>>>> _______________________________________________
>>>> developers mailing list
>>>> developers at concurrency.cc
>>>> https://ssl.unhosting.org/mailman/listinfo/developers
>>>>
>>>>
>>>>         
>>>       
>> _______________________________________________
>> developers mailing list
>> developers at concurrency.cc
>> https://ssl.unhosting.org/mailman/listinfo/developers
>>
>>     
>
>   





More information about the developers mailing list