You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by "PengZheng (via GitHub)" <gi...@apache.org> on 2023/10/31 05:34:06 UTC

[PR] Hotfix/conan create ubuntu clang (celix)

PengZheng opened a new pull request, #681:
URL: https://github.com/apache/celix/pull/681

   This PR fixes https://github.com/apache/celix/actions/runs/6700166848/job/18207423046
   ```
    /home/runner/work/celix/celix/release/p/b/ccachd626175a63360/b/src/src/Stat.hpp:132:3: error: unknown type name 'uint64_t'
     uint64_t size() const;
     ^
   /home/runner/work/celix/celix/release/p/b/ccachd626175a63360/b/src/src/Stat.hpp:134:3: error: unknown type name 'uint64_t'
     uint64_t size_on_disk() const;
     ^
   /home/runner/work/celix/celix/release/p/b/ccachd626175a63360/b/src/src/Stat.hpp:219:8: error: unknown type name 'uint64_t'
   inline uint64_t
          ^
   /home/runner/work/celix/celix/release/p/b/ccachd626175a63360/b/src/src/Stat.hpp:225:8: error: unknown type name 'uint64_t'
   inline uint64_t
          ^
   [ 22%] Building CXX object src/CMakeFiles/ccache_framework.dir/Config.cpp.o
   4 errors generated.
   gmake[2]: *** [src/CMakeFiles/ccache_framework.dir/build.make:76: src/CMakeFiles/ccache_framework.dir/Args.cpp.o] Error 1
   gmake[2]: *** Waiting for unfinished jobs....
   In file included from /home/runner/work/celix/celix/release/p/b/ccachd626175a63360/b/src/src/Config.cpp:19:
   In file included from /home/runner/work/celix/celix/release/p/b/ccachd626175a63360/b/src/src/Config.hpp:22:
   In file included from /home/runner/work/celix/celix/release/p/b/ccachd626175a63360/b/src/src/Util.hpp:21:
   /home/runner/work/celix/celix/release/p/b/ccachd626175a63360/b/src/src/Stat.hpp:132:3: error: unknown type name 'uint64_t'
     uint64_t size() const;
     ^
   /home/runner/work/celix/celix/release/p/b/ccachd626175a63360/b/src/src/Stat.hpp:134:3: error: unknown type name 'uint64_t'
     uint64_t size_on_disk() const;
     ^
   /home/runner/work/celix/celix/release/p/b/ccachd626175a63360/b/src/src/Stat.hpp:219:8: error: unknown type name 'uint64_t'
   inline uint64_t
          ^
   /home/runner/work/celix/celix/release/p/b/ccachd626175a63360/b/src/src/Stat.hpp:225:8: error: unknown type name 'uint64_t'
   inline uint64_t
          ^
   4 errors generated.
   gmake[2]: *** [src/CMakeFiles/ccache_framework.dir/build.make:104: src/CMakeFiles/ccache_framework.dir/Config.cpp.o] Error 1
   gmake[1]: *** [CMakeFiles/Makefile2:322: src/CMakeFiles/ccache_framework.dir/all] Error 2
   gmake: *** [Makefile:156: all] Error 2
   
   ccache/4.6: ERROR:
   ```
   
   It seems caused by missing `#include <stdint.h>`. 
   Thus I upgrade ccache to 4.7.4, which does not have this issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Hotfix/conan create ubuntu clang (celix)

Posted by "PengZheng (via GitHub)" <gi...@apache.org>.
PengZheng merged PR #681:
URL: https://github.com/apache/celix/pull/681


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org