https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-ros/pcl_ros-1.7.2-r1 fails tests. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html If you think this is a GCC-11 related issue, please block bug 732706.
Created attachment 729946 [details] build.log build log and emerge --info
Created attachment 729948 [details] 1-LastTest.log 1-LastTest.log
Possible context of error(s): -- Could NOT find PCL_CORE (missing: PCL_CORE_LIBRARY PCL_CORE_INCLUDE_DIR)
as noted on another bug, you should fix this before reporting any more bugs: [rospack] Warning: cannot create rospack cache directory /var/lib/portage/home/.ros: boost::filesystem::create_directory: Permission denied: "/var/lib/portage/home/.ros" [rospack] Warning: cannot create rospack cache directory /var/lib/portage/home/.ros: boost::filesystem::create_directory: Permission denied: "/var/lib/portage/home/.ros"
permission for that directory looks to be fine: ~ $ ls -la /var/lib/portage/home/ total 0 drwxr-xr-x 1 portage portage 62 May 26 15:50 . drwxr-sr-x 1 root portage 96 Aug 4 22:56 .. drwxr-xr-x 1 portage portage 34 May 12 05:54 .cache -rw-r--r-- 1 root root 0 May 26 15:50 .keep_acct-user_portage-0
indeed, but then why do you get those permission denied issues while I don't ?