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
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
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
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
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
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
https://bugs.kde.org/show_bug.cgi?id=419167
Dawid Wróbel changed:
What|Removed |Added
Summary|kpimtextedit fails to |kpimtextedit fails to
https://bugs.kde.org/show_bug.cgi?id=419167
Dawid Wróbel changed:
What|Removed |Added
Summary|kpimtextedit fails to |packages fail to compile
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
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
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
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.
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
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
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
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:
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
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
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
https://bugs.kde.org/show_bug.cgi?id=433407
Dawid Wróbel changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Resolution
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:
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
https://bugs.kde.org/show_bug.cgi?id=439166
Dawid Wróbel changed:
What|Removed |Added
Resolution|--- |FIXED
Latest Commit
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
https://bugs.kde.org/show_bug.cgi?id=439250
Dawid Wróbel changed:
What|Removed |Added
Version|stable |5.83.0
Component|Core
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
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
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
https://bugs.kde.org/show_bug.cgi?id=439283
Dawid Wróbel changed:
What|Removed |Added
Resolution|--- |FIXED
Latest Commit
https://bugs.kde.org/show_bug.cgi?id=429511
Dawid Wróbel changed:
What|Removed |Added
See Also||https://bugs.kde.org/show_b
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
https://bugs.kde.org/show_bug.cgi?id=431717
Dawid Wróbel changed:
What|Removed |Added
CC||m...@dawidwrobel.com
--- Comment #3 from Dawid
https://bugs.kde.org/show_bug.cgi?id=431717
Dawid Wróbel changed:
What|Removed |Added
See Also||https://bugs.kde.org/show_b
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
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
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
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
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.
38 matches
Mail list logo