Re: Where to find build logs of cached packages

2024-05-16 Thread Hannah von Reth
For blueprints that are cached we also cache the logs. https://files.kde.org/craft/Qt6/24.04/windows/cl/msvc2022/x86_64/RelWithDebInfo/libs/qt6/qtwebengine/qtwebengine-6.7.0-537-20240411T010722-windows-cl-msvc2022-x86_64-logs.7z Regards, Hannah On 16/05/2024 12:34, Ingo Klöcker wrote: On Donne

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-05-04 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=435761 --- Comment #14 from Hannah von Reth --- Git commit ad644993902b8a35ff6cf5b7965f1cc3e338a28f by Hannah von Reth, on behalf of Ingo Klöcker. Committed on 04/05/2024 at 11:05. Pushed by vonreth into branch 'master'. Make the precompiled gnupg

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

2024-04-16 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=485624 --- Comment #5 from Hannah von Reth --- (In reply to Hannah von Reth from comment #4) > But where is the uppercase CLANG coming from? > (Anyhow the cache probably won't work on your case sensitive file system) Ouch found it -- You are rec

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

2024-04-16 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=485624 --- Comment #4 from Hannah von Reth --- But where is the uppercase CLANG coming from? (Anyhow the cache probably won't work on your case sensitive file system) -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 475762] resources\icudtl.dat does not exist

2023-10-24 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=475762 --- Comment #1 from Hannah von Reth --- In our build the file is called bin/icudtl.dat . Craft does not support windeployqt. I'd recommend to use craft itself for the deployment. craft --options "[Packager]PackageType=CreateArchivePackager&

Re: MacOS dsymutil issue

2023-01-31 Thread Hannah von Reth
Hi Robert, Please try setting self.subinfo.options.package.disableStriping=True On the affected blueprint. Kind regards, Hannah From: Kde-windows on behalf of Robert Lancaster Sent: Sunday, January 29, 2023 01:08 To: KDE on Windows Subject: MacOS dsymutil i

Re: AppImages on build.kde.org are broken

2022-09-14 Thread Hannah von Reth
...@dawidwrobel.com>> wrote: On Tue, Sep 13, 2022 at 2:19 PM Hannah von Reth mailto:han...@von-reth.de>> wrote: However the current problem convinced him and he promised me that there will be date based releases soon. Apparently soon = one hour ago :) Perhaps we should look at locking down th

Re: AppImages on build.kde.org are broken

2022-09-13 Thread Hannah von Reth
I mentioned that multiple times to the maintainer without an effect. However the current problem convinced him and he promised me that there will be date based releases soon. Regards, Hannah From: Kde-windows on behalf of Ingo Klöcker Sent: Tuesday, September 13,

Re: A craft mailinglist? Was: [Craft] [Bug 457185] Craft digiKam MacOS : libgphoto2 packaging problem.

2022-07-28 Thread Hannah von Reth
t: A craft mailinglist? Was: [Craft] [Bug 457185] Craft digiKam MacOS : libgphoto2 packaging problem. Am Wed, 27 Jul 2022 06:49:18 + schrieb "Hannah von Reth" : > https://bugs.kde.org/show_bug.cgi?id=457185 [...] > Btw, > This is the craft bug tracker, not stackoverflow or a maili

[Craft] [Bug 457185] Craft digiKam MacOS : libgphoto2 packaging problem.

2022-07-26 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=457185 Hannah von Reth changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[Craft] [Bug 457148] digiKam Windows bundles build from Binary Factory with Craft : MSVC version can be signed but not MinGW

2022-07-26 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=457148 --- Comment #2 from Hannah von Reth --- Yes only msvc, mingw might work some how but... For now it should print a better error message. -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 455233] digiKam bundles build from Binary Factory with Craft are compiled with Qt 5.15.2, not 5.15.3 or later

2022-07-20 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=455233 --- Comment #5 from Hannah von Reth --- (In reply to caulier.gilles from comment #4) > Hi hannah, > > Why it's impossible ? We don't need the whole mysql package to build the > QtMysql plugin. > > MXE project use the lib

[Craft] [Bug 455233] digiKam bundles build from Binary Factory with Craft are compiled with Qt 5.15.2, not 5.15.3 or later

2022-07-20 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=455233 --- Comment #3 from Hannah von Reth --- Hi Giles, As shipping mysql as part of a bundle is basically impossible we build Qt without mysql bindings. https://invent.kde.org/packaging/craft-blueprints-kde/-/blob/master/libs/qt5/qtbase/qtbase.py#L13

[Craft] [Bug 455119] building libgit2 from source fails due to not detecting libssl

2022-07-15 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=455119 Hannah von Reth changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[Craft] [Bug 455233] digiKam bundles build from Binary Factory with Craft are compiled with Qt 5.15.2, not 5.15.3 or later

2022-07-15 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=455233 Hannah von Reth changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

Re: Crafft: source and binary variants for the "same" blueprint

2022-06-16 Thread Hannah von Reth
variants for the "same" blueprint On Thu, 16 Jun 2022 18:45:16 +0000 Hannah von Reth wrote: > How about two seperate blueprints. > A src one in libs/_linux and one in binary/_win > Yes that requires also a if in all blueprints using r but I guess it > would be the most cle

Re: Crafft: source and binary variants for the "same" blueprint

2022-06-16 Thread Hannah von Reth
Hi, How about two seperate blueprints. A src one in libs/_linux and one in binary/_win Yes that requires also a if in all blueprints using r but I guess it would be the most clean? Cheers, Hannah From: Kde-windows on behalf of Thomas Friedrichsmeier Sent: Thur

[Craft] [Bug 455249] Building boost-regex from source fails

2022-06-14 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=455249 --- Comment #1 from Hannah von Reth --- We don’t fully support msvc2022 yet From: Kde-windows on behalf of Michael Drüing Sent: Tuesday, June 14, 2022 3:13:58 PM To: kde-windows@kde.org Subject: [Craft] [Bug 455249

Re: [Craft] [Bug 455249] New: Building boost-regex from source fails

2022-06-14 Thread Hannah von Reth
We don’t fully support msvc2022 yet From: Kde-windows on behalf of Michael Drüing Sent: Tuesday, June 14, 2022 3:13:58 PM To: kde-windows@kde.org Subject: [Craft] [Bug 455249] New: Building boost-regex from source fails https://bugs.kde.org/show_bug.cgi?id=4552

[Craft] [Bug 454941] Binary-factory : "RelWithDebInfo" OpenCV library targets not found while configuring digiKam.

2022-06-07 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=454941 --- Comment #1 from Hannah von Reth --- Its found but broken. from that log: ``` [2022-06-06T16:59:22.766Z] -- Found OpenCV: C:/Craft/BinaryFactory/windows-msvc2019_64-cl (found version "4.5.3") found components: core objdetect imgproc img

Re: SnoreToast uninstall from windows

2022-03-22 Thread Hannah von Reth
The application shipping snoretoast will recreate the short cut every time. You can find out which application is providing snoretoast by following the installed shortcut. You can either complain at the provider of that software or uninstall that software. Kind regards, Hannah von Reth

Re: Qt5WebEngine on Mac

2022-02-19 Thread Hannah von Reth
Hi We are able to build x86 binaries on Mac by calling craft with the arch tool on the m1 mac. arch -x64 python craft.py From: Kde-windows on behalf of Ben Cooksley Sent: Saturday, February 19, 2022 8:14 AM To: KDE on Windows Subject: Re: Qt5WebEngine on Mac

[Craft] [Bug 448443] Support blueprint building on M1 darwin arm64

2022-01-14 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=448443 --- Comment #6 from Hannah von Reth --- And Qt5 has no support for arm builds for that reason we won't try to implement it. Some where this year I'll play with qt6 and m1 builds. -- You are receiving this mail because: You are on the CC li

[Craft] [Bug 448443] Support blueprint building on M1 darwin arm64

2022-01-14 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=448443 --- Comment #5 from Hannah von Reth --- For now: arch -arch x86_64 zsh -li . craftenv.sh Now craft will build everything in x86_64 mode. -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 446256] Broken Qt build on MacOS is blocking builds on binary-factory

2021-11-29 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=446256 --- Comment #2 from Hannah von Reth --- Fixed on the dev branch, will be merged soon. -- You are receiving this mail because: You are on the CC list for the bug.

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

2021-11-04 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=429511 --- Comment #7 from Hannah von Reth --- Git commit 21bcc9ddec7a0f306f3de4876fd5c2513982dc0c by Hannah von Reth. Committed on 04/11/2021 at 17:31. Pushed by vonreth into branch 'master'. Fix build in mimedb A bug in the generation script d

Re: Error on new Craft installation

2021-10-18 Thread Hannah von Reth
You can ignore the 404. Does something not work? From: Kde-windows on behalf of Albert Vaca Cintora Sent: Monday, October 18, 2021 9:17:22 PM To: KDE on Windows Subject: Re: Error on new Craft installation Ok, it does seem it matters it's a MacOS because of thi

[okular] [Bug 427953] Unique instance and open in tabs ignored

2021-07-07 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=427953 Hannah von Reth changed: What|Removed |Added CC||cullm...@kde.org

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

2021-06-28 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=439250 --- Comment #1 from Hannah von Reth --- Not a craft bug, the the original bundle is created by ecm, we only deploy the other libraries. -- You are receiving this mail because: You are on the CC list for the bug.

Bof: KDE Craft - Cross platform KDE development - Room 03 - 24th June 18:00 UTC

2021-06-23 Thread Hannah von Reth
Hey everyone, Tomorrow 18:00 UTC there will be a Craft Bof https://community.kde.org/Akademy/2021/Thursday If you have questions or want to discuss the future of Craft, please join tomorrow's meeting. PS: As UTC time is confusing for most of us, here is a timer 😉 https://www.timeanddate.com/c

Re: Windows Build Failing for kdiff3

2021-06-22 Thread Hannah von Reth
pngg2ico was remove as it is no longer required by extra cmake modules. Why are you trying to install it? For boost update your craft and you'll get the latest boost. From: Kde-windows on behalf of Boylan, Ross Sent: Tuesday, June 22, 2021 19:23 To: Christoph C

[okular] [Bug 431298] Okular_Nightly_win64 not working from 1 Dec

2021-05-20 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=431298 --- Comment #10 from Hannah von Reth --- Thx -- You are receiving this mail because: You are on the CC list for the bug.

[okular] [Bug 431298] Okular_Nightly_win64 not working from 1 Dec

2021-05-19 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=431298 Hannah von Reth changed: What|Removed |Added CC||vonr...@kde.org --- Comment #6 from Hannah

Re: QtSDK configuration in CraftSettings.ini

2021-05-11 Thread Hannah von Reth
Hi Christophe, You are trying to use an advanced feature which is not in its best shape. Any reason you can't use the Qt version provided by craft?. Cheers, Hannah From: Kde-windows on behalf of Christophe Larchier Sent: Friday, April 30, 2021 09:04 To: kde-wi

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

2021-02-21 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=433407 --- Comment #1 from Hannah von Reth --- If you mean delete rpath, you can ignore errors for that call. -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 429299] launch Craft by running craftenv.ps1 falls on BadExpression error

2020-11-19 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=429299 Hannah von Reth changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[Craft] [Bug 429299] launch Craft by running craftenv.ps1 falls on BadExpression error

2020-11-19 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=429299 --- Comment #7 from Hannah von Reth --- Hm not at that pint, you could add some print statements to https://invent.kde.org/packaging/craft/-/blob/master/craftenv.ps1#L24 Like: write-host $py.Source $py.Version -- You are receiving this mail because

[Craft] [Bug 429299] launch Craft by running craftenv.ps1 falls on BadExpression error

2020-11-19 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=429299 --- Comment #5 from Hannah von Reth --- Hmm that looks rather sane. And you run D:\CraftRoot\craft\craftenv.ps1 in powershell core? (You'll have a to start it explicitly it does not replace the system one) -- You are receiving this mail because

[Craft] [Bug 429299] launch Craft by running craftenv.ps1 falls on BadExpression error

2020-11-19 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=429299 --- Comment #3 from Hannah von Reth --- Ok I guess $env:CRAFT_PYTHON is not properly defined. Can you check your python install? Can you run "get-command py" "get-command python" "get-command python3" ? What do they repor

[Craft] [Bug 429299] launch Craft by running craftenv.ps1 falls on BadExpression error

2020-11-18 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=429299 --- Comment #1 from Hannah von Reth --- Please follow the guide and update your powershell. https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source/Windows#Setting_up_a_powershell -- You are receiving this mail because: You are on the CC

Re: Debugging with lldb-mi.exe built against llvm-mingw

2020-10-13 Thread Hannah von Reth
Hi Russell, Issues like that are the reason why we currently don't support any external compilers. If you are just talking about debugging, I guess you'd need to ask the llvm community or the provider of the lldb binaries. If you are interested in using lldb with craft, I'd recommend trying

[Craft] [Bug 426724] Missing support for adding dependencies to a specific package version

2020-09-22 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=426724 --- Comment #3 from Hannah von Reth --- Hi craft at the moment deploys every runtime dependency, a blacklist can be used to slim down the deployment. Magically resolving the dependencies is not that easy in a cross platform setup and in the end there

[Craft] [Bug 426724] Missing support for adding dependencies to a specific package version

2020-09-22 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=426724 --- Comment #1 from Hannah von Reth --- The best solution currently is https://github.com/owncloud/craft-blueprints-owncloud/blob/master/owncloud/owncloud-client/owncloud-client.py#L44 -- You are receiving this mail because: You are on the CC list

[Craft] [Bug 426393] build of alkimia package fails for MacOSX

2020-09-15 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=426393 Hannah von Reth changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[Craft] [Bug 426393] build of alkimia package fails for MacOSX

2020-09-11 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=426393 --- Comment #2 from Hannah von Reth --- I added the missing parts, now you need to update the dependencies. -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 426393] build of alkimia package fails for MacOSX

2020-09-11 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=426393 --- Comment #1 from Hannah von Reth --- The error is now handled correctly: 04:28:56 Failed to detect libalkimia.app for extragear/libalkimia, please provide a correct self.defines['apppath'] or a relative path to the app as self.define

Re: Crafting Marble

2020-09-07 Thread Hannah von Reth
Hi Johnny, I left some comments in the review. To reduce the number of plugins just extend the blacklist. But Id rather recommend to ship to many files than to few. Cheers, Hannah On 07/09/2020 15:17, Johnny Jazeix wrote: Hi, pinging again for the issues as I didn't managed to solve them

[Craft] [Bug 426264] Cannot build digikam using Craft on Windows 10: too long command lines

2020-09-07 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=426264 --- Comment #1 from Hannah von Reth --- (In reply to mrbus from comment #0) > Created attachment 131457 [details] > Craft output > > SUMMARY > Cannot build `digikam` using Craft on Windows 10: too long command lines. > I trie

Re: KF5Package.dll missing from Installer

2020-07-20 Thread Hannah von Reth
Yes of course it can be fixed. I'd recommend to have a look on the dependencies specified in the blueprint. Cheers, Hannah On 20.07.20 14:05, Jasem Mutlaq wrote: Hello, We published KStars 64bit Release installer yesterday (v3.4.3) but it appears it complains after installation that KF5Pac

Re: KDE Apps name trademarks

2020-07-13 Thread Hannah von Reth
Hi, As Christoph said the issue is not about getting applications to the store. In KDE4 days we basically had everything KDE offered available for download. Maybe 10% of that stuff was usable. An important step we mention in the Phabricator ticket regarding the publishing is: - some testing

[okular] [Bug 423560] [Windows Store] Filename extension associations and updates resetting them

2020-07-07 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=423560 Hannah von Reth changed: What|Removed |Added CC||vonr...@kde.org --- Comment #3 from Hannah

[okular] [Bug 423712] Download URL of Windows installer isn't stable

2020-07-01 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=423712 --- Comment #3 from Hannah von Reth --- The store version is only available in the Store on Windows 10. We would need to upload the nsis installer to somewhere -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 423652] craft "silently" fails to compile qtwebengine

2020-06-29 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=423652 Hannah von Reth changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

Discontinued support for msvc2017

2020-06-05 Thread Hannah von Reth
Hi everyone, With the upcoming Qt 5.15 builds we will stop supporting msvc2017. All binary factory builds will switch msvc2019. If you are interested in continued support for msvc2017 please raise a hand. Cheers, Hannah

[Craft] [Bug 421921] MacOS X builds failing on CI due to duplicate RPATH

2020-05-22 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=421921 --- Comment #2 from Hannah von Reth --- Workaround https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/5fb5acc8ed7866eab46c7a8b36514a9a9cc78a76 -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 421921] MacOS X builds failing on CI due to duplicate RPATH

2020-05-22 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=421921 --- Comment #1 from Hannah von Reth --- The error is: 01:47:12 executing command: /usr/bin/codesign --keychain /Users/packaging/Library/Keychains/login.keychain --sign Developer ID Application: K Desktop Environment e.V. (5433B4KXM8) --force

Re: KDEConnect Compilation Fails on Mac OS

2020-05-04 Thread Hannah von Reth
Fixed in https://invent.kde.org/kde/craft/commit/47311b4c43bce7167951c6e4a65b91cf37dbc36f On 03.05.20 11:17, Rajdeep Roy Chowdhury wrote: While trying to compile kdeconnect-kde I'm getting this error ld: weak import of symbol '___darwin_check_fd_set_overflow' not supported because of option: -

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

2020-04-20 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=419272 --- Comment #2 from Hannah von Reth --- Then I'd recommend marking it as build dep instead of blacklisting it. -- You are receiving this mail because: You are on the CC list for the bug.

Re: warnings and error crafting konsole

2020-04-20 Thread Hannah von Reth
files actually get installed? Jack On 4/20/20 4:52 AM, Hannah von Reth wrote: Hi Johnny, KPty does not support Windows yet so we can't build Konsole on Windows. I guess I have to adjust the platform support for a few packages here. I hope you can work without Konsole. Cheers, Han

Re: Craft Mac Package case issue

2020-04-20 Thread Hannah von Reth
whole directory so it’s a fresh craft version. And it’s probably nothing to do with the recipes because it’s the craft function craftRoot that is returning a different path than it actually is in on the computer. Thanks, Rob On Apr 20, 2020, at 4:48 AM, Hannah von Reth wrote: Hi Robert, I

Craft moved to invent.kde.org

2020-04-20 Thread Hannah von Reth
Hi everyone. Craft successfully moved to invent.kde.org. Craft will automatically update its repo urls see https://invent.kde.org/kde/craft/-/commit/b65561428fd877631eacb398d1dc8ef3f4044dc8 . If you update craft in the next couple of weeks no manual interaction will be needed. If you try

Re: warnings and error crafting konsole

2020-04-20 Thread Hannah von Reth
Hi Johnny, KPty does not support Windows yet so we can't build Konsole on Windows. I guess I have to adjust the platform support for a few packages here. I hope you can work without Konsole. Cheers, Hannah On 20.04.20 09:49, Johnny Jazeix wrote: I found this old bug: https://bugs.kde.org/

Re: Craft Mac Package case issue

2020-04-20 Thread Hannah von Reth
Hi Robert, I have not the slightest idea what could cause this. There aren't any sym links involved in your root, are there? Are you using craftmaster or is it a manual setup? Cheers, Hannah On 20.04.20 00:42, Robert Lancaster wrote: Hey guys, I thought I would try the craft package utili

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

2020-03-25 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=419196 Hannah von Reth changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

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

2020-03-25 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=419167 --- Comment #6 from Hannah von Reth --- The issue is that an install step adds the uppercase path includes. But if the host is case insensitive that has no effect. So when everything is done on a case sensitive platform both the upper and the lowercase

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

2020-03-25 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=419167 Hannah von Reth changed: What|Removed |Added Version|unspecified |master --- Comment #4 from Hannah von Reth

[Craft] [Bug 373980] Fix craft related KF5 build issues

2020-03-25 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=373980 --- Comment #6 from Hannah von Reth --- I guess this one can be closed? -- You are receiving this mail because: You are on the CC list for the bug.

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

2020-03-25 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=419167 --- Comment #3 from Hannah von Reth --- Sounds like an upstream issue. -- You are receiving this mail because: You are on the CC list for the bug.

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

2020-03-25 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=419196 --- Comment #3 from Hannah von Reth --- (In reply to Dawid Wróbel from comment #0) > SUMMARY > > crafenv.sh sets the environment in a way that causes automake's > AM_SANITY_CHECK to fail: > checking whether build environment

New binary cache, Qt 5.14.1

2020-03-05 Thread Hannah von Reth
Hi everyone I just published a new binary cache with Qt 5.14.1 and llvm 9.0.1. Last year we decided to reduce the support for the 32bit builds and only provide a cache for KF5. Even this limited support became harder and harder to maintain so we decided to drop 32bit builds. If you still

[okular] [Bug 412413] rar and 7zip compressed comic books don't work

2020-02-27 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=412413 Hannah von Reth changed: What|Removed |Added CC||vonr...@kde.org --- Comment #5 from Hannah

Re: digiKam MSVC compilation problems on build.kde.org...

2020-02-15 Thread Hannah von Reth
yed before the update to OpenCV 4.2. The Binary Factory on the other hand is using the current latest state of Craft - which is OpenCV 4.2. Cheers, Ben Gilles Le jeu. 13 févr. 2020 à 05:11, Hannah von Reth a écrit : From the logs: -- OpenCV libs : opencv_core;opencv_objdetect;opencv_imgproc;

Re: digiKam MSVC compilation problems on build.kde.org...

2020-02-13 Thread Hannah von Reth
this macro, If yes, why CI build with MSVC work as expected when ? Best Gilles Le jeu. 13 févr. 2020 à 04:00, Hannah von Reth a écrit : This doesn't look like a mix of build types, anyhow we only provide release builds with symbols. the big question is why does it try to to use an obj in

Re: DBus on Windows - failing Jenkins builds

2020-02-02 Thread Hannah von Reth
temTrayIcon. We of course don't want DBus at all (even at runtime), so it seems to me that the necessary fix is for KSNI on Windows to skip all the DBus stuff and just provide it's wrapper functionality. The same should probably apply on macOS. Thoughts? Cheers, Ben Le sam. 1 févr.

Re: DBus on Windows - failing Jenkins builds

2020-02-01 Thread Hannah von Reth
Directly linking to KStatusNotifierItem sounds wrong. It should probably use the normal knotifications api. Cheers, Hannah On 01.02.20 12:49, Johnny Jazeix wrote: Le sam. 1 févr. 2020 à 09:57, Ben Cooksley a écrit : On Sat, Feb 1, 2020 at 9:51 PM Johnny Jazeix wrote: Hi, Hi Johnny, T

[marble] [Bug 416070] Unable to use this program. Useless.

2020-01-20 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=416070 Hannah von Reth changed: What|Removed |Added CC||vonr...@kde.org --- Comment #2 from Hannah

[okular] [Bug 416399] Okular can't be uninstalled on Windows 7.

2020-01-19 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=416399 Hannah von Reth changed: What|Removed |Added CC||vonr...@kde.org --- Comment #2 from Hannah

Re: Basic craft Mac questions

2020-01-04 Thread Hannah von Reth
Sent from my iPhone > On 4. Jan 2020, at 10:01, Ben Cooksley wrote: > > On Sat, Jan 4, 2020 at 9:37 PM Thomas Friedrichsmeier > wrote: >> >> Ok, some first answers to myself: >> >>> On Fri, 3 Jan 2020 11:20:14 +0100 >>> Thomas Friedrichsmeier >>> wrote: >>> Two basic questions on Mac: >>>

Re: Basic craft Mac questions

2020-01-04 Thread Hannah von Reth
Hm im trying to resend this one as it doesn't appear in the archive... Sent from my iPhone > On 3. Jan 2020, at 12:33, Hannah von Reth wrote: > > Hi Thomas, > >> On 03.01.20 11:20, Thomas Friedrichsmeier wrote: >> Hi! >> >> AFAIU, this is still the

Re: Basic craft Mac questions

2020-01-04 Thread Hannah von Reth
Sent from my iPhone > On 4. Jan 2020, at 09:37, Thomas Friedrichsmeier > wrote: > > Ok, some first answers to myself: > >> On Fri, 3 Jan 2020 11:20:14 +0100 >> Thomas Friedrichsmeier >> wrote: >> Two basic questions on Mac: >> 1) What is the minimum version of MacOS that can reasonably be

Re: Is it possible to use craft on Windows 8.1 (or 7)?

2019-12-31 Thread Hannah von Reth
Sent from my iPhone > On 31. Dec 2019, at 13:54, Thomas Friedrichsmeier > wrote: > > Hi! > > Thanks for the quick feedback! > >> On Tue, 31 Dec 2019 09:58:39 + >> Hannah von Reth wrote: >> I can investigate but if it's just a vm how about u

Re: Is it possible to use craft on Windows 8.1 (or 7)?

2019-12-31 Thread Hannah von Reth
Hi, I can investigate but if it's just a vm how about upgrading. Regarding Windows 7 it's eol and we cant practically support it. To rebuild kshimgen call craft -i --no-cache kshimgen and then reinstall cmake etc. After a longer break without updating the craft root I'd also recommend to start

Re: Is it possible to use craft on Windows 8.1 (or 7)?

2019-12-31 Thread Hannah von Reth
Hi, I can investigate but if it's just a vm how about upgrading. Regarding Windows 7 it's eol and we cant practically support it. To rebuild kshimgen call craft -i --no-cache kshimgen and then reinstall cmake etc. After a longer break without updating the craft root I'd also recommend to start

Re: ecm_add_app_icon() does not work as expected on Windows

2019-12-15 Thread Hannah von Reth
Fixed Sent from my iPhone > On 15. Dec 2019, at 16:31, Alexander Potashev wrote: > > Hi, > > I'm trying to make ktimetracker.exe to show its icon on Windows. > However ecm_add_app_icon() does not work for me for some reason. > > If I build Kate from Git master (craft -i --target master kate)

[Craft] [Bug 415152] Cannot install boost-headers: tar not found

2019-12-15 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=415152 Hannah von Reth changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[Craft] [Bug 415158] icotool does not produce .ico file

2019-12-15 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=415158 Hannah von Reth changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

Re: snoretoast issue

2019-11-27 Thread Hannah von Reth
readme has room for improvements so if anything is unclear please report back :) Kind regards, Hannah von Reth From: Kde-windows on behalf of none none Sent: Wednesday, November 20, 2019 7:08 AM To: kde-windows@kde.org Subject: snoretoast issue Hi. Recently, I

[kde-windows] [Bug 413039] Critical: could not load fallback mirror list from QUrl

2019-10-28 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=413039 --- Comment #39 from Hannah von Reth --- (In reply to Christoph Cullmann from comment #38) > We could try to blacklist the breeze/.../... icon theme folders. > > To blacklist all icons has the issue that some applications might install > o

[kde-windows] [Bug 413039] Critical: could not load fallback mirror list from QUrl

2019-10-28 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=413039 --- Comment #36 from Hannah von Reth --- (In reply to Ralf Habacker from comment #35) > (In reply to Sven Brauch from comment #30) > for the record: > > Which is not the files which are contained in or installed by the installer. &g

[kde-windows] [Bug 413039] Critical: could not load fallback mirror list from QUrl

2019-10-25 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=413039 --- Comment #26 from Hannah von Reth --- We currently aim to provide quality over quantity. The applications we now provide have a Windows maintainer of some kind. In KDE 4 days we published everything as long as it compiled, no matter whether it was

[kde-windows] [Bug 407638] Okular has mixed language menus

2019-10-21 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=407638 Hannah von Reth changed: What|Removed |Added CC||vonr...@kde.org --- Comment #3 from Hannah

[kde-windows] [Bug 413039] Critical: could not load fallback mirror list from QUrl

2019-10-17 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=413039 --- Comment #18 from Hannah von Reth --- We broke it on purpose. And won't fix it. Its open source so feel free to maintain it yourself. If you do pls make sure not to point windows users to a ages old unsupported software. -- You are receiving

[kde-windows] [Bug 413039] Critical: could not load fallback mirror list from QUrl

2019-10-17 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=413039 Hannah von Reth changed: What|Removed |Added CC||vonr...@kde.org --- Comment #13 from Hannah

Re: KDEwin is unable to download from your site, possible server issue or misconfiguration?

2019-09-04 Thread Hannah von Reth
I’d prefer it taken down. It’s basically useless. The src still exists so it's not "gone" or we host it separately with a lot of disclaimers. Cheers Hannah Sent from my iPhone On 4. Sep 2019, at 10:46, Albert Vaca Cintora mailto:albertv...@gmail.com>> wrote: Would it be worth it to take th

[Craft] [Bug 411138] Mac: kdewebket and qtwebkit problem

2019-08-22 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=411138 --- Comment #5 from Hannah von Reth --- You could try to replace https://github.com/KDE/craft-blueprints-kde/blob/master/libs/qt5/qtwebkit/qtwebkit.py#L116 with a ifdef depending on the version to use either Qt5CorePackageBase or cmake. But then you

[Craft] [Bug 411138] Mac: kdewebket and qtwebkit problem

2019-08-21 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=411138 --- Comment #4 from Hannah von Reth --- Skip installation of libs/qt5/qtwebkit as [QtSdk]Enabled=True You are using a precompiled Qt, so Qt packages in craft are skipped. Qt does not ship webkit since 5.7 so not sure building webkit with craft would

[Craft] [Bug 411138] Mac: kdewebket and qtwebkit problem

2019-08-21 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=411138 --- Comment #1 from Hannah von Reth --- Stupid question but is qtwebkit manually set to be ignored in your settings? -- You are receiving this mail because: You are on the CC list for the bug.

Re: Mingw build type

2019-07-23 Thread Hannah von Reth
Hi, Today we switched to  a new cache (Qt 5.13.0). It should be fixed now :) https://binary-factory.kde.org/job/Kdenlive_Nightly_mingw64/ Cheers, Hannah On 23.07.19 23:19, j...@kdenlive.org wrote: Hi. Seems like something changed recently in Craft mingw builds ( between 15th and 16th

Re: KDD installer no releases listed

2019-06-23 Thread Hannah von Reth
Hi Stefano, The installer was discontinued years ago, but information of it is still on so many websites. Can you point out where you read about it? Today we provide single applications installers for some aps, see https://binary-factory.kde.org/ . Cheers, Hannah On 22/06/2019 16:21,

Re: Mixing compilers

2019-06-23 Thread Hannah von Reth
Hi Thomas, The main question is, how are backend and froentend supposed to communicate? A server client application using sockets? Also be aware that if both frontend and backend depend on Qt, you'd need to ship Qt two times. Cheers, Hannah On 23/06/2019 12:40, Thomas Friedrichsmeier wrot

  1   2   3   >