Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481528 - www-apps/davical - configuration issue: tries /usr/share/awl instead of /usr/share/php/awl
Summary: www-apps/davical - configuration issue: tries /usr/share/awl instead of /usr/...
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:
Blocks:
 
Reported: 2013-08-18 11:17 UTC by Tina
Modified: 2014-11-14 19:32 UTC (History)
1 user (show)

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


Attachments
New awl_location patch (awl_location.patch,1.89 KB, patch)
2013-08-23 08:13 UTC, François Périchon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tina 2013-08-18 11:17:32 UTC
when creating the database with  su postgres -c /usr/share/webapps/davical/1.1.1-r1/sqlscripts/create-database.sh
two issues: 
1) you get error about AWL libs not found
2) with dev-db/postgresql-server:9.2 , the script fails due case sensitive isssues in the code

Reproducible: Always

Steps to Reproduce:
1.emerge www-apps/davical 
2.follow instructions (http://gentoo-en.vfose.ru/wiki/Caldav)

Actual Results:  
AWL libs not found

Expected Results:  
db should be created

ln -sf /usr/share/php/awl/ /usr/share/awl , should fix the 1ste issue , tho that is a dirty hack!

then retry , with dev-db/postgresql-server-9.2.4 , get local errors
 fix this by using 9.1.9 version, One should write a patch to (sed?) to fix the SQL vs sql case sensitive stuff in the code
Comment 1 Tina 2013-08-18 11:21:32 UTC
http://www.gossamer-threads.com/lists/davical/general/3234

discribes issue 2
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-18 13:51:49 UTC
(In reply to Tina from comment #1)
> http://www.gossamer-threads.com/lists/davical/general/3234
> 
> discribes issue 2

Please file separate bug reports for separate issues.
Comment 3 François Périchon 2013-08-23 08:13:13 UTC
Created attachment 356728 [details, diff]
New awl_location patch

Here is a new awl_location.patch (to replace the previous one in the files directory)
Comment 4 Aaron W. Swenson gentoo-dev 2014-11-14 19:32:21 UTC
*davical-1.1.3.1 (14 Nov 2014)

  14 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
  +davical-1.1.3.1.ebuild, +files/awl-locations.patch:
  Version bump fixes bug 523138. New patch fixes bug 481528. Somewhere along
  the way bug 506558 was fixed.