From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DMARC_QUAR,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from yatze.fizzelpark.com (yatze.fizzelpark.com [195.94.81.200]) by chiba.3jane.net (Postfix) with SMTP id B2FD52019F6D for ; Sun, 17 Mar 2002 15:17:40 -0600 (CST) Received: (qmail 2928 invoked by uid 507); 17 Mar 2002 21:12:36 -0000 Received: from thilo.bangert@gmx.net by yatze by uid 504 with qmail-scanner-1.10 (sophie: 2.7/3.52. . Clear:0. Processed in 1.432274 secs); 17 Mar 2002 21:12:36 -0000 Received: from unknown (HELO there) (212.88.65.152) by mail.fizzelpark.com (195.94.81.201) with SMTP; 17 Mar 2002 21:12:34 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Thilo Bangert To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] KDE ebuilds error Date: Sun, 17 Mar 2002 21:50:21 +0100 X-Mailer: KMail [version 1.3.2] References: <20020315132704.874F32015DD7@chiba.3jane.net> <200203151736.58020.danarmak@gentoo.org> In-Reply-To: <200203151736.58020.danarmak@gentoo.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020317211740.B2FD52019F6D@chiba.3jane.net> Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: e6335e3c-15bd-4a1c-a9fc-c2046e646588 X-Archives-Hash: e6f89f18ac5ec99972b88d1fe74af7c3 On Friday, 15. March 2002 16:36, you wrote: > On Friday 15 March 2002 14:31, Thilo Bangert wrote: > > Hi, > > > > i have a couple KDE ebuilds that i get a weird error on: > > this is the error i get on kio_fish > > > > /bin/install -c -p .libs/kio_fish.lai > > /var/tmp/portage/kio_fish-1.0.1-r1/image//usr/kde/2/lib/kde2/kio_fi > >sh.la libtool: install: warning: remember to run `libtool --finish > > /usr/kde/2/lib/kde2' > > /bin/sh ../admin/mkinstalldirs > > /bin/install -c -p -m 644 ./fish.protocol > > /var/tmp/portage/kio_fish-1.0.1-r1/image//usr/kde/2/share/services > > /bin/install: cannot create regular file > > `/var/tmp/portage/kio_fish-1.0.1-r1/image//usr/kde/2/share/services > >': No such file or directory > > make[2]: *** [install-data-local] Error 1 > > make[2]: Leaving directory > > `/var/tmp/portage/kio_fish-1.0.1-r1/work/kio_fish-1.0.1/fish' > > make[1]: *** [install-am] Error 2 > > make[1]: Leaving directory > > `/var/tmp/portage/kio_fish-1.0.1-r1/work/kio_fish-1.0.1/fish' > > make: *** [install-recursive] Error 1 > > > > !!! ERROR: The ebuild did not complete successfully. > > !!! Function kde_src_install, Line -15, Exitcode 2 > > !!! died running make install, kde_src_install:make > > > > i get a similar error when trying kisdndial. as you can see, they > > compile fine, but fail on the install. > > > > you can find the ebuilds at: > > http://www.fizzelpark.com/portage/?dirpath=net-misc/kio_fish/ > > http://www.fizzelpark.com/portage/?dirpath=net-dialup/kisdndial/ > > The ebuilds look ok. Apparently the makefiles are slightly broken and > don't mkdir ${DESTDIR}/shares/services (in the above error) before > installing into that dir. If that's the problem, do something like: > > src_install() { > > mkdir -p ${D}/share/services > kde_src_install > > } > > Note that I haven't tested it, just looked at the error. hhm, that doesn'T work. but i see some mystical new error messages: >>> Install kio_fish-1.0.1-r1 into /var/tmp/portage/kio_fish-1.0.1-r1/image/ category net-misc /usr/sbin/ebuild.sh:         mkdir: command not found /usr/sbin/ebuild.sh:         kde_src_install: command not found strip: >>> Completed installing into /var/tmp/portage/kio_fish-1.0.1-r1/image/ this looks like a nobrainer, but i don't know how to fix it :-( where can i learn more about eclasses ? the ebuild is still at: http://www.fizzelpark.com/portage/?dirpath=net-misc/kio_fish/ -- regards Thilo