https://bugs.documentfoundation.org/show_bug.cgi?id=129895

Aron Budea <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #6 from Aron Budea <[email protected]> ---
(In reply to Martin Milata from comment #5)
> I've submitted the patch as
> https://gerrit.libreoffice.org/c/online/+/87749/1 but Jenkins doesn't like
> it. Can't access
> https://cpci.cbg.collabora.co.uk/job/Gerrit%20for%20online%20master/738/ to
> find out why, though. Can you give a hint please, Aron?
This is the error, and I assume the CI build system is using an outdated Poco
version (linkTo(...) was added in 1.8.1), we will take care of that and
retrigger the build.

kit/Kit.cpp: In function ‘int {anonymous}::linkOrCopyFunction(const char*,
const stat*, int, FTW*)’:
kit/Kit.cpp:298:30: error: ‘class Poco::File’ has no member named ‘linkTo’
                 File(target).linkTo(newPath.toString(),
Poco::File::LinkType::LINK_SYMBOLIC);
                              ^~~~~~
kit/Kit.cpp:298:69: error: ‘Poco::File::LinkType’ has not been declared
                 File(target).linkTo(newPath.toString(),
Poco::File::LinkType::LINK_SYMBOLIC);
                                                                     ^~~~~~~~

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to