[ 
https://issues.apache.org/jira/browse/THRIFT-3274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14988017#comment-14988017
 ] 

Jens Geyer edited comment on THRIFT-3274 at 11/3/15 8:09 PM:
-------------------------------------------------------------

Better, but not perfect. The tutorial seems to suffer from the same problems:

{code}
Making clean in cpp
make[2]: Entering directory '/home/jens/Arbeitsfläche/Thrift/tutorial/cpp'
Makefile:621: gen-cpp/.deps/Calculator.Plo: File or directory not found
Makefile:622: gen-cpp/.deps/SharedService.Plo: File or directory not found
Makefile:623: gen-cpp/.deps/shared_constants.Plo: File or directory not found
Makefile:624: gen-cpp/.deps/shared_types.Plo: File or directory not found
Makefile:625: gen-cpp/.deps/tutorial_constants.Plo: File or directory not found
Makefile:626: gen-cpp/.deps/tutorial_types.Plo: File or directory not found
make[2]: *** No rule to make target 'gen-cpp/.deps/tutorial_types.Plo'.  
Schluss.
make[2]: Leaving directory '/home/jens/Arbeitsfläche/Thrift/tutorial/cpp'
Makefile:535: recipe for target 'clean-recursive' failed
make[1]: *** [clean-recursive] Error 1
make[1]: Leaving directory '/home/jens/Arbeitsfläche/Thrift/tutorial'
Makefile:613: recipe for target 'clean-recursive' failed
make: *** [clean-recursive] Error 1
{code}



was (Author: jensg):
Better, but not perfect. The tutorial seems to suffer from the same problems:

{code}
Making clean in cpp
make[2]: Entering directory '/home/jens/Arbeitsfläche/Thrift/tutorial/cpp'
Makefile:621: gen-cpp/.deps/Calculator.Plo: Datei oder Verzeichnis nicht 
gefunden
Makefile:622: gen-cpp/.deps/SharedService.Plo: Datei oder Verzeichnis nicht 
gefunden
Makefile:623: gen-cpp/.deps/shared_constants.Plo: Datei oder Verzeichnis nicht 
gefunden
Makefile:624: gen-cpp/.deps/shared_types.Plo: Datei oder Verzeichnis nicht 
gefunden
Makefile:625: gen-cpp/.deps/tutorial_constants.Plo: Datei oder Verzeichnis 
nicht gefunden
Makefile:626: gen-cpp/.deps/tutorial_types.Plo: Datei oder Verzeichnis nicht 
gefunden
make[2]: *** No rule to make target 'gen-cpp/.deps/tutorial_types.Plo'.  
Schluss.
make[2]: Leaving directory '/home/jens/Arbeitsfläche/Thrift/tutorial/cpp'
Makefile:535: recipe for target 'clean-recursive' failed
make[1]: *** [clean-recursive] Error 1
make[1]: Leaving directory '/home/jens/Arbeitsfläche/Thrift/tutorial'
Makefile:613: recipe for target 'clean-recursive' failed
make: *** [clean-recursive] Error 1
{code}


> 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)

Reply via email to