From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29736 invoked by uid 1002); 16 Dec 2002 04:45:34 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 32017 invoked from network); 16 Dec 2002 04:45:34 -0000 Date: Mon, 16 Dec 2002 08:49:15 +0200 From: Henti Smith To: gentoo-dev@gentoo.org Message-Id: <20021216084915.62cc5e01.bain@tcsn.co.za> In-Reply-To: <20021216084503.176ad56c.bain@tcsn.co.za> References: <20021216084503.176ad56c.bain@tcsn.co.za> Organization: The Computer Smith Networking X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [gentoo-dev] wierd problem with ebuild X-Archives-Salt: f0819aae-5056-4a61-b7dd-6c3903fe7f65 X-Archives-Hash: 420f43687c88f3c34e5de4ecedb8fb52 On Mon, 16 Dec 2002 08:45:03 +0200 Henti Smith wrote: > Hi there > > I'm busy writing an ebuild for moonlight 3d modeler .. it's pretty cool :) > anyway .. > > when executing ebuild /path/moonlight-0.5.5.ebuild install I get this > > >>> Install moonlight-0.5.5 into /var/tmp/portage/moonlight-0.5.5/image/ category media-gfx > /bin/sh: -c: line 1: syntax error near unexpected token `32563(D' > /bin/sh: -c: line 1: `mkdir -p 32563(DESTDIR)/usr/lib/moonlight' > make: *** [/usr/lib/moonlight] Error 2 > > !!! ERROR: media-gfx/moonlight-0.5.5 failed. > !!! Function src_install, Line 2, Exitcode 2 > !!! (no error message) > > I'm not sure at all what the token "32562" stuff is ... anybody have a clue ? on closer inspection of the Makefile ... this is where the problem seems to come in installdata: @mkdir -p $(DESTDIR)$(prefix)/bin @mkdir -p $(DESTDIR)$(prefix)/etc @mkdir -p $(DESTDIR)$(prefix)/share/moonlight/database/GEOMETRIES @mkdir -p $(DESTDIR)$(prefix)/share/moonlight/database/HIERARCHIES @mkdir -p $(DESTDIR)$(prefix)/share/moonlight/database/IMAGES @mkdir -p $(DESTDIR)$(prefix)/share/moonlight/database/MATERIALS @mkdir -p $(DESTDIR)$(prefix)/share/moonlight/database/PROJECTS @mkdir -p $(DESTDIR)$(prefix)/share/moonlight/database/SCENES @mkdir -p $(DESTDIR)$(prefix)/share/moonlight/database/TT_FONTS cp moonlightrc $(DESTDIR)$(prefix)/etc/ cp moonlight $(DESTDIR)$(prefix)/bin/ chmod +x $(DESTDIR)$(prefix)/bin/moonlight cp $(VPATH)/../tt_fonts/*.txt $(VPATH)/../tt_fonts/*.ttf $(DESTDIR)$(prefix)/share/moonlight/database/TT_FONTS I'm still not sure how that translates to 32562 .. anybody else wanna have a crack at this ... ? mail me .. I'll send you my current ebuikd .. it's dirty .. but it compiles at least ;PPPP ehe another question .. if the source untar's into a straight diretoiry without version info .. is it ok if I change S=${WORKDIR}/moonlight ? Henti -- gentoo-dev@gentoo.org mailing list