[frameworks-threadweaver] [Bug 377932] New: thread.cpp:101:9: error: cannot use 'try' with exceptions disabled

2017-03-22 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=377932

Bug ID: 377932
   Summary: thread.cpp:101:9: error: cannot use 'try' with
exceptions disabled
   Product: frameworks-threadweaver
   Version: unspecified
  Platform: Homebrew (Mac OS X)
OS: OS X
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: mi...@kde.org
  Reporter: yuriko...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

https://gist.github.com/e8eac24deb4d6c1170cce63046d5c5ea

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kwallet] [Bug 377928] New: kwallet fails to build under macOS

2017-03-22 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=377928

Bug ID: 377928
   Summary: kwallet fails to build under macOS
   Product: frameworks-kwallet
   Version: unspecified
  Platform: Homebrew (Mac OS X)
OS: OS X
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: va...@kde.org
  Reporter: yuriko...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

logs: https://gist.github.com/yurikoles/38c9b0aa56d18054150d12fff0e35c5e

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-sonnet] [Bug 377933] New: Error building under macOS

2017-03-22 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=377933

Bug ID: 377933
   Summary: Error building under macOS
   Product: frameworks-sonnet
   Version: unspecified
  Platform: Homebrew (Mac OS X)
OS: OS X
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: martin.sandsm...@kde.org
  Reporter: yuriko...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

ttps://gist.github.com/f4bdb3b7d5635415375d97523da70071

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kwallet] [Bug 377928] kwallet fails to build under macOS

2017-03-23 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=377928

--- Comment #1 from Yurii Kolesnykov <yuriko...@gmail.com> ---
The most interesting part is:

make[2]: *** No rule to make target
`/usr/local/Cellar/gpgme/1.7.0/lib/libgpgme.so', needed by
`src/runtime/kwalletd/backend/libkwalletbackend5.5.32.0.dylib'. Stop.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kwallet] [Bug 377928] kwallet fails to build under macOS

2017-03-23 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=377928

--- Comment #2 from Yurii Kolesnykov <yuriko...@gmail.com> ---
$ brew uninstall gpgme
solves problem

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kwallet] [Bug 377928] kwallet fails to build under macOS

2017-04-04 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=377928

Yurii Kolesnykov <yuriko...@gmail.com> changed:

   What|Removed |Added

Version|unspecified |5.32.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-sonnet] [Bug 377933] Error building under macOS

2017-04-05 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=377933

Yurii Kolesnykov <yuriko...@gmail.com> changed:

   What|Removed |Added

Version|unspecified |5.32.0

--- Comment #1 from Yurii Kolesnykov <yuriko...@gmail.com> ---
Same problem with 5.32 and master
5.32 https://gist.github.com/ea66503e9f0025ff3fee542acd682f70
head https://gist.github.com/920b055910f0d360bcf5d5487f385be1

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-sonnet] [Bug 377933] Error building under macOS

2017-04-05 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=377933

--- Comment #4 from Yurii Kolesnykov <yuriko...@gmail.com> ---
>Does it only happen for kf5-sonnet for you?
Yes, as I see now, I had built a lot of kf5 packages in recent.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevplatform] [Bug 382135] error: 'nodiscard' attribute cannot be applied to types

2017-07-09 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=382135

--- Comment #2 from Yurii Kolesnykov <yuriko...@gmail.com> ---
Thanks!
Please merge it to master.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevplatform] [Bug 382135] error: 'nodiscard' attribute cannot be applied to types

2017-07-08 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=382135

Yurii Kolesnykov <yuriko...@gmail.com> changed:

   What|Removed |Added

 CC||yuriko...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevplatform] [Bug 382135] New: error: 'nodiscard' attribute cannot be applied to types

2017-07-08 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=382135

Bug ID: 382135
   Summary: error: 'nodiscard' attribute cannot be applied to
types
   Product: kdevplatform
   Version: git master
  Platform: Homebrew (Mac OS X)
OS: OS X
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: yuriko...@gmail.com
  Target Milestone: ---

full log is here: https://gist.github.com/bb9529787dabefdee6f92129035d924b

/Users/yurikoles/kdesrc/extragear/kdevelop/kdevplatform/project/abstractfilemanagerplugin.cpp:81:63:
error: 'nodiscard' attribute cannot be applied to types
KIO::Job* eventuallyReadFolder( ProjectFolderItem* item )
Q_REQUIRED_RESULT;
  ^
/usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31:
note: expanded from macro 'Q_REQUIRED_RESULT'
#  define Q_REQUIRED_RESULT [[nodiscard]]

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-ktexteditor] [Bug 370763] Error: Could not locate service type file kservicetypes5/ "kpart.desktop"

2017-07-25 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=370763

--- Comment #4 from Yurii Kolesnykov <yuriko...@gmail.com> ---
Cristoph, could you please specify how had you installed it? Because we have a
workaround in homebrew to address this issue:
https://github.com/yurikoles/homebrew-kf5/commit/3d31fe8156647ef5625463c5c57a8ad0ee5714f1
 
When I comment-out this line the issue returns.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-sonnet] [Bug 377933] Error building under macOS

2017-05-23 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=377933

Yurii Kolesnykov <yuriko...@gmail.com> changed:

   What|Removed |Added

 CC||yuriko...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-sonnet] [Bug 377933] Error building under macOS

2017-05-23 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=377933

Yurii Kolesnykov <yuriko...@gmail.com> changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #7 from Yurii Kolesnykov <yuriko...@gmail.com> ---
Same issue in 5.34.0.
https://github.com/haraldF/homebrew-kf5/issues/99

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kwallet] [Bug 384084] New: file INSTALL cannot make directory "/Applications/KDE/kwalletd5.app"

2017-08-27 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=384084

Bug ID: 384084
   Summary: file INSTALL cannot make directory
"/Applications/KDE/kwalletd5.app"
   Product: frameworks-kwallet
   Version: 5.37.0
  Platform: Homebrew (Mac OS X)
OS: OS X
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: va...@kde.org
  Reporter: yuriko...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

tl;dr: homebrew now builds all packages in sandbox

Issue in homebrew tap https://github.com/haraldF/homebrew-kf5/issues/133
Full build log: https://gist.github.com/12c42d1a90a7a93387f4a8bc81bbf5e7
Related issue: https://github.com/haraldF/homebrew-kf5/issues/127

Error message in console:

==> Installing haraldf/kf5/kf5-konsole dependency: haraldf/kf5/kf5-kwallet
==> Downloading
http://download.kde.org/stable/frameworks/5.37/kwallet-5.37.0.tar.xz
==> Downloading from
https://download.kde.org/stable/frameworks/5.37/kwallet-5.37.0.tar.xz
 100,0%
==> cmake . -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/kf5-kwallet/5.37.0
-DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE
==> make install
Last 15 lines from /Users/yurikoles/Library/Logs/Homebrew/kf5-kwallet/02.make:
-- Installing:
/usr/local/Cellar/kf5-kwallet/5.37.0/lib/cmake/KF5Wallet/KF5WalletTargets-release.cmake
-- Installing:
/usr/local/Cellar/kf5-kwallet/5.37.0/mkspecs/modules/qt_KWallet.pri
-- Installing:
/usr/local/Cellar/kf5-kwallet/5.37.0/share/dbus-1/services/org.kde.kwalletd5.service
-- Installing:
/usr/local/Cellar/kf5-kwallet/5.37.0/share/dbus-1/services/org.kde.kwalletd.service
-- Installing: /Applications/KDE/kwalletd5.app
CMake Error at src/runtime/kwalletd/cmake_install.cmake:47 (file):
  file INSTALL cannot make directory "/Applications/KDE/kwalletd5.app": No
  such file or directory
Call Stack (most recent call first):
  src/runtime/cmake_install.cmake:32 (include)
  src/cmake_install.cmake:33 (include)
  cmake_install.cmake:36 (include)


make: *** [install] Error 1

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/haraldf/homebrew-kf5/issues

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kwallet] [Bug 384084] file INSTALL cannot make directory "/Applications/KDE/kwalletd5.app"

2017-08-27 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=384084

Yurii Kolesnykov <yuriko...@gmail.com> changed:

   What|Removed |Added

 CC||yuriko...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 393304] getxattr takes 6 parameters in macOS

2018-04-19 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=393304

Yurii Kolesnykov <yuriko...@gmail.com> changed:

   What|Removed |Added

URL|https://github.com/KDE-mac/ |https://github.com/KDE-mac/
   |homebrew-kde/blob/dbc366d82 |homebrew-kde/issues/222
   |f80c0dbd0bc081df0bb2f6f0c9c |
   |89cc/Formula/kf5-kio.rb |

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 393304] getxattr takes 6 parameters in macOS

2018-04-19 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=393304

--- Comment #2 from Yurii Kolesnykov <yuriko...@gmail.com> ---
See commits d7cce9937d5e9af2753fadb82d11f308b58bb8fa and
f1ab805c4ebcea24f0b84b785bc56515060e5eb2

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 393304] getxattr takes 6 parameters in macOS

2018-04-19 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=393304

Yurii Kolesnykov <yuriko...@gmail.com> changed:

   What|Removed |Added

 CC||yuriko...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 393304] getxattr takes 6 parameters in macOS

2018-04-19 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=393304

Yurii Kolesnykov <yuriko...@gmail.com> changed:

   What|Removed |Added

 OS|Linux   |OS X
URL||https://github.com/KDE-mac/
   ||homebrew-kde/blob/dbc366d82
   ||f80c0dbd0bc081df0bb2f6f0c9c
   ||89cc/Formula/kf5-kio.rb

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 393304] New: getxattr takes 6 parameters in macOS

2018-04-19 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=393304

Bug ID: 393304
   Summary: getxattr takes 6 parameters in macOS
   Product: frameworks-kio
   Version: 5.45.0
  Platform: Homebrew (Mac OS X)
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: fa...@kde.org
  Reporter: yuriko...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

Created attachment 112124
  --> https://bugs.kde.org/attachment.cgi?id=112124=edit
initial patch

We had written patch for kio in our homebrew tap. See attachment. It doesn't
tested on other platforms.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 393304] getxattr takes 6 parameters in macOS

2018-04-19 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=393304

--- Comment #1 from Yurii Kolesnykov <yuriko...@gmail.com> ---
file_unix.cpp:421:19: error: no matching function for call to 'getxattr'
auto length = getxattr(filenameEncoded.data(), attrName, nullptr, 0);
  ^~~~
/usr/include/sys/xattr.h:61:9: note: candidate function not viable: requires 6
arguments, but 4 were provided
ssize_t getxattr(const char *path, const char *name, void *value, size_t size,
u_int32_t position, int options);
^
file_unix.cpp:427:14: error: no matching function for call to 'getxattr'
length = getxattr(filenameEncoded.data(), attrName, strAttr, xattr_size);
 ^~~~

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 393304] getxattr takes 6 parameters in macOS

2018-04-19 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=393304

--- Comment #4 from Yurii Kolesnykov <yuriko...@gmail.com> ---
https://phabricator.kde.org/D12365

-- 
You are receiving this mail because:
You are watching all bug changes.

[libkexiv2] [Bug 403152] New: Can't find libexiv2

2019-01-12 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=403152

Bug ID: 403152
   Summary: Can't find libexiv2
   Product: libkexiv2
   Version: unspecified
  Platform: Homebrew (Mac OS X)
OS: OS X
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: General
  Assignee: imaging-bugs-n...@kde.org
  Reporter: r...@yurikoles.com
  Target Milestone: ---

SUMMARY
libkexiv2 doesn't find exiv2

STEPS TO REPRODUCE
1. Try to build libkexiv2 v18.12.0 on macOS

OBSERVED RESULT
CMake Error at
/usr/local/Cellar/cmake/3.13.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137
(message):
  Could NOT find Exiv2: Found unsuitable version "..", but required is at
  least "0.24" (found /usr/local/lib/libexiv2.dylib)

EXPECTED RESULT
Builds fine as earlier

SOFTWARE/OS VERSIONS
MacOS: 10.14.3
KDE Frameworks Version: 5.53
Qt Version: 5.12.0

ADDITIONAL INFORMATION
exiv2 v0.27.0a

-- 
You are receiving this mail because:
You are watching all bug changes.

[libkexiv2] [Bug 403152] Can't find libexiv2

2019-01-12 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=403152

Yurii Kolesnykov  changed:

   What|Removed |Added

URL||https://github.com/KDE-mac/
   ||homebrew-kde/issues/277
 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[clazy] [Bug 403175] Clazy fails to build with llvm 7.0.1 on macOS

2019-01-13 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=403175

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[clazy] [Bug 403175] Clazy fails to build with llvm 7.0.1 on macOS

2019-01-13 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=403175

Yurii Kolesnykov  changed:

   What|Removed |Added

 OS|Linux   |OS X
   Platform|Other   |Homebrew (Mac OS X)

-- 
You are receiving this mail because:
You are watching all bug changes.

[clazy] [Bug 403175] New: Clazy fails to build with llvm 7.0.1 on macOS

2019-01-13 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=403175

Bug ID: 403175
   Summary: Clazy fails to build with llvm 7.0.1 on macOS
   Product: clazy
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: r...@yurikoles.com
CC: smart...@kde.org
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Try to build clazy with llvm 7.0.1 on macOS.

OBSERVED RESULT
ast 15 lines from /Users/yurikoles/Library/Logs/Homebrew/clazy/02.make:
/tmp/clazy-20190113-89841-9h78td/clazy-1.2/src/checks/level2/oldstyleconnect.cpp:390:60:
error: no member named 'first' in 'clang::CharSourceRange'
SourceRange range = SourceRange(expansionRange.first,
expansionRange.second);
~~ ^
/tmp/clazy-20190113-89841-9h78td/clazy-1.2/src/checks/level2/oldstyleconnect.cpp:390:82:
error: no member named 'second' in 'clang::CharSourceRange'; did you mean
'setEnd'?
SourceRange range = SourceRange(expansionRange.first,
expansionRange.second);
   
 ^~
   
 setEnd
/usr/local/Cellar/llvm/7.0.1/include/clang/Basic/SourceLocation.h:267:8: note:
'setEnd' declared here
  void setEnd(SourceLocation e) { Range.setEnd(e); }
   ^
4 errors generated.
make[2]: *** [CMakeFiles/ClangLazy.dir/src/checks/level2/oldstyleconnect.cpp.o]
Error 1
make[2]: *** Waiting for unfinished jobs
make[1]: *** [CMakeFiles/ClangLazy.dir/all] Error 2
make: *** [all] Error 2

EXPECTED RESULT
Builds fine.

SOFTWARE/OS VERSIONS
MacOS: 10.14.3
KDE Frameworks Version: 5.54
Qt Version: 5.12

ADDITIONAL INFORMATION
Full log is here: https://gist.github.com/23b6c633b24303a067cd1961fdb32d69

-- 
You are receiving this mail because:
You are watching all bug changes.

[clazy] [Bug 403175] Clazy fails to build with llvm 7.0.1 on macOS

2019-01-13 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=403175

--- Comment #1 from Yurii Kolesnykov  ---
Fixed in 1.4

-- 
You are receiving this mail because:
You are watching all bug changes.

[clazy] [Bug 403175] Clazy fails to build with llvm 7.0.1 on macOS

2019-01-13 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=403175

Yurii Kolesnykov  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 402335] New: mtp/kiod_module/mtpstorage.cpp:548:81: error: no member named 'st_mtim' in 'stat'

2018-12-18 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=402335

Bug ID: 402335
   Summary: mtp/kiod_module/mtpstorage.cpp:548:81: error: no
member named 'st_mtim' in 'stat'
   Product: kio-extras
   Version: 18.12.0
  Platform: Homebrew (Mac OS X)
OS: OS X
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: default
  Assignee: plasma-b...@kde.org
  Reporter: r...@yurikoles.com
  Target Milestone: ---

kio-extras doesn't build after 18.12 release


STEPS TO REPRODUCE
1. Try to build kio-extras under macOS

OBSERVED RESULT
build fails with error
https://gist.github.com/d9176b08b5d59f328f194f90041def88

EXPECTED RESULT
kio-extras builds fine

SOFTWARE/OS VERSIONS
MacOS: 10.14.2
KDE Frameworks Version: 5.53
Qt Version: 5.12

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 402335] mtp/kiod_module/mtpstorage.cpp:548:81: error: no member named 'st_mtim' in 'stat'

2018-12-18 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=402335

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com
URL||https://github.com/KDE-mac/
   ||homebrew-kde/blob/master/Fo
   ||rmula/kio-extras.rb

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-solid] [Bug 405555] New: warning: non-portable path to file ''; specified path differs in case from file name on disk [-Wnonportable-include-path]

2019-03-17 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=40

Bug ID: 40
   Summary: warning: non-portable path to file
''; specified path differs in
case from file name on disk
[-Wnonportable-include-path]
   Product: frameworks-solid
   Version: 5.56.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: lu...@kde.org
  Reporter: r...@yurikoles.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

SUMMARY
Compilation warning

STEPS TO REPRODUCE
1. brew install kf5-solid -v

OBSERVED RESULT
A lot of warnings like 

../src/solid/../solid/devices/ifaces/device.h:29:10: warning: non-portable path
to file ''; specified path differs in case from file
name on disk [-Wnonportable-include-path]
#include 
 ^
 

EXPECTED RESULT
No such warnings

SOFTWARE/OS VERSIONS
MacOS: 10.14.3[and .4]
KDE Frameworks Version: 5.56
Qt Version: 5.12.1

ADDITIONAL INFORMATION
Full log: https://git.io/fjvWI

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-solid] [Bug 405555] warning: non-portable path to file ''; specified path differs in case from file name on disk [-Wnonportable-include-path]

2019-03-17 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=40

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com
   Platform|Other   |Homebrew (Mac OS X)
 OS|Linux   |OS X

-- 
You are receiving this mail because:
You are watching all bug changes.

[bugs.kde.org] [Bug 405556] New: Rename 'OS X'=>'macOS'

2019-03-17 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=405556

Bug ID: 405556
   Summary: Rename 'OS X'=>'macOS'
   Product: bugs.kde.org
   Version: unspecified
  Platform: Homebrew (Mac OS X)
OS: OS X
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: product/component changes
  Assignee: sysad...@kde.org
  Reporter: r...@yurikoles.com
CC: christo...@krop.fr
  Target Milestone: ---

SUMMARY
OS X is renamed to macOS since June 2016

STEPS TO REPRODUCE
1. Try to fill issue for macOS


OBSERVED RESULT
See 'OS X', 'Mac OSX' and 'MacOS'

EXPECTED RESULT
See only 'macOS'

SOFTWARE/OS VERSIONS
MacOS: This template too, should be 'macOS', in case of this issue all
versions.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-solid] [Bug 405554] New: error: no member named 'setTime_t' in 'QDateTime'

2019-03-17 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=405554

Bug ID: 405554
   Summary: error: no member named 'setTime_t' in 'QDateTime'
   Product: frameworks-solid
   Version: 5.56.0
  Platform: Homebrew (Mac OS X)
OS: OS X
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: lu...@kde.org
  Reporter: r...@yurikoles.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

SUMMARY
Compilation error

STEPS TO REPRODUCE
1. brew install kf5-solid

OBSERVED RESULT
FAILED: src/solid/CMakeFiles/KF5Solid.dir/devices/backends/iokit/cfhelper.cpp.o 
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ 
-DKF5Solid_EXPORTS -DQT_CORE_LIB -DQT_DBUS_LIB
-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00 -DQT_GUI_LIB -DQT_MAC_USE_COCOA
-DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
-DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING
-DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_DARWIN_C_SOURCE
-D_LARGEFILE64_SOURCE -Isrc/solid -I../src/solid
-Isrc/solid/KF5Solid_autogen/include -I../src/solid/devices
-I../src/solid/devices/frontend -I../src/solid/.. -Isrc/solid/..
-I/usr/local/opt/qt/lib/QtCore.framework/Versions/5/Headers/5.12.1
-I/usr/local/opt/qt/lib/QtCore.framework/Versions/5/Headers/5.12.1/QtCore
-iframework /usr/local/opt/qt/lib -isystem
/usr/local/opt/qt/lib/QtCore.framework/Headers -isystem
/usr/local/opt/qt/./mkspecs/macx-clang -isystem
/usr/local/opt/qt/lib/QtXml.framework/Headers -isystem
/usr/local/opt/qt/lib/QtWidgets.framework/Headers -isystem
/usr/local/opt/qt/lib/QtGui.framework/Headers -isystem
/usr/local/opt/qt/lib/QtDBus.framework/Headers -std=c++0x -fno-operator-names
-fno-exceptions -Wno-gnu-zero-variadic-macro-arguments -Wall -Wextra
-Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith
-Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla
-Wdate-time -fdiagnostics-color=always -pedantic
-Wzero-as-null-pointer-constant -DNDEBUG -fPIC -fvisibility=hidden
-fvisibility-inlines-hidden   -fPIC -std=gnu++11 -MD -MT
src/solid/CMakeFiles/KF5Solid.dir/devices/backends/iokit/cfhelper.cpp.o -MF
src/solid/CMakeFiles/KF5Solid.dir/devices/backends/iokit/cfhelper.cpp.o.d -o
src/solid/CMakeFiles/KF5Solid.dir/devices/backends/iokit/cfhelper.cpp.o -c
../src/solid/devices/backends/iokit/cfhelper.cpp
../src/solid/devices/backends/iokit/cfhelper.cpp:97:12: error: no member named
'setTime_t' in 'QDateTime'
dt.setTime_t(uint(kCFAbsoluteTimeIntervalSince1970));
~~ ^
1 error generated.

EXPECTED RESULT
No errors.

SOFTWARE/OS VERSIONS
MacOS: 10.14.3
KDE Frameworks Version: 5.56
Qt Version: 5.12.1

Full log here: https://git.io/fjvWI

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-solid] [Bug 405554] error: no member named 'setTime_t' in 'QDateTime'

2019-03-17 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=405554

Yurii Kolesnykov  changed:

   What|Removed |Added

URL||https://github.com/KDE-mac/
   ||homebrew-kde/issues/282
 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 405177] krusader tries to install itself to /Applications/KDE/

2019-03-17 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=405177

Yurii Kolesnykov  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

--- Comment #1 from Yurii Kolesnykov  ---
Needs args << "-DCMAKE_INSTALL_BUNDLEDIR=#{bin}"

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kwallet] [Bug 384084] file INSTALL cannot make directory "/Applications/KDE/kwalletd5.app"

2019-03-17 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=384084

Yurii Kolesnykov  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #2 from Yurii Kolesnykov  ---
Need to pass args << "-DCMAKE_INSTALL_BUNDLEDIR=#{bin}"

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 145123] fish protocol dies unexpectedly

2019-03-17 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=145123

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 405177] krusader tries to install itself to /Applications/KDE/

2019-03-07 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=405177

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 405177] New: krusader tries to install itself to /Applications/KDE/

2019-03-07 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=405177

Bug ID: 405177
   Summary: krusader tries to install itself to /Applications/KDE/
   Product: krusader
   Version: 2.7.1
  Platform: Homebrew (Mac OS X)
OS: OS X
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: krusader-bugs-n...@kde.org
  Reporter: r...@yurikoles.com
CC: krusader-bugs-n...@kde.org
  Target Milestone: ---

Can't build krusader formula, because it violates brew sandbox limitations.


STEPS TO REPRODUCE
1. make install

OBSERVED RESULT
CMake Error at krusader/cmake_install.cmake:44 (file):
  file INSTALL cannot make directory "/Applications/KDE/krusader.app": No
  such file or directory

EXPECTED RESULT
krusader doesn't try to install itself to global app folder, honors prefix.

SOFTWARE/OS VERSIONS
MacOS: 10.14
KDE Frameworks Version: 5.55
Qt Version: 5.12.1

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kwallet] [Bug 384084] file INSTALL cannot make directory "/Applications/KDE/kwalletd5.app"

2019-03-07 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=384084

--- Comment #1 from Yurii Kolesnykov  ---
any news?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 405689] kmymoney cannot open any file, on start it says: kf5.kio.core: couldn't create slave: "Unknown protocol 'file'.".

2019-03-20 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=405689

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 403912] Dolphin uses white fonts on mac

2019-02-04 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=403912

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com
URL||https://github.com/KDE-mac/
   ||homebrew-kde/issues/278

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 403913] Bad default look in Dolphin/macOS

2019-02-04 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=403913

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com
URL||https://github.com/KDE-mac/
   ||homebrew-kde/issues/279

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 403913] Bad default look in Dolphin/macOS (Dark Mojave Theme)

2019-02-04 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=403913

Yurii Kolesnykov  changed:

   What|Removed |Added

Summary|Bad default look in |Bad default look in
   |Dolphin/macOS   |Dolphin/macOS (Dark Mojave
   ||Theme)

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 403912] New: Dolphin uses white fonts on mac

2019-02-04 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=403912

Bug ID: 403912
   Summary: Dolphin uses white fonts on mac
   Product: dolphin
   Version: 18.12.1
  Platform: Homebrew (Mac OS X)
OS: OS X
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: r...@yurikoles.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Dolphin sticks to white fonts, even when I try changing them in Preferences.
Config files in ~/Library/Application Support/config.kcfg/ don't seem to pick
up the change.
Is there a workaround? Is there a setting that I can put into the config files
manually to make the fonts black and visible on the white background?

SOFTWARE/OS VERSIONS
MacOS: 10.14.3
KDE Frameworks Version: 5.54
Qt Version: 5.12.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 403913] New: Bad default look in Dolphin/macOS

2019-02-04 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=403913

Bug ID: 403913
   Summary: Bad default look in Dolphin/macOS
   Product: dolphin
   Version: 18.12.1
  Platform: Homebrew (Mac OS X)
OS: OS X
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: r...@yurikoles.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Created attachment 117820
  --> https://bugs.kde.org/attachment.cgi?id=117820=edit
Screen shot

Screen shot attached

SOFTWARE/OS VERSIONS
MacOS: 10.14.3
KDE Frameworks Version: 5.54
Qt Version: 5.12.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-knotifications] [Bug 406498] error: no type named 'setBadgeLabelText' in namespace 'QtMac'

2019-04-13 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=406498

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com
URL||https://github.com/KDE-mac/
   ||homebrew-kde/issues/291

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-knotifications] [Bug 406498] New: error: no type named 'setBadgeLabelText' in namespace 'QtMac'

2019-04-13 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=406498

Bug ID: 406498
   Summary: error: no type named 'setBadgeLabelText' in namespace
'QtMac'
   Product: frameworks-knotifications
   Version: 5.57.0
  Platform: Homebrew (macOS)
OS: macOS
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: r...@yurikoles.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

SUMMARY
kf5-knotifications build fails with error on macOS

STEPS TO REPRODUCE
1. brew install kf5-knotifications

OBSERVED RESULT
../src/kstatusnotifieritem.cpp:609:16: error: no type named 'setBadgeLabelText'
in namespace 'QtMac'
QtMac::setBadgeLabelText(QString());
~~~^
../src/kstatusnotifieritem.cpp:963:16: error: no member named
'setBadgeLabelText' in namespace 'QtMac'
   
QtMac::setBadgeLabelText(QString(QChar(0x26a0))/*QStringLiteral("!")*/);
~~~^
../src/kstatusnotifieritem.cpp:1020:16: error: no type named
'setBadgeLabelText' in namespace 'QtMac'
QtMac::setBadgeLabelText(QString());

EXPECTED RESULT
No build errors

SOFTWARE/OS VERSIONS

macOS: 10.14.5.beta2
Linux/KDE Plasma: 
KDE Frameworks Version: 5.57
Qt Version: 5.12.2

ADDITIONAL INFORMATION

Full log: https://git.io/fjmGe

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 406499] New: elisa git fails to build on High Sierra

2019-04-13 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=406499

Bug ID: 406499
   Summary: elisa git fails to build on High Sierra
   Product: elisa
   Version: unspecified
  Platform: Homebrew (macOS)
OS: macOS
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: r...@yurikoles.com
  Target Milestone: ---

SUMMARY
elisa git fails to build on High Sierra

STEPS TO REPRODUCE
1. brew install elisa

OBSERVED RESULT
Undefined symbols for architecture x86_64:
"AudioWrapper::saveUndoPosition(long long)", referenced from:
ElisaApplication::initializePlayer() in elisaapplication.cpp.o
AudioWrapper::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) in
audiowrapper_qtmultimedia.cpp.o
"AudioWrapper::restoreUndoPosition()", referenced from:
ElisaApplication::initializePlayer() in elisaapplication.cpp.o
AudioWrapper::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) in
audiowrapper_qtmultimedia.cpp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/libelisaLib.0.1.dylib] Error 1
make[1]: *** [src/CMakeFiles/elisaLib.dir/all] Error 2
make: *** [all] Error 2

EXPECTED RESULT
Build without errors

SOFTWARE/OS VERSIONS
macOS: 10.13.6
KDE Frameworks Version: 5.56
Qt Version: 5.12.2

ADDITIONAL INFORMATION
Full log: https://git.io/fjmGg

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 406499] elisa git fails to build on High Sierra

2019-04-13 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=406499

Yurii Kolesnykov  changed:

   What|Removed |Added

URL||https://github.com/KDE-mac/
   ||homebrew-kde/issues/290
 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 406499] elisa git fails to build on High Sierra

2019-04-15 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=406499

--- Comment #7 from Yurii Kolesnykov  ---
Thanks for advice Matthieu, but unfortunately I'm not strong on C++/CMake, my
main profile is Swift/iOS.

Could you please reopen this issue so someone may peek it up?

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 406499] elisa git fails to build on High Sierra

2019-04-14 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=406499

--- Comment #3 from Yurii Kolesnykov  ---
> all the right dependencies installed

Isn't this must be solved by CMake, which must fail during configure?

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 406499] elisa git fails to build on High Sierra

2019-04-14 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=406499

--- Comment #2 from Yurii Kolesnykov  ---
(In reply to Nate Graham from comment #1)
> ld: symbol(s) not found for architecture x86_64
> 
> Sounds like you don't have all the right dependencies installed. I'd contact
> the homebrew folks to see if their tap/cask/keg/whatever it's called is
> up-to-date and bug-free.

It's actually me, I maintain this tap and had created this formula two days
ago. You can examine formula here:
https://github.com/KDE-mac/homebrew-kde/blob/master/Formula/elisa.rb

Also, I want to mention, that brew builds formulas in sandbox and recursively
exposes only those dependencies that was mentioned explicitly.

I don't have a build issue on 10.14 (Mojave), but I don't see the GUI in my
build, release and nightly Jenkins builds. Also, ninja doesn't work with elisa
for me. I will report those issues separately.

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 406499] elisa git fails to build on High Sierra

2019-04-14 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=406499

--- Comment #5 from Yurii Kolesnykov  ---
According to 
https://github.com/KDE/elisa/blob/master/src/audiowrapper.h
https://github.com/KDE/elisa/blob/master/src/audiowrapper_qtmultimedia.cpp
https://github.com/KDE/elisa/blob/master/src/audiowrapper_libvlc.cpp

My suggestion is this lack of some libvlc/qtmultimedia and/or phonon?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kdoctools] [Bug 406663] kde-mac/kde/kf5-kdoctools installation fails on Mac OS X Sierra

2019-04-21 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=406663

Yurii Kolesnykov  changed:

   What|Removed |Added

URL||https://github.com/KDE-mac/
   ||homebrew-kde/issues/293
 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kdeclarative] [Bug 410892] New: file INSTALL cannot find KF5Declarative.qch

2019-08-14 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=410892

Bug ID: 410892
   Summary: file INSTALL cannot find KF5Declarative.qch
   Product: frameworks-kdeclarative
   Version: 5.61.0
  Platform: Homebrew (macOS)
OS: macOS
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: notm...@gmail.com
  Reporter: r...@yurikoles.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

SUMMARY

CMake Error at src/cmake_install.cmake:36 (file):
file INSTALL cannot find
"/tmp/kf5-kdeclarative-20190813-77190-1gnjhjg/kdeclarative-5.61.0/build/src/KF5Declarative.qch".

STEPS TO REPRODUCE
1. brew install kde-mac/kde/kf5-kdeclarative

OBSERVED RESULT
Install error, full log https://git.io/fj57o

EXPECTED RESULT
Installs fine

SOFTWARE/OS VERSIONS
macOS: 10.{13,14,15}
KDE Frameworks Version: 5.61
Qt Version: 5.13.0

ADDITIONAL INFORMATION
Formula is here: https://git.io/fj57P

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kdeclarative] [Bug 410892] file INSTALL cannot find KF5Declarative.qch

2019-08-14 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=410892

Yurii Kolesnykov  changed:

   What|Removed |Added

URL||https://github.com/KDE-mac/
   ||homebrew-kde/issues/318
 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kdoctools] [Bug 406663] kde-mac/kde/kf5-kdoctools installation fails on Mac OS X Sierra

2019-08-10 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=406663

--- Comment #2 from Yurii Kolesnykov  ---
David, I had checked out v5.60.0, reverted
710ffdc3c45a1c683ccca988138798f9945c26b1 and pushed to
https://github.com/yurikoles/karchive/tree/sierra and I see very same error.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 415218] New: Case-sensitivity import issue

2019-12-15 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=415218

Bug ID: 415218
   Summary: Case-sensitivity import issue
   Product: krita
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: r...@yurikoles.com
  Target Milestone: ---

SUMMARY
https://github.com/KDE/krita/blob/8d8dc773da21a0357fd4e33e14253d5b962e9ad0/libs/ui/osx.mm#L19

STEPS TO REPRODUCE
1. Install mac on case-sensitive FS.
2. Try to build krita.

OBSERVED RESULT
It will not find `Appkit.h`, because there is capital "K" in filename.


https://github.com/KDE/krita/blob/8d8dc773da21a0357fd4e33e14253d5b962e9ad0/libs/ui/osx.mm#L19
EXPECTED RESULT
Import should take into account case-sensitivity.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-knotifications] [Bug 415215] Appkit/Appkit.h case sensitive error on build for knotifications-5.65.0

2019-12-15 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=415215

Yurii Kolesnykov  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-knotifications] [Bug 415215] Appkit/Appkit.h case sensitive error on build for knotifications-5.65.0

2019-12-15 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=415215

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 417334] [macOS]konsole build fails if ccache is installed

2020-02-29 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=417334

--- Comment #4 from Yurii Kolesnykov  ---
This is definitely a bug in CMake script, because brew uses sandbox to build
software.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-mediacenter] [Bug 418288] New: Keyboard multimedia keys are unstable

2020-02-28 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=418288

Bug ID: 418288
   Summary: Keyboard multimedia keys are unstable
   Product: plasma-mediacenter
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: MediaController
  Assignee: ksi...@gmail.com
  Reporter: r...@yurikoles.com
  Target Milestone: ---

SUMMARY
After a couple of hours of uptime multimedia keys stop working

STEPS TO REPRODUCE
1. Use system for a couple of hours while listening the music.
2. Try to use multimedia keys to play/pause.

OBSERVED RESULT
Playback control keys on keyboard stops working. But using plasmoid pop-up to
play/pause still works.

EXPECTED RESULT
Multimedia keys should be stable and not break.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: ArchLinux rolling as of 2020-02-28.
(available in About System)
KDE Plasma Version: 5.18.2
KDE Frameworks Version: 5.67.0
Qt Version: 5.15

ADDITIONAL INFORMATION
My music player is Deezer from AUR, a repackaged win32 build to mostly native
Linux app with use of electron6.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-mediacenter] [Bug 418288] Keyboard multimedia keys are unstable

2020-02-28 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=418288

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kdewebkit] [Bug 416642] kdewebkit wants Qt5Webkit with exact version 5.13, which is not available

2020-01-23 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=416642

--- Comment #1 from Yurii Kolesnykov  ---
Same problem in the latest master.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kdewebkit] [Bug 416642] kdewebkit wants Qt5Webkit with exact version 5.13, which is not available

2020-01-23 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=416642

Yurii Kolesnykov  changed:

   What|Removed |Added

URL||https://git.io/JvtOi
 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kdewebkit] [Bug 416642] New: kdewebkit wants Qt5Webkit with exact version 5.13, which is not available

2020-01-23 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=416642

Bug ID: 416642
   Summary: kdewebkit wants Qt5Webkit with exact version 5.13,
which is not available
   Product: frameworks-kdewebkit
   Version: 5.66.0
  Platform: Homebrew (macOS)
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: r...@yurikoles.com
  Target Milestone: ---

SUMMARY
There is no qtwebkt 5.13, but kdewebkit wants exactly that version.
https://github.com/qtwebkit/qtwebkit/releases

STEPS TO REPRODUCE
1. Install latest tag of qtwebkit
2. Try to build kdewebkit 5.66

OBSERVED RESULT
Full log: https://git.io/JvtOi

CMake Error at
/usr/local/Cellar/cmake/3.16.2/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47
(find_package):
  Found package configuration file:

/usr/local/lib/cmake/Qt5WebKit/Qt5WebKitConfig.cmake

  but it set Qt5WebKit_FOUND to FALSE so package "Qt5WebKit" is considered to
  be NOT FOUND.  Reason given by package:

  Qt5WebKit could not be found because dependency is required to have exact
  version 5.13.x

EXPECTED RESULT
It should work with the latest tag of qtwebkit.

SOFTWARE/OS VERSIONS

macOS: 10.15.3 beta (19D62e)
KDE Plasma Version: N/A
KDE Frameworks Version: 5.66
Qt Version: 5.14

ADDITIONAL INFORMATION
It worked fine in previous release, 5.65

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kdewebkit] [Bug 416642] kdewebkit wants Qt5Webkit with exact version 5.13, which is not available

2020-01-23 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=416642

--- Comment #3 from Yurii Kolesnykov  ---
Thanks and sorry that I forgotten about that fact, I'm so bad mainteiner ;(

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 417334] [macOS]konsole build fails if ccache is installed

2020-02-09 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=417334

Yurii Kolesnykov  changed:

   What|Removed |Added

URL||https://github.com/KDE-mac/
   ||homebrew-kde/issues/332

--- Comment #1 from Yurii Kolesnykov  ---
Log is here https://git.io/Jvctn

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 417334] [macOS]konsole build fails if ccache is installed

2020-02-09 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=417334

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 417334] New: [macOS]konsole build fails if ccache is installed

2020-02-09 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=417334

Bug ID: 417334
   Summary: [macOS]konsole build fails if ccache is installed
   Product: konsole
   Version: 19.12.2
  Platform: Homebrew (macOS)
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: r...@yurikoles.com
  Target Milestone: ---

SUMMARY
konsole build fails if ccache is installed, uninstalling ccache fixes issue.

STEPS TO REPRODUCE
1. brew install kde-mac/kde/konsole

OBSERVED RESULT
/bin/sh: ccache: command not found
ninja: build stopped: subcommand failed.

EXPECTED RESULT
Builds fine

SOFTWARE/OS VERSIONS
macOS: 10.15.4 beta 1 (19E224g)
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 416297] New: plasma-nm disables auto-negotiation, sets speed to 100Mb/s

2020-01-15 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=416297

Bug ID: 416297
   Summary: plasma-nm disables auto-negotiation, sets speed to
100Mb/s
   Product: plasma-nm
   Version: 5.17.5
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: editor
  Assignee: jgrul...@redhat.com
  Reporter: r...@yurikoles.com
  Target Milestone: ---

SUMMARY
My I219-V card is set to 100Mb/s despite fact that it allows up to 1Gb/s.
Is this due to fact that my WAN speed is 100Mb/s?

STEPS TO REPRODUCE
1. Open editor.

OBSERVED RESULT
Auto-negotiation is disabled, speed set to 100Mb/s.

EXPECTED RESULT
Auto-negotiation is enabled.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: ArchLinux rolling as of today.
(available in About System)
KDE Plasma Version: 5.17
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.0

ADDITIONAL INFORMATION
kde-unstable repo is enabled.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 416297] plasma-nm disables auto-negotiation, sets speed to 100Mb/s

2020-01-15 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=416297

Yurii Kolesnykov  changed:

   What|Removed |Added

URL||https://gitlab.freedesktop.
   ||org/NetworkManager/NetworkM
   ||anager/issues/342
 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 421428] New: Scrollbar is hidden in Dolphin under macOS until you use arrow keys

2020-05-12 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=421428

Bug ID: 421428
   Summary: Scrollbar is hidden in Dolphin under macOS until you
use arrow keys
   Product: dolphin
   Version: 20.04.0
  Platform: Homebrew (macOS)
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: view-engine: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: r...@yurikoles.com
CC: kfm-de...@kde.org
  Target Milestone: ---

no scrolling normally
https://user-images.githubusercontent.com/4255480/81734876-7b203380-9494-11ea-90b6-35a49096fdf5.png

but if you go down with the arrow keys, the scrollbar appears and you can
scroll for about 1 second, until the scrollbar disappears again

https://user-images.githubusercontent.com/4255480/81735118-dce09d80-9494-11ea-8445-fb304e997a25.png

actually the only view layout which always works is the middle one

https://user-images.githubusercontent.com/4255480/81735736-c850d500-9495-11ea-9478-dad3e74065af.png

and if you switch to the middle layout, scroll there, and then switch back to
the initial layout or to the tree layout, the scrolling is again enabled for a
second, and then disappears again. Like you would have "scrolled" using keys.

It seems as soon as you somehow can activate the scrollbar in general, it works
again for all three views, and not only the middle one (but only very short for
a second or so)

EXPECTED RESULT

Observe scrollbar.

SOFTWARE/OS VERSIONS
macOS: Catalina 10.15.4 (19E287)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 421428] Scrollbar is hidden in Dolphin under macOS until you use arrow keys

2020-05-12 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=421428

Yurii Kolesnykov  changed:

   What|Removed |Added

URL||https://github.com/KDE-mac/
   ||homebrew-kde/issues/195

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 421428] Scrollbar is hidden in Dolphin under macOS until you use arrow keys

2020-05-12 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=421428

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 425282] There is no way to stop full content index of home folder

2020-08-14 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=425282

Yurii Kolesnykov  changed:

   What|Removed |Added

 Depends on||425360


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=425360
[Bug 425360] home folder override keep returning
-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 425360] home folder override keep returning

2020-08-14 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=425360

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com
 Blocks||425282


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=425282
[Bug 425282] There is no way to stop full content index of home folder
-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 425282] There is no way to stop full content index of home folder

2020-08-14 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=425282

Yurii Kolesnykov  changed:

   What|Removed |Added

 Depends on||425283


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=425283
[Bug 425283] baloo settings lacks option to disable full content index
-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 425283] baloo settings lacks option to disable full content index

2020-08-14 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=425283

Yurii Kolesnykov  changed:

   What|Removed |Added

 Blocks||425282


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=425282
[Bug 425282] There is no way to stop full content index of home folder
-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 425360] New: home folder override keep returning

2020-08-14 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=425360

Bug ID: 425360
   Summary: home folder override keep returning
   Product: systemsettings
   Version: 5.19.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_baloo
  Assignee: baloo-bugs-n...@kde.org
  Reporter: r...@yurikoles.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
Home folder override in search section in System Settings are keep returning.

STEPS TO REPRODUCE
1. Open search section in System Settings
2. Remove override for home folder by clicking on red trash icon next to it
3. Switch to other settings section or restart system settings.

OBSERVED RESULT
Home folder override keeps returning

EXPECTED RESULT
Once removed, home folder override should't reset.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.19.4
KDE Frameworks Version: 5.73.0
Qt Version: 5.15.0
Kernel Version: 5.8.0-pf2-1-pf-git+
OS Type: 64-bit

ADDITIONAL INFORMATION
Related to https://bugs.kde.org/show_bug.cgi?id=425282

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-knewstuff] [Bug 427008] CMAKE/Ninja Fails build kf5-knewstuff when installing in Homebrew

2020-09-29 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=427008

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[umbrello] [Bug 427070] file cannot create directory: /qch. Maybe need administrative privileges.

2020-09-28 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=427070

Yurii Kolesnykov  changed:

   What|Removed |Added

URL||https://invent.kde.org/pack
   ||aging/homebrew-kde/-/issues
   ||/9

-- 
You are receiving this mail because:
You are watching all bug changes.

[umbrello] [Bug 427070] New: file cannot create directory: /qch. Maybe need administrative privileges.

2020-09-28 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=427070

Bug ID: 427070
   Summary: file cannot create directory: /qch. Maybe need
administrative privileges.
   Product: umbrello
   Version: Git
  Platform: Homebrew (macOS)
OS: macOS
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: installer/packages
  Assignee: umbrello-de...@kde.org
  Reporter: r...@yurikoles.com
  Target Milestone: ---

SUMMARY

The latest release as well as master of umbrello tries to install qch files to
/qch. Full log is here [0], while most important part is:

CMake Error at cmake_install.cmake:49 (file):
  file cannot create directory: /qch.  Maybe need administrative privileges.


FAILED: CMakeFiles/install.util 
cd /tmp/umbrello-20200928-53058-pdjdvm/build &&
/usr/local/Cellar/cmake/3.18.3/bin/cmake -P cmake_install.cmake
ninja: build stopped: subcommand failed.


STEPS TO REPRODUCE
1. Try to install umbrello via homebrew formula [1].

OBSERVED RESULT
Umbrello tries to write qch files to /qch, ignores cmake option to disable the
building of qch files (-DBUILD_QCH=OFF), ignores manual specification of qch
installation of qch files (-DQCHDIR=doc/qch -DQTQCHDIR=doc/qch).

EXPECTED RESULT
qch install location should work as in other KDE software stack.

SOFTWARE/OS VERSIONS
macOS: 10.15.7 (19H2)
KDE Frameworks Version: 5.74.0
Qt Version: 5.15.1

[1]https://git.io/JUP0j
[2]https://invent.kde.org/packaging/homebrew-kde/-/blob/master/Formula/umbrello.rb

-- 
You are receiving this mail because:
You are watching all bug changes.

[umbrello] [Bug 427070] file cannot create directory: /qch. Maybe need administrative privileges.

2020-09-28 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=427070

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 421810] New: kdenlive doesn't search for deps in /usr/local/bin

2020-05-20 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=421810

Bug ID: 421810
   Summary: kdenlive doesn't search for deps in /usr/local/bin
   Product: kdenlive
   Version: 20.04.0
  Platform: Homebrew (macOS)
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Installation
  Assignee: vpi...@kde.org
  Reporter: r...@yurikoles.com
  Target Milestone: ---

SUMMARY
kdenlive doesn't search for deps in /usr/local/bin

STEPS TO REPRODUCE
1. Install kdenlive via brew
2. Start it first time or re-run config wizard

OBSERVED RESULT
Config wizard doesn't see deps like melt or ffpmeg which are located in
`/usr/local/bin`

EXPECTED RESULT
`/usr/local/bin` is common Unix path for non-system packages, so it should be
picked.

SOFTWARE/OS VERSIONS
macOS: 10.15.4
KDE Frameworks Version: 5.70
Qt Version: 5.14.2

ADDITIONAL INFORMATION
Original ticket https://github.com/KDE-mac/homebrew-kde/issues/339

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 421810] kdenlive doesn't search for deps in /usr/local/bin

2020-05-20 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=421810

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 421810] kdenlive doesn't search for deps in /usr/local/bin

2020-05-20 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=421810

Yurii Kolesnykov  changed:

   What|Removed |Added

URL||https://github.com/KDE-mac/
   ||homebrew-kde/issues/339

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 425282] New: There is no way to stop full content index of home folder

2020-08-13 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=425282

Bug ID: 425282
   Summary: There is no way to stop full content index of home
folder
   Product: systemsettings
   Version: 5.19.4
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: kcm_baloo
  Assignee: baloo-bugs-n...@kde.org
  Reporter: r...@yurikoles.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
Full content indexing of home folder keep returning to the settings, no matter
how many times I remove this specific folder settings. And there is no option
to disable full content indexing in a folder drop-down menu. I see only 2
options: full content indexing and disable.

STEPS TO REPRODUCE
1. Open search settings in system settings.
2. See that your home folder has full content indexing.
3. Try to disable it via drop-down menu.
4. See that there is only two options: full content index and disable.
5. Remove this folder's settings by clicking red trash icon next to it.
6. Switch to some other settings section and back to search.

OBSERVED RESULT
Full indexing of home folder keeps returning.

EXPECTED RESULT
There should be at least some way to disable full content index of home folder.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.19.4
KDE Frameworks Version: 5.73.0
Qt Version: 5.15.0
Kernel Version: 5.8.0-pf1
OS Type: 64-bit

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 425282] There is no way to stop full content index of home folder

2020-08-13 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=425282

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 425283] New: baloo settings lacks option to disable full content index

2020-08-13 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=425283

Bug ID: 425283
   Summary: baloo settings lacks option to disable full content
index
   Product: systemsettings
   Version: 5.19.4
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_baloo
  Assignee: baloo-bugs-n...@kde.org
  Reporter: r...@yurikoles.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
There is only disable or full content index options in a folder settings.

STEPS TO REPRODUCE
1. Open baloo settings in system settings
2. Enable global full system index check mark in top of the settings, under
enable index.
3. Try to override previous global settings by disabling full content indexing
for some folder

OBSERVED RESULT
There is no such option

EXPECTED RESULT
This option should exist

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.19.4
KDE Frameworks Version: 5.73.0
Qt Version: 5.15.0
Kernel Version: 5.8.0-pf1
OS Type: 64-bit

ADDITIONAL INFORMATION
Related to https://bugs.kde.org/show_bug.cgi?id=425282

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 425283] baloo settings lacks option to disable full content index

2020-08-13 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=425283

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[bugs.kde.org] [Bug 430895] New: add ktorrent version 20.12

2020-12-28 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=430895

Bug ID: 430895
   Summary: add ktorrent version 20.12
   Product: bugs.kde.org
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: product/component changes
  Assignee: sysad...@kde.org
  Reporter: r...@yurikoles.com
CC: christo...@krop.fr
  Target Milestone: ---

SUMMARY
There is only 20.11.80, but no 20.12

STEPS TO REPRODUCE
1. Try to report bug in ktorrent 20.12

OBSERVED RESULT
There is no such version

EXPECTED RESULT
There should be version 20.12

ADDITIONAL INFORMATION

How about separate section for libktorrent?

-- 
You are receiving this mail because:
You are watching all bug changes.

[ktorrent] [Bug 430896] macOS: fatal error: 'endian.h' file not found

2020-12-28 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=430896

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[ktorrent] [Bug 430896] New: macOS: fatal error: 'endian.h' file not found

2020-12-28 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=430896

Bug ID: 430896
   Summary: macOS: fatal error: 'endian.h' file not found
   Product: ktorrent
   Version: 20.11.80
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: joris.guis...@gmail.com
  Reporter: r...@yurikoles.com
  Target Milestone: ---

SUMMARY
libktorrent doesn't build on macOS

STEPS TO REPRODUCE
1. Try to build libktorrent on macOS

OBSERVED RESULT
../src/dht/key.cpp:30:10: fatal error: 'endian.h' file not found
#include 
 ^~
1 error generated.

Full log: https://git.io/JLyDa

EXPECTED RESULT
libktorrent should build on macOS

SOFTWARE/OS VERSIONS
macOS: 11.1 (20C69)
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
I had tried to add workaround for macOS (#include ) as for
BSD systems (patch is here:
https://invent.kde.org/packaging/homebrew-kde/-/snippets/1434), but now I see:

../src/dht/key.cpp:95:29: error: use of undeclared identifier 'htobe32'

Full log: https://git.io/JLyy0

Same issue was fixed zeromq by this PR (MPL-licensed):
https://github.com/zeromq/zmqpp/pull/174/files

A similar header is available in chromium/webrtc (under BSDL):
https://chromium.googlesource.com/external/webrtc/+/master/rtc_base/byte_order.h

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 430899] macOS: localeHandling.cpp:26:24: error: no member named 'setlocale' in namespace 'std'; did you mean simply 'setlocale'?

2020-12-28 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=430899

Yurii Kolesnykov  changed:

   What|Removed |Added

 CC||r...@yurikoles.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 430899] New: macOS: localeHandling.cpp:26:24: error: no member named 'setlocale' in namespace 'std'; did you mean simply 'setlocale'?

2020-12-28 Thread Yurii Kolesnykov
https://bugs.kde.org/show_bug.cgi?id=430899

Bug ID: 430899
   Summary: macOS: localeHandling.cpp:26:24: error: no member
named 'setlocale' in namespace 'std'; did you mean
simply 'setlocale'?
   Product: kdenlive
   Version: 20.12.0
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Installation
  Assignee: vpi...@kde.org
  Reporter: r...@yurikoles.com
  Target Milestone: ---

SUMMARY
Full log: https://gist.github.com/yurikoles/b308b25e15e885fae53e11ef891cbbc8

STEPS TO REPRODUCE
1. Try to build kdenlive

OBSERVED RESULT
Build error as in bug name and log above

EXPECTED RESULT
kdenlive should build on macOS

SOFTWARE/OS VERSIONS
macOS: 11.1 (20C69)
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2

-- 
You are receiving this mail because:
You are watching all bug changes.

  1   2   >