[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debian test errors
From: |
bojo42 |
Subject: |
Re: Debian test errors |
Date: |
Wed, 29 Feb 2012 11:16:21 +0100 |
As you may have noticed i started a dialog with the postgres maintainer
and the autobuilders admin(s) for amd64, where i included you.
I also requested the removal of the package in version
0.7.9+git20120219-1 as it shouldn't be out in the open with testsuite
errors and on rebuilds it may have even pass critical testsuite
failures. The trick for debhelper 7 and debian/rules was and now is:
override_dh_auto_test:
dh_auto_test || { cat $(CURDIR)/tests/testsuite.log; exit 1; }
Best regards
Bojo42
Am Dienstag, den 28.02.2012, 10:11 -0800 schrieb Ben Pfaff:
> John Darrington <address@hidden> writes:
>
> > * The
> > path"/build/buildd-pspp_0.7.9+git20120219-1-amd64-O7Y1R3/pspp-0.7.9+git20120219/tests/testsuite.dir/184/.s.PGSQL.6543"
> >
> > is too long. If this is true, then I consider it a bug in postgres.
> > But perhaps we should try it with something shorter, just to see.
>
> We ran into the too-long-name problem in Open vSwitch, too, and
> fixed it in OVS with the commit you can see here:
>
> http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=6e170b4c7802f4f388ec63d4c1146de830d98669
>
> We could submit a similar patch to the Postgres maintainers.