Your message dated Tue, 10 Apr 2001 23:36:47 -0700
with message-id <[EMAIL PROTECTED]>
and subject line closing nmu fixed bugs
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 30 Jun 1999 11:43:34 +0000
Received: (qmail 394 invoked from network); 30 Jun 1999 11:42:57 -0000
Received: from faui20.informatik.uni-erlangen.de (131.188.32.20)
  by master.debian.org with SMTP; 30 Jun 1999 11:42:56 -0000
Received: from faui22c.informatik.uni-erlangen.de 
(faui22c.informatik.uni-erlangen.de [131.188.32.72])
        by faui20.informatik.uni-erlangen.de (8.9.1a/8.1.7-FAU) with ESMTP id 
NAA16078; Wed, 30 Jun 1999 13:42:40 +0200 (MET DST)
Received: (from [EMAIL PROTECTED])
        by faui22c.informatik.uni-erlangen.de (8.8.8/8.1.6-FAU) id NAA10984; 
Wed, 30 Jun 1999 13:42:40 +0200 (MET DST)
Date: Wed, 30 Jun 1999 13:42:40 +0200 (MET DST)
Message-Id: <[EMAIL PROTECTED]>
From: Roman Hodek <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: gtoaster_0.19990624-1(unstable): build error (root-owned dir)
Reply-to: [EMAIL PROTECTED]

Package: gtoaster
Version: 0.19990624-1
Severity: important

I tried recompile gtoaster for m68k, but it failed with:

[...]
> creating ./config.status
> creating Makefile
> creating config.h
> config.h is unchanged
> make
> make[1]: Entering directory `/usr/local/build/buildd/gtoaster-0.19990624'
> gcc -DHAVE_CONFIG_H -I. -I. -I.   -g -O2 -I/usr/X11R6/include 
> -I/usr/lib/glib/include -I/usr/include -DNEED_GNOMESUPPORT_H 
> -I/usr/lib/gnome-libs/include -I/usr/X11R6/include -I/usr/lib/glib/include 
> -Wall -c main.c
> cpp: .deps/main.P: Permission denied
> make[1]: *** [main.o] Error 1
> make[1]: Leaving directory `/usr/local/build/buildd/gtoaster-0.19990624'
> make: *** [build] Error 2

The directory .deps has been created during the "debian/rules clean"
phase (see target DEPS_MAGIC in the Makefile), which runs under sudo.
So it is owned by root:

  [0] ~/build/gtoaster-0.19990624> ll -d .deps/
  drwxr-xr-x   2 root     root         1024 Jun 29 14:28 .deps/

and during the build phase no files can be created in it (the build
target is run as normal user).

As fix, I'd say just remove the .deps dir after "make clean", e.g.
like:

 clean:
         -rm build
         make clean
+        rm -rf .deps
         dh_clean

Roman
---------------------------------------
Received: (at 40498-done) by bugs.debian.org; 11 Apr 2001 06:36:49 +0000
>From [EMAIL PROTECTED] Wed Apr 11 01:36:50 2001
Return-path: <[EMAIL PROTECTED]>
Received: from kitenet.net [198.144.200.155] (postfix)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 14nEFF-0001BK-00; Wed, 11 Apr 2001 01:36:49 -0500
Received: by kitenet.net (Postfix, from userid 500)
        id 294A9BC020; Tue, 10 Apr 2001 23:36:47 -0700 (PDT)
Date: Tue, 10 Apr 2001 23:36:47 -0700
From: Joey Hess <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: closing nmu fixed bugs
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.17i
Delivered-To: [EMAIL PROTECTED]

These bugs were fixed in past uploads of the respective packages, which
are all "maintained" by the Debian QA Group.

-- 
see shy jo

Reply via email to