Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 529994 - www-apps/davical 1.1.3.1 should depend on dev-php/awl-0.55
Summary: www-apps/davical 1.1.3.1 should depend on dev-php/awl-0.55
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on: 530488
Blocks:
  Show dependency tree
 
Reported: 2014-11-20 20:49 UTC by Maxime de Roucy
Modified: 2015-02-14 02:15 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
davical-1.1.3.1-r1 fixes the necessary dependency to awl-0.55 (davical-1.1.3.1-r1.ebuild,1.83 KB, text/plain)
2014-11-24 23:00 UTC, stathis
Details

Note You need to log in before you can comment on or make changes to this bug.
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.