[
https://issues.apache.org/jira/browse/THRIFT-3274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14987252#comment-14987252
]
ASF GitHub Bot commented on THRIFT-3274:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/676
THRIFT-3274 calling "make clean" twice in a row yields make error
Removing `gen-cpp/.deps` hidden directory broke the source tree where any
subsequent make command failed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3274
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/676.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #676
----
commit 10b30a03a9011560c1617b44a9ebf4ba86f38e14
Author: Nobuaki Sukegawa <[email protected]>
Date: 2015-11-03T04:42:00Z
THRIFT-3274 calling "make clean" twice in a row yields make error
----
> calling "make clean" twice in a row yields make error
> -----------------------------------------------------
>
> Key: THRIFT-3274
> URL: https://issues.apache.org/jira/browse/THRIFT-3274
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Reporter: Jens Geyer
> Priority: Minor
>
> After calling {{make clean}} by accident twice in a row I got this:
> {code}
> Making clean in test
> make[3]: Entering directory '/home/jens/Arbeitsfläche/Thrift/lib/cpp/test'
> Makefile:1173: gen-cpp/.deps/ChildService.Plo: File or directory not found
> Makefile:1174: gen-cpp/.deps/DebugProtoTest_types.Plo: File or directory not
> found
> Makefile:1175: gen-cpp/.deps/EmptyService.Plo: File or directory not found
> Makefile:1176: gen-cpp/.deps/EnumTest_types.Plo: File or directory not found
> Makefile:1177: gen-cpp/.deps/OptionalRequiredTest_types.Plo: File or
> directory not found
> Makefile:1178: gen-cpp/.deps/ParentService.Plo: File or directory not found
> Makefile:1179: gen-cpp/.deps/Recursive_types.Plo: File or directory not found
> Makefile:1180: gen-cpp/.deps/ThriftTest_constants.Plo: File or directory not
> found
> Makefile:1181: gen-cpp/.deps/ThriftTest_types.Plo: File or directory not found
> Makefile:1182: gen-cpp/.deps/TypedefTest_types.Plo: File or directory not
> found
> Makefile:1183: gen-cpp/.deps/proc_types.Plo: File or directory not found
> make[3]: *** No rule to make target 'gen-cpp/.deps/proc_types.Plo'. Stop.
> make[3]: Leaving directory '/home/jens/Arbeitsfläche/Thrift/lib/cpp/test'
> Makefile:1578: recipe for target 'clean-recursive' failed
> make[2]: *** [clean-recursive] Error 1
> make[2]: Leaving directory '/home/jens/Arbeitsfläche/Thrift/lib/cpp'
> Makefile:536: recipe for target 'clean-recursive' failed
> make[1]: *** [clean-recursive] Error 1
> make[1]: Leaving directory '/home/jens/Arbeitsfläche/Thrift/lib'
> Makefile:601: recipe for target 'clean-recursive' failed
> make: *** [clean-recursive] Error 1
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)