Bug 381572

Summary: Cannot setup build in a docker container ("not a TTY")
Product: [Applications] kdevelop Reporter: Alexander Potashev <aspotashev>
Component: BuildSystem: Custom BuildSystemsAssignee: kdevelop-bugs-null
Status: RESOLVED NOT A BUG    
Severity: normal CC: simgunz
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Alexander Potashev 2017-06-23 12:09:58 UTC
I'm trying to make KDevelop build my application in a docker container. In the "Custom Build System" tab of the project configuration I set the command to "docker exec -it u1604 make -C /work", but when pressing F8, docker stops with an error:

the input device is not a TTY
Comment 1 Alexander Potashev 2017-06-23 12:19:23 UTC
Fixed by removing the "-it" option.