Your message dated Thu, 17 May 2007 09:02:09 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#424744: fixed in gob 1.0.12-4
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.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gob
Version: 1.0.12-3
Severity: serious
Hi Mark,
Your changes in gob 1.0.12-3 cause the package to fail to build when using
-rsudo:
/usr/bin/sudo debian/rules clean
[...]
# Add here commands to clean up after the build process.
cp src/parse.[ch] src/lexer.c debian
[...]
mv debian/parse.[ch] debian/lexer.c src
[...]
debian/rules build
[...]
touch src/parse.[ch] src/lexer.c
touch: cannot touch `src/parse.c': Permission denied
touch: cannot touch `src/parse.h': Permission denied
touch: cannot touch `src/lexer.c': Permission denied
make: *** [build-stamp] Error 1
[...]
A full build log can be found at
<http://buildd.debian.org/fetch.cgi?pkg=gob&arch=alpha&ver=1.0.12-3&stamp=1179364175>.
The problem is that the cp in clean runs as root, so the newly created
copies are owned by root, and then moved to src/; then build runs as the
non-root user.
A simple fix here is probably to use cp -a in clean.
Cheers,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
--- End Message ---
--- Begin Message ---
Source: gob
Source-Version: 1.0.12-4
We believe that the bug you reported is fixed in the latest version of
gob, which is due to be installed in the Debian FTP archive:
gob_1.0.12-4.diff.gz
to pool/main/g/gob/gob_1.0.12-4.diff.gz
gob_1.0.12-4.dsc
to pool/main/g/gob/gob_1.0.12-4.dsc
gob_1.0.12-4_powerpc.deb
to pool/main/g/gob/gob_1.0.12-4_powerpc.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mark Brown <[EMAIL PROTECTED]> (supplier of updated gob package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 17 May 2007 09:24:20 +0100
Source: gob
Binary: gob
Architecture: source powerpc
Version: 1.0.12-4
Distribution: unstable
Urgency: low
Maintainer: Mark Brown <[EMAIL PROTECTED]>
Changed-By: Mark Brown <[EMAIL PROTECTED]>
Description:
gob - GTK+ Object Builder
Closes: 424744
Changes:
gob (1.0.12-4) unstable; urgency=low
.
* Fix build for people trying to run with sudo (closes: #424744).
Files:
11bf9932d8a04b2fb2155d1527b9c1c7 572 devel extra gob_1.0.12-4.dsc
b2749203abc6f5f662a9bc6ecd8fbb72 2124 devel extra gob_1.0.12-4.diff.gz
b38a5500030dcafaee0eec49ccd85a6c 85988 devel extra gob_1.0.12-4_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGTBHkJ2Vo11xhU60RAqdsAJ43r3M58tW9N7Ehq/4AAszvUVkNcACg5War
iYyZYtlz4se+fuYBM8ehRgM=
=wdaB
-----END PGP SIGNATURE-----
--- End Message ---