Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema creazione ebuild
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
Benve
l33t
l33t


Joined: 13 Mar 2003
Posts: 897
Location: Italy Romagna

PostPosted: Wed Apr 14, 2004 3:43 pm    Post subject: Problema creazione ebuild Reply with quote

Sto cercando di farmi un ebuil di http://www.xiaprojects.com/www/prodotti/kxdocker/main.php

ho scritto semplicemente:
Code:

need-kde 3

DESCRIPTION="bella barra"
HOMEPAGE="http://forums.gentoo.org/viewforum.php?f=41"
SRC_URI="http://www.xiaprojects.com/www/downloads/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"

src_install () {
        einstall
}


e l'errore che mi da è:
Code:
/bin/sh ../admin/mkinstalldirs /var/tmp/portage/kxdocker-0.13/image//usr/share/apps/kxdocker/themes
mkdir -p -- /var/tmp/portage/kxdocker-0.13/image//usr/share/apps/kxdocker/themes
tar -C /var/tmp/portage/kxdocker-0.13/image//usr/share/apps/kxdocker/themes -jxf ./themes.tar.bz2
tar: bar/default: Cannot change ownership to uid 1000, gid 100: No such file or directory
tar: Error exit delayed from previous errors
make[2]: *** [install-kde-icons] Error 2
make[2]: Leaving directory `/var/tmp/portage/kxdocker-0.13/work/kxdocker-0.13/src'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/kxdocker-0.13/work/kxdocker-0.13/src'
make: *** [install-recursive] Error 1

!!! ERROR: x11-misc/kxdocker-0.13 failed.
!!! Function einstall, Line 388, Exitcode 2
!!! einstall failed


questo sta nella dir dei temi quando si ferma:
Code:
# ls -al /var/tmp/portage/kxdocker-0.13/image//usr/share/apps/kxdocker/themes
total 4
drwxr-xr-x    6 root     root          144 Apr 14 17:01 .
drwxr-xr-x    3 root     root           72 Apr 14 17:01 ..
drwxrwxrwx    2 benve    users         312 Mar 11 20:18 arrows
drwxrwxrwx   23 benve    users         664 Mar 29 21:26 bar
drwxrwxrwx    3 benve    users          72 Mar  8 18:18 pillow
drwxr-xr-x    2 benve    users         208 Mar 11 20:10 poof


come mai sono mie le dir?
le ha create l'ebuild.
Qualche idea?

PS. kxdocker è bellissimo
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Wed Apr 14, 2004 4:03 pm    Post subject: Reply with quote

scusi... il mio italianonon e veramente bene.

butta questo nel tuo ebuild:
Code:
inherit kde


e dopo:
Code:
src_compile() {
        econf --prefix={$KDEDIR} || die "configure failed"
        emake || die "make failed"
}


magari, dopo il ebuild functiona...

ciao

steve
Back to top
View user's profile Send private message
Benve
l33t
l33t


Joined: 13 Mar 2003
Posts: 897
Location: Italy Romagna

PostPosted: Wed Apr 14, 2004 4:31 pm    Post subject: Reply with quote

Grazie ma da lo stesso errore.
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Wed Apr 14, 2004 7:18 pm    Post subject: Reply with quote

sucusi. pero e un errore nel makefile del kxdocker. la compilatione functiona senza problemi.

mi prende troppo di tempo per chercare il errore. magari to poi scrivere al developer di kxdocker?

cheers

SteveB

Code:
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: app-misc/kxdocker-0.1.3.ebuild $

inherit kde
need-kde 3.2

MY_PV="${PV:0:1}.${PV:2:1}${PV:4:1}"

DESCRIPTION="Nice MAC OSX style kicker for KDE"
HOMEPAGE="http://www.xiaprojects.com/www/prodotti/kxdocker/main.php"
SRC_URI="http://www.xiaprojects.com/www/downloads/files/${PN}-${MY_PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="$KDEMAJORVER.$KDEMINORVER"
KEYWORDS="x86"
S="${WORKDIR}/${PN}-${MY_PV}"

src_compile() {
        econf --prefix=${KDEDIR} --with-qt3=${QTDIR} || die "configure failed"
        emake || die "make failed"
}

src_install () {
        einstall || die "install failed"
}
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