Re: speed-dreams-2.4.2: How to determine the cause of a SIGSEGV signal

2025-06-02 Thread Martin Gansser
i think the current backtrace log [1] is also useless. [1] ]https://martinkg.fedorapeople.org/ErrorReports/gdb2.txt Yes, i used on the koji buidl this Option: '-DCMAKE_BUILD_TYPE:STRING=Release' -- ___ devel mailing list -- devel@lists.fedoraproject.or

Re: speed-dreams-2.4.2: How to determine the cause of a SIGSEGV signal

2025-06-02 Thread Martin Gansser
is this correct or is there something missing to the options: %build %cmake -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ -DCMAKE_SKIP_RPATH:BOOL=OFF\ -DOPTION_DEBUG:STRING=ON \ -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" \

speed-dreams-2.4.2: How to determine the cause of a SIGSEGV signal

2025-06-02 Thread Martin Gansser
Hi, I have installed speed-dreams-2.4.2 and noticed that a SIGSEGV, segmentation fault [1]. occurs when exiting the program. Unfortunately, the thread in question (speed-dreams-2) does not display any function names, which is probably due to missing symbols: in the upstream ticket https://for

Re: speed-dreams-2.4.2: How to determine the cause of a SIGSEGV signal

2025-06-02 Thread Martin Gansser
speed-dreams-debuginfo-2.4.2-1.fc42.x86_64 is already installed. Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedorap

rpmlint: Question about SPDX-license and duplicat files

2025-05-22 Thread Martin Gansser
Hi, I am currently preparing a new version of the speed-dreams [3] package for Fedora. I have a question about the duplicate files [1] in the package, there are a lot of them, how should this be handled? The second question concerns the listing of the individual files and the assignment of th

Re: when compiling speed-dreams-2.4.1 external library FreeSOLID-2.1.2 not found

2025-05-20 Thread Martin Gansser
speed-dreams compiled [1] but not with the patch [2] . [1] https://koji.fedoraproject.org/koji/taskinfo?taskID=133003595 [2] https://martinkg.fedorapeople.org/ErrorReports/revert-config-file-for-SOLID.patch -- ___ devel mailing list -- devel@lists.fedo

Re: when compiling speed-dreams-2.4.1 external library FreeSOLID-2.1.2 not found

2025-05-19 Thread Martin Gansser
Thanks, with the patch [1], which reverses the changes, SD-2.4.1 finds the FreeSOLID libary again and compiles it. [1] https://martinkg.fedorapeople.org/ErrorReports/revert-config-file-for-SOLID.patch -- ___ devel mailing list -- devel@lists.fedorapro

Re: when compiling speed-dreams-2.4.1 external library FreeSOLID-2.1.2 not found

2025-05-19 Thread Martin Gansser
I had already noticed that FindSOLID.cmake was used with the older speed-dreams-2.3.0 version. But how do I get FreeSOLID-2.1.2 to be found, or should I completely dispense with the external FreeSOLID and use the freesolid from speed-dreams. -- ___ dev

when compiling speed-dreams-2.4.1 external library FreeSOLID-2.1.2 not found

2025-05-19 Thread Martin Gansser
Hi, when I try to compile speed-dreams-2.4.1 with the external FreeSOLID-2.1.2 library, I get the following error messages: + /usr/bin/cmake -S . -B redhat-linux-build -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEB

Re: Error: Failed dependencies when installing speed-dreams-2.4.1

2025-05-16 Thread Martin Gansser
Thanks for the hint, now the program starts, but it crashes on my vmware. -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.o

Re: Error: Failed dependencies when installing speed-dreams-2.4.1

2025-05-16 Thread Martin Gansser
changed spec file: [1] https://martinkg.fedorapeople.org/ErrorReports/speed-dreams.spec could not build with mock: No match for argument: FreeSOLID-devel >= 2.1.2 I get this error messages when building with rpmbuild -ba speed-dreams.spec + rm -f /home/martin/rpmbuild/BUILD/speed-dreams-2.4.1-b

Re: Error: Failed dependencies when installing speed-dreams-2.4.1

2025-05-16 Thread Martin Gansser
the unversioned .so files now in the main section, but same error message: %files %license LICENSE %doc README.md %{_mandir}/man6/* %{_bindir}/%{name}-2 %{_bindir}/sd2-* %{_libdir}/games/%{name}-2/ %{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/games/%

Re: Error: Failed dependencies when installing speed-dreams-2.4.1

2025-05-15 Thread Martin Gansser
I have now included the two files in the rpm spec file, so that the package can be installed, %global __requires_exclude %{__requires_exclude}|libcsnetworking.so %global __requires_exclude %{__requires_exclude}|libsolid.so but then I get this error message at startup: $ speed-dreams-2 speed-d

Error: Failed dependencies when installing speed-dreams-2.4.1

2025-05-15 Thread Martin Gansser
Hi, when I try to install the self-compiled binary of Speed-Dreams-2.4.1, I get the following error message: $ rpm -ivh speed-dreams-2.4.1-1.fc42.x86_64.rpm Error: Failed dependencies: libcsnetworking.so()(64bit) is required by speed-dreams-2.4.1-1.fc42.x86_64 libsolid.so()(64bit) is required by

Re: GoldenCheetah-3.7-2.fc41 crashes on fc41/fc42

2025-05-07 Thread Martin Gansser
ok, i solved this issue for me by doing this I have added these two entries to the sysctl.conf file. vm.overcommit_memory = 1 vm.overcommit_ratio = 100 and the change updated with $ sudo sysctl -p. -- ___ devel mailing list -- devel@lists.fedoraprojec

Re: GoldenCheetah-3.7-2.fc41 crashes on fc41/fc42

2025-05-07 Thread Martin Gansser
What I have now noticed is this message in dmesg: root@fedora://tmp# dmesg |grep GoldenCheetah [ 74.827218] __vm_enough_memory: pid: 3694, comm: GoldenCheetah, bytes: 17179869184 not enough memory for the allocation [ 816.628151] __vm_enough_memory: pid: 4443, comm: GoldenCheetah, bytes: 1717

Re: GoldenCheetah-3.7-2.fc41 crashes on fc41/fc42

2025-05-07 Thread Martin Gansser
I have already tried all possible values on my VMWare with Fedora 42 such as gnome, qt5ct, qt6ct, kde, gtk2, gtk3 and none, butt no success. the backtrace [1] of GC reports a "Cannot allocate memory" [1] https://martinkg.fedorapeople.org/ErrorReports/bt-GC.txt Regards Martin --

Re: GoldenCheetah-3.7-2.fc41 crashes on fc41/fc42

2025-05-06 Thread Martin Gansser
What I have now noticed is, that I can start GoldenCheetah on my physical machine running Fedora 41, but only directly from the console. However, if I start via the desktop shortcut with the option “env QT_QPA_PLATFORM=xcb GoldenCheetah”, I get a memory dump. -- _

Re: GoldenCheetah-3.7-2.fc41 crashes on fc41/fc42

2025-05-05 Thread Martin Gansser
I work under Gnome, have now installed khelpcenter, but cannot detect a crash. Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https:/

Re: GoldenCheetah-3.7-2.fc41 crashes on fc41/fc42

2025-05-05 Thread Martin Gansser
I have set the environment variables, but no luck, it still crashes. Thanks for your tip. Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Condu

GoldenCheetah-3.7-2.fc41 crashes on fc41/fc42

2025-05-05 Thread Martin Gansser
Hi, when I compile and start GoldenCheetah-3.7 [1] on Fedora41/F42 with qt6, the program crashes. I start GoldenCheetah here on a VM ware with fc41. [1] https://martinkg.fedorapeople.org/ErrorReports/GoldenCheetah.spec f41 build: https://koji.fedoraproject.org/koji/taskinfo?taskID=132345931 f4

Re: mock: nothing provides user(vdr) needed by vdr-tvscraper-1.2.13-1.fc43.x86_64 from local

2025-04-24 Thread Martin Gansser
Many thanks for your help, will rebuild the package. Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en

Re: mock: nothing provides user(vdr) needed by vdr-tvscraper-1.2.13-1.fc43.x86_64 from local

2025-04-24 Thread Martin Gansser
is it possible for the user “%{vdr_user}” to be a member of the group audio, cdrom and dialout ? # Create a sysusers.d config file cat >vdr.sysusers.conf

Re: mock: nothing provides user(vdr) needed by vdr-tvscraper-1.2.13-1.fc43.x86_64 from local

2025-04-24 Thread Martin Gansser
Thank you very much for the information. I still have a few questions as I'm not sure how to implement this in the rpm spec file. If I want to use the rpm spec file for both Fedora42 and Fedor43, do I need to introduce a %if condition. %prep ... # Create a sysusers.d config file cat >vdr.sysus

mock: nothing provides user(vdr) needed by vdr-tvscraper-1.2.13-1.fc43.x86_64 from local

2025-04-23 Thread Martin Gansser
Hi, I get the following error message when running mock on the vdr-tvscraper package: [martin@fedora ~]$ mock -r fedora-43-x86_64 --config-opts mirrored=False install vdr-tvscraper INFO: mock.py version 6.1 starting (python version = 3.13.3, NVR = mock-6.1-1.fc42), args: /usr/libexec/mock/moc

Re: tntnet test-suite fails on rawhide due gcc version

2025-02-27 Thread Martin Gansser
is currently being pursued upstream in the ticket https://github.com/maekitalo/tntnet/issues/73. Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code o

Re: definition of UDF_INIT missing in mariadb-connector-c-devel package

2025-02-27 Thread Martin Gansser
perfect thanks. Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Gui

definition of UDF_INIT missing in mariadb-connector-c-devel package

2025-02-26 Thread Martin Gansser
Hi, I want to compile the package vdr-epg-daemon for rawhide, but this fails because in the devel-package mariadb-connector-c-devel-3.4.4-1.fc43.x86_64.rpm the definition of mariadb_com.h:} UDF_INIT; is no longer available. Is there a way to re-enable this definition or get it from another packa

Re: tntnet test-suite fails on rawhide due gcc version

2025-02-26 Thread Martin Gansser
Unfortunately, I have no idea how to implement this. I have contacted the maintainer, but have not yet received any feedback. Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fed

tntnet test-suite fails on rawhide due gcc version

2025-02-12 Thread Martin Gansser
Hi, i want to compile tntnet [2] on rawhide (f34) but this fails with this error message [1]: str-Test::testCompare_charp: OK /usr/include/c++/15/bits/stl_list.h:1650: std::__cxx11::list<_Tp, _Allocator>::reference std::__cxx11::list<_Tp, _Allocator>::front() [with _Tp = cxxtools::Connection;

Re: guayadeque-0.6.2 crashes on Fedora 41 with new version of wxsqlite3-4.10.0

2025-01-05 Thread Martin Gansser
excluding the new cipher scheme AEGIS with ./configure --without-aegis solves the problem. Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Condu

guayadeque-0.6.2 crashes on Fedora 41 with new version of wxsqlite3-4.10.0

2025-01-03 Thread Martin Gansser
Hi, I have compiled and installed wxsqlite3-4.10.0 for Fedora 41. I have also recompiled and installed guayadeque-0.6.2. Now guayadeque crashes and a guayadeque.xml with the following content is created.

Re: cpu-x: compiling on fedora 41 fails

2024-12-02 Thread Martin Gansser
with this patch, it compiles: --- CPU-X-5.1.1/data/CMakeLists.txt.orig2024-12-02 14:00:01.633120597 +0100 +++ CPU-X-5.1.1/data/CMakeLists.txt 2024-12-02 14:01:24.046247681 +0100 @@ -36,11 +36,11 @@ DESTINATION ${CMAKE_INSTALL_FULL_DATADIR}/applications/ ) -

cpu-x: compiling on fedora 41 fails

2024-12-02 Thread Martin Gansser
Hi, when I try to compile cpu-x under fedora 41 it fails [1] with the following error message /usr/bin/cmake -S . -B redhat-linux-build -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOO

claim ownership of a goocanvas

2024-11-27 Thread Martin Gansser
Hi, I want to claim ownership of a goocanvas that has been orphaned for more than six weeks. https://src.fedoraproject.org/rpms/goocanvas I was able to build the package for f40 and f41, but not for rawhide. the file dead.package is available in the rawhide branch. How can i solve this ? Regar

Re: guadeque media player: SPDX license check

2024-11-10 Thread Martin Gansser
thanks for your feedback. I will contact upstream. Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-U

guadeque media player: SPDX license check

2024-11-09 Thread Martin Gansser
Hi, iI have released a new version of the mediaplayer guayadeque [1] and migrated the license to SPDX. However, I am not sure if this is correct. Can someone with experience have a look at the spec file ? [1] https://src.fedoraproject.org/rpms/guayadeque/blob/rawhide/f/guayadeque.spec Regards M

Re: koji build of gnome-shell-extension-list fails with meson.build: ERROR

2024-11-02 Thread Martin Gansser
this is the content of cli/get-version.sh #!/bin/bash # SPDX-FileCopyrightText: tuberry # SPDX-License-Identifier: GPL-3.0-or-later RET=$(curl -sSf https://extensions.gnome.org/extension/"$EGO"/ | grep data-svm | sed -e 's/.*: //; s/}}"//') # | xargs -I{} expr {} + 1) echo "${RET:?'ERROR: Fail

koji build of gnome-shell-extension-list fails with meson.build: ERROR

2024-11-02 Thread Martin Gansser
Hi, when running a koji build of gnome-shell-extension-list [martin@fc41 SPECS]$ koji build --scratch rawhide ../SRPMS/gnome-shell-extension-list-47-1.20241013git533f837.fc41.src.rpm it fails with this error message: + /usr/bin/meson setup --buildtype=plain --prefix=/usr --libdir=/usr/lib --lib

Re: how to create a rpm-autospec based package

2024-09-05 Thread Martin Gansser
I changed now the version field, so the package name numbering is pyliblo3-0.16.2^20240801git91d1781-1.fc40.src.rpm [1] https://martinkg.fedorapeople.org/ErrorReports/pyliblo3.spec [2] https://martinkg.fedorapeople.org/ErrorReports/pyliblo3-0.16.2%5e20240801git91d1781-1.fc40.src.rpm Regards Mar

Re: how to create a rpm-autospec based package

2024-09-05 Thread Martin Gansser
First i converting the specfile with: [martin@fc40 SPECS]$ rpmautospec convert pyliblo3.spec Converted to %autorelease and %autochangelog. and then I create the src.rpm file with [martin@fc40 SPECS]$ rpmbuild -bs pyliblo3.spec Einstellung SOURCE_DATE_EPOCH=1725494400 Created: /home/martin/rpmbu

how to create a rpm-autospec based package

2024-09-05 Thread Martin Gansser
Hello, I have created a new package pyliblo3.spec [1] and would like to know how to create a rpm-autospec` based package from it. If I use the following command [martin@fc40 SPECS]$ rpmautospec convert pyliblo3.spec Converted to %autorelease and %autochangelog. then these two lines are changed

Re: pyliblo3 - build on rawhide fails

2024-09-04 Thread Martin Gansser
this patch solves the problem:: --- a/pyliblo3/_liblo.pyx +++ b/pyliblo3/_liblo.pyx @@ -271,7 +271,7 @@ cdef int _msg_callback(const_char *path, const_char *types, lo_arg **argv, elif t == 'm': v = (argv[i].m[0], argv[i].m[1], argv[i].m[2], argv[i].m[3]) elif t == 't': v = _tim

pyliblo3 - build on rawhide fails

2024-09-03 Thread Martin Gansser
Hi, $ rpmbuild -bs pyliblo3.spec $ mock -r fedora-42-x86_64 ../SRPMS/pyliblo3-0.16.2-0.4.git91d1781.fc40.src.rpm There is a build error on rawhide, how can i fix this ? gcc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -fcf-protection -fexceptions -fcf-protect

Re: rawhide package shotcut-24.08.29-1.fc42 fails on i686

2024-09-03 Thread Martin Gansser
Thanks, will add ExcludeArch:%{ix86} Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/

rawhide package shotcut-24.08.29-1.fc42 fails on i686

2024-09-03 Thread Martin Gansser
Hi, when I try to build the rawhide package for shotcut-24.08.29-1.fc42, it fails [1] on i686 [1] https://koji.fedoraproject.org/koji/taskinfo?taskID=122878905 Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe s

Re: pyliblo3 - %python3 setup.py test fails

2024-09-03 Thread Martin Gansser
ok, thanks. Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guideli

Re: pyliblo3 - %python3 setup.py test fails

2024-09-03 Thread Martin Gansser
problem solved by changing this in the rpm spec file. %prep %autosetup -p1 -n pyliblo3-%{commit0} # Remove pregenerated Cython C sources and build it again rm -rf pyliblo3/_liblo.c # Fix permissions (fix for rpmlint warning "spurious-executable-perm") chmod 644 NEWS README.md COPYING %generate_

Re: pyliblo3 - %python3 setup.py test fails

2024-09-02 Thread Martin Gansser
when i use %tox for testing, it works. # dnf -y install python3-tox-current-env %check # Set up the environment variables for running tests $TOX_TESTENV_PASSENV %tox -- --parallel 0 -- --verbose tests/* -- ___ devel mailing list -- devel@lists.fedorapr

Re: pyliblo3 - %python3 setup.py test fails

2024-08-30 Thread Martin Gansser
and this with: [martin@fc40 pyliblo3-91d17815b911ccc2c1d1408412e7885c32f2d460]$ tox -e py312 -- --verbose test/unit.py ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /home/martin/rpmbuild/BUILD/pyliblo3-91d17815b911ccc2c1d1408412e7885c32f2d460 .pkg: _optional_h

Re: pyliblo3 - %python3 setup.py test fails

2024-08-30 Thread Martin Gansser
Hi Miro, when i running this command in the rpm BUILD folder, i get a success message. [martin@fc40 pyliblo3-91d17815b911ccc2c1d1408412e7885c32f2d460]$ python3 -m tox -q --recreate -e py312 --parallel 0 -- --verbose test/unit.py test/unit.py.patch py312: OK (15.12 seconds) congratulations

Re: pyliblo3 - %python3 setup.py test fails

2024-08-29 Thread Martin Gansser
sorry, no success test1: %check mv pyliblo3 pyliblo3_dont %{py3_test_envvars} %{python3} -m unittest discover ... + PYTHONDONTWRITEBYTECODE=1 + PYTEST_ADDOPTS=' --ignore=/home/martin/rpmbuild/BUILD/pyliblo3-91d17815b911ccc2c1d1408412e7885c32f2d460/.pyproject-builddir' + PYTEST_XDIST_AUTO_N

Re: pyliblo3 - %python3 setup.py test fails

2024-08-29 Thread Martin Gansser
i attached spec file and log messages, hope it helps. [1] https://martinkg.fedorapeople.org/ErrorReports/pyliblo3.spec [2] https://martinkg.fedorapeople.org/ErrorReports/pyliblo3-build-mess.txt [3] https://martinkg.fedorapeople.org/ErrorReports/rpm-tmp.894bVx Regards Martin -- __

Re: pyliblo3 - %python3 setup.py test fails

2024-08-29 Thread Martin Gansser
I get the same error message with both commands: + PATH=/home/martin/rpmbuild/BUILDROOT/pyliblo3-0.16.2-0.3.git91d1781.fc40.x86_64/usr/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/martin/.local/bin:/home/martin/bin + PYTHONPATH=/home/martin/

Re: pyliblo3 - %python3 setup.py test fails

2024-08-29 Thread Martin Gansser
Hi Miro, thanks for your respond. %check # Set up the environment variables for running tests %{py3_test_envvars} %{python3} -m unittest discover causes this error message cd pyliblo3-91d17815b911ccc2c1d1408412e7885c32f2d460 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-

pyliblo3 - %python3 setup.py test fails

2024-08-29 Thread Martin Gansser
Hi, i want to use %python3 setup.py test [1] with pyliblo3, but this fails. + /usr/bin/python3 setup.py test running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encourag

Re: Pyliblo3 fails to build on Fedora 41 with python 3.13.0

2024-08-27 Thread Martin Gansser
This is about the pyliblo3 package. I have found that the pyliblo3/_liblo.c file needs to be deleted before the actual build and therefore no patch is required. I will post a new rpm package in the review. Regards Martin -- ___ devel mailing list -- d

Re: pyliblo3-0.13.0 error: unknown file type '.pxd' (from 'src/liblo.pxd')

2024-08-26 Thread Martin Gansser
the following patcch [3] fix_liblo3.patch should now working [1] https://martinkg.fedorapeople.org/ErrorReports/pyliblo3-0.16.2-0.1.git91d1781.fc41.src.rpm [2] https://martinkg.fedorapeople.org/ErrorReports/pyliblo3.spec [3] https://martinkg.fedorapeople.org/ErrorReports/fix_liblo3.patch Regards

Pyliblo3 fails to build on Fedora 41 with python 3.13.0

2024-08-26 Thread Martin Gansser
I am trying to build pyliblo3 from your repo on Fedora 41 with python 3.13.0. I've got a build error during compilation: # wget https://github.com/gesellkammer/pyliblo3/archive/refs/heads/master.zip # unzip pyliblo3-master.zip; cd pyliblo3-master; ./setup build root@fc41:/tmp/pyliblo3-master# ./s

Re: pyliblo3-0.13.0 error: unknown file type '.pxd' (from 'src/liblo.pxd')

2024-08-24 Thread Martin Gansser
in the meantime I was able to fix the error with the patch [4], but I am not sure if this is correct. the rpm packet [5] has been created. [4] https://martinkg.fedorapeople.org/ErrorReports/fix_setup_py.patch [5] https://martinkg.fedorapeople.org/ErrorReports/pyliblo3-0.13.0-1.fc40.src.rpm Rega

pyliblo3-0.13.0 error: unknown file type '.pxd' (from 'src/liblo.pxd')

2024-08-24 Thread Martin Gansser
Hi, I want to build pyliblo3-0.13.0 [1] for Fedora 40, because pyliblo [3] got retired and Carla needs it to run. I get the following error message when compiling: Compiling src/liblo.pyx because it changed. [1/1] Cythonizing src/liblo.pyx /usr/lib64/python3.13/site-packages/Cython/Compiler/Main

Re: error: conflicting declaration ‘typedef struct lo_message_* lo_message’

2024-08-07 Thread Martin Gansser
I will try this patch for fc41: diff --git a/source/backend/CarlaPlugin.hpp b/source/backend/CarlaPlugin.hpp index fe581bc..215bcd7 100644 --- a/source/backend/CarlaPlugin.hpp +++ b/source/backend/CarlaPlugin.hpp @@ -24,7 +24,7 @@ // ---

error: conflicting declaration ‘typedef struct lo_message_* lo_message’

2024-08-07 Thread Martin Gansser
Hi, when I compile Carla-2.5.8 [2] on Fedora 41, I get the following error message: Compiling CarlaPluginLADSPADSSI.cpp g++ CarlaPluginLADSPADSSI.cpp -Wall -Wextra -pipe -DBUILDING_CARLA -MD -MP -fno-common -fPIC -DPIC -DNDEBUG -O2 -ffast-math -fdata-sections -ffunction-sections -DBUILDING_CARL

Re: file '/usr/lib64/carla/libcarla_frontend.so' contains an invalid runpath

2024-08-07 Thread Martin Gansser
Thanks for the hint. Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List

file '/usr/lib64/carla/libcarla_frontend.so' contains an invalid runpath

2024-08-07 Thread Martin Gansser
HI, when I compile Carla [1] in Fedora 40, I get the following error messages at the end. + /usr/lib/rpm/check-rpaths *** * * WARNING: 'check-rpaths' detected a broken RPATH OR RUNPATH and will cause * 'rpmbuild

Re: how to build a %check section for qt5 and qt6

2024-07-10 Thread Martin Gansser
Would that be correct? %install # Create the directory structure for the test programs mkdir -p %{buildroot}%{_libexecdir}/%{name}/qt6 mkdir -p %{buildroot}%{_libexecdir}/%{name}/qt5 # Copy the test programs to the appropriate directories cp -a ./release-qt6/redhat-linux-build/HotkeyTest/HotkeyTes

Re: how to build a %check section for qt5 and qt6

2024-07-10 Thread Martin Gansser
I have now completely removed the %check section and the option "-DQHOTKEY_EXAMPLES:BOOL=ON" option, a binary is then created for qt5 and qt6. ./release-qt6/redhat-linux-build/HotkeyTest/HotkeyTest ./release-qt5/redhat-linux-build/HotkeyTest/HotkeyTest Should I include these two binaries in the

Re: how to build a %check section for qt5 and qt6

2024-07-10 Thread Martin Gansser
Hi, can someone take a look at the spec file [1], I think there is something wrong with the %check section. [1] https://martinkg.fedorapeople.org/ErrorReports/qhotkey.spec Thanks Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.o

Re: how to build a %check section for qt5 and qt6

2024-07-09 Thread Martin Gansser
Thanks for your hint Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ Lis

how to build a %check section for qt5 and qt6

2024-07-09 Thread Martin Gansser
Hi, i want to build a %check section for qt5 and qt6 for qhotkey [1] https://martinkg.fedorapeople.org/ErrorReports/qhotkey.spec or can i simply use this line Version=5 for qt5 an VERSION=6 for qt6 ? %cmake HotkeyTest -DQT_DEFAULT_MAJOR_VERSION=5 -DQHOTKEY_EXAMPLES=ON %cmake HotkeyTest -DQT_DEF

Re: qhotkey - CMAKE_INSTALL_LIBDIR does not work

2024-07-08 Thread Martin Gansser
i solved this problem, thanks Regards Martin -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-con

qhotkey - CMAKE_INSTALL_LIBDIR does not work

2024-07-08 Thread Martin Gansser
Hi, with the option -DCMAKE_INSTALL_LIBDIR=%{_libdir}/qt5 I cannot get the shared library into the directory /usr/lib64/qt5 what am I doing wrong ? [1] https://martinkg.fedorapeople.org/ErrorReports/qhotkey.spec Regards Martin -- ___ devel mailing li

Re: Error loading shared libraries: libMellowPlayer.Application.so: cannot open shared object file

2024-07-05 Thread Martin Gansser
Thank you for your answer. Finally, I have a question about compiling, here I get error messages [2] with the requirement. How can solve this? [1] https://martinkg.fedorapeople.org/ErrorReports/mellowplayer.spec [2] https://kojipkgs.fedoraproject.org//work/tasks/1808/120031808/build.log Regards

Re: Error loading shared libraries: libMellowPlayer.Application.so: cannot open shared object file

2024-07-05 Thread Martin Gansser
Dominik 'Rathann' Mierzejewski wrote: > On Thursday, 04 July 2024 at 17:00, Martin Gansser wrote: > > when remove the RPATH i get this error message [1]: > > [...] > > ERROR 0002: file '/usr/bin/MellowPlayer' contains an invalid rpath > > &#x

Re: Error loading shared libraries: libMellowPlayer.Application.so: cannot open shared object file

2024-07-04 Thread Martin Gansser
when remove the RPATH i get this error message [1]: find-debuginfo: done + '[' '%{buildarch}' = noarch ']' + QA_CHECK_RPATHS=1 + case "${QA_CHECK_RPATHS:-}" in + /usr/lib/rpm/check-rpaths *** * * WARNING: 'check-rpaths' de

Error loading shared libraries: libMellowPlayer.Application.so: cannot open shared object file

2024-07-04 Thread Martin Gansser
Hi, When I start MellowPlayer, I get the following error message: MellowPlayer: Error loading shared libraries: libMellowPlayer.Application.so: cannot open shared object file: No such file or directory I have compiled Mellowplayer with the following rpm spec file [1]. [1] https://www.dropbox.co

openclonk: undefined reference to `zmemcpy'

2024-03-08 Thread Martin Gansser
Hi, when compiling openclonk [1] on rawhide it fails with this error message [2]: /usr/bin/cmake -E cmake_link_script CMakeFiles/c4group.dir/link.txt --verbose=1 /usr/bin/g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Wno-error=fo

Re: rawhide missing xgettext: command not found

2024-01-05 Thread Martin Gansser
I'm just wondering why my packages under rawhide suddenly need gettext as a dependency ? should i set an if condition for rawhide ? %if 0%{?fedora} >= 40 BuildRequires: gettext %endif -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsub

rawhide missing xgettext: command not found

2024-01-04 Thread Martin Gansser
Hi, when compiling vdr-extrecmenung for rawhide fc40 the error message [1] "/bin/sh: line 1: xgettext: command not found" appears [1] https://kojipkgs.fedoraproject.org//work/tasks/6182/111296182/build.log How can i solve this ? Regards Martin -- ___

Re: shotcut compilation fails with "error: ‘hasPro’ was not declared in this scope"

2023-09-24 Thread Martin Gansser
I have copied the virtual machine from a Windows computer to my Fedora 38 computer and shotcut can no longer be compiled here, but it can on the Windows computer. Do I have to repair the file system on the Linux computer or do anything else? Regards Martin ___

shotcut compilation fails with "error: ‘hasPro’ was not declared in this scope"

2023-09-24 Thread Martin Gansser
Hi, shotcut compilation [1] fails with "error: ‘hasPro’ was not declared in this scope" message .. [52/208] /usr/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -

compilation of vdr-skindesigner fails with allocator.h:184:7: internal compiler error: Segmentation fault

2023-09-06 Thread Martin Gansser
Hi, when compiling vdr-skindesigner-1.2.21 [1] on fc38 it fails with this error message: g++ -O3 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat

Re: compilation of vdr-epgfixer on rawhide fails

2023-07-26 Thread Martin Gansser
i only changed the position of %make_install in the spec file [1], now it builds [2] again on rawhide. [1] https://src.fedoraproject.org/rpms/vdr-epgfixer/blob/rawhide/f/vdr-epgfixer.spec [2] https://koji.fedoraproject.org/koji/taskinfo?taskID=103947222 Regards Martin _

Re: compilation of vdr-epgfixer on rawhide fails

2023-07-26 Thread Martin Gansser
no changes on the spec file. issue only happens on rawhide, see f38 logfile https://koji.fedoraproject.org/koji/taskinfo?taskID=103942043 Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@l

compilation of vdr-epgfixer on rawhide fails

2023-07-26 Thread Martin Gansser
Hi, the compilation of the package vdr-epgfixer fails on rawhide with the message [1] ... install -D libvdr-epgfixer.so /builddir/build/BUILDROOT/vdr-epgfixer-0.3.1-26.20180416git354f28b.fc39.x86_64/usr/lib64/vdr/libvdr-epgfixer.so.2.6.3 install -D -m644 po/fi_FI.mo /builddir/build/BUILDROOT/vd

Re: speed-dreams-2.3.0: how to handle bundled jar files in spec file ?

2023-07-25 Thread Martin Gansser
I think it is better to do without the track editor for the time being and to use SD with the option -DOPTION_TRACKEDITOR:BOOL=OFF to compile. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedor

speed-dreams-2.3.0: how to handle bundled jar files in spec file ?

2023-07-25 Thread Martin Gansser
Hi, i want to package the current version of speed-dreams 2.3.0, but i noticed that jar files for the trackeditor are included in the package, but they already exist in the system. compilation error: Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/martin/rpmbuild/BUILDROOT/spee

i-nex core dumped on fc38

2023-03-31 Thread Martin Gansser
Hi, when i run i-nex on fedora 38 i get a core dump [1] see debugging-i-nex.txt I have compiled i-nex [2] with a new patch, since a newer libcpuid version is used on fedora 38. I cannot expect any help from upstream, as development has been discontinued in the meantime. [1] https://martinkg.fed

Re: compiling gnome-extension with meson fails: ERROR: File null.gschema.xml does not exist.

2023-03-27 Thread Martin Gansser
Yes, it is an attempt to realise the whole thing with meson, but I have no experience with it at all. Thanks for the info Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproj

compiling gnome-extension with meson fails: ERROR: File null.gschema.xml does not exist.

2023-03-24 Thread Martin Gansser
Hi, I would like to compile the gnome extension netspeed [1] with meson, but unfortunately I cannot. If I compile the software with the following command: /usr/bin/meson setup --buildtype=plain --prefix=/usr --libdir=/usr/lib64 --libexecdir=/usr/libexec --bindir=/usr/bin --sbindir=/usr/sbin -

Re: compiling guayadeque on rawhide and f38 - error: ambiguous overload for 'operator!='

2023-02-24 Thread Martin Gansser
did work, many thanks. Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List

compiling guayadeque on rawhide and f38 - error: ambiguous overload for 'operator!='

2023-02-24 Thread Martin Gansser
Hi, when i compile guayadeque-0.4.7 [1] on rawhide and f38 i get the following error messages [2]: /builddir/build/BUILD/guayadeque-0.4.7/src/taginfo/TagInfo.cpp: In member function 'virtual bool Guayadeque::guGStreamerTagInfo::ReadGStreamerTags(const wxString&)': /usr/include/glib-2.0/glib/gs

Re: qt6ct: warning: source_date_epoch_from_changelog set but %changelog is missing

2022-11-30 Thread Martin Gansser
Sorry, I forgot to set the month in the changelog. Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/pr

qt6ct: warning: source_date_epoch_from_changelog set but %changelog is missing

2022-11-30 Thread Martin Gansser
Hi, when compiling qt6ct with the spec file [1], i get the following warning at the end of the packaging build. + umask 022 + cd /home/martin/rpmbuild/BUILD + rm -rf qt6ct-0.7 qt6ct-0.7.gemspec + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: source_date_epoch_from_changelog set but %chan

Re: error: 'std::shared_ptr' has not been declared

2022-10-24 Thread Martin Gansser
Thanks for the hint. have included the missing header until the next stable version is released. Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Con

error: 'std::shared_ptr' has not been declared

2022-10-24 Thread Martin Gansser
Hi, when compiling QMPlay2-22.10.23 [1] on f35 and f36 i get this error message: [38/321] /usr/bin/g++ -DDBUS_SUSPEND -DNOTIFIES_FREEDESKTOP -DQMPLAY2SHAREDLIB_LIBRARY -DQMPLAY2_LIBASS -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QML_LIB -DQT_SVG_LIB -DQT_USE_FAST_OPERATOR_PLU

Re: Carla-2.5.0 compilation fails with: error: static assertion failed: 64-bit large file support is not enabled

2022-09-29 Thread Martin Gansser
thanks for your feedback, have opened an upstream ticket with your information, hope developer will support me. Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fe

Re: Carla-2.5.0 compilation fails with: error: static assertion failed: 64-bit large file support is not enabled

2022-09-29 Thread Martin Gansser
different errors occur on the ppc64le and s390x platform: Carla-2.5.0/source/bridges-plugin/../modules/ysfx/thirdparty/WDL/source/WDL/eel2/nseel-compiler.c:5214: undefined reference to `eel_callcode64_fast' ppc64le: https://koji.fedoraproject.org/koji/taskinfo?taskID=92400914 s390x: https://koji.

Re: Carla-2.5.0 compilation fails with: error: static assertion failed: 64-bit large file support is not enabled

2022-09-28 Thread Martin Gansser
I've just read that there have been problems with Koji for the last 24 hours, so I'll wait until tomorrow and maybe the problems will be solved again. Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

Carla-2.5.0 compilation fails with: error: static assertion failed: 64-bit large file support is not enabled

2022-09-28 Thread Martin Gansser
Hi, when i compiling Carla-2.5.0 [1] the compilation fails on i686, ppc64le and s390x platform, it fails with the follwoing error message [2]. g++ CarlaEngineDummy.cpp -Wall -Wextra -pipe -DBUILDING_CARLA -DREAL_BUILD -MD -MP -fno-common -fPIC -DPIC -DNDEBUG -O2 -ffast-math -fdata-sections -ff

  1   2   3   4   5   >