Re: vdr-1.5.7 in vdr-1.5 overlay
Matthias Schwarzott <
zzam@...>
2007-08-17 09:47:44 GMT
On Freitag, 17. August 2007, Joerg Krause wrote:
> Am Donnerstag, den 16.08.2007, 16:37 +0200 schrieb Matthias Schwarzott:
> > Hello gentoo-vdr-mailinglist!
> >
> > As you might have noticed already: we now have an almost working
> > vdr-1.5.7 ebuild in our overlay.
> >
> > The eclass has some hack to convert plugins to work with the new (new for
> > vdr) gettext translation system.
>
> I've got problems to compile the following plugins (vdr-1.5 and
> vdr-testing overlay) due to a sandbox access violation:
>
> [ebuild U ] media-plugins/vdr-femon-1.2.0 [1.1.3]
> [ebuild U ] media-plugins/vdr-skinsoppalusikka-1.1.0 [1.0.4]
> [ebuild U ] media-plugins/vdr-epgsearch-0.9.23_beta14 [0.9.23_beta5]
>
> The error for all plugins is the same:
>
> --------------------------- ACCESS VIOLATION SUMMARY
> mkdir: /usr/include/vdr/locale
> -----------------------------------------------------
>
> There should be a change in the vdr-plugin eclass
> vdr-plugin_src_unpack function. The "LOCALEDIR = $(VDRDIR)/locale"
> should be patched in the makefile to the correct path.
>
The vdr-plugin.eclass already contains this code:
emake ${BUILD_PARAMS} \
(Continue reading)