K. Noel Belcourt | 12 Nov 18:40
Favicon

[Boost-filesystem] operations.cpp fails to compile building process_jam_log

Hi,

It seems a recent change to Boost may have dramatically increased the  
time required to compile Boost.filesystem operations.cpp.  This file  
is compiled when building process_jam_log during the nightly  
testing.  Has anyone made a change that would cause the intel- 
linux-9.1 compilers to take > 300 seconds to compile this file.   
Here's the compile line that times out.

"/usr/local/intel/cc/9.1.044/bin/icpc" -c -xc++ -O3 -Ob2 -w1 - 
DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 - 
DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"/var/scratch2/boost/boost" -c  
-o "/var/scratch2/boost/boost/bin.v2/libs/filesystem/build/intel- 
linux-9.1/release/link-static/operations.o" "/var/scratch2/boost/ 
boost/libs/filesystem/src/operations.cpp"
300 second time limit exceeded

The file compiled okay yesterday so I'm in need of a little help.

Thanks.

-- Noel

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

Vladimir Prus | 22 Nov 10:15

Re: [Boost-filesystem] operations.cpp fails to compile building process_jam_log

On Wednesday 12 November 2008 20:41:27 K. Noel Belcourt wrote:
> Hi,
> 
> It seems a recent change to Boost may have dramatically increased the  
> time required to compile Boost.filesystem operations.cpp.  This file  
> is compiled when building process_jam_log during the nightly  
> testing.  Has anyone made a change that would cause the intel- 
> linux-9.1 compilers to take > 300 seconds to compile this file.   
> Here's the compile line that times out.
> 
> "/usr/local/intel/cc/9.1.044/bin/icpc" -c -xc++ -O3 -Ob2 -w1 - 
> DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 - 
> DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"/var/scratch2/boost/boost" -c  
> -o "/var/scratch2/boost/boost/bin.v2/libs/filesystem/build/intel- 
> linux-9.1/release/link-static/operations.o" "/var/scratch2/boost/ 
> boost/libs/filesystem/src/operations.cpp"
> 300 second time limit exceeded
> 
> The file compiled okay yesterday so I'm in need of a little help.

Noel,
is this issue still open? I don't think I've changed anything in Boost.Build,
and I did not find any suspicious changes in Boost.Filesystem either, so
I'm a bit a loss. We might need to do a binary search to find where this
appeared.

- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

(Continue reading)


Gmane