Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 806338 - dev-ros/pcl_ros-1.7.2-r1 fails tests
Summary: dev-ros/pcl_ros-1.7.2-r1 fails tests
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robot Operating System team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-04 06:36 UTC by Agostino Sarubbo
Modified: 2021-08-05 11:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,179.48 KB, text/plain)
2021-08-04 06:36 UTC, Agostino Sarubbo
Details
1-LastTest.log (1-LastTest.log,27.36 KB, text/plain)
2021-08-04 06:36 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-08-04 06:36:29 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2021-08-04 06:36:32 UTC
Created attachment 729946 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-08-04 06:36:33 UTC
Created attachment 729948 [details]
1-LastTest.log

1-LastTest.log
Comment 3 Agostino Sarubbo gentoo-dev 2021-08-04 06:36:34 UTC
Possible context of error(s):

-- Could NOT find PCL_CORE (missing: PCL_CORE_LIBRARY PCL_CORE_INCLUDE_DIR)
Comment 4 Alexis Ballier gentoo-dev 2021-08-04 15:27:29 UTC
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"
Comment 5 Agostino Sarubbo gentoo-dev 2021-08-04 20:56:30 UTC
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
Comment 6 Alexis Ballier gentoo-dev 2021-08-05 11:33:24 UTC
indeed, but then why do you get those permission denied issues while I don't ?