Package: boo
Version: 0.8.1.2865-2
Severity: serious
User: [email protected]
Usertags: qa-ftbfs-20090307 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> test -x debian/rules
> test "`id -u`" = 0
> dh_clean 
> nant clean || true
> NAnt 0.85 (Build 0.85.2478.0; release; 10/14/2006)
> Copyright (C) 2001-2006 Gerry Shaw
> http://nant.sourceforge.net
> 
> Buildfile: 
> file:///build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/default.build
> Target framework: Mono 2.0 Profile
> Target(s) specified: clean 
> 
> 
> clean:
> 
> 
> BUILD SUCCEEDED
> 
> Total time: 0.1 seconds.
> 
> rm -f debian/stamp-nant-build
> rm -rf debian/.wapi
> dpatch  deapply-all  
> fix_boo.pc.in not applied to ./ .
> rm -rf patch-stamp patch-stampT debian/patched
>  dpkg-source -b boo-0.8.1.2865-2
> dpkg-source: warning: source directory 'boo-0.8.1.2865-2' is not 
> <sourcepackage>-<upstreamversion> 'boo-0.8.1.2865'
> dpkg-source: warning: .orig directory name boo-0.8.1.2865-2.orig is not 
> <package>-<upstreamversion> (wanted boo-0.8.1.2865.orig)
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building boo using existing boo_0.8.1.2865.orig.tar.gz
> dpkg-source: info: building boo in boo_0.8.1.2865-2.diff.gz
> dpkg-source: warning: executable mode 0755 of 
> 'debian/patches/fix_boo.pc.in.dpatch' will not be represented in diff
> dpkg-source: info: building boo in boo_0.8.1.2865-2.dsc
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> test -d debian/patched || install -d debian/patched
> dpatch  apply-all  
> applying patch fix_boo.pc.in to ./ ... ok.
> dpatch  cat-all  >>patch-stampT
> mv -f patch-stampT patch-stamp
> nant -D:install.prefix=/usr -D:skip.vs2005=true
> NAnt 0.85 (Build 0.85.2478.0; release; 10/14/2006)
> Copyright (C) 2001-2006 Gerry Shaw
> http://nant.sourceforge.net
> 
> Buildfile: 
> file:///build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/default.build
> Target framework: Mono 2.0 Profile
> Target(s) specified: all 
> 
>  [property] Read-only property "skip.vs2005" cannot be overwritten.
>  [property] Read-only property "install.prefix" cannot be overwritten.
> 
> init:
> 
>     [mkdir] Creating directory 
> '/build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/build'.
> 
> resources:
> 
>    [resgen] Read in 221 resources from 
> '/build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/src/Boo.Lang/Resources/strings.txt'
>    [resgen] Writing resource file...  Done.
> 
> build-resource:
> 
>     [mkdir] Creating directory 
> '/build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/build/pt'.
>    [resgen] Read in 204 resources from 
> '/build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/src/Boo.Lang/Resources/pt/strings.txt'
>    [resgen] Writing resource file...  Done.
> 
> build-resource:
> 
>     [mkdir] Creating directory 
> '/build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/build/it'.
>    [resgen] Read in 203 resources from 
> '/build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/src/Boo.Lang/Resources/it/strings.txt'
>    [resgen] Writing resource file...  Done.
> 
> Boo.Lang:
> 
>       [csc] Compiling 45 files to 
> '/build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/build/Boo.Lang.dll'.
>       [csc] 
> /build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/src/Boo.Lang/BooHashCodeProvider.cs(35,22):
>  warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: `Please 
> use IEqualityComparer instead.'
>       [csc] 
> /build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/src/Boo.Lang/BooHashCodeProvider.cs(37,40):
>  warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: `Please 
> use IEqualityComparer instead.'
>       [csc] 
> /build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/src/Boo.Lang/Hash.cs(41,22):
>  warning CS0659: `Boo.Lang.Hash' overrides Object.Equals(object) but does not 
> override Object.GetHashCode()
>       [csc] 
> /build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/src/Boo.Lang/Hash.cs(43,33):
>  warning CS0618: 
> `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, 
> System.Collections.IComparer)' is obsolete: `Please use 
> Hashtable(IEqualityComparer) instead'
>       [csc] 
> /build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/src/Boo.Lang/Hash.cs(72,53):
>  warning CS0618: 
> `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, 
> System.Collections.IComparer)' is obsolete: `Please use 
> Hashtable(IEqualityComparer) instead'
>       [csc] 
> /build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/src/Boo.Lang/Hash.cs(72,90):
>  warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is 
> obsolete: `Please use StringComparer instead.'
>       [csc] Compilation succeeded - 6 warning(s)
> 
> generate-ast:
> 
> 
> Boo.Lang.Ast:
> 
> 
> Boo.Lang.Compiler:
> 
>       [csc] Compiling 452 files to 
> '/build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/build/Boo.Lang.Compiler.dll'.
>       [csc] 
> /build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/src/Boo.Lang.Compiler/Ast/NodeCollection.cs(277,37):
>  error CS0019: Operator `==' cannot be applied to operands of type `object' 
> and `T'
>       [csc] Compilation failed: 1 error(s), 0 warnings
> 
> BUILD FAILED - 0 non-fatal error(s), 9 warning(s)
> 
> /build/user-boo_0.8.1.2865-2-amd64-VmIz2i/boo-0.8.1.2865-2/default.build(420,4):
> External Program Failed: /usr/lib/mono/2.0/gmcs.exe (return code was 1)
> 
> Total time: 2.8 seconds.
> 
> make: *** [debian/stamp-nant-build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/03/07/boo_0.8.1.2865-2_lsid32.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.


-- 
| Lucas Nussbaum
| [email protected]   http://www.lucas-nussbaum.net/ |
| jabber: [email protected]             GPG: 1024D/023B3F4F |



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

Reply via email to