[Craft] [Bug 419167] New: kpimtextedit fails to compile under macOS

2020-03-23 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=419167 Bug ID: 419167 Summary: kpimtextedit fails to compile under macOS Product: Craft Version: unspecified Platform: Other OS: macOS Status: REPORTED Severity: crash

[Craft] [Bug 419167] kpimtextedit fails to compile under macOS

2020-03-23 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=419167 --- Comment #1 from Dawid Wróbel --- OK, the problem is not with a missing include but the "Sonnet" folder case, which should be "sonnet", i.e. CraftRoot/include/KF5/SonnetUi/sonnet -- You are receiving this mail because: You ar

[Craft] [Bug 419167] kpimtextedit fails to compile under macOS

2020-03-23 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=419167 --- Comment #2 from Dawid Wróbel --- Actually, looks like the code references headers in both upper and lower case folder and same issue happens for SonnetCore/Sonnet and KIOWidgets/KIO, so I doubt this is a mistake and it definitely goes beyond my

[Craft] [Bug 419196] New: craftenv.sh causes automake's AM_SANITY_CHECK to fail under macOS

2020-03-24 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=419196 Bug ID: 419196 Summary: craftenv.sh causes automake's AM_SANITY_CHECK to fail under macOS Product: Craft Version: unspecified Platform: Other OS: macOS

[Craft] [Bug 419196] craftenv.sh causes automake's AM_SANITY_CHECK to fail under macOS

2020-03-24 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=419196 --- Comment #1 from Dawid Wróbel --- After further debugging, this is caused by CLICOLOR_FORCE=1 introduced by this commit: https://github.com/KDE/craft/commit/95782ab1463b50bddbec4653b1ffed16c798c53e -- You are receiving this mail because: You are

[Craft] [Bug 419196] craftenv.sh causes automake's AM_SANITY_CHECK to fail under macOS

2020-03-24 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=419196 --- Comment #2 from Dawid Wróbel --- I suppose a valid solution would be add a setting to options.py to allow to either override the "AllowAnsiColor", or more generically, to enforce as "vanilla" sh env as possible. -- You are

[Craft] [Bug 419167] kpimtextedit fails to compile under macOS when using case-sensitive filesystem

2020-03-24 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=419167 Dawid Wróbel changed: What|Removed |Added Summary|kpimtextedit fails to |kpimtextedit fails to

[Craft] [Bug 419167] packages fail to compile under macOS when using case-sensitive filesystem

2020-03-24 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=419167 Dawid Wróbel changed: What|Removed |Added Summary|kpimtextedit fails to |packages fail to compile

[Craft] [Bug 419167] packages fail to compile under macOS when using case-sensitive filesystem

2020-03-25 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=419167 --- Comment #5 from Dawid Wróbel --- clang has -Wnonportable-include-path and -Wnonportable-system-include-path that should fix this. They're not on by default because they can slow down the compilation time. I suppose a logic could be added to

[Craft] [Bug 419272] New: Apps that put folders with dots in /Frameworks/ folder will fail to sign

2020-03-26 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=419272 Bug ID: 419272 Summary: Apps that put folders with dots in /Frameworks/ folder will fail to sign Product: Craft Version: unspecified Platform: Other OS: macOS

[Craft] [Bug 419272] Apps that put folders with dots in /Frameworks/ folder will fail to sign

2020-04-20 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=419272 Dawid Wróbel changed: What|Removed |Added Depends on||420351 Referenced Bugs: https://bugs.kde.org

[Craft] [Bug 419272] Apps that put folders with dots in /Frameworks/ folder will fail to sign

2020-04-20 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=419272 --- Comment #1 from Dawid Wróbel --- * tcl8.6 issue fixed by blacklisting it after having confirmed it is a build dependency only * grantlee issue reported upstream -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 419272] Apps that put folders with dots in /Frameworks/ folder will fail to sign

2020-04-21 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=419272 --- Comment #3 from Dawid Wróbel --- Well, tcl was in fact being included as a side effect of it being sqlcipher's build dependency. Adding tcl to buildDependencies of the lastter, however, doesn't do anything, presumably because of the

[Craft] [Bug 419272] Apps that put folders with dots in /Frameworks/ folder will fail to sign

2020-04-26 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=419272 Bug 419272 depends on bug 420351, which changed state. Bug 420351 Summary: Grantlee fails to package under macOS due to a dot in lib/granglee/major.minor folder name https://bugs.kde.org/show_bug.cgi?id=420351 What|Removed

[Craft] [Bug 420735] New: craft cannot merge a folder if a target file of the same name exists

2020-04-28 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=420735 Bug ID: 420735 Summary: craft cannot merge a folder if a target file of the same name exists Product: Craft Version: master Platform: Other OS: macOS S

[Craft] [Bug 433407] New: install_name_tool failures make builds unusable

2021-02-21 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=433407 Bug ID: 433407 Summary: install_name_tool failures make builds unusable Product: Craft Version: master Platform: macOS (DMG) OS: macOS Status: REPORTED Severity:

[Craft] [Bug 433407] install_name_tool failures make builds unusable

2021-03-09 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=433407 --- Comment #2 from Dawid Wróbel --- OK, so I suppose I jumped into conclusion here about install_name_tool failures causing the issue we're seeing (https://forum.kde.org/viewtopic.php?f=69&t=167626) in KMyMoney builds, which causes the App t

[Craft] [Bug 433407] install_name_tool failures make builds unusable

2021-03-09 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=433407 --- Comment #3 from Dawid Wróbel --- The libKF5TextWidgets.5.dylib links against QtTextToSpeech using rpath: ~ otool -L /Applications/kmymoney.app/Contents/Frameworks/libKF5TextWidgets.5.dylib /Applications/kmymoney.app/Contents/Frameworks

[Craft] [Bug 433407] install_name_tool failures make builds unusable

2021-03-09 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=433407 --- Comment #4 from Dawid Wróbel --- Just to add evidence to my conclusion, I replaced the QtTextToSpeech rpath with an absolute path with: install_name_tool -change @rpath/QtTextToSpeech.framework/Versions/5/QtTextToSpeech /Applications/kmymoney.app

[Craft] [Bug 433407] install_name_tool failures make builds unusable

2021-06-07 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=433407 Dawid Wróbel changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[Craft] [Bug 438658] New: Plugins referencing Python Framework won't load on macOS

2021-06-14 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=438658 Bug ID: 438658 Summary: Plugins referencing Python Framework won't load on macOS Product: Craft Version: stable Platform: macOS (DMG) OS: macOS Status:

[Craft] [Bug 439166] New: CMake fails to detect craft-provided svn on Windows

2021-06-25 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=439166 Bug ID: 439166 Summary: CMake fails to detect craft-provided svn on Windows Product: Craft Version: stable Platform: Other OS: Other Status: REPORTED Severity: n

[Craft] [Bug 439166] CMake fails to detect craft-provided svn on Windows

2021-06-26 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=439166 Dawid Wróbel changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[Craft] [Bug 439250] New: App bundle name is always lowercase, ignoring self.displayName

2021-06-27 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=439250 Bug ID: 439250 Summary: App bundle name is always lowercase, ignoring self.displayName Product: Craft Version: stable Platform: macOS (DMG) OS: macOS S

[extra-cmake-modules] [Bug 439250] App bundle name is always lowercase, ignoring self.displayName

2021-06-28 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=439250 Dawid Wróbel changed: What|Removed |Added Version|stable |5.83.0 Component|Core

[extra-cmake-modules] [Bug 439250] App bundle name is always lowercase, ignoring project name

2021-06-28 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=439250 Dawid Wróbel changed: What|Removed |Added Summary|App bundle name is always |App bundle name is always

[Craft] [Bug 439283] New: Frameworks fail to build under Apple Silicon

2021-06-28 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=439283 Bug ID: 439283 Summary: Frameworks fail to build under Apple Silicon Product: Craft Version: stable Platform: macOS (DMG) OS: macOS Status: REPORTED Severity: no

[Craft] [Bug 439283] CMake libs fails to build under Apple Silicon

2021-06-28 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=439283 Dawid Wróbel changed: What|Removed |Added Summary|Frameworks fail to build|CMake libs fails to build

[Craft] [Bug 439283] CMake libs fails to build under Apple Silicon

2021-06-29 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=439283 Dawid Wróbel changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[Craft] [Bug 429511] QMimeDatabase: Error loading internal MIME data

2021-07-15 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=429511 Dawid Wróbel changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[Craft] [Bug 429511] QMimeDatabase: Error loading internal MIME data

2021-07-15 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=429511 Dawid Wróbel changed: What|Removed |Added See Also|https://bugs.kde.org/show_b | |ug.cgi?id=439565

[okular] [Bug 431717] File could not be saved in C: / Users /.../ AppData / Local / Temp / okular.uuqUnF '. Try to save it to another location.

2021-09-13 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=431717 Dawid Wróbel changed: What|Removed |Added CC||m...@dawidwrobel.com --- Comment #3 from Dawid

[okular] [Bug 431717] File could not be saved in C: / Users /.../ AppData / Local / Temp / okular.uuqUnF '. Try to save it to another location.

2021-09-13 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=431717 Dawid Wróbel changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[Craft] [Bug 485624] New: Fresh install on macOS: list index out of range

2024-04-16 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=485624 Bug ID: 485624 Summary: Fresh install on macOS: list index out of range Classification: Developer tools Product: Craft Version: unspecified Platform: Other OS: Other S

[Craft] [Bug 485624] Fresh Craft bootstrap install on macOS: list index out of range

2024-04-16 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=485624 Dawid Wróbel changed: What|Removed |Added Summary|Fresh install on macOS: |Fresh Craft bootstrap |list

[Craft] [Bug 485624] Fresh Craft bootstrap install on macOS: list index out of range

2024-04-16 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=485624 --- Comment #1 from Dawid Wróbel --- cromo@macpro etc % clang --version Apple clang version 12.0.0 (clang-1200.0.32.29) Target: x86_64-apple-darwin22.4.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin -- You are

[Craft] [Bug 485624] Fresh Craft bootstrap install on macOS: list index out of range

2024-04-16 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=485624 --- Comment #2 from Dawid Wróbel --- I edited the code to print the detected compiler's name and it did find clang as expected, but in uppercase: Compiler executable: CLANG list index out of range -- You are receiving this mail because: You a

[Craft] [Bug 485624] Fresh Craft bootstrap install on macOS: list index out of range

2024-04-16 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=485624 --- Comment #3 from Dawid Wróbel --- I suppose this is, yet again, a case of using a case-sensitive macOS filesystem. -- You are receiving this mail because: You are on the CC list for the bug.