Boost logo

Boost Testing :

Subject: Re: [Boost-testing] [EXTERNAL] Re: error encountered running run.py
From: Aparna Kumta (aparna.kumta_at_[hidden])
Date: 2014-11-11 22:20:49


> ----- Original Message -----
> From: kbelco_at_[hidden]
> To: boost-testing_at_[hidden]
> Sent: Tuesday, November 11, 2014 4:36:31 PM GMT -08:00 US/Canada Pacific
> Subject: Re: [Boost-testing] [EXTERNAL] Re: error encountered running run.py

> On Nov 11, 2014, at 5:28 PM, Aparna Kumta <aparna.kumta_at_[hidden]> wrote:
>
>> ----- Original Message -----
>>> From: li51ckf02_at_[hidden]
>>> To: boost-testing_at_[hidden]
>>> Sent: Friday, November 7, 2014 4:20:18 PM GMT -08:00 US/Canada Pacific
>>> Subject: Re: [Boost-testing] [EXTERNAL] Re: error encountered running run.py
>>
>>
>>> "Aparna Kumta" <aparna.kumta_at_[hidden]> wrote:
>>> I am able to start downloading the files, however, I see the following
>>> git error.
>>> # Executing GIT command: /home/akumta/BOOST_REGRESSION/boost_root> git
>>> checkout "develop"
>>> Already on 'develop'
>>> git clean -fxd"" failed with code 256
>>> %
>>>
>>> The git version I am using is 1.8.5.
>>
>>> The semicolon after --hard is being interpreted incorrectly for some reason.
>>> git should be passing the command line "git reset --quiet --hard; git
>>> clean -fxd" to the shell, which in turn should interpret it as two commands
>>> "git reset --quiet --hard" and "git clean -fxd".
>>>
>>> Try running the following command manually in the boost_root directory:
>>> git submodule foreach "git reset --quiet --hard; git clean -fxd"
>>>
>>> Experiment with changes to the command to get it to work. Does your shell
>>> handle semicolon? Could it be a quoting problem? Does replacing " with ' fix
>>> it?
>>
>> Thanks, this helped resolve the issue.
>> As I proceed along, I see an issue with building process_jam_log.
>> "CC" -library=stlport4 -xO4 -erroff=%none -KPIC -DBOOST_ALL_NO_LIB=1
>> -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG
>> -D_CRT_SECURE_NO_WARNINGS -I"../../.." -c -o
>> "bin/sun-5.13/release/process_jam_log.o" "../src/process_jam_log.cpp"
>>
>> "../src/process_jam_log.cpp", line 356: Error: The function "system"
>> must have a prototype.
>> 1 Error(s) detected.
>> ...failed sun.compile.c++ bin/sun-5.13/release/process_jam_log.o...
>>
>> Looks like I would need to patch process_jam_log.cpp by qualifying
>> system as std::system.

> I just pushed this change to develop, hopefully this will fix your problem.

Thanks, really appreciate the quick turnaround. I just tried it and looks fine.

Aparna

>
> commit 55672f301f3f25289f593fcab41174f909fad48a
> Author: K. Noel Belcourt <kbelco_at_[hidden]>
> Date: Tue Nov 11 17:32:03 2014 -0700

>Qualify system with std:: to fix PJL on Sun as reported by Aparna Kumta.

_______________________________________________
Boost-Testing mailing list
Boost-Testing_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-testing


Boost-testing list run by mbergal at meta-comm.com