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

Bug 576768

Summary: media-libs/raspberrypi-userland-bin-1.20160209 has broken #include statements
Product: Gentoo Linux Reporter: Miroslav Šulc <fordfrog>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: CONFIRMED ---    
Severity: normal CC: itumaykin+gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/raspberrypi/firmware/issues/562
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 578492    

Description Miroslav Šulc gentoo-dev 2016-03-08 12:47:57 UTC
when compiling my work-in-progress kodi ebuild on raspberry-pi i encountered many errors related to broken #include statements in raspberrypi-userland-bin package. seems some files were moved without refreshing the includes. here are the correct paths as installed in gentoo:

#include "interface/vcos/pthreads/vcos_platform_types.h"
#include "interface/vcos/pthreads/vcos_platform.h"
#include "interface/vmcs_host/linux/vchost_config.h"
Comment 1 Miroslav Šulc gentoo-dev 2016-03-08 12:58:50 UTC
added link to upstream bug that i filed
Comment 2 Miroslav Šulc gentoo-dev 2016-03-08 23:23:29 UTC
i fixed this issue in raspberrypi-userland bump but not in the -bin. idk if the bin should stay or it should be removed as we can compile raspberrypi-userland from source.