tags 422125 + patch
quit
On Thu, May 03, 2007 at 07:40:00PM +0200, Lucas Nussbaum wrote:
> Hi,
>
> During a rebuild of all packages in sid, I discovered that your package
> failed to build on i386.
>
> Relevant parts:
> sh tests.sh
> Test tests/sched-misc */10 * * * * 1081058400 failed:
> @@ -1,2 +1,2 @@
> -last: 1081058400 2004-04-04 06:00:00 CST
> -next: 1081058400 2004-04-04 06:00:00 CST
> +last: 1081058400 2004-04-04 06:00:00 UTC
> +next: 1081058400 2004-04-04 06:00:00 UTC
>
> Test tests/sched-misc */10 * * * * 1081058460 failed:
> @@ -1,2 +1,2 @@
> -last: 1081058460 2004-04-04 06:01:00 CST
> -next: 1081059000 2004-04-04 06:10:00 CST
> +last: 1081058460 2004-04-04 06:01:00 UTC
> +next: 1081059000 2004-04-04 06:10:00 UTC
> [...]
>
> The full build log is available from
> http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/
Hi Lucas, yes, looks like the new glibc in sid introduced the probem.
Thanks, Gerrit.
Index: tests.sh
===================================================================
RCS file: /cvs/bcron/tests.sh,v
retrieving revision 1.1
diff -u -r1.1 tests.sh
--- tests.sh 20 Jul 2005 13:00:31 -0000 1.1
+++ tests.sh 4 May 2007 08:28:00 -0000
@@ -347,7 +347,7 @@
runtest() {
local job="$1"
local start="$2"
-export TZ=CST
+export TZ=CST0
sched "$job echo" $start
unset TZ
}
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]