I went to skype-call-recorder web-site and got this code:
- Code: Select all
# emerge layman. skip this if you have it already
emerge layman
# checkout sunrise overlay. skip this if you have it already
layman -f -a sunrise
echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf
# emerge Skype Call Recorder
ACCEPT_KEYWORDS='~*' emerge skype-call-recorder
I ran only the last line as the other were already done.
I get this error at the end, can anyone point me to the right direction? thanks
- Code: Select all
>>> Compiling source in /var/tmp/portage/media-sound/skype-call-recorder-0.7/work/skype-call-recorder-0.7 ...
>>> Source compiled.
>>> Test phase [not enabled]: media-sound/skype-call-recorder-0.7
>>> Install skype-call-recorder-0.7 into /var/tmp/portage/media-sound/skype-call-recorder-0.7/image/ category media-sound
make: *** No rule to make target `install'. Stop.
*
* ERROR: media-sound/skype-call-recorder-0.7 failed.
* Call stack:
* ebuild.sh, line 49: Called src_install
* environment, line 3171: Called base_src_install
* environment, line 465: Called base_src_install 'all'
* environment, line 475: Called base_src_install 'make'
* environment, line 471: Called die
* The specific snippet of code:
* make DESTDIR="${D}" install || die "died running make install, $FUNCNAME:make"
* The die message:
* died running make install, base_src_install:make
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/lib/entropy/logs/media-sound:skype-call-recorder-0.7:20090331-095012.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-sound/skype-call-recorder-0.7/temp/environment'.
* This ebuild is from an overlay: '/usr/local/portage/layman/sunrise/'
*
>>> Failed to emerge media-sound/skype-call-recorder-0.7, Log file:
>>> '/var/lib/entropy/logs/media-sound:skype-call-recorder-0.7:20090331-095012.log'
-GGR

