gsoc13-tests: src/macports1.0 errors

Rainer Müller raimue at macports.org
Wed Sep 25 00:42:21 PDT 2013


On 2013-09-25 02:39, Bradley Giesbrecht wrote:
> 
> On Sep 24, 2013, at 10:00 AM, Bradley Giesbrecht wrote:
> 
>> On Sep 24, 2013, at 9:39 AM, Joshua Root wrote:
>>
>>> On 2013-9-25 01:56 , Bradley Giesbrecht wrote:
>>>> $ sw_vers -productVersion
>>>> 10.5.8
>>>> $ make test
>>>> ...
>>>> ===> making test in src/macports1.0
>>>> /usr/bin/tclsh ./tests/test.tcl -nocolor
>>>> extra characters after close-brace
>>>>   while executing
>>>> "set pwd [eval file join {*}[lrange [file split $pwd] 0 end-1]]
>>>
>>> Update your base checkout.
>>
>>
>> Thanks, make test works here.
> 
> 
> I spoke to soon, I mistakenly retested on a 10.6.8 installation where make test works. On 10.5.8 I still get the make test error for src/macports1.0.

Did you run 'make && sudo make install'? The new files need to be
installed first before running 'make test'.

Tests can only be run on the installed version of MacPorts due to the
way we are loading the Tcl packages. It's the same reason we cannot run
the port command from the source directory during development.

Rainer


More information about the macports-dev mailing list