Have you tried running the following command ? buck clean
bq. now it doesn't rebuild Did you mean that buck build didn't detect the change you made to the source file ? On Tue, Sep 5, 2017 at 8:08 AM, Andrzej <[email protected]> wrote: > In BUCK I have modified simple-client: > cxx_binary( > name="hbNative", > srcs=[ > "hbNative.cpp", > ], > compiler_flags=['-w'], > deps=[":core", "//connection:connection"],) > > Previously I build it, but now it doesn't rebuild. > Next I have deleted hbNative in > HBASE-14850/hbase-native-client/buck-out/gen/core/ > but then I have Error getting output size: > root@securecluster:/usr/src/hbase/hbase-native-client# buck build > //core:hbNative > Error getting output size for //core:hbNative#binary. > java.nio.file.NoSuchFileException: /usr/src/hbase/hbase-native-cl > ient/buck-out/gen/core/hbNative > java.nio.file.NoSuchFileException: /usr/src/hbase/hbase-native-cl > ient/buck-out/gen/core/hbNative > .... >
