Hi,
I get the following error:
Install glashctl-0.2.0 into /var/tmp/portage/glashctl-0.2.0/image/ category media-sound
dodoc: NEWS does not exist
!!! ERROR: media-sound/glashctl-0.2.0 failed.
Call stack:
ebuild.sh, line 1539: Called dyn_install
ebuild.sh, line 1013: Called src_install
glashctl-0.2.0.ebuild, line 33: Called die
!!! einstall failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
/usr/lib/portage/bin/ebuild.sh: line 548: 13448 Relais brise (pipe)
make prefix=${D}/usr datadir=${D}/usr/share infodir=${D}/usr/share/info
localstatedir=${D}/var/lib mandir=${D}/usr/share/man
sysconfdir=${D}/etc ${EXTRA_EINSTALL} "$@" install
glashctl-0.2.0.ebuild, line 33: Called einstall
ebuild.sh, line 580: Called die
!!! einstall failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Completed installing glashctl-0.2.0 into /var/tmp/portage/glashctl-0.2.0/image/
man:
Merging media-sound/glashctl-0.2.0 to /
--- /usr/
--- /usr/share/
--- /usr/share/doc/
/usr/share/doc/glashctl-0.2.0/
/usr/share/doc/glashctl-0.2.0/README.gz
Regenerating /etc/ld.so.cache...
media-sound/glashctl-0.2.0 merged.
*******************
glashctl was compiled, but not installed.
To get it to work, I removed completly src_unpack() and src_compile() because they do nothing that portage don't do by default, and I modified src_install() as follow:
src_install(){
dodoc README AUTHORS COPYING
dobin glashctl
insinto /usr/share/glashctl
doins lash_96px.png
}
Cheers,
Dominique