Bug#444543: tiny patch to fix FTBFS

2007-10-14 Thread Nico Golde
Hi,
* Nico Golde <[EMAIL PROTECTED]> [2007-10-14 22:00]:
> Hi Bruno,
> * Bruno Kleinert <[EMAIL PROTECTED]> [2007-10-07 21:09]:
> > the attached patch appears to fix this bug. but it appears as if it's a
> > bug in scons itself because it crashes during "scons --clean" on an
> > already cleaned build tree.
> > 
> > to ignore a failing scons --clean in debian/rules makes the package
> > build and also clean fine afterwards on my system.
> [...] 
> > -   $(SCONS) --clean
> > +   -$(SCONS) --clean
> 
> Thanks for helping but I don't think this would be an 
> appropriate fix since this would workaround the problem and 
> is exactly the reason why I didn't upload an NMU doing || 
> true for example.

Ignore my latest mail, from the content I thought this is 
about the scons issue in 446597.
Cheers
Nico
-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpRy4Xi6Shhs.pgp
Description: PGP signature


Bug#444543: tiny patch to fix FTBFS

2007-10-14 Thread Nico Golde
Hi Bruno,
* Bruno Kleinert <[EMAIL PROTECTED]> [2007-10-07 21:09]:
> the attached patch appears to fix this bug. but it appears as if it's a
> bug in scons itself because it crashes during "scons --clean" on an
> already cleaned build tree.
> 
> to ignore a failing scons --clean in debian/rules makes the package
> build and also clean fine afterwards on my system.
[...] 
> - $(SCONS) --clean
> + -$(SCONS) --clean

Thanks for helping but I don't think this would be an 
appropriate fix since this would workaround the problem and 
is exactly the reason why I didn't upload an NMU doing || 
true for example.
Kind regards
Nico
-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpSdf2kRIj3N.pgp
Description: PGP signature


Bug#444543: tiny patch to fix FTBFS

2007-10-14 Thread Kurt Roeckx
On Sun, Oct 07, 2007 at 08:37:07PM +0200, Bruno Kleinert wrote:
> Package: abakus
> 
> hi,
> 
> the attached patch appears to fix this bug. but it appears as if it's a
> bug in scons itself because it crashes during "scons --clean" on an
> already cleaned build tree.

If it's a bug in scons, please reassign it to scons.

> to ignore a failing scons --clean in debian/rules makes the package
> build and also clean fine afterwards on my system.

Please don't ignore errors, just to make something build.  Fix
the underlying problem instead.


Kurt




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



Bug#444543: tiny patch to fix FTBFS

2007-10-07 Thread Bruno Kleinert
Package: abakus

hi,

the attached patch appears to fix this bug. but it appears as if it's a
bug in scons itself because it crashes during "scons --clean" on an
already cleaned build tree.

to ignore a failing scons --clean in debian/rules makes the package
build and also clean fine afterwards on my system.

cheers - fuddl

-- 
Among elephants it's not considered cool nor in any good taste
to drain other elephants


=== modified file 'abakus-0.91/debian/rules'
--- abakus-0.91/debian/rules	2007-10-07 17:57:20 +
+++ abakus-0.91/debian/rules	2007-10-07 17:57:32 +
@@ -23,7 +23,7 @@
 	chrpath -d debian/abakus/usr/bin/abakus
 
 clean::
-	$(SCONS) --clean
+	-$(SCONS) --clean
 	rm -f debian/abakus.xpm
 	rm -rf cache
 	rm -rf .sconf_temp



signature.asc
Description: PGP signature