Re: Review Request 127715: Remove KMess

2016-04-22 Thread Hannah von Reth
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127715/#review94772 --- Ship it! Ship It! - Hannah von Reth On April 22, 2016

Re: Review Request 127714: Enable ICO and EXE thumbnails again.

2016-04-22 Thread Hannah von Reth
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127714/#review94773 --- Ship it! Ship It! - Hannah von Reth On April 22, 2016

Re: Review Request 127709: Fix exports and avoid using sources already linked on tests.

2016-04-22 Thread Hannah von Reth
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127709/#review94774 --- Ship it! Ship It! - Hannah von Reth On April 22, 2016

RE: Kate 16.04 on Windows

2016-05-02 Thread Hannah von Reth
Hi, Any chance to also provide a x86 installer so I can update the chocolatey package? https://chocolatey.org/packages/kate/2016.01.20-alpha The KDE Windows team would also appreciate if we could join efforts with the Kate team to use our emerge tool wich would enable us to simplify Kate packag

Re: Review Request 127972: Always update the Predicate parser from y/l sources

2016-05-20 Thread Hannah von Reth
nah von Reth On May 20, 2016, 6:39 a.m., Pino Toscano wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.k

Re: Review Request 128007: Fix portage dependency resolution for kde/application

2016-06-14 Thread Hannah von Reth
von Reth On Juni 14, 2016, 12:46 nachm., Jasem Mutlaq wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

RE: Emerge: WIP Unix support (unix3 branch)

2016-06-22 Thread Hannah von Reth
Hi, The branch is still a bit dirty. Make sure to not change the compiler, keep it a mingw4 (it will choose the correct compiler itself).Do change the setting for make program and replace jom with make. If you intend to build qt you should install its dependencies from your distro [1]. Cheers, H

RE: Emerge: WIP Unix support (unix3 branch)

2016-06-23 Thread Hannah von Reth
And pls remove qt-libs/phonon; from your ignores From: kf...@kde.org To: kde-windows@kde.org Subject: Re: Emerge: WIP Unix support (unix3 branch) Date: Wed, 22 Jun 2016 16:00:12 +0200 On Mittwoch, 22. Juni 2016 10:49:35 CEST Kevin Funk wrote: > Heya, > > a few people might have noticed a fe

RE: Sqlite3 deveolpment package not found

2016-06-26 Thread Hannah von Reth
I've fixed the issue today. https://quickgit.kde.org/?p=emerge.git&a=commit&h=acfcca7bd4ee69d03e0231d1b0dbebb63b751e66 > Date: Sun, 26 Jun 2016 17:17:27 -0400 > From: ostrof...@users.sourceforge.net > Subject: Re: Sqlite3 deveolpment package not found > To: kde-windows@kde.org > > On 2016.06.2

RE: KDE applications remain detached after you shut them down

2016-07-01 Thread Hannah von Reth
The problem is a dead lock in the QObject destructor of a QDBusServiceWatcher (or an other dbus thing I'm not sure right now). From: mutla...@ikarustech.com Date: Fri, 1 Jul 2016 18:20:34 +0300 Subject: KDE applications remain detached after you shut them down To: kde-windows@kde.org Hi, Using t

RE: New kdeenv.ps1 file

2016-09-26 Thread Hannah von Reth
Hi Tom, Can you specify how you passed python to the script?In any case, when reporting a problem is always helpful to also report any kind of error message. On https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source/Windows we removed the description of how to setup emerge manually bec

RE: Installing Emerge failed

2016-09-30 Thread Hannah von Reth
Hi, Just for the backlog as we already solved the issue on IRC. The issue was caused by an old wget.exe in PATH. Cheers, Hannah To: kde-windows@kde.org From: bennet-blessm...@t-online.de Subject: Installing Emerge failed Date: Thu, 29 Sep 2016 21:12:15 +0200 I tried to setup emerge under windows

RE: KDE Windows - qtbase won't compile

2016-10-07 Thread Hannah von Reth
Hi, could you please paste as much of the output as you can?That sounds like one of the build processes failed and the others where killed. Kind regards, Hannah von Reth From: coppy...@gmail.com To: kde-windows@kde.org Subject: KDE Windows - qtbase won't compile Date: Thu, 6 Oct 2016 20:

KDE emerge loves Unix

2016-10-28 Thread Hannah von Reth
issues we had before.The big benefit is a modern CMake build system, so we don't have to maintain our own custom patches. Hopefully we didn't break too much (it looks promising) but please help us to spot issues. Happy compiling, Hannah von Reth [1] http://libjpeg-turbo.virtualgl.org/

RE: Status of Qt 5.8 in Emerge?

2016-11-18 Thread Hannah von Reth
Hi, I recently fixed https://codereview.qt-project.org/#/c/176460/ which allows to build Qt 5.8 with short path enabled. For your build issue, have you installed the Visual Studio 2015 update 3? Cheers, Hannah From: mutla...@ikarustech.com Date: Fri, 18 Nov 2016 22:26:13 +0300 Subject: Status of

[kde-windows] [Bug 363613] emerge --package does not remove hard links to build path from executables

2016-11-18 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=363613 Hannah von Reth changed: What|Removed |Added Status|RESOLVED|VERIFIED Resolution|WORKSFORME

Emerge has moved‏

2016-11-20 Thread Hannah von Reth
Dear emerge users, Due to the naming conflict with Gentoo emerge we decided to rename KDE Emerge. The new name is Craft and the git repository has already been moved. The new repository can be found here https://commits.kde.org/craft As we want to express that Craft not only focuses on Windows we c

KDE Emerge emerged as Craft‏

2016-11-21 Thread Hannah von Reth
The KDE Emerge tool got a new name. Not only that, Craft is capable of so much more than just building KDE on Windows. Craft is an open source meta build system and package manager. It manages dependencies and builds libraries and applications from source, on Windows, Mac, Linux and FreeBSD.

RE: KDE Emerge emerged as Craft

2016-11-22 Thread Hannah von Reth
Some of those libraries could also be build from source using Craft, the are part of the win32libs category (which might need a rename), currently we recommend to blacklist the category and receive prebuilds from your distro .More packages could of course be added but for historical reasons we o

RE: Idea for Craft: Splitting 'build' and 'image' directories

2016-11-27 Thread Hannah von Reth
Hi, I like the idea. But instead of polluting the root directory even more, I'd rather split them inside the build folder,so build/images and build/"I can't think of a reasonable name for this folder but build/build would sound stupid" . But I warn you, you will probably come across some strange

[kde-windows] [Bug 366596] Some KDE applications processes remain as background (zombie) processes after closing

2016-11-30 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=366596 Hannah von Reth changed: What|Removed |Added CC||vonr...@kde.org --- Comment #24 from Hannah

Re: Review Request 128079: Double quote paths so they can contain whitespace

2016-12-04 Thread Hannah von Reth
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128079/#review101266 --- Ship it! Ship It! - Hannah von Reth On Dec. 3, 2016

RE: App-installed icons on Windows

2016-12-04 Thread Hannah von Reth
For application specific Icons you best place them in a qrc.But I'm not sure what the best practice is here, but I think KStars is already doing this and Kate maybe too. Kind regards, Hannah From: albertv...@gmail.com Date: Sat, 3 Dec 2016 11:03:37 +0100 Subject: App-installed icons on Windows T

Re: Compile Craft on windows 7 x64

2017-01-15 Thread Hannah von Reth
The problem is in the powershell script, to update the version of powershell, run the Windows update. Kind regards, Hannah From: Kde-windows on behalf of Filipe Saraiva Sent: Sunday, January 15, 2017 3:03 PM To: Antonio Ladeia; kde-windows@kde.org Subject:

Re: perl package broken

2017-01-22 Thread Hannah von Reth
Looks like the installer has an /extract switch... I'll try that tomorrow... Cheers, Hannah From: Kde-windows on behalf of Russell Greene Sent: Saturday, January 21, 2017 2:16 AM To: kde-windows@kde.org Subject: perl package broken Hey! It seems like the

Re: Action: fetch for gnuwin32/wget FAILED when using craft on windows

2017-02-06 Thread Hannah von Reth
Hi, could you please remove any "wget*" file from your craft download folder? If the error persists please share your log file, located in "~/.craft", with us. Kind regards, Hannah From: Kde-windows on behalf of Sven Brauch Sent: Monday, February 6, 2017

RE: Craft in PowerShell, broken wget (because alias)

2017-04-14 Thread Hannah von Reth
Hi Adam, This is not caused by PowerShell but by an old version of wget in your path. You can locate it either by calling “where.exe wget” or from the extended log in %userprofile%/.craft . Please remove it from your system or your path variable. Kind regards, Hannah From: Adam Kalisz

[kde-windows] [Bug 379063] build of win32libs/icu fails when invoking awk in build of kdevelop: error while loading shared libraries: msys-readline7.dll

2017-04-21 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=379063 Hannah von Reth changed: What|Removed |Added CC||vonr...@kde.org --- Comment #1 from Hannah

[kde-windows] [Bug 379063] build of win32libs/icu fails when invoking awk in build of kdevelop: error while loading shared libraries: msys-readline7.dll

2017-04-23 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=379063 Hannah von Reth changed: What|Removed |Added Version Fixed In||57899bbe52cf77f17303b7477df

[kde-windows] [Bug 379427] 'C:\Program' not recognized as internal or external command in compilation of zlib.

2017-05-03 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=379427 Hannah von Reth changed: What|Removed |Added CC||vonr...@kde.org --- Comment #5 from Hannah

Craft Stable

2017-05-08 Thread Hannah von Reth
Hi everyone, We recently got a stable branch and will soon have KF5 binaries. So basically we'll have a KF5 Windows SDK soon. Regarding those binaries I created a poll[1] and I'd like you to participate. For more information please read my blog post about the Craft Cache[2]. [1] https://phabricat

[Craft] [Bug 379723] install_craft.ps1 fails to install craft

2017-05-11 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=379723 --- Comment #3 from Hannah von Reth --- For some reason it fails to find 7za. But the log states it was placed in K:\dev-utils\bin. I'll try to reproduce it on a vm. -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 379723] install_craft.ps1 fails to install craft

2017-05-11 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=379723 --- Comment #5 from Hannah von Reth --- Here is what I get 2017-05-11 15:22:24,629 DEBUG checking digest of: 7z1604-extra.7z 2017-05-11 15:22:24,634 DEBUG unpacking this file: 7z1604-extra.7z 2017-05-11 15:22:24,635 DEBUG Adding K:\dev-utils\bin

Re: Craft Stable

2017-05-18 Thread Hannah von Reth
Hi Thomas On 18/05/2017 10:29, Thomas Friedrichsmeier wrote: > Hi! > > On Mon, 8 May 2017 12:08:01 + > Hannah von Reth wrote: >> Hi everyone, >> >> We recently got a stable branch and will soon have KF5 binaries. >> So basically we'll have a KF5 W

Re: Craft Stable

2017-05-20 Thread Hannah von Reth
Hi Thomas On 20/05/2017 22:31, Thomas Friedrichsmeier wrote: > Hi, > > On Thu, 18 May 2017 14:59:07 +0200 > Hannah von Reth wrote: >> On 18/05/2017 10:29, Thomas Friedrichsmeier wrote: > [...] >>> Some questions: >>> - Does it cache sources (perhaps at l

Re: Craft Stable

2017-05-21 Thread Hannah von Reth
On 21/05/2017 21:14, Thomas Friedrichsmeier wrote: > Hi, > > On Sat, 20 May 2017 23:20:55 +0200 > Hannah von Reth wrote: >> On 20/05/2017 22:31, Thomas Friedrichsmeier wrote: > [...] >>> Regarding this, what is the current "state of the art" approach to

Re: Runtime packaging

2017-05-23 Thread Hannah von Reth
Thomas Friedrichsmeier > wrote: >> Hannah von Reth wrote: >>> Regarding the runtime, pls add a dependency to lib/runtime to >>> rkward, it would be probably reasonable to only set the dep if the >>> compiler is mingw, as we have a different solution with NSIS to >>

Re: Runtime packaging

2017-05-23 Thread Hannah von Reth
that is to you. (Personally, I'm perfectly fine with one > functional installer type, whichever it may be.) > > Regards > Thomas > >> >> Cheers, >> >> Hannah >> >> >> On 23/05/2017 20:43, Thomas Friedrichsmeier wrote: >>>

Re: Review Request 130141: Adding current version of (lib)curl: 7.54.0

2017-05-26 Thread Hannah von Reth
and commit to 2017.05 and cherry-pick -x to master portage/win32libs/libcurl/libcurl.py (line 20) <https://git.reviewboard.kde.org/r/130141/#comment68692> pls use the sha256sum self.targetDigests[''] = ([''], CraftHash.HashAlgorithm.SHA256) - Hannah von Reth

Re: Review Request 130141: Adding current version of (lib)curl: 7.54.0

2017-05-26 Thread Hannah von Reth
tps://git.reviewboard.kde.org/r/130141/#comment68693> please have a look on my comment and pass the checksum type - Hannah von Reth On May 26, 2017, 6:05 p.m., Thomas Fischer wrote: > > --- > This is an automatically gener

Re: Review Request 130141: Adding current version of (lib)curl: 7.54.0

2017-05-28 Thread Hannah von Reth
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/130141/#review103251 --- Ship it! Ship It! - Hannah von Reth On May 28, 2017

Re: craft qtsvg error

2017-06-15 Thread Hannah von Reth
Hi Paval, Your trying to mix a debug build with a release build. You have build QtBase with BuildType =Release Mixing qt build type is not supported. Kind regards, Hannah On 14/06/2017 21:59, Paval Liavonau wrote: > Hi all. > I'm trying to do > > craft --buildtype Debug qtsvg > > but I am ge

Re: craft qtsvg error

2017-06-15 Thread Hannah von Reth
s no > effect. Building Release mode in fact. This option might not work) > > 3. Just do next command and get described error. "craft --buildtype > Debug qtsvg" > > also --noclean option does not work too, I guess > > Best Regards. > Paval > > On Thu, Jun

Re: craft qtsvg error

2017-06-15 Thread Hannah von Reth
Could you paste your environment variables? In powershell: ls env: In cmd: set Kind regards, Hannah On 15/06/2017 22:17, Paval Liavonau wrote: > On 15.06.2017 19:10, Hannah von Reth wrote: >> >> Changing the build type in the settings requires a complete rebuild, >> so

Re: craft qtsvg error

2017-06-17 Thread Hannah von Reth
Here my environment variables from cmd > > https://pastebin.com/ZGesJx3i > > Regards, > > Paval Liavonau. > > > On Fri, Jun 16, 2017 at 12:06 AM, Hannah von Reth <mailto:vonr...@kde.org>> wrote: > > Could you paste your environment variables? > >

Re: craft qtsvg error

2017-06-19 Thread Hannah von Reth
gt; build\libs\qtbase\work\msvc2015-Debug-5.6.2\config.summary -> > https://bpaste.net/show/c5ef195a361b > build\libs\qtbase\work\msvc2015-Debug-5.6.2\configure.cache -> > https://bpaste.net/show/2dd06bc46c21 > > Best regards, > Pavel. > > On Sat, Jun 17, 2017 at

[kde-windows] [Bug 382227] Undefined references to ANGLE EGL functions when building libs/qtbase.

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

[kde-windows] [Bug 382260] No such file or directory: 'R:\\mingw64\\bin\\libgomp-1.dll'

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

[kde-windows] [Bug 382260] No such file or directory: 'R:\\mingw64\\bin\\libgomp-1.dll'

2017-07-12 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=382260 Hannah von Reth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[kde-windows] [Bug 382260] No such file or directory: 'R:\\mingw64\\bin\\libgomp-1.dll'

2017-07-12 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=382260 --- Comment #4 from Hannah von Reth --- Comment on attachment 106581 --> https://bugs.kde.org/attachment.cgi?id=106581 log-C_KDE_.txt (compressed, 2). your download of R:\download\x86_64-7.1.0-release-posix-seh-rt_v5-rev0.7z is corrupted. Ple

[kde-windows] [Bug 382322] Craft encountered an error: cmd: git fetch --progress

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

[kde-windows] [Bug 382322] Craft encountered an error: cmd: git fetch --progress

2017-07-14 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=382322 Hannah von Reth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[kde-windows] [Bug 382380] Local changes in libs/qt5/qtwebkit

2017-07-19 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=382380 Hannah von Reth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

Splitting Craft, move the recipes to GitHub

2017-08-23 Thread Hannah von Reth
Hi everyone, We have been thinking about splitting the Craft recipes into a separate repository for some time now. To have a Craft core and the recipes separated would enable us to provide more stable user experience. It would allow us to use the latest recipes with the stable core. At the same t

Re: Splitting Craft, move the recipes to GitHub

2017-08-23 Thread Hannah von Reth
Recipes could still be accepted in Phabricator. On 23/08/2017 15:38, Luigi Toscano wrote: > On Wednesday, 23 August 2017 15:33:09 CEST Hannah von Reth wrote: >> Hi everyone, >> >> We have been thinking about splitting the Craft recipes into a separate >> repository for

Re: Splitting Craft, move the recipes to GitHub

2017-08-23 Thread Hannah von Reth
ownload on 2 different repo ? > > So if it's the case why we don"t have a repo kde + a repo for other apps in > githup ? > > Regards > > Le mercredi 23 août 2017, 15:33:09 CEST Hannah von Reth a écrit : >> Hi everyone, >> >> We have been thinking ab

Re: Splitting Craft, move the recipes to GitHub

2017-08-23 Thread Hannah von Reth
ote: >> On Wednesday, 23 August 2017 15:33:09 CEST Hannah von Reth wrote: >>> We have been thinking about splitting the Craft recipes into a separate >>> repository for some time now. >>> To have a Craft core and the recipes separated would enable us to >>>

Re: Splitting Craft, move the recipes to GitHub

2017-08-24 Thread Hannah von Reth
GitHub. A second repository will be located on the KDE infrastructure, containing KDE recipes. On the user side nothing should change. Cheers, Hannah On 23/08/2017 17:42, Christian Mollekopf wrote: > On Wed, Aug 23, 2017, at 03:33 PM, Hannah von Reth wrote: >> Hi everyone, >> &

Craft split of recipes

2017-08-30 Thread Hannah von Reth
Hi  there, I have two things to announce. 1. Portage and recipes are now blueprints 2. When you upgrade Craft and you are wondering where all the blueprints went call         craft craft The recipes are now located in the repository craft-blueprints-kde. Blueprints are cloned to craftRoot/etc

Re: Craft split of recipes

2017-08-31 Thread Hannah von Reth
ts/locations/craft-kde/ and call git clean -xdf the problem are the empty directories left by git and I don't see a clean solution for that yet. Cheers, Hannah On 30/08/2017 19:10, Hannah von Reth wrote: > Hi  there, > > I have two things to announce. > > 1. Portage and

Re: Some craft issues

2017-09-01 Thread Hannah von Reth
Hi Rob, Our main communication channel is #kde-windows on freenode so thats where you get the most support. But this mailings list is correct too. Regarding your problems: 1. snore is not needed, if the application is not found you won't get notifications and a warning in the log file, but Craf

Re: Some craft issues

2017-09-03 Thread Hannah von Reth
e the lines on which it fails.  Please let me know > if you need more.  I could post the whole log of the build attempt. > > https://paste.kde.org/p1rn2dqer > > > Thank you, > > Rob > > >> On Sep 1, 2017, at 5:33 PM, Hannah von Reth > <mailto:vonr...@kde.

Re: Some craft issues

2017-09-04 Thread Hannah von Reth
DEBUG /usr/local/bin/ninja: b'1 error generated.' Cheers, Hannah On 04/09/2017 02:11, Robert Lancaster wrote: > Hi Hannah, > > Thank you for looking into this.  I looked in the folder you mentioned > and here is a log file with the Kwallet error.  Hopefully this helps m

Re: Some craft issues

2017-09-04 Thread Hannah von Reth
g-error.h is located in /usr/local/include.  I just checked. > > Thanks, > > Rob > > >> On Sep 4, 2017, at 3:25 AM, Hannah von Reth > <mailto:vonr...@kde.org>> wrote: >> >> Hi Rob, >> >> Please install the development version of gpg-error us

Re: Translations on Mac (was Translations)

2017-09-07 Thread Hannah von Reth
Hm this looks indeed like we need to fix ecm. Here is what we did for Windows > https://github.com/KDE/extra-cmake-modules/blob/master/kde-modules/KDEInstallDirs.cmake#L520 I'll include the mac mailing list and the frameworks maling list. Hannah On 07/09/2017 08:11, Kåre Särs wrote: > Hi,

[Craft] [Bug 386051] configuring craft to use snore doesn't work

2017-10-23 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=386051 Hannah von Reth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Craft] [Bug 386761] Wrong default compiler in craftsettings.ini under QtSDK

2017-11-12 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=386761 Hannah von Reth changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[extra-cmake-modules] [Bug 386756] ECM doesn't allow newer KF5 64bit packages

2017-11-12 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=386756 --- Comment #5 from Hannah von Reth --- This is not a cmake bug but it looks like you mixed binaries and your configuration. Can you please paste your ABI setting? Did you change it after you build some libraries? Can you paste the output of

[Craft] [Bug 386757] Python error with craftenv.ps1

2017-11-12 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=386757 Hannah von Reth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[extra-cmake-modules] [Bug 386756] ECM doesn't allow newer KF5 64bit packages

2017-11-12 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=386756 --- Comment #7 from Hannah von Reth --- Ah now I saw the problem. It cant find Qt because ## The path to the Qt sdk. Path = C:\Qt\Qt5.9.2\5.9.2\msvc2015_64\bin is wrong It usually should be something like Path=C:\Qt Its meant to be the path where Qt

[Craft] [Bug 386776] using QtSDK doesn't work on Windows

2017-11-12 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=386776 Hannah von Reth changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[extra-cmake-modules] [Bug 386756] ECM doesn't allow newer KF5 64bit packages

2017-11-12 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=386756 --- Comment #10 from Hannah von Reth --- I'm not sure what your current problem is? -- You are receiving this mail because: You are on the CC list for the bug.

[extra-cmake-modules] [Bug 386756] ECM doesn't allow newer KF5 64bit packages

2017-11-12 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=386756 --- Comment #12 from Hannah von Reth --- Your initial problem was probably caused by a wrong setup, an x86 compiler in path when you where building for x64 or something like that. -- You are receiving this mail because: You are on the CC list for the

[Craft] [Bug 386879] install updated version of libofx

2017-11-14 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=386879 Hannah von Reth changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[Craft] [Bug 386878] install updated version of libfftw

2017-11-14 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=386878 Hannah von Reth changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Craft] [Bug 386787] compiling cantor via craft fails

2017-12-08 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=386787 --- Comment #8 from Hannah von Reth --- https://community.kde.org/Craft#Hardcode_versions_of_packages -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 388110] Problems installing in w$ 10

2017-12-21 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=388110 --- Comment #1 from Hannah von Reth --- Hi can you shared %USERPROFILE%\.craft with us :) -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 388110] Problems installing in w$ 10

2017-12-21 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=388110 --- Comment #2 from Hannah von Reth --- share the log file from %USERPROFILE%\.craft -- You are receiving this mail because: You are on the CC list for the bug.

A new tier1 for icontheme.rcc handling

2018-01-17 Thread Hannah von Reth
Hi everyone. Only some few of you will be aware of KIconThemes ability to load binary icon themes automagically. https://cgit.kde.org/kiconthemes.git/tree/src/kicontheme.cpp#n48 The code looks for a icontheme.rcc and sets it as default theme. On Windows and Mac we rely on that code as it is mor

Re: A new tier1 for icontheme.rcc handling

2018-01-24 Thread Hannah von Reth
Hi Matthieu, On 21/01/2018 21:19, Matthieu Gallien wrote: > Hello, > > On jeudi 18 janvier 2018 08:45:51 CET Hannah von Reth wrote: >> Hi everyone. >> >> Only some few of you will be aware of KIconThemes ability to load binary >> icon themes automagi

[Craft] [Bug 389779] Craft fails are bootstrap, and then on 'craft craft'

2018-02-01 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=389779 --- Comment #2 from Hannah von Reth --- Sounds like the download somehow failed an you ended in a undefined state of craft. Can you please start fresh. -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 389779] Craft fails are bootstrap, and then on 'craft craft'

2018-02-01 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=389779 --- Comment #3 from Hannah von Reth --- And for logs, Craft saves log files to %USERPROFILE%/.craft -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 389799] craft nsis fails

2018-02-02 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=389799 Hannah von Reth changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Craft] [Bug 389799] craft nsis fails

2018-02-02 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=389799 --- Comment #3 from Hannah von Reth --- its obvious that the file exists as it was extracted, as you can see in your log. Have you reinstalled craft since your bug report from yesterday? -- You are receiving this mail because: You are on the CC list

[Craft] [Bug 389799] craft nsis fails

2018-02-02 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=389799 --- Comment #6 from Hannah von Reth --- Please try to reinstall dev-util/shimgen. If the it continues to fail please report the output of craft -i dev-util/shimgen For how to reteive log files, pelase read https://community.kde.org/Craft

[Craft] [Bug 389799] craft nsis fails

2018-02-02 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=389799 --- Comment #8 from Hannah von Reth --- Its a base dependency and should already have ben installed. Not sure why it wasn't in your setup. -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 389799] craft nsis fails

2018-02-02 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=389799 Hannah von Reth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Craft] [Bug 389817] Undefined reference to gcrypt while trying to compile xmlsec1

2018-02-03 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=389817 --- Comment #3 from Hannah von Reth --- *** Warning: Trying to link with static lib archive /m//msys/usr/lib/libintl.dll.a. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this

[Craft] [Bug 389817] Undefined reference to gcrypt while trying to compile xmlsec1

2018-02-03 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=389817 --- Comment #5 from Hannah von Reth --- Yes it uses msys gettext. I'll have a look, later -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 389817] Undefined reference to gcrypt while trying to compile xmlsec1

2018-02-05 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=389817 --- Comment #7 from Hannah von Reth --- It won't build until you committed your nettle patch :) -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 390649] win32libs/openssl build error

2018-02-18 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=390649 --- Comment #1 from Hannah von Reth --- are the common tools like rc.exe and cl.exe available in your Craft environment? You can check with "where.exe rc.exe" -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 390649] win32libs/openssl build error

2018-02-19 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=390649 Hannah von Reth changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

Branching 2018.03

2018-02-23 Thread Hannah von Reth
Hi everyone, Today I created the branch 2018.03 of the blueprints. This will be the next and last stable branch based on Qt 5.9 The branching is most relevant for the use of the binary cache, as the the cache on master will now be based on Qt 5.10 and OpenSSL 1.1.0g. If you have important chang

Re: Cannot open include file: 'stddef.h': No such file or directory

2018-02-23 Thread Hannah von Reth
7.12 > > On Fri, Feb 23, 2018 at 5:39 AM, Hannah von Reth <mailto:vonr...@kde.org>> wrote: > > Hi Matthew, > > I recently submitted a change to master which should fix it. > > Cheers, > > Hannah > > > On 22/02/2018 02:10, Matthew M

[Craft] [Bug 391829] qt-libs/poppler: error C2535: 'QChar::QChar(ushort) noexcept': member function already defined or declared

2018-03-14 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=391829 Hannah von Reth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Latest Commit

[frameworks-kinit] [Bug 391922] kdeinit5 is not reloactable as it ignores files outside of CMAKE_INSTALL_PREFIX

2018-03-16 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=391922 Hannah von Reth changed: What|Removed |Added CC||kde-windows@kde.org Platform|Other

[frameworks-kinit] [Bug 391922] kdeinit5 is not reloactable as it ignores files outside of CMAKE_INSTALL_PREFIX

2018-03-16 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=391922 Hannah von Reth changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

Re: Binary factory for RKWard

2018-03-26 Thread Hannah von Reth
I just added RKWard to https://binary-factory.kde.org/job/DSL%20Job%20Seed/ The builds will probably fail right now but that's due to a change on the ci and the incoming change to the blueprint layout. Cheers, Hannah On 26/03/2018 13:10, Kevin Funk wrote: > On Monday, 26 March 2018 10:59:31 CEST

Re: Binary factory for RKWard

2018-03-27 Thread Hannah von Reth
richsmeier wrote: > Hi! > > On Mon, 26 Mar 2018 14:35:24 +0200 > Hannah von Reth wrote: >> I just added RKWard to >> https://binary-factory.kde.org/job/DSL%20Job%20Seed/ >> >> The builds will probably fail right now but that's due to a change on >> the

Re: Binary factory for RKWard

2018-03-27 Thread Hannah von Reth
Hi, > > On Tue, 27 Mar 2018 12:50:03 +0200 > Hannah von Reth wrote: >> Hi the branch is merged now so you should be able to work directly on >> master. > And I see you already fixed the depends and triggered a build. Thanks! > Unfortunately it fails at the very last minute

  1   2   3   >