Re: build problem on mips{,el}

2005-01-15 Thread Wouter Verhelst
On Sat, Jan 15, 2005 at 07:38:07AM +0100, Goswin von Brederlow wrote:
 The clean target should not need to be run as root and I think that is
 a bug in sbuild and a handfull of sources.

Sbuild has nothing to do with it. It just calls dpkg-buildpackage, which
runs debian/rules clean, by using whatever was specified to it through
-r.

-- 
 EARTH
 smog  |   bricks
 AIR  --  mud  -- FIRE
soda water |   tequila
 WATER
 -- with thanks to fortune


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



build problem on mips{,el}

2005-01-05 Thread Martin Waitz
hoi :)

my package tspc could not be build on mips and I don't know why:

/usr/bin/ld: cannot open output file ../../bin/tspc: Permission denied

The package builds correctly on all other architectures.
Any ideas?

-- 
Martin Waitz


signature.asc
Description: Digital signature


Re: build problem on mips{,el}

2005-01-05 Thread Steve Langasek
On Wed, Jan 05, 2005 at 11:40:14AM +0100, Martin Waitz wrote:
 my package tspc could not be build on mips and I don't know why:

 /usr/bin/ld: cannot open output file ../../bin/tspc: Permission denied

 The package builds correctly on all other architectures.
 Any ideas?

mips* do not use fakeroot as the root command when building, because
fakeroot does not work on these architectures.  Instead they must use sudo,
which means that directories or files created in the clean target will not
be writable by the build target.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature