Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fog Project ebuild?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
FizzyWidget
Veteran
Veteran


Joined: 21 Nov 2008
Posts: 1133
Location: 127.0.0.1

PostPosted: Fri Jan 11, 2013 8:00 pm    Post subject: Fog Project ebuild? Reply with quote

I have tried the ebuild from the link posted in this thread

https://forums.gentoo.org/viewtopic-t-919972-view-previous.html?sid=6f4e59dcc11d12e71e36a6f240f294c4

Code:
# Copyright 2011 Luca Berton
# Distributed under the terms of the GNU General Public License v2
# $Header : $
DESCRIPTION="FOG package for Gentoo"
HOMEPAGE="http://www.fogproject.org/"
SRC_URI="mirror://sourceforge/freeghost/fog_0.32.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND="www-servers/apache virtual/mysql >=dev-lang/php-5.2 net-misc/dhcp net-fs/nfs-utils"
DEPEND="${RDEPEND}"

src_compile() {
econf --with-popt
emake || die
}

src_install() {
        emake DESTDIR="${D}" install || die
        dodoc README CHANGES || die
}



but always get the error

Code:
* ERROR: net-misc/fog-0.32 failed (compile phase):
 *   no configure script found
 *
 * Call stack:
 *          ebuild.sh, line  93:  Called src_compile
 *        environment, line 132:  Called econf '--with-popt'
 *   phase-helpers.sh, line 516:  Called die
 * The specific snippet of code:
 *              die "no configure script found"


which of course would be right, after looking at the package there is indeed no configure script, the only install script is gearing towards red hat/fedora and ubuntu, has anyone got this working on Gentoo or can advise on a different cloning application, I would like to get rid of having to use Acronis
_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.
Back to top
View user's profile Send private message
davidwk
n00b
n00b


Joined: 17 May 2013
Posts: 1

PostPosted: Fri May 17, 2013 2:32 am    Post subject: Reply with quote

It's not an ebuild but I added Gentoo functionality into the existing fog install script. I'm going to send it upstream as well but in case they don't turn it around very fast you can get it at http://people.goshen.edu/~davidwk/fog-3.2.tgz

I can't say how well it works because I've only gotten it to install but the install didn't have any errors so that's a start at least :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum