D20691: Fix no member named 'setTime_t' in 'QDateTime' error while building

2019-04-20 Thread Yurii Kolesnykov
yurikoles added a comment.


  How about issuing a minor release?

REPOSITORY
  R245 Solid

REVISION DETAIL
  https://phabricator.kde.org/D20691

To: shubham, meven
Cc: yurikoles, elvisangelaccio, meven, kde-frameworks-devel, michaelh, ngraham, 
bruns


T10112: KDEInstallDirs on Mac

2018-11-25 Thread Yurii Kolesnykov
yurikoles added a comment.


/Library/Application Support/kf5
  
  This will be incompatible with homebrew packages 
, since they are built inside sandbox 
and own prefix.
  
  I had created a shell script 
 that 
sets up needed symlinks, it needs to be run manually.
  
  I think If this patch will be accepted, we will end up with install errors 
due to sandbox limitation, or my script will require a sudo, because 
`/Library/Application Support/` is not writable by arbitrary users.

TASK DETAIL
  https://phabricator.kde.org/T10112

To: rjvbb, yurikoles
Cc: yurikoles, kde-mac, #kde_applications, #frameworks, #build_system


D15479: fix for macOS

2018-09-18 Thread Yurii Kolesnykov
yurikoles added a comment.


  In D15479#327944 , @bcooksley 
wrote:
  
  > Okay. That's quite an unusual error as that should work.
  >
  > We'll have to let the CI system confirm this one. Please go ahead and 
commit.
  
  
  I have no rights.

REPOSITORY
  R272 KDNSSD

REVISION DETAIL
  https://phabricator.kde.org/D15479

To: yurikoles, arichardson
Cc: bcooksley, arichardson, yurikoles, kde-frameworks-devel, michaelh, ngraham, 
bruns


D15479: fix for macOS

2018-09-17 Thread Yurii Kolesnykov
yurikoles added a comment.


  In D15479#325443 , @bcooksley 
wrote:
  
  > Does this still build on Linux systems?
  
  
  I have problems building it under Linux even without a patch. I had tried 
Arch AUR (kdnssd-git) and Ubuntu 18.10 (cosmic), which has `kdnssd-kf5-5.50.0` 
in archive.
  
Error: Input 
/home/yurikoles/kdnssd-kf5-5.50.0/src/org.freedesktop.Avahi.ServiceTypeBrowser.xml
 is not a file or cannot be accessed

Error: Input 
/home/yurikoles/kdnssd-kf5-5.50.0/src/org.freedesktop.Avahi.ServiceBrowser.xml 
is not a file or cannot be accessed

Error: Input 
/home/yurikoles/kdnssd-kf5-5.50.0/src/org.freedesktop.Avahi.DomainBrowser.xml 
is not a file or cannot be accessed

make[3]: *** [src/CMakeFiles/KF5DNSSD.dir/build.make:91: 
src/avahi_servicetypebrowser_interface.cpp] Error 1
make[3]: *** Waiting for unfinished jobs
make[3]: *** [src/CMakeFiles/KF5DNSSD.dir/build.make:69: 
src/avahi_domainbrowser_interface.cpp] Error 1
make[3]: *** [src/CMakeFiles/KF5DNSSD.dir/build.make:80: 
src/avahi_servicebrowser_interface.cpp] Error 1
make[3]: Leaving directory 
'/home/yurikoles/kdnssd-kf5-5.50.0/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:3996: src/CMakeFiles/KF5DNSSD.dir/all] 
Error 2
make[2]: *** Waiting for unfinished jobs
qt.qpa.plugin: Could not find the Qt platform plugin "minimal" in ""
This application failed to start because no Qt platform plugin could be 
initialized. Reinstalling the application may fix this problem.

Aborted (core dumped)
make[3]: Leaving directory 
'/home/yurikoles/kdnssd-kf5-5.50.0/obj-x86_64-linux-gnu'
[ 84%] Built target KF5DNSSD_QCH
make[2]: Leaving directory 
'/home/yurikoles/kdnssd-kf5-5.50.0/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:144: all] Error 2
make[1]: Leaving directory 
'/home/yurikoles/kdnssd-kf5-5.50.0/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" returned exit code 2
make: *** [debian/rules:7: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit 
status 2
debuild: fatal error at line 1152:
dpkg-buildpackage -rfakeroot -us -uc -ui -b failed

REPOSITORY
  R272 KDNSSD

REVISION DETAIL
  https://phabricator.kde.org/D15479

To: yurikoles, arichardson
Cc: bcooksley, arichardson, yurikoles, kde-frameworks-devel, michaelh, ngraham, 
bruns


D15479: fix for macOS

2018-09-13 Thread Yurii Kolesnykov
yurikoles added a comment.


  Author is:
  
Hessel van der Molen 
  
  Copyright confirmed in comment to commit in kde-mac/kde 

 homebrew tap.

REPOSITORY
  R272 KDNSSD

REVISION DETAIL
  https://phabricator.kde.org/D15479

To: yurikoles
Cc: yurikoles, kde-frameworks-devel, michaelh, ngraham, bruns


D15479: fix for macOS

2018-09-13 Thread Yurii Kolesnykov
yurikoles created this revision.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
yurikoles requested review of this revision.

REPOSITORY
  R272 KDNSSD

REVISION DETAIL
  https://phabricator.kde.org/D15479

AFFECTED FILES
  src/mdnsd-publicservice.cpp
  src/mdnsd-remoteservice.cpp
  src/mdnsd-servicebrowser.cpp

To: yurikoles
Cc: yurikoles, kde-frameworks-devel, michaelh, ngraham, bruns


D12365: getxattr takes 6 parameters in macOS

2018-04-19 Thread Yurii Kolesnykov
yurikoles added a comment.


  I don't have commit access. My email is yuriko...@gmail.com

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D12365

To: yurikoles, ngraham
Cc: #frameworks, michaelh, bruns


D12365: getxattr takes 6 parameters in macOS

2018-04-19 Thread Yurii Kolesnykov
yurikoles created this revision.
yurikoles added a reviewer: ngraham.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.
yurikoles requested review of this revision.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D12365

AFFECTED FILES
  src/ioslaves/file/file_unix.cpp
  src/widgets/kpropertiesdialog.cpp

To: yurikoles, ngraham
Cc: #frameworks, michaelh, bruns