reassign 503960 libical0
found 503960 0.31-1
tags 503960 patch
thanks

Philippe, thanks to your hints I figured out what's wrong:

1367 SimpleAgenda CALL  open(0x84aab88,0,0)
1367 SimpleAgenda NAMI  "/usr/share/libical/zoneinfo/zones.tab"
1367 SimpleAgenda RET   open -1 errno 2 No such file or directory
1367 SimpleAgenda CALL  write(0x2,0xbfbfa6f8,0x53)
1367 SimpleAgenda GIO   fd 2 wrote 83 bytes
      "icalerror.c:104: FILE: An operation on a file failed. Check errno for \
       more detail.
      "

Attached is a trivial patch that fixes this.  Most probably the same 
should be done for GNU/Hurd, too.
--- configure.in	2008-09-12 21:57:57.000000000 +0300
+++ configure.in~	2008-10-31 17:06:22.000000000 +0200
@@ -35,6 +35,10 @@
     use_builtin_timezone=no
     os_win32=no
     ;;
+*kfreebsd*-gnu*)
+    use_builtin_timezone=no
+    os_win32=no
+    ;;
 *)  
     use_builtin_timezone=yes
     os_win32=no

Reply via email to