Ubuntu Firefox About Dialog
rufuseddy
Source i (link to git-repo or to original if based on someone elses unmodified work):
© 2025 store.kde.org - The official KDE Store
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
8 Comments
Shouldn't there be something like RESTRICT="nomirror" in the ebuild? Since it isn't in portage the standard mirrors won't have the sources...
hi, where's the ebuild?, the one on the link is incomplete (just 1k)... if anyone could post it or give us a link ill appreciate it.. thnx
why cant the ebuild be 1kb? to get the ebuild follow the link
certainly there can be a 1k ebuild... but this ebuild doesn't have src_unpack(), src_compile, etc... i belive that might have been what got me confused... sorry, im not an expert writing ebuilds.. thnx
I have tried to read the how tos on the wiki and for the life of me cant figure out what they are triing to tell me , if you coukd point me in the direction of a how to with total linux newbs in mind , i would appreciate it .
if you're a noob and using gentoo, you're doing something wrong. anyway, the way this works is as following: you know portage is the tool to install software in gentoo? it has a 'database' with info about the available packages, it is in /usr/portage (have a look there). now, if you want to add things, you COULD put them in /usr/portage, but they get deleted when you do emerge --sync. so you have to use a so called 'overlay'. it can be defined in your make.conf (check the how-to's for how). then add this ebuild to the overlay: i'm not sure where this belongs, but i guess you'll have to make in the overlay folder (lets say /usr/local/portage) a folder with the name kde-misc, and in it kbfx. so the ebuild goes to /usr/local/portage/kde-misc/kbfx. then go to that folder, and do "ebuild kbfxblabla.ebuild digest". then emerge kbfx, should work.
I get something like this: 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.
Sorry about that. I uploaded the wrong ebuild. Its fixed now and sorry for the trouble!