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.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from mxout2.netvision.net.il (mxout2.netvision.net.il [194.90.9.21]) by chiba.3jane.net (Postfix) with ESMTP id 242A7201D003 for ; Fri, 15 Mar 2002 09:39:48 -0600 (CST) Received: from laptop.dan.net ([62.0.71.195]) by mxout2.netvision.net.il (iPlanet Messaging Server 5.1 (built Sep 5 2001)) with ESMTP id <0GT00039ZU0D5P@mxout2.netvision.net.il> for gentoo-dev@gentoo.org; Fri, 15 Mar 2002 17:36:15 +0200 (IST) Date: Fri, 15 Mar 2002 17:36:57 +0200 From: Dan Armak Subject: Re: [gentoo-dev] KDE ebuilds error In-reply-to: <20020315132704.874F32015DD7@chiba.3jane.net> To: gentoo-dev@gentoo.org Message-id: <200203151736.58020.danarmak@gentoo.org> Organization: Gentoo Technologies, Inc. MIME-version: 1.0 X-Mailer: KMail [version 1.4] Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT References: <20020315132704.874F32015DD7@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: 99e6f68a-183d-476c-8e6f-d7e45c59affe X-Archives-Hash: 3d656fbefa0a5144f4424ac21451f7a6 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_fish.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. -- Dan Armak Gentoo Linux Developer, Desktop Team (KDE) Matan, Israel