You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2014/12/28 17:38:13 UTC

[jira] [Updated] (THRIFT-2917) "make clean" breaks test/c_glib

     [ https://issues.apache.org/jira/browse/THRIFT-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer updated THRIFT-2917:
-------------------------------
    Description: 
Today I ran into a situation where I wanted to do a {{make clean}} in the test/c_glib directory only. After that, the build was no longer possible and always ended with:

{code}
$> make 
Makefile:564: gen-c_glib/.deps/t_test_second_service.Plo: File or folder not found
Makefile:565: gen-c_glib/.deps/t_test_thrift_test.Plo: File or folder not found
Makefile:566: gen-c_glib/.deps/t_test_thrift_test_types.Plo: File or folder not found
make: *** No rule to make target 'gen-c_glib/.deps/t_test_thrift_test_types.Plo'.  Stop.
{code}

After running ./configure again the problem went away. 

  was:
Today I run into a situation where I wanted to do a {{make clean}} in the test/c_glib directory only. After that, the build was no longer possible and always ended with:

{code}
$> make 
Makefile:564: gen-c_glib/.deps/t_test_second_service.Plo: File or folder not found
Makefile:565: gen-c_glib/.deps/t_test_thrift_test.Plo: File or folder not found
Makefile:566: gen-c_glib/.deps/t_test_thrift_test_types.Plo: File or folder not found
make: *** No rule to make target 'gen-c_glib/.deps/t_test_thrift_test_types.Plo'.  Stop.
{code}


> "make clean" breaks test/c_glib
> -------------------------------
>
>                 Key: THRIFT-2917
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2917
>             Project: Thrift
>          Issue Type: Bug
>          Components: C glib - Library
>         Environment: openSUSE 13.2
>            Reporter: Jens Geyer
>
> Today I ran into a situation where I wanted to do a {{make clean}} in the test/c_glib directory only. After that, the build was no longer possible and always ended with:
> {code}
> $> make 
> Makefile:564: gen-c_glib/.deps/t_test_second_service.Plo: File or folder not found
> Makefile:565: gen-c_glib/.deps/t_test_thrift_test.Plo: File or folder not found
> Makefile:566: gen-c_glib/.deps/t_test_thrift_test_types.Plo: File or folder not found
> make: *** No rule to make target 'gen-c_glib/.deps/t_test_thrift_test_types.Plo'.  Stop.
> {code}
> After running ./configure again the problem went away. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)