Gentoo Archives: gentoo-dev

From: Aron Griffis <agriffis@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] wierd problem with ebuild
Date: Mon, 16 Dec 2002 13:48:08
Message-Id: 20021216135344.GA29411@time
In Reply to: [gentoo-dev] wierd problem with ebuild by Henti Smith
1 Henti Smith wrote: [Mon Dec 16 2002, 01:45:03AM EST]
2 > >>> Install moonlight-0.5.5 into /var/tmp/portage/moonlight-0.5.5/image/ category media-gfx
3 > /bin/sh: -c: line 1: syntax error near unexpected token `32563(D'
4 > /bin/sh: -c: line 1: `mkdir -p 32563(DESTDIR)/usr/lib/moonlight'
5 > make: *** [/usr/lib/moonlight] Error 2
6
7 Looks like the leading dollarsign is somehow being translated into the
8 PID of the shell process, though I don't know how that is from the
9 Makefile snippet. Normally in a Makefile you would need a quadrupled
10 dollarsign ($$$$) for that to occur.
11
12 Try removing the @ from the start of the lines so that make will show
13 the command it's running.
14
15 Aron

Replies

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