From: Sandy Marko Knauer <knamarksan@googlemail.com>
To: gentoo-user-de@lists.gentoo.org
Subject: [gentoo-user-de] Ebuild frage / Denkfehler
Date: Sun, 12 Aug 2012 15:11:36 +0200 [thread overview]
Message-ID: <1344777096.32063.20.camel@turanga> (raw)
In-Reply-To: <50237B5C.50808@wirkzeit.de>
Hallo Liste,
2009 wollte ich ein Ebuild haben, aber mein wissen über Gentoo und
Ebuilds war doch sehr eingeschränkt.
Sie hier:
http://archives.gentoo.org/gentoo-user-de/msg_17ecdebc435fb08b9e0e3d1c29a5dde5.xml
Jetzt habe ich ein Ebuild angefangen, da ich wieder dieses Tool
benötige. Leider bekomme ich die Funktion src_install nicht hin.
1. Ich erstelle ein Live-Ebuild, Quellcode wird erfolgreich nach
${DISTDIR} runter geladen.
2. Patch für makefile habe ich auch erfolgreich erstellt und wird auch
durchgeführt.
Jetzt kommt mein Problem.
src_compile() {
INST_DIR="${D}/opt/makehuman"
make -f Makefile.Linux
install -d -m755 $INST_DIR
cp -av
{makehuman,main.py,apps,backgrounds,core,data,docs,plugins,shared} \
$INST_DIR
}
(Anmerkung: Mein Emaileditor verschluckt meine Unterstriche und ein
Makefile für Install gibt es keine.)
Ich ging davon aus, das nun alles
nach /var/tmp/portage/categorie/programm/image installiert wird. Aber
mein "Image" Verzeichnis ist Leer, was mach ich falsch?
ich habe schon einige Varianten versucht, aber keine hat mir geholfen.
Also dodir und doins usw.
Kurze Erklärung warum aus svn und nicht die tar.bz2.
Problem ist, das Makehuman gegen python2.6 gelinkt ist. Wenn man das
tar.bz2 holt, gibt es keine vernünftige Möglichkeit auf python2.7 oder
höher zu linken. Python2.7 funktioniert aber ohne Probleme mit
Makehuman. Habe das Programm erfolgreich als User mit python2.7
Kompiliert und auch verwendet.
Sandy
next prev parent reply other threads:[~2012-08-12 13:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-09 8:57 [gentoo-user-de] unsubscribe wirkzeit Design & Technologie
2012-08-12 13:11 ` Sandy Marko Knauer [this message]
2012-08-12 13:26 ` [gentoo-user-de] Re: Ebuild frage / Denkfehler [gelöst] Sandy Marko Knauer
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=1344777096.32063.20.camel@turanga \
--to=knamarksan@googlemail.com \
--cc=gentoo-user-de@lists.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