Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36777 - ebuild to gift fasttrack 0.8.5 and bug in fasttrack.conf.template
Summary: ebuild to gift fasttrack 0.8.5 and bug in fasttrack.conf.template
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-29 20:54 UTC by alexandre parente lima
Modified: 2004-07-06 14:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alexandre parente lima 2003-12-29 20:54:28 UTC
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="FastTrack Plugin for giFT"
HOMEPAGE="https://developer.berlios.de/projects/gift-fasttrack/"
SRC_URI="http://download.berlios.de/gift-fasttrack/giFT-FastTrack-${PV}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~sparc ~ppc"

DEPEND="virtual/glibc
	>=net-p2p/gift-0.11.5
	>=sys-apps/sed-4
	>=sys-libs/zlib-1.1.4"

S=${WORKDIR}/${P/gift-fasttrack/giFT-FastTrack}

src_compile() {
	econf || dir "FastTrack plugin failed to configure"
	emake || die "FastTrack plugin failed to build"
}

src_install() {

	make DESTDIR=${D} install || die "install failed"
        dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS
}

pkg_postinst() {
	einfo "first, you need to run gift-setup with your normal"
	einfo "user account to create the gift-gnutella configuration files."
}



Reproducible: Always
Steps to Reproduce:
1.emerge gift-fasttrack
2.normal user..
3.gift-setup
Actual Results:  
the plugin can't be installed because the file "/usr/share/giFT/FastTrack.conf.template" does not exists  

Expected Results:  
1. file FastTrack.conf.template in folder /usr/share/giFT  
2. plugin intalled 
3. rename  FastTrack.conf to FastTrack.conf.template resolve problem. 

#emerge info 
 
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r5) 
================================================================= 
System uname: 2.4.20-gentoo-r5 i686 AMD Athlon(TM) XP 1700+ 
Gentoo Base System version 1.4.3.10 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-mcpu=athlon-xp -O2 -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config 
/usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-mcpu=athlon-xp -O2 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="sandbox ccache autoaddcvs" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 oss apm avi crypt cups encode foomaticdb gif gpm jpeg libg++ mad mikmod mpeg ncurses 
pdflib png quicktime spell xml2 xmms xv zlib gdbm berkdb slang readline arts svga postgres X sdl tcpd 
pam libwww ssl perl python esd imlib oggvorbis motif opengl cdr qt 3dfx voodoo3 kde 3dnow mmx nls 
samba socks5 truetype -xinerama -doc -gtk2 -gtk -gnome -gtk2"
Comment 1 Jon Hood (RETIRED) gentoo-dev 2004-07-06 14:17:49 UTC
updated gift-fasttrack has been in portage for a while