Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Errore emerge hk_classes [RISOLTO]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Massimo C.
n00b
n00b


Joined: 08 Feb 2005
Posts: 12

PostPosted: Sat Oct 15, 2005 12:30 pm    Post subject: Errore emerge hk_classes [RISOLTO] Reply with quote

Ciao a tutti.
Sto cercando invano di emergere knoda la cui unica dipendenza (sul mio sistema) è hk_classes.
Quest'ultimo non inizia nemmeno a compilare e mi va in errore.
Code:

# emerge knoda
Calculating dependencies ...done!
>>> emerge (1 of 2) dev-db/hk_classes-0.7.1 to /
>>> md5 files   ;-) hk_classes-0.7.4a.ebuild
>>> md5 files   ;-) hk_classes-0.7.1.ebuild
>>> md5 files   ;-) files/digest-hk_classes-0.7.4a
>>> md5 files   ;-) files/digest-hk_classes-0.7.1
>>> md5 files   ;-) files/hk_classes-0.7.4a-amd64.patch
>>> md5 files   ;-) files/hk_classes-0.7.4-amd64.patch
>>> md5 src_uri ;-) hk_classes-0.7.1.tar.bz2
>>> md5 src_uri ;-) knodapython.tar.bz2
>>> md5 src_uri ;-) hk_docs-0.7.tar.bz2
>>> Unpacking source...
>>> Unpacking hk_classes-0.7.1.tar.bz2 to /var/tmp/portage/hk_classes-0.7.1/work
>>> Unpacking knodapython.tar.bz2 to /var/tmp/portage/hk_classes-0.7.1/work
>>> Unpacking hk_docs-0.7.tar.bz2 to /var/tmp/portage/hk_classes-0.7.1/work

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/portage/dev-db/hk_classes/files/hk_classes-amd64.patch
 *   ( hk_classes-amd64.patch )


!!! ERROR: dev-db/hk_classes-0.7.1 failed.
!!! Function epatch, Line 219, Exitcode 0
!!! Cannot find $EPATCH_SOURCE!

Non sono molto pratico ma ho l'impressione che si tratti di un errore nell'ebuild.
Ho sincronizzato Portage (come ogni giorno) ma questo non risolve il problema.
C'è qualche risorsa che mi possa indicare in che direzione procedere?

Grazie a tutti
_________________
ciao
Massimo C.


Last edited by Massimo C. on Sat Oct 15, 2005 2:41 pm; edited 1 time in total
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Sat Oct 15, 2005 12:34 pm    Post subject: Re: Errore emerge hk_classes Reply with quote

sembrerebbe essere un errore dell'ebuild.
guarda se te lo fa anche dopo un sync
eventualmente manda una segnalazione su bugzilla
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Sat Oct 15, 2005 2:05 pm    Post subject: Reply with quote

Prova a mettere questo ebuild in overlay e vedi se va:

Code:
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/hk_classes-0.7.1.ebuild,v 1.6 2005/04/24 12:25:07 hansmi Exp $

inherit eutils

P_DOCS="hk_docs-0.7"

DESCRIPTION="GUI-independent C++ libraries for database applications, including API documentation and tutorials."
HOMEPAGE="http://hk-classes.sourceforge.net/"
SRC_URI="mirror://sourceforge/hk-classes/${P}.tar.bz2
                 mirror://sourceforge/knoda/knodapython.tar.bz2
                 mirror://sourceforge/knoda/${P_DOCS}.tar.bz2"

SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="x86 ppc amd64"
IUSE="mysql postgres sqlite odbc doc"

# At least one of the following is required
DEPEND="mysql? ( >=dev-db/mysql-3.23.54a )
        postgres? ( >=dev-db/postgresql-7.3 )
        sqlite? ( =dev-db/sqlite-2* )
        odbc? ( >=dev-db/unixODBC-2.0.6 )"

src_unpack() {
        unpack ${A}
        cd ${S}

        epatch ${FILESDIR}/${PV}-amd64.patch
}

src_compile() {
        econf || die "econf failed"
        emake || die
}

src_install() {
        use doc && dohtml -r ${WORKDIR}/${P_DOCS}/*
        use doc && dohtml -r ${WORKDIR}/knodapythondoc
        make DESTDIR=${D} install || die
}


In caso affermativo lo posto su bugs.gentoo.org.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Massimo C.
n00b
n00b


Joined: 08 Feb 2005
Posts: 12

PostPosted: Sat Oct 15, 2005 2:21 pm    Post subject: Reply with quote

Ho inviato un bug che è stato già risolto.
Pare avessero cancellato per errore un paio di file.
Aspettavo il prossimo sync per verificare che tutto funzionasse
correttamente e mettere il tag [RISOLTO] al post.
Comunque grazie.

Ciao!
_________________
ciao
Massimo C.
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Sat Oct 15, 2005 2:26 pm    Post subject: Reply with quote

Quando avevo postato io ancora non era stato risolto :roll:

Comunque credo che la riga incriminata fosse:

Code:
epatch ${FILESDIR}/${PV}-amd64.patch

_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Massimo C.
n00b
n00b


Joined: 08 Feb 2005
Posts: 12

PostPosted: Sat Oct 15, 2005 2:40 pm    Post subject: Reply with quote

Infatti. Mancava quella patch.

Ciao
_________________
ciao
Massimo C.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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