Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 576768 - media-libs/raspberrypi-userland-bin-1.20160209 has broken #include statements
Summary: media-libs/raspberrypi-userland-bin-1.20160209 has broken #include statements
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sam James
URL: https://github.com/raspberrypi/firmwa...
Whiteboard:
Keywords:
Depends on:
Blocks: 578492
  Show dependency tree
 
Reported: 2016-03-08 12:47 UTC by Miroslav Šulc
Modified: 2020-07-30 22:11 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 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.