Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 870628 - media-video/droidcam-1.8.2-r1 fails to compile: sh: line 1: x86_64-pc-linux-gnu-clang: command not found
Summary: media-video/droidcam-1.8.2-r1 fails to compile: sh: line 1: x86_64-pc-linux-g...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Nowa Ammerlaan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-17 09:30 UTC by Agostino Sarubbo
Modified: 2022-09-17 10:13 UTC (History)
0 users

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


Attachments
build.log (build.log,60.39 KB, text/plain)
2022-09-17 09:30 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 2022-09-17 09:30:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-video/droidcam-1.8.2-r1 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-09-17 09:30:13 UTC
Created attachment 806812 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-09-17 09:30:14 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/bin/sh: line 1: x86_64-pc-linux-gnu-clang: command not found
make[1]: x86_64-pc-linux-gnu-clang: No such file or directory
Comment 3 Andrew Nowa Ammerlaan gentoo-dev 2022-09-17 10:13:48 UTC
It looks like the kernel was compiled with clang, when this is the case the droidcam module will also try compile with clang (which now fails because clang is not present). This behaviour is borrowed from the x11-drivers/nvidia-drivers ebuild.

Since this is the intended behaviour I'm going to close this as INVALID.