Package: gnade
Version: 1.6.1-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080318 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
> quilt pop -a
> No patch removed
> make: [unpatch] Error 2 (ignored)
> dh_testdir
> dh_clean -k
> rm -rf tmp debian/files
> rm -f dbi/postgresql
>  dpkg-source -b gnade-1.6.1
> dpkg-source: building gnade using existing gnade_1.6.1.orig.tar.gz
> dpkg-source: building gnade in gnade_1.6.1-2.diff.gz
> dpkg-source: building gnade in gnade_1.6.1-2.dsc
>  debian/rules build
> quilt push -a
> Applying patch inline_functions_returning_unconstrained_types.patch
> patching file dbi/odbc/gnu-db-sqlcli.ads
> 
> Now at patch inline_functions_returning_unconstrained_types.patch
> mkdir -p tmp
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 
> dbi/odbc/gnu-db-sqlcli-connection_attribute.gpb 
> tmp/gnu-db-sqlcli-connection_attribute.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 dbi/odbc/gnu-db-sqlcli-desc.gpb 
> tmp/gnu-db-sqlcli-desc.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 dbi/odbc/gnu-db-sqlcli-diag.gpb 
> tmp/gnu-db-sqlcli-diag.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 
> dbi/odbc/gnu-db-sqlcli-environment_attribute.gpb 
> tmp/gnu-db-sqlcli-environment_attribute.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 
> dbi/odbc/gnu-db-sqlcli-generic_attr-bitmap_attribute.gpb 
> tmp/gnu-db-sqlcli-generic_attr-bitmap_attribute.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 dbi/odbc/gnu-db-sqlcli-info.gpb 
> tmp/gnu-db-sqlcli-info.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 
> dbi/odbc/gnu-db-sqlcli-statement_attribute.gpb 
> tmp/gnu-db-sqlcli-statement_attribute.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 dbi/odbc/gnu-db-sqlcli.gpb 
> tmp/gnu-db-sqlcli.adb
> gnatprep -DDEBUG=False -DUNICODE=True -DCALLCONVENTION=C -DLINKOPT=\"-lodbc\" 
> -DVERSION=\"1.6.1\" -DMYSQL_VERSION=MYSQL4 esql/gesql.gpb tmp/gesql.adb
> ln -s postgres dbi/postgresql
> mkdir -p tmp/odbc-static
> rm tmp/make_gnadeodbc.adb
> rm: cannot remove `tmp/make_gnadeodbc.adb': No such file or directory
> make: [tmp/make_gnadeodbc.adb] Error 1 (ignored)
> for i in dbi/odbc/*.ads; do \
>          package=`echo $i | sed -e "s/.*\///;s/\.ads//;s/-/./g"`; \
>          echo "with $package;" >> tmp/make_gnadeodbc.adb; \
>       done
> echo "procedure Make_Gnadeodbc is " >> tmp/make_gnadeodbc.adb
> echo "begin null; end Make_Gnadeodbc;" >> tmp/make_gnadeodbc.adb
> cd tmp/odbc-static; \
>       gnatmake -c -g -j4 -O2 -gnatafno -gnatVa -aI.. -aI../../support 
> -aI../../dbi/odbc \
>          -aO../adalib-static make_gnadeodbc
> gcc-4.3 -c -I./ -g -O2 -gnatafno -gnatVa -I.. -I../../support 
> -I../../dbi/odbc -I- /build/user/gnade-1.6.1/tmp/make_gnadeodbc.adb
> gnu-db-sqlcli-dispatch-a_array.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_array.adb:62:40: because access type "Attr_Get_Func" 
> is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_array.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_array.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_array.adb:63:40: because access type "Attr_Set_Proc" 
> is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_array.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_bitmap.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_bitmap.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_bitmap.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_bitmap.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_bitmap.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_bitmap.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_boolean.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_boolean.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_boolean.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_boolean.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_boolean.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_boolean.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_boolean_string.adb:62:40: 'Access attribute not 
> allowed in generic body
> gnu-db-sqlcli-dispatch-a_boolean_string.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_boolean_string.adb:62:40: move 'Access to private 
> part, or (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_boolean_string.adb:63:40: 'Access attribute not 
> allowed in generic body
> gnu-db-sqlcli-dispatch-a_boolean_string.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_boolean_string.adb:63:40: move 'Access to private 
> part, or (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_context.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_context.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_context.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_context.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_context.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_context.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_enumerated.adb:62:40: 'Access attribute not allowed 
> in generic body
> gnu-db-sqlcli-dispatch-a_enumerated.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_enumerated.adb:62:40: move 'Access to private part, 
> or (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_enumerated.adb:63:40: 'Access attribute not allowed 
> in generic body
> gnu-db-sqlcli-dispatch-a_enumerated.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_enumerated.adb:63:40: move 'Access to private part, 
> or (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_integer.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_integer.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_integer.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_integer.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_integer.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_integer.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_pointer.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_pointer.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_pointer.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_pointer.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_pointer.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_pointer.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_string.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_string.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_string.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_string.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_string.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_string.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_unsigned.adb:62:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_unsigned.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_unsigned.adb:62:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_unsigned.adb:63:40: 'Access attribute not allowed in 
> generic body
> gnu-db-sqlcli-dispatch-a_unsigned.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_unsigned.adb:63:40: move 'Access to private part, or 
> (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnu-db-sqlcli-dispatch-a_wide_string.adb:62:40: 'Access attribute not allowed 
> in generic body
> gnu-db-sqlcli-dispatch-a_wide_string.adb:62:40: because access type 
> "Attr_Get_Func" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_wide_string.adb:62:40: move 'Access to private part, 
> or (Ada 2005) use anonymous access type instead of "Attr_Get_Func"
> gnu-db-sqlcli-dispatch-a_wide_string.adb:63:40: 'Access attribute not allowed 
> in generic body
> gnu-db-sqlcli-dispatch-a_wide_string.adb:63:40: because access type 
> "Attr_Set_Proc" is declared outside generic unit (RM 3.10.2(32))
> gnu-db-sqlcli-dispatch-a_wide_string.adb:63:40: move 'Access to private part, 
> or (Ada 2005) use anonymous access type instead of "Attr_Set_Proc"
> gnatmake: "/build/user/gnade-1.6.1/tmp/make_gnadeodbc.adb" compilation error
> make: *** [tmp/libgnadeodbc.a] Error 4

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/03/18

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