[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 receiving this mail because:
You are watching all bug changes.

[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 watching all bug changes.

[KDE Itinerary] [Bug 484928] Importing of DB BC100 Deutschland-Ticket no longer works for April 2024

2024-04-09 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=484928

--- Comment #20 from Hannah von Reth  ---
Git commit cd15c7ab6c474ef18e43de97472ff294dac6474a by Hannah von Reth, on
behalf of Volker Krause.
Committed on 09/04/2024 at 09:41.
Pushed by vonreth into branch 'dev'.

Backport QtMultimedia RHI initialization regression fix

This fixes barcode scanning in all our Android apps.

A  +48   -0libs/qt6/qtmultimedia/change-551770-backport.diff
M  +7-0libs/qt6/qtmultimedia/qtmultimedia.py

https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/cd15c7ab6c474ef18e43de97472ff294dac6474a

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

[okular] [Bug 476981] Binary Factory build #1575 is missing one .exe from /bin -- Configure backend doesn't work

2023-11-16 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=476981

Hannah von Reth  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pack
   ||aging/craft-blueprints-kde/
   ||-/commit/3ccb758d7388a0225c
   ||667cf34121227c8245cc80
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Hannah von Reth  ---
Git commit 3ccb758d7388a0225c667cf34121227c8245cc80 by Hannah von Reth, on
behalf of Sune Vuorela.
Committed on 16/11/2023 at 14:59.
Pushed by vonreth into branch 'master'.

Okular: don't blacklist gpgme-w32spawn

When poppler is built with gpgme support, we need the gpgme-w32spawn to
be able to find a system install of gpg

M  +1-1kde/applications/okular/blacklist.txt

https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/3ccb758d7388a0225c667cf34121227c8245cc80

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

[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" --package
nextcloud-client
Will deploy all files needed to build/.../nextcloud-client/archive which then
can be used for the installer.
You might still need to add a qt.conf

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

[Snoretoast] [Bug 424503] Snoretoast does not display a notification when the process is running with the system token.

2022-10-12 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=424503

--- Comment #2 from Hannah von Reth  ---
SnoreToast emits notifications on the user account it is logged in with.
Why should it work in system wide scope.

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

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

2022-07-27 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=457185

Hannah von Reth  changed:

   What|Removed |Added

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

--- Comment #1 from Hannah von Reth  ---
Hi Gilles,

The mac code signing doesn't like folders with '.' in the Frameworks folder.
I'd suggest to patch libgphoto to not install dot folders.
If libgphoto2_port/0.12.0 doesn't contain libraries it should not be in the
Frameworks folder at all.


Btw, 
This is the craft bug tracker, not stackoverflow or a mailing list.
Cheers,

Hannah

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

[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 watching all bug changes.

[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 libmysqlclient to cross compile QtMysql plugin for
> windows for ex. It work like a charm.
> 
> https://dev.mysql.com/downloads/c-api/
> 
> I don't talk about the Mysql binaries suite, which can be installed on the
> client computer by end users. 
> 
> At let's if we provide the Qt::Sql plugin for Mysql/Mariadb, this will solve
> 90% of the problematic (at least for digiKam)
> 
> Best
> 
> Gilles

Previously we shipped the mysql binary with qt on Windows.
We never did that for the other platforms.

The mysql plugin links agains mysql so we would need to deploy (and build) the
whole mysql stack on Linux and Mac and ideally we would not use a prebuild
mysql on Windows.

How this bundled mysql will then interact with the system daemon mysql I do not
know.

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

[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

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

[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|--- |WORKSFORME

--- Comment #1 from Hannah von Reth  ---
Can't reproduce

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

[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|--- |FIXED

--- Comment #1 from Hannah von Reth  ---
We are now using 5.15.5

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

[clazy] [Bug 456705] clazy-standalone -p drops first argument

2022-07-14 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=456705

Hannah von Reth  changed:

   What|Removed |Added

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

--- Comment #1 from Hannah von Reth  ---
Appears to be fixed with an update to clang 13.01

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

[clazy] [Bug 456705] New: clazy-standalone -p drops first argument

2022-07-14 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=456705

Bug ID: 456705
   Summary: clazy-standalone -p drops first argument
   Product: clazy
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: vonr...@kde.org
CC: smart...@kde.org
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
Clazy standalone seems to drop the first argument passed to -p.
If executed with only one argument the clazy-standalone returns with an exit
code of 0 but without any output.
Only by a typo I discovered that it behaves as expected if I pass multiple
arguments to -p, the first one is ignored.

As a workaround I now pass a " ".

Windows builds are not affected.


SOFTWARE/OS VERSIONS
KDE Craft linux and mac
/bin/clang --version
clang version 13.0.0
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/hannah/CraftRoot/./bin

ADDITIONAL INFORMATION

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

[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-wind...@kde.org 
Subject: [Craft] [Bug 455249] New: Building boost-regex from source fails

https://bugs.kde.org/show_bug.cgi?id=455249

Bug ID: 455249
   Summary: Building boost-regex from source fails
   Product: Craft
   Version: master
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Blueprints
  Assignee: vonr...@kde.org
  Reporter: mich...@drueing.de
CC: kde-wind...@kde.org
  Target Milestone: ---

SUMMARY
***
Building boost-regex via `craft boost-regex` (or through a package that
requires it, like kstars) fails on Visual Studio 2022
***


STEPS TO REPRODUCE
1. install craft
2. craft boost-regex
3. ...wait...

OBSERVED RESULT
"Craft all failed"

EXPECTED RESULT
Successful build

SOFTWARE/OS VERSIONS
Windows: Windows 10 21H2 Build 19044 with Visual Studio 2022 (17.2.3)

ADDITIONAL INFORMATION

PS D:\kde> craft  boost-regex
Craft   : D:\kde
Version : master
ABI : windows-msvc2022_64-cl
Download directory  : D:\kde\download

*** Handling package: libs/boost/boost-regex, action: all ***
*** Action: fetch-binary for libs/boost/boost-regex ***
Could not find libs/boost/boost-regex=1.76.0 in
https://files.kde.org/craft/master/22.05/windows/msvc2022_64/cl/RelWithDebInfo
Could not find libs/boost/boost-regex=1.76.0 in
https://files.kde.org/craft/master/22.05/windows/msvc2022_64/cl/Release
*** libs/boost/boost-regex not found in cache ***
*** Action: fetch for libs/boost/boost-regex ***
*** Action: unpack for libs/boost/boost-regex ***
*** Action: compile for libs/boost/boost-regex ***
entering the source directory!
executing command: D:\kde\bin\bjam.exe -j12
--build-dir=D:\kde\build\_\20682abf\build --build-type=minimal threading=multi
include="D:\kde/include" library-path="D:\kde/lib" link=shared
runtime-link=shared address-model=64 architecture=x86 variant=release
toolset=msvc-14.2
Performing configuration checks

- default address-model: none [1]
- default architecture : none [1]
- has_icu builds   : no [2]

[1] msvc-14.2
[2]
msvc-14.2/release/address-model-64/architecture-x86/python-3.8/threadapi-win32/threading-multi/visibility-hidden
...patience...
...found 635 targets...
...updating 7 targets...
...skipped
posix_api.obj
for lack of
msvc-setup.nup...
...skipped
regex.obj
for lack of
msvc-setup.nup...
...skipped
regex_debug.obj
for lack of
msvc-setup.nup...
...skipped
static_mutex.obj
for lack of
msvc-setup.nup...
...skipped
wide_posix_api.obj
for lack of
msvc-setup.nup...
...skipped
boost_regex-vc142-mt-x64-1_76.dll
for lack of
posix_api.obj...
...skipped
boost_regex-vc142-mt-x64-1_76.lib
for lack of
posix_api.obj...
...skipped 7 targets...
Action: compile for libs/boost/boost-regex:1.76.0 FAILED
*** Craft all failed: libs/boost/boost-regex after 1 second ***
fatal error: package libs/boost/boost-regex all failed
Craft stopped with out completing ['libs/boost/boost-regex']

--
You are receiving this mail because:
You are on the CC list for the bug.

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

[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 imgcodecs dnn flann 
[2022-06-06T16:59:22.766Z] -- OpenCV Root directory is:
C:/Craft/BinaryFactory/windows-msvc2019_64-cl/lib/cmake/opencv4
[2022-06-06T16:59:22.766Z] -- OpenCV: Found version 4.5.3 (required: 3.3.0)
[2022-06-06T16:59:22.766Z] -- OpenCV headers:
C:/Craft/BinaryFactory/windows-msvc2019_64-cl/include/opencv4
[2022-06-06T16:59:22.766Z] -- OpenCV libs   :
opencv_core;opencv_objdetect;opencv_imgproc;opencv_imgcodecs;opencv_dnn;opencv_flann

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

[kmymoney] [Bug 451280] Re-establish support for MySQL (disabled by upstream projects)

2022-03-08 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=451280

Hannah von Reth  changed:

   What|Removed |Added

 CC||vonr...@kde.org

--- Comment #2 from Hannah von Reth  ---
(In reply to lp.allard.1 from comment #1)
> Apparently disabled by upstream KDE project in recent commit:
> 
> https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/
> 188be44f6a3105d21392ad0da06a0a33fe0753cf
> 
> I am trying to obtain further info from the KDE devs to see why this has
> been disabled by default.

We only removed the support for for Windows explicitly thats what you can see
in that commit.
On linux and mac it was disabled for a long time as it depends on system
libraries we did not provide.

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

[kate] [Bug 448581] Markdown Preview does not work on Windows

2022-01-21 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=448581

Hannah von Reth  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/pack
   ||aging/craft-blueprints-kde/
   ||commit/f615af5f7a1bbb491852
   ||5aa59d01b0c172a00812

--- Comment #1 from Hannah von Reth  ---
Git commit f615af5f7a1bbb4918525aa59d01b0c172a00812 by Hannah von Reth, on
behalf of Jonathan Rubenstein.
Committed on 21/01/2022 at 14:15.
Pushed by vonreth into branch 'master'.

Add markdownpart dependency to kate

Depends on !298 

Adds markdownpart to kate dependencies, to bundle it in with builds.

M  +1-0kde/applications/kate/kate.py

https://invent.kde.org/packaging/craft-blueprints-kde/commit/f615af5f7a1bbb4918525aa59d01b0c172a00812

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

[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 watching all bug changes.

[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 watching all bug changes.

[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 watching all bug changes.

[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 dropped all \r from the compressed
resource, corrupting the blob.

A  +11   -0libs/qt5/qtbase/.qt-5.15.2/fixe_compressed_mime_data_win.diff
M  +1-1libs/qt5/qtbase/qtbase.py

https://invent.kde.org/packaging/craft-blueprints-kde/commit/21bcc9ddec7a0f306f3de4876fd5c2513982dc0c

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

[kde-windows] [Bug 322627] The installer should by default recommend the more stable MingW build

2021-09-28 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=322627

Hannah von Reth  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED
 CC||vonr...@kde.org

--- Comment #1 from Hannah von Reth  ---
The installer was discontinued years ago.
In addition I do not agree with that statement, not back than and not today.

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

[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,
   ||vonr...@kde.org

--- Comment #4 from Hannah von Reth  ---
I don't think we ship dbus, so thats probably the cause.

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

[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 watching all bug changes.

[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 watching all bug changes.

[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 von Reth  ---
I'm sorry that there are platforms besides gnu linux.

Is spectre one of those few packages that support autotools with msvc?

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

[umbrello] [Bug 402520] No gui translations available from binary factory

2021-03-10 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=402520

--- Comment #6 from Hannah von Reth  ---
Actually ecm offers support for that
https://invent.kde.org/frameworks/extra-cmake-modules/-/blob/master/kde-modules/KDECMakeSettings.cmake#L320
 
It relies on release me.
Last time I checked releasme hat only a generel dependency check looking for
tools absolutely not needed for this task, it would also need some windows
porting besides of that.

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

[Snoretoast] [Bug 433693] minor issue, omitting argument to -application causes incorrect error message

2021-03-01 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=433693

Hannah von Reth  changed:

   What|Removed |Added

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

--- Comment #1 from Hannah von Reth  ---
Fixed in
https://invent.kde.org/libraries/snoretoast/-/commit/31947076311ab13efb0758288cc20dfbfbf2c93d
thx for the patch.

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

[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 watching all bug changes.

[extra-cmake-modules] [Bug 430424] make install seems broken for mingw on windows

2020-12-15 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=430424

--- Comment #5 from Hannah von Reth  ---
Try msys2 or the make provided by your mingw package

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

[extra-cmake-modules] [Bug 430424] make install seems broken for mingw on windows

2020-12-15 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=430424

--- Comment #3 from Hannah von Reth  ---
In that case please provide you complete log, including your cmake call.

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

[extra-cmake-modules] [Bug 430424] make install seems broken for mingw on windows

2020-12-15 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=430424

--- Comment #1 from Hannah von Reth  ---
Can't reproduce:

*** Action: unpack for kde/frameworks/extra-cmake-modules ***
*** Action: compile for kde/frameworks/extra-cmake-modules ***
E:\crafts\mingw\dev-utils\bin\ccache.exe True
E:\crafts\mingw\dev-utils\bin\ccache.exe
executing command: E:\crafts\mingw\dev-utils\bin\cmake.exe -G Ninja
-DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX=E:/crafts/mingw
-DCMAKE_PREFIX_PATH=E:/crafts/mingw -DCMAKE_BUILD_TYPE=RelWithDebInfo
-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=ON -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-S E:\crafts\mingw\build\_\72ca7bf2\extra-cmake-modules
-- Could NOT find Sphinx (missing: Sphinx_BUILD_EXECUTABLE) (Required is at
least version "1.2")
-- Found QCollectionGenerator: E:/crafts/mingw/bin/qcollectiongenerator.exe
-- The C compiler identification is GNU 8.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: E:/crafts/mingw/dev-utils/ccache/bin/gcc.exe -
skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Could NOT find ReuseTool (missing: REUSETOOL_EXECUTABLE)
-- Found Python3: E:/crafts/mingw/etc/virtualenv/3/Scripts/python.exe (found
version "3.7.8") found components: Interpreter
CMake Warning at modules/ECMCheckOutboundLicense.cmake:78 (find_package):
  By not providing "FindReuseTool.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "ReuseTool", but CMake did not find one.

  Could not find a package configuration file provided by "ReuseTool" with
  any of the following names:

ReuseToolConfig.cmake
reusetool-config.cmake

  Add the installation prefix of "ReuseTool" to CMAKE_PREFIX_PATH or set
  "ReuseTool_DIR" to a directory containing one of the above files.  If
  "ReuseTool" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  tests/ECMCheckOutboundLicenseTest/CMakeLists.txt:3 (include)


CMake Warning at modules/ECMCheckOutboundLicense.cmake:86 (message):
  Reuse tool not found, skipping test generation
Call Stack (most recent call first):
  tests/ECMCheckOutboundLicenseTest/CMakeLists.txt:3 (include)


-- Skipping execution of outbound license tests.
-- WARNING: skipping tests that require PyQt
-- The following features have been enabled:

 * BUILD_TESTING, Build automated tests.

-- The following OPTIONAL packages have been found:

 * QCollectionGenerator, Qt help collection generator., <https://www.qt.io/>
   Required to build Extra CMake Modules documentation in Qt Help format.
 * Qt5LinguistTools, Qt5 linguist tools., <https://www.qt.io/>
   Required to run tests for the ECMPoQmTools module.
 * Qt5Core, Qt5 core library., <https://www.qt.io/>
   Required to run tests for the ECMQtDeclareLoggingCategory module, and for
some tests of the KDEInstallDirs module.
 * Python3
   Required to run tests of module ECMCheckOutboundLicense
 * Qt5Network (required version >= 5.15.1)
 * Qt5Qml (required version >= 5.15.1)
 * Qt5QmlModels (required version >= 5.15.1)
 * Qt5Gui (required version >= 5.15.1)
 * Qt5Quick, Qt5 Quick library., <https://www.qt.io/>
   Required to run tests for the ECMQMLModules module.

-- The following features have been disabled:

 * BUILD_HTML_DOCS, Generate HTML documentation for installed modules.
 * BUILD_MAN_DOCS, Generate man page documentation for installed modules.
 * BUILD_QTHELP_DOCS, Generate QtHelp documentation for installed modules.
 * SPDX_LICENSE_TESTING, Automatic license testing based on SPDX definitions
(requires reuse tool)

-- The following OPTIONAL packages have not been found:

 * Sphinx (required version >= 1.2), Tool to generate documentation.,
<https://www.sphinx-doc.org/>
   Required to build documentation for Extra CMake Modules.
 * ReuseTool
   Required to run tests of module ECMCheckOutboundLicense

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP
KDE_INSTALL_USE_QT_SYS_PATHS


-- Build files have been written to: E:/crafts/mingw/build/_/fee3be0a/build
executing command: E:\crafts\mingw\dev-utils\bin\ninja.exe
ninja: no work to do.
*** Action: cleanimage for kde/frameworks/extra-cmake-modules ***
*** Action: install for kde/frameworks/extra-cmake-modules ***
executing command: "E:\crafts\mingw\dev-utils\bin\ninja.exe" install
[0/1] Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing:
E:/crafts/mingw/build/kde/frameworks/extra-cmake-modules/image-RelWithDebInfo-master/crafts/mingw/share/ECM/modules/CheckAtomic.cmake
-- Installing:
E:/crafts/mingw/build/kde/frameworks/extra-cmake-modules/image-RelWithDebInfo-master/crafts/mingw/share/ECM/modules/ECMAd

[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|--- |FIXED
   Version Fixed In||2fd56e4fb2423e765f19823edc0
   ||41063e2413809

--- Comment #9 from Hannah von Reth  ---
You are right, thx
https://invent.kde.org/packaging/craft/commit/2fd56e4fb2423e765f19823edc041063e2413809

The code there was a bit dated, from before we had the find function.

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

[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:
You are watching all bug changes.

[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:
You are watching all bug changes.

[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 report.

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

[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 watching all bug changes.

[extra-cmake-modules] [Bug 427259] Have ECMAddAppIcon generate Windows icons automatically from the SVG

2020-10-02 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=427259

--- Comment #2 from Hannah von Reth  ---
We are using icoutils icotool which don't support svg input... 
So yes we probably need to add a step to convert the svg to png first.
Craft should probably provide svg2ico or something similar.

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

[frameworks-plasma] [Bug 426537] widgets/plasmoidheading.svgz not visible when using Breeze Dark plasma style

2020-09-23 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=426537

--- Comment #10 from Hannah von Reth  ---
Could the distro packages have problems replacing the old unusual sym links
with actual files?

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

[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 are always data files and plugins for which it is hard to
decide on what to deploy.

So everything that is needed during runtime should be a runtime dependency.
Cmake and msys are build time dependencies as you never want to deploy them to
a users system.

Cheers,
Hannah

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

[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 watching all bug changes.

[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|RESOLVED

--- Comment #5 from Hannah von Reth  ---
I fixed it for you
https://invent.kde.org/packaging/craft-blueprints-kde/-/blob/master/extragear/libalkimia/libalkimia.py#L58

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

[frameworks-plasma] [Bug 426537] Fix symlink widgets/plasmoidheading.svgz in breeze light/dark

2020-09-15 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=426537

--- Comment #5 from Hannah von Reth  ---
Shouldn't that be fixed by
https://invent.kde.org/frameworks/plasma-framework/-/commit/d874449ad333c900b2e6d5f129bbe130ce479909

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

[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 watching all bug changes.

[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.defines['apppath']

The real question is, why was this added to binary factory? this is a lib not 
an app and thus cant be redistributed on its own?

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

[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 tried to build it with different settings of Craft
> (CraftRoot/etc/CraftSettings.ini).
> Set `UseNinja` to `False` or `True`, set `MakeProgram` to `jom` or `nmake`,
> in any case the Craft output is the same (see attachment).
> (This is not the whole output, but we can see that command line of moc.exe
> is longer than 32767 characters which is command line length limit of
> Windows).
> 
> Then I tried to shorten command lines by installing Craft to shorter
> directory, `C:\C` instead of `C:\CraftRoot`.
Please try to set
https://invent.kde.org/packaging/craft/-/blob/master/CraftSettings.ini.template#L116
to C:\_
> Command line becomes shorter by about 3800 characters but still exceeds the
> limit.
> With UseNinja = True, MakeProgram = jom, I get: `ninja: fatal:
> CreateProcess: The parameter is incorrect (is the command line too long?)`
> and with other settings I get the error mentioned in attachment.
> 
> Is there a way to build digikam for Windows using Craft... or at least some
> other way? Can I shorten command line even more?
> 
> STEPS TO REPRODUCE
> 1. Install Craft to C:\C
> 2. Start Craft and execute `craft digikam >output.txt`
> 3. You may receive an error related to opencv (another issue?) like "ninja:
> error: 'opencv_imgcodecs-NOTFOUND'". It can be worked around:
> 3a. Download opencv 3.3.0 from sourceforge.
> 3b. Add environment variable `OpenCV_DIR` and set it's value to
> path-to-opencv\build\x64\vc14\lib (path may differ; use the folder that
> contains OpenCVConfig.cmake file).
Please don't do that, craft provides opencv, if it fails to find that, check
why it fails, but pls never try mixing with external 3rdparty builds.
> 3c. Restart Craft.
> 
> OBSERVED RESULT
> Shown in attachment
> 
> 
> EXPECTED RESULT
> `digikam` successfully built
> 
> 
> SOFTWARE/OS VERSIONS
> Windows: 10
> ADDITIONAL INFORMATION
> I'm not sure should I report this issue to Craft or to digikam.

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

[frameworks-kwindowsystem] [Bug 425652] Directory path with dot leads to failing MacOS builds

2020-08-21 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=425652

--- Comment #4 from Hannah von Reth  ---
Julian Steinmann the other one is PlugIns/org.kde.kdecoration2
I'll be on vacation the next to weeks I hope to have as less contact to a pc as
possible :D

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

[frameworks-kwindowsystem] [Bug 425652] Directory path with dot leads to failing MacOS builds

2020-08-21 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=425652

--- Comment #1 from Hannah von Reth  ---
As the binary factory logs are not permanent:

05:29:14  executing command: /usr/bin/codesign --keychain
/Users/packaging/Library/Keychains/login.keychain --sign Developer ID
Application: K Desktop Environment e.V. (5433B4KXM8) --force
--preserve-metadata=entitlements --options runtime --verbose=99 --deep
/Users/packaging/Craft/BinaryFactory/macos-64-clang/build/kde/applications/elisa/archive/Applications/KDE/elisa.app
05:29:42 
/Users/packaging/Craft/BinaryFactory/macos-64-clang/build/kde/applications/elisa/archive/Applications/KDE/elisa.app:
bundle format unrecognized, invalid, or unsuitable
05:29:42  In subcomponent:
/Users/packaging/Craft/BinaryFactory/macos-64-clang/build/kde/applications/elisa/archive/Applications/KDE/elisa.app/Contents/PlugIns/kf5/org.kde.kwindowsystem.platforms

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

[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 von Reth  ---
Hi if your interested in extending the default associated files, feel free to
fill in the mime types and extensions in here
https://invent.kde.org/packaging/craft-blueprints-kde/-/blob/master/kde/applications/okular/okular.py#L53

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

[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 watching all bug changes.

[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|--- |UPSTREAM

--- Comment #1 from Hannah von Reth  ---
webengine does not support mignw.
Craft just ignores it as a dependency of packages and I committed a change that
now prints a warning if a user directly requests an unsupported package.

Ignoring: libs/qt5/qtwebengine as it is not supported on your platform/compiler

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

[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 watching all bug changes.

[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
--preserve-metadata=entitlements --options runtime --verbose=99 --deep
/Users/packaging/Craft/BinaryFactory/macos-64-clang/build/extragear/kdiff3/archive/Applications/KDE/kdiff3.app
01:47:32 
/Users/packaging/Craft/BinaryFactory/macos-64-clang/build/extragear/kdiff3/archive/Applications/KDE/kdiff3.app:
bundle format unrecognized, invalid, or unsuitable
01:47:32  In subcomponent:
/Users/packaging/Craft/BinaryFactory/macos-64-clang/build/extragear/kdiff3/archive/Applications/KDE/kdiff3.app/Contents/PlugIns/kf5/org.kde.kwindowsystem.platforms

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

[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 watching all bug changes.

[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|RESOLVED
  Latest Commit||https://commits.kde.org/cra
   ||ft/3624389f2e79f63fa155
   ||503e4728282837be

--- Comment #4 from Hannah von Reth  ---
Git commit 3624389f2e79f63fa155503e4728282837be by Hannah von Reth.
Committed on 25/03/2020 at 16:47.
Pushed by vonreth into branch 'master'.

Don't set CLICOLOR_FORCE during autotools configure

M  +2-1bin/BuildSystem/AutoToolsBuildSystem.py

https://commits.kde.org/craft/3624389f2e79f63fa155503e4728282837be

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

[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 path exist and everything is fine.

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

[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  ---
Ah I remember this issue.
Its caused by our builder using a case insensitive os, so the upper and
lowercase headers get merged.

When the used on a case sensitive file system the compat headers are
missing

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

[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 watching all bug changes.

[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 watching all bug changes.

[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 is sane... configure: error: ls -t
> appears to fail.  Make sure there is not a broken
> 
> Compilation works fine if manually executing ./configure without sourcing
> the craftenv.sh
> 
> 
> STEPS TO REPRODUCE
> 1. set up craft under macOS
> 2. source craft/craftenv.sh
> 3. craft libs/libopensp
> 
> OBSERVED RESULT
> 
> source  /Volumes/External/CraftRootNew/craft/craftenv.sh
> Craft   : /Volumes/External/CraftRootNew
> Version : master
> ABI : macos-64-clang
> Download directory  : /Volumes/External/CraftRootNew/download
> 
> 
> 
> CRAFT:craft libs/libopensp
> Craft   : /Volumes/External/CraftRootNew
> Version : master
> ABI : macos-64-clang
> Download directory  : /Volumes/External/CraftRootNew/download
> =
> =
> =
> ==
> *** Handling package: libs/libopensp, action: all ***
> *** Action: fetch-binary for libs/libopensp ***
> *** libs/libopensp not found in cache ***
> *** Action: fetch for libs/libopensp ***
> *** Action: unpack for libs/libopensp ***
> executing command: /Volumes/External/CraftRootNew/dev-utils/bin/7za x
> /Volumes/External/CraftRootNew/download/archives/libs/libopensp/OpenSP-1.5.2.
> tar.gz -so -bsp2 | /usr/bin/tar --directory
> /Volumes/External/CraftRootNew/build/libs/libopensp/work -xf -
> *** Action: compile for libs/libopensp ***
> executing command:
> "/Volumes/External/CraftRootNew/build/libs/libopensp/work/OpenSP-1.5.2/
> configure"  --enable-shared --disable-static --disable-doc-build  
> --prefix='/Volumes/External/CraftRootNew'
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... configure: error: ls -t
> appears to fail.  Make sure there is not a broken
> alias in your environment
> configure: error: newly created file is older than distributed files!
> Check your system clock
> Action: compile for libs/libopensp:1.5.2 FAILED
> *** Craft all failed: libs/libopensp after 1 second ***
> fatal error: package libs/libopensp all failed
> Craft stopped with out completing ['libs/libopensp']
> 
> 
> EXPECTED RESULT
> 
> compile@mac-mini OpenSP-1.5.2 % source 
> /Volumes/External/CraftRootNew/craft/craftenv.sh
> Craft   : /Volumes/External/CraftRootNew
> Version : master
> ABI : macos-64-clang
> Download directory  : /Volumes/External/CraftRootNew/download
> CRAFT:cd
> /Volumes/External/CraftRootNew/build/libs/libopensp/work/OpenSP-1.5.2
> CRAFT:./configure
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... configure: error: ls -t
> appears to fail.  Make sure there is not a broken
> alias in your environment
> configure: error: newly created file is older than distributed files!
> Check your system clock
> 
> 
> SOFTWARE/OS VERSIONS
> macOS: 10.15.3
> 
> ADDITIONAL INFORMATION
> 
> Happens both with zsh and bash.

Thx for finding the source of this issue, I hate autotools 臘‍♀️
I guess unsetting of CLICOLOR_FORCE during the configure step would solve that
issue, I'll have a look.

Thx

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

[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 von Reth  ---
The command line client on windows and most other systems is called 7za.
https://github.com/KDE/ark/blob/e88b46ddb92e47009227e883111c952eb8c0365d/plugins/cli7zplugin/cliplugin.cpp
looks for 7z.

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

[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 von Reth  ---
You are allowed, and we do it with Craft and binary factory.

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

[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 von Reth  ---
Hm we might require a powershell version that is not available, so that script
fails.

But I think Windows updates should provide it.
Also win7 is eol so I probably won't research it.

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

[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|RESOLVED

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

[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|RESOLVED
   Version Fixed In||305c53cba14a43fb4ef2e86a603
   ||c86b7887031c8

--- Comment #4 from Hannah von Reth  ---
Fixed in
https://cgit.kde.org/craft-blueprints-kde.git/commit/?id=305c53cba14a43fb4ef2e86a603c86b7887031c8
 

You might need to call craft -i craft

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

[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
> own ones that are not in the themes we ship as rccs (if I am not wrong).

In Kate I already added bin/data/icons/.*
but its hard to tell what other apps do.
It should be fine for most packages.

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

[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.
> I downloaded
> https://binary-factory.kde.org/job/KDevelop_Release_win64/
> lastSuccessfulBuild/artifact/kdevelop-5.4.3-617-windows-msvc2017_64-cl.exe
> and started the installer, which says that it need 789MB of disc space.
> 
> > This for example contains lots of debug information 
> No, debug informations are located in a different package, see filename
> *-dbg.7z  at https://binary-factory.kde.org/job/KDevelop_Release_win64/ 
> 
> As Christoph pointed out, this is not a problem at the moment, but it will
> be when users install a lot of KDE applications and wonder where the disk
> space has gone.

https://phabricator.kde.org/D12283 Would already save about 100mb of disk space
per installation.
The issue was the ram usage increased drastically.
But overall compressed dict's would be great.

We still use the blacklist approach and for many paackages we install too many
icons etc.
For example we use .rcc's for icon themes, and the uncompressed icons aren't
used at all, still many packages don't blacklist them.

So it depends on the maintainer to improve the installation size.

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

[kdenlive] [Bug 413416] Build failure with gcc 9

2019-10-25 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=413416

--- Comment #3 from Hannah von Reth  ---
(In reply to Christophe Giboudeaux from comment #1)
> David, Hannah, I guess this is another issue caused by the recent ECM changes

Shouldn't that be fixed now by
https://github.com/KDE/extra-cmake-modules/commit/fd6e98ba6de89a7f08364bb2ec096a5310c1cde8
?

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

[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 usable or not.

Most people won't be interested in installing all KDE applications so we don't
specialize on that scenario.

Kmahjongg is a bad example as it was just recently added to binary factory and
the installer isn't optimised yet.

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

[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 von Reth  ---
Please contact the chocolatey maintainer, they are using a nightly build

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

[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 this mail because:
You are watching all bug changes.

[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 von Reth  ---
I agree that we keep it somewhere as rebuilding it will prove to be hard.
Keeping links alive makes sense for sources but not for binaries I think.
So I suggest to break the links.

While Attic sounds funny, I would prefer something more like 
WARNING_THIS_IS_VERY_OLD_SOFTWARE_DONT_EXPECT_IT_TO_WORK 

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

[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 are in uncharted territory.

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

[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
work in this setup.

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

[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 watching all bug changes.

[Snoretoast] [Bug 409723] [Feature] add appID to existing Link

2019-07-24 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409723

Hannah von Reth  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |FIXED

--- Comment #12 from Hannah von Reth  ---
But I think both scenarios should get documented in snoretoast. So thx for
sharing.

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

[Snoretoast] [Bug 409723] [Feature] add appID to existing Link

2019-07-24 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409723

--- Comment #11 from Hannah von Reth  ---
I think for nsis https://github.com/KDE/snoretoast/#shortcut-creation-with-nsis
is really the easiest way. A simple macro to create a shortcut, depending on
the Windows version. No need to extract the clsid etc.

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

[Snoretoast] [Bug 409723] [Feature] add appID to existing Link

2019-07-17 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409723

--- Comment #9 from Hannah von Reth  ---
Thx, yes sadly the clsid needs to be hard coded as it gets compiled into the
com interface...

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

[Snoretoast] [Bug 409723] [Feature] add appID to existing Link

2019-07-17 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409723

--- Comment #7 from Hannah von Reth  ---
Yes that's the way it was solved with nsis, and you would need to add an if
clause to update the shortcut in a post install step too.

I think -v should probably report the CLSID for scripting purposes, could be
handy.

Could you share the wix snippet so I can add it to the readme? :)

Cheers,

Hannah

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

[Snoretoast] [Bug 409723] [Feature] add appID to existing Link

2019-07-13 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409723

--- Comment #5 from Hannah von Reth  ---
The recommended solution is to use snoretoast.exe in a post install step during
installation to create the shortcut.

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

[Snoretoast] [Bug 409723] [Feature] add appID to existing Link

2019-07-12 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409723

--- Comment #3 from Hannah von Reth  ---
The only scenario where a link with an app id is create I could imagine is
during install.
Every installer should know about Icons and parameters?

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

[Snoretoast] [Bug 409723] [Feature] add appID to existing Link

2019-07-11 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409723

--- Comment #1 from Hannah von Reth  ---
Hm any reason you can't remove and recreate the url?

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

[Snoretoast] [Bug 409716] Support for ToastGenericHeroImage (big image)

2019-07-11 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409716

--- Comment #1 from Hannah von Reth  ---
Or inline image

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

[Snoretoast] [Bug 409716] New: Support for ToastGenericHeroImage (big image)

2019-07-11 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409716

Bug ID: 409716
   Summary: Support for ToastGenericHeroImage (big image)
   Product: Snoretoast
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: vonr...@kde.org
  Reporter: vonr...@kde.org
  Target Milestone: ---

https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/toast-schema#toastgenericheroimage

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

[Breeze] [Bug 409242] New: Snoretoast needs an Icon

2019-06-27 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409242

Bug ID: 409242
   Summary: Snoretoast needs an Icon
   Product: Breeze
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: vonr...@kde.org
CC: kain...@gmail.com
  Target Milestone: ---

https://phabricator.kde.org/source/snoretoast/ needs and Icon.

The Application is used to display Toast Notifications on Windows.

Current icon is
https://phabricator.kde.org/source/snoretoast/browse/master/data/zzz.ico and
was done in 5 min with ms paint.

A snoring toast would be cute but just a slice of toast in breeze style would
be enough.

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

[Snoretoast] [Bug 409123] Notification does not show

2019-06-27 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409123

--- Comment #6 from Hannah von Reth  ---
The shortcut is created before, but I guess there is some magic on the Windows
side happening.
Maybe a wait would help but as the internal id is mainly for dev purpose or
simple shell scripts a missed notification is not a big deal.

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

[Snoretoast] [Bug 409123] Notification does not show

2019-06-27 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409123

Hannah von Reth  changed:

   What|Removed |Added

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

--- Comment #4 from Hannah von Reth  ---
In the first run it detected that there is no shortcut with an app id is
installed, so it creates one.
As there was no valid app id when the application was lunched windows prevents
the display of the notification.

In the second run everything works fine as the shortcut and app id are known.
If you plan to use snoretoast with your own project, I'd recommend to install a
shortct first, see the nsis script as an example, and pass the app id to
snoretoast.

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

[Snoretoast] [Bug 409124] Missing MSVCP140.dll and VCRUNTIME140.dll (was: Parameters being ignored)

2019-06-27 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409124

--- Comment #5 from Hannah von Reth  ---
Hi, in difference to the old build the runtime was not statically linked.
I think for something like snoretoast it makes sense to link it statically so
https://github.com/KDE/snoretoast/commit/087de58cac44db8c325ca96061e1b55242a29080
should fix the issue.

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

[Snoretoast] [Bug 409124] Parameters being ignored

2019-06-26 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409124

--- Comment #2 from Hannah von Reth  ---
Read your report again.

 SnoreToast.exe -h 
   
   
   Welcome to SnoreToast 0.5.99.   
   
   
   A command line application
capable of creating Windows Toast notifications.   
   
   
   
   
   
  Usage    
   
   
 SnoreToast
[Options]  
   
   
   
   
   
  Options  
   
   
   
 [-t]  | Displayed on the first line of the toast.   
   
   
 [-m]| Displayed on the
remaining lines, wrapped.  
   
 [-b]
| Displayed on the bottom line, can list multiple
buttons separated by ; 
   
   [-tb]   | Displayed a textbox on the bottom
line, only if buttons are not presented.   
   
[-p] |
Display toast with an image, local files only. 
   
   
  [-id]   | sets the id for a notification to be able to
close it later.
   
 [-s] | Sets the
sound of the notifications, for possible values see
http://msdn.microsoft.com/en-us/library/windows/apps/hh761492.aspx.
   
 [-silent]   | Don't play a sound file when
showing the notifications. 
   
 [-appID]  
 | Don't create a shortcut but use the provided app id.
   
   
 [-pipeName] <\.\pipe\pipeName\> | Provide a name pipe which is used
for callbacks. 
   
[-application]  |
Provide a application that might be started if the pipe does not

[Snoretoast] [Bug 409124] Parameters being ignored

2019-06-24 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409124

--- Comment #1 from Hannah von Reth  ---
yes we need a proper arg parser... do you know something lightweight which
supports wchar?

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

[Snoretoast] [Bug 409123] Notification does not show

2019-06-24 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=409123

--- Comment #1 from Hannah von Reth  ---
Hm thx for the report.

That debugview++ doesn't show anything makes me doubt that the correct
SnoreToast.exe is executed.

where.exe SnoreToast.exe

returns the correct path?

If the correct version is used, could you remove the all SnoreToast shortcuts
from your start menu and try again?

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

[Craft] [Bug 408720] tcl core sha256 is wrong

2019-06-15 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=408720

Hannah von Reth  changed:

   What|Removed |Added

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

--- Comment #1 from Hannah von Reth  ---
Thank you, for the patch.
When I looked into the blueprint I also switched to tar.gz and cleaned up a
bit.
https://commits.kde.org/craft-blueprints-kde/5893be145292b76d3ad01fbd30395c6e3ca2

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

[kdiff3] [Bug 405918] INSTALL instructions don't work

2019-03-31 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=405918

--- Comment #8 from Hannah von Reth  ---
I'd suggest that you read the message you get for --package

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

[kdiff3] [Bug 405918] INSTALL instructions don't work

2019-03-30 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=405918

--- Comment #6 from Hannah von Reth  ---
Can you try to manually delete the boost folder?
Looks like some bad files, created from the failed fallback unpack.

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

[kdiff3] [Bug 405918] INSTALL instructions don't work

2019-03-29 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=405918

Hannah von Reth  changed:

   What|Removed |Added

 CC||vonr...@kde.org

--- Comment #4 from Hannah von Reth  ---
For the boost tar.
Please enable Windows dev mode
https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development
so that symlinks are supported(then we can use 7z to unpack stuff)

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

[Craft] [Bug 402505] No debug symbols available for binary packages

2019-02-11 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=402505

--- Comment #6 from Hannah von Reth  ---
319 was before the blacklist fix.
Gcc builds should have sym files, might be broken.
Umbrello depends on kdevelop which depends on webengine which isnt supported on
mingw.

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

[Craft] [Bug 402505] No debug symbols available for binary packages

2019-02-11 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=402505

--- Comment #4 from Hannah von Reth  ---
The build 319 was before the blacklist of pdbs was removed.

Since
https://cgit.kde.org/craft.git/commit/?id=1361c1db20de316ac0f8177bce43903cd1e01782

we should have sym files for gcc.

For mac we need to generate them and adjust the dmg packager to create a dbg
artifact.

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

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

2019-02-10 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=373980
Bug 373980 depends on bug 402505, which changed state.

Bug 402505 Summary: No debug symbols available for binary packages
https://bugs.kde.org/show_bug.cgi?id=402505

   What|Removed |Added

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

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

[kmymoney] [Bug 404177] Enter schedule from loan causes Application crash

2019-02-10 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=404177
Bug 404177 depends on bug 402505, which changed state.

Bug 402505 Summary: No debug symbols available for binary packages
https://bugs.kde.org/show_bug.cgi?id=402505

   What|Removed |Added

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

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

  1   2   >