Gentoo Archives: gentoo-dev

From: Henti Smith <bain@×××××××.za>
To: Aron Griffis <agriffis@g.o>
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] wierd problem with ebuild
Date: Thu, 19 Dec 2002 07:45:35
Message-Id: 20021219094303.02f31244.bain@tcsn.co.za
In Reply to: Re: [gentoo-dev] wierd problem with ebuild by Aron Griffis
1 On Wed, 18 Dec 2002 13:33:36 -0500
2 Aron Griffis <agriffis@g.o> wrote:
3
4 > Henti Smith wrote: [Tue Dec 17 2002, 05:16:41AM EST]
5 > > Sorry .. I'm not 100% sure which @ sign you are refering to. would you
6 > > like to clarify?
7 >
8 >
9 > Without the leading @ sign, make shows the commands it's running.
10 >
11
12 ok ... did that .. here is output ..
13
14 >>> Install moonlight-0.5.5 into /var/tmp/portage/moonlight-0.5.5/image/ category media-gfx
15 /bin/sh: -c: line 1: syntax error near unexpected token `32563(D'
16 /bin/sh: -c: line 1: `mkdir -p 32563(DESTDIR)/usr/lib/moonlight'
17 make: *** [/usr/lib/moonlight] Error 2
18
19 !!! ERROR: media-gfx/moonlight-0.5.5 failed.
20 !!! Function src_install, Line 2, Exitcode 2
21 !!! (no error message)
22
23 Make file content is .. :
24
25 VPATH=/var/tmp/portage/moonlight-0.5.5/work/moonlight/src
26 CXXFLAGS=-I$(VPATH) -I$(VPATH)/koalagui -I$(VPATH)/3D -I$(VPATH)/koalagui/graphics -I$(VPATH)/kbuilder/appcore -I. -D__X11__ -DML_USES_POSIX_THREADS -O2 -I/usr/include/gltt -I/usr/include/freetype
27 LDFLAGS=-Limage -Ltools -Lkernel -Lkoalagui -L3D/scene
28 CXX=g++
29 CC=g++
30 prefix=/usr
31 VERSION=0.5.5.61
32 INSTALLDATATARGET=installdata
33
34 include $(VPATH)/dir.mak
35 include $(VPATH)/rules.mak
36
37 installdata:
38 mkdir -p $(DESTDIR)$(prefix)/bin
39 mkdir -p $(DESTDIR)$(prefix)/etc
40 mkdir -p $(DESTDIR)$(prefix)/share/moonlight/database/GEOMETRIES
41 mkdir -p $(DESTDIR)$(prefix)/share/moonlight/database/HIERARCHIES
42 mkdir -p $(DESTDIR)$(prefix)/share/moonlight/database/IMAGES
43 mkdir -p $(DESTDIR)$(prefix)/share/moonlight/database/MATERIALS
44 mkdir -p $(DESTDIR)$(prefix)/share/moonlight/database/PROJECTS
45 mkdir -p $(DESTDIR)$(prefix)/share/moonlight/database/SCENES
46 mkdir -p $(DESTDIR)$(prefix)/share/moonlight/database/TT_FONTS
47 cp moonlightrc $(DESTDIR)$(prefix)/etc/
48 cp moonlight $(DESTDIR)$(prefix)/bin/
49 chmod +x $(DESTDIR)$(prefix)/bin/moonlight
50 cp $(VPATH)/../tt_fonts/*.txt $(VPATH)/../tt_fonts/*.ttf $(DESTDIR)$(prefix)/share/moonlight/database/TT_FONTS
51
52 I'm going to try and see if I can do a "test install with just the course on an onld redhat boxlet
53
54 Henti
55
56
57 --
58 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] wierd problem with ebuild Henti Smith <bain@×××××××.za>
Re: [gentoo-dev] wierd problem with ebuild Aron Griffis <agriffis@g.o>