Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832774 - media-libs/raspberrypi-userland lacks some symbolic links to /opt/vc/include
Summary: media-libs/raspberrypi-userland lacks some symbolic links to /opt/vc/include
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM64 Linux
: Normal normal (vote)
Assignee: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-05 23:02 UTC by korte
Modified: 2022-02-06 14:46 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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