Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6157 - Ebuild update for net-p2p/mutella (upgraded to 0.4.1)
Summary: Ebuild update for net-p2p/mutella (upgraded to 0.4.1)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords:
: 9496 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-08-07 09:54 UTC by Darrell Enns
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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


Attachments
g number. mutella-0.4.1.ebuild (update) (mutella-0.4.1.ebuild,725 bytes, text/plain)
2002-08-09 21:12 UTC, Darrell Enns
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell Enns 2002-08-07 09:54:29 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

S=${WORKDIR}/${P}
DESCRIPTION="Text-mode gnutella client."
SRC_URI="http://telia.dl.sourceforge.net/sourceforge/mutella/mutella-0.4.1.tar.gz"
HOMEPAGE="http://mutella.sourceforge.net"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc"

DEPEND="virtual/glibc sys-libs/readline"
RDEPEND=${DEPEND}

src_compile() {
    ./configure \
        --host=${CHOST} \
        --prefix=/usr \
        --infodir=/usr/share/info \
        --mandir=/usr/share/man || die "./configure failed"
    emake || die "compile problem"
}

src_install () {
    make DESTDIR=${D} install || die
    dodoc AUTHORS ChangeLog COPYING INSTALL KNOWN-BUGS README TODO
}
Comment 1 Darrell Enns 2002-08-09 21:12:28 UTC
Created attachment 2954 [details]
g number.
mutella-0.4.1.ebuild (update)
Comment 2 Hanno Böck gentoo-dev 2002-11-02 14:33:09 UTC
*** Bug 9496 has been marked as a duplicate of this bug. ***
Comment 3 Hanno Böck gentoo-dev 2002-11-02 14:34:21 UTC
mutella doesn't compile with gcc 3.2.
This is a known bug on the mutella-sf-project. No fix yet.
I tried to fix, but with no success.
Comment 4 Matthew Kennedy (RETIRED) gentoo-dev 2002-11-03 11:39:06 UTC
patch for gcc3.2 added for 0.3.3
Comment 5 Hanno Böck gentoo-dev 2002-11-03 13:34:15 UTC
Finally I found the issue with 0.4.1.
Should work now. Added as testing (~arch).