pipelka / vdr-plugin-xvdr

DISCONTINUED - XVDR Plugin for VDR
GNU General Public License v2.0
43 stars 22 forks source link

Install error on Gentoo #101

Closed nokia001 closed 11 years ago

nokia001 commented 11 years ago

Hi,

here is e error on a Gentoo System 64bit

Install vdr-xvdr-9999 into /var/tmp/portage/media-plugins/vdr-xvdr-9999/image/ category media-plugins xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-xvdr --package-version=0.9.8 --msgid-bugs-address='' -o po/xvdr.pot find ./src -name *.c install -D libvdr-xvdr.so /var/tmp/portage/media-plugins/vdr-xvdr-9999/image//var/tmp/portage/media-plugins/vdr-xvdr-9999/work/vdr-xvdr-plugin/libvdr-xvdr.so.1.7.36 install: der Aufruf von stat für „libvdr-.so.“ ist nicht möglich: Datei oder Verzeichnis nicht gefunden !!! doins: libvdr-.so. does not exist

  • ERROR: media-plugins/vdr-xvdr-9999 failed (install phase):
  • doins failed
  • If you need support, post the output of emerge --info '=media-plugins/vdr-xvdr-9999',
  • the complete build log and the output of emerge -pqv '=media-plugins/vdr-xvdr-9999'.
  • The complete build log is located at '/var/tmp/portage/media-plugins/vdr-xvdr-9999/temp/build.log'.
  • The ebuild environment file is located at '/var/tmp/portage/media-plugins/vdr-xvdr-9999/temp/environment'.
  • Working directory: '/var/tmp/portage/media-plugins/vdr-xvdr-9999/work/vdr-xvdr-plugin'
  • S: '/var/tmp/portage/media-plugins/vdr-xvdr-9999/work/vdr-xvdr-plugin'
  • QA Notice: file does not exist:
  • doins: libvdr-.so. does not exist
tkurbad commented 11 years ago

The reason for that error was that the Gentoo ebuilds still weren't prepared for the build system changes introduced by VDR 1.7.35 and 1.7.36. It should work flawlessly now.

Best, Torsten