ohwgiles/focal

Unable to run focal after make

Opened this issue · 2 comments

I am trying to build focal on manjaro. It seems I have been able to "make" focal. But after that when I try to run it using ./focal, I get the following error:

ERROR:/home/user/focal/src/caldav-calendar.c:725:constructed: 'strrchr(calendar_get_location(FOCAL_CALENDAR(rc)), '/')[1] == 0' should be TRUE

Bail out! ERROR:/home/user/focal/src/caldav-calendar.c:725:constructed: 'strrchr(calendar_get_location(FOCAL_CALENDAR(rc)), '/')[1] == 0' should be TRUE

[1]    265129 abort (core dumped)  ./focal

Any idea what might be going wrong? How do I debug?

Vikas

Did you create a caldav calendar or have one defined in ~/.config/focal/accounts.conf? The URL must end with a slash. Of course focal should do better than just asserting if it does not. There is already a TODO for that.

Also ran into that issue. Thank you!