Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 529994

Summary: www-apps/davical 1.1.3.1 should depend on dev-php/awl-0.55
Product: Gentoo Linux Reporter: Maxime de Roucy <maxime.deroucy>
Component: Current packagesAssignee: Patrick Lauer <patrick>
Status: RESOLVED FIXED    
Severity: normal CC: maxime.deroucy, php-bugs, stathis
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 530488    
Bug Blocks:    
Attachments: davical-1.1.3.1-r1 fixes the necessary dependency to awl-0.55

Description Maxime de Roucy 2014-11-20 20:49:14 UTC
With davical 1.1.3.1 PHP reported problems about "AwlDatabase::HttpDateFormat". Which doesn't exist in AWL 0.53.
I had to modify caldav-PROPFIND.php to make the errors stop :
  - $date_format = AwlDatabase::HttpDateFormat;
  + $date_format = "'Dy, DD Mon IYYY HH24:MI:SS \"GMT\"'";

Also to check :
Even after I fixed caldav-PROPFIND.php I keep having sync problems with Gnome Evolution (can upload new event or task but can't download it), but I don't know if that's related…
Comment 1 Till Schäfer 2014-11-21 15:18:19 UTC
same here, pls fix
Comment 2 stathis 2014-11-24 23:00:49 UTC
Created attachment 390230 [details]
davical-1.1.3.1-r1 fixes the necessary dependency to awl-0.55

see https://bugs.gentoo.org/show_bug.cgi?id=530488 for the respective awl-0.55.ebuild
Comment 3 Michael Orlitzky gentoo-dev 2015-02-14 02:15:22 UTC
This was a one-line fix, what could possibly go wrong? =)

*davical-1.1.3.1-r1 (14 Feb 2015)

  14 Feb 2015; Michael Orlitzky <mjo@gentoo.org> +davical-1.1.3.1-r1.ebuild,
  -davical-1.1.3.1.ebuild:
  Revbump to fix dev-php/awl lower bound, bug #529994.