Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 832774

Summary: media-libs/raspberrypi-userland lacks some symbolic links to /opt/vc/include
Product: Gentoo Linux Reporter: korte
Component: Current packagesAssignee: Chí-Thanh Christopher Nguyễn <chithanh>
Status: UNCONFIRMED ---    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: ARM64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description korte 2022-02-05 23:02:39 UTC
I tried to install openrct2 and it searched for some videocore specific stuff at /opt/vc/include. My package is: media-libs/raspberrypi-userland-0_pre20201022 . Installing the userland using git (not the 9999 version) as in https://wiki.gentoo.org/wiki/Raspberry_Pi/ARM64_in_place_installation#Installing_Raspberry_Pi_userland might work, too.

The following steps helped me to get it emerged (I didn't write a diary, so hopefully that were the steps):
cd /opt
mkdir vc
cd vc
ln -s /usr/include/vcinclude include
cd include
ln -s /usr/include/interface/


Reproducible: Always