Package: psqlodbc, unixodbc Severity: important Unixodbc's iusql (unicode) binary with the odbc-postgresql driver seems to be broken on mips (it works on mipsel), while isql (ansi) just works fine:
[130] 15:10 myon@sid_mips-dchroot.gabrielli:~/psql/psqlodbc-09.01.0200 quilt: 2s $ isql ANSI +---------------------------------------+ | Connected! | | | | sql-statement | | help [tablename] | | quit | | | +---------------------------------------+ SQL> select 1; +------------+ | ?column? | +------------+ | 1 | +------------+ SQLRowCount returns 1 1 rows fetched SQL> [0] 15:11 myon@sid_mips-dchroot.gabrielli:~/psql/psqlodbc-09.01.0200 quilt: 2s $ iusql ANSI +---------------------------------------+ | Connected! | | | | sql-statement | | help [tablename] | | quit | | | +---------------------------------------+ SQL> SELECT 1; +------------+ | ?column? | +------------+ +------------+ SQLRowCount returns 1 SQL> [0] 15:11 myon@sid_mips-dchroot.gabrielli:~/psql/psqlodbc-09.01.0200 quilt: 2s $ iusql Unicode [ISQL]ERROR: Could not SQLDriverConnect See also https://buildd.debian.org/status/fetch.php?pkg=psqlodbc&arch=mips&ver=1%3A09.01.0200-4&stamp=1370233614 It only built successfully before because we didn't try to actually use the driver at build time. (I'll probably ignore this failure for the next upload so we get a version in jessie.) Christoph -- c...@df7cb.de | http://www.df7cb.de/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org