From: Dan Armak <danarmak@gentoo.org>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] KDE ebuilds error
Date: Fri, 15 Mar 2002 17:36:57 +0200 [thread overview]
Message-ID: <200203151736.58020.danarmak@gentoo.org> (raw)
In-Reply-To: <20020315132704.874F32015DD7@chiba.3jane.net>
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
next prev parent reply other threads:[~2002-03-15 15:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-15 12:31 [gentoo-dev] KDE ebuilds error Thilo Bangert
2002-03-15 15:36 ` Dan Armak [this message]
2002-03-17 20:50 ` Thilo Bangert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200203151736.58020.danarmak@gentoo.org \
--to=danarmak@gentoo.org \
--cc=gentoo-dev@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox