
kbfx gentoo ebuild
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
loony
15 years ago
RESTRICT="nomirror"
in the ebuild? Since it isn't in portage the standard mirrors won't have the sources...
Report
nicolaslara
15 years ago
if anyone could post it or give us a link ill appreciate it..
thnx
Report
rufuseddy
15 years ago
Report
nicolaslara
15 years ago
sorry, im not an expert writing ebuilds..
thnx
Report
Rhedd
15 years ago
Report
Superstoned
15 years ago
Report
6thpink
15 years ago
Calculating dependencies ...done!
>>> emerge (1 of 1) kde-misc/kbfx-0.4.5 to /
>>> md5 files ;-) kbfx-0.4.5.ebuild
>>> md5 files ;-) files/digest-kbfx-0.4.5
>>> md5 src_uri ;-) kbfx-0.4.5.tar.bz2
>>> Unpacking source...
>>> Unpacking kbfx-0.4.5.tar.bz2 to /var/tmp/portage/kbfx-0.4.5/work
/usr/portage/eclass/base.eclass: line 37: cd: /var/tmp/portage/kbfx-0.4.5/work/kbfx-0.4.5/kbfx: No existe el fichero o el directorio
/usr/portage/eclass/kde.eclass: line 54: cd: /var/tmp/portage/kbfx-0.4.5/work/kbfx-0.4.5/kbfx: No existe el fichero o el directorio
find: /var/tmp/portage/kbfx-0.4.5/work/kbfx-0.4.5/kbfx: No existe el fichero o el directorio
sed: no se puede leer -: No existe el fichero o el directorio
>>> Source unpacked.
/usr/portage/eclass/kde.eclass: line 78: cd: /var/tmp/portage/kbfx-0.4.5/work/kbfx-0.4.5/kbfx: No existe el fichero o el directorio
/usr/portage/eclass/kde.eclass: line 78: cd: /var/tmp/portage/kbfx-0.4.5/work/kbfx-0.4.5/kbfx: No existe el fichero o el directorio
!!! ERROR: kde-misc/kbfx-0.4.5 failed.
!!! Function kde_src_compile, Line 129, Exitcode 1
!!! no configure script found, generation unsuccessful
!!! If you need support, post the topmost build error, NOT this status message.
I look into the pertinent location under /var and found that the path was wrong. As I know nothing about ebuilds I just hardcoded the path into the file changing
S=${WORKDIR}/${P}/${PN}
for
S="/var/tmp/portage/kbfx-0.4.5/work/kbfx"
And it emerged fine.
Nice work.
Report
rufuseddy
15 years ago
Report