[cmake-developers] [CMake 0014892]: Ninja: wrong check for link with RSP_FILE

Mantis Bug Tracker mantis at public.kitware.com
Sun Apr 20 06:46:03 EDT 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14892 
====================================================================== 
Reported By:                Максим Прохоренко
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14892
Category:                   CMake
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-04-20 14:46 MSK
Last Modified:              2014-04-20 14:46 MSK
====================================================================== 
Summary:                    Ninja: wrong check for link with RSP_FILE
Description: 
ninja use sh -c 'cmd' for all commands, limit for 'cmd' less than _SC_ARG_MAX

MAX_ARG_STRLEN or sysconf(_SC_PAGESIZE) * 32

Steps to Reproduce: 
use CMakeLists.txt (attached)

cmake -GNinja ..

ninja-build

Argument list too long
ninja: build stopped: subcommand failed.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-04-20 14:46 Максим ПрохоренкоNew Issue                     
              
2014-04-20 14:46 Максим ПрохоренкоFile Added: CMakeLists.txt    
               
======================================================================



More information about the cmake-developers mailing list