Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 749210 - dev-ros/image_proc-1.15.2 fails to compile
Summary: dev-ros/image_proc-1.15.2 fails to compile
Status: RESOLVED FIXED
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: 2020-10-15 05:57 UTC by Agostino Sarubbo
Modified: 2020-10-20 09:52 UTC (History)
0 users

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


Attachments
build.log (build.log,11.07 KB, text/plain)
2020-10-15 05:57 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 2020-10-15 05:57:27 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ros/image_proc-1.15.2 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a gold linker (ld.gold).
If you think that this issue is strictly related to ld.gold please block bug 269315.
Comment 1 Agostino Sarubbo gentoo-dev 2020-10-15 05:57:30 UTC
Created attachment 665732 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-10-15 05:57:31 UTC
Possible context of error(s):

ninja: error: '/usr/lib64/libopencv_dnn.so.4.4.0', needed by 'devel/lib64/libimage_proc.so', missing and no known rule to make it
Comment 3 Alexis Ballier gentoo-dev 2020-10-20 09:52:50 UTC
commit 3efed313ea323a91df22c6a70d71b4a3d1af5579
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Mon Oct 19 16:09:39 2020 +0200

    dev-ros/cv_bridge: Avoid finding all of opencv
    
    The package does not need all modules at all. If opencv useflags change,
    revdeps will break.
    
    Closes: https://bugs.gentoo.org/738570
    Closes: https://bugs.gentoo.org/738570
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Alexis Ballier <aballier@gentoo.org>



should have fixed it (wrong link in commit msg...)