Re: Could not execute switch_branch: Unknown remote branch origin/f28

2018-05-29 Thread Martin Gansser
it didn't help ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines:

Re: scratch build of python-kivy fails on rawhide

2018-05-27 Thread Martin Gansser
I have no commented out the line "test -f $ i || exit 1". review: https://bugzilla.redhat.com/show_bug.cgi?id=1416705 ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code

Could not execute switch_branch: Unknown remote branch origin/f28

2018-05-29 Thread Martin Gansser
Hi, i tried to update a few of my packages for f28, but this fails with this message: $ fedpkg clone nuvola-app-jango; cd nuvola-app-jango; git merge master $ fedpkg switch-branch f28 Could not execute switch_branch: Unknown remote branch origin/f28 f29 package builds fine:

Re: flowblade: how to determine the cause of a segmentation fault?

2018-05-29 Thread Martin Gansser
Hello John, May I share your assessment of debug messages with the flowblade mailing list? Many thanks for your examination. Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

Re: Could not execute switch_branch: Unknown remote branch origin/f28

2018-05-29 Thread Martin Gansser
Thanks all for your feedback. the Pagure API that i am using in ~/.config/rpkg/fedpkg.conf is Valid until: 2018-07-27 but the request branch gives me this message: $ fedpkg request-branch f28 Could not execute request_branch: The following error occurred while creating a new issue in Pagure:

Re: Could not execute switch_branch: Unknown remote branch origin/f28

2018-05-29 Thread Martin Gansser
i request a new token ! https://martinkg.fedorapeople.org/attachments/pagure-api-token.png ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: scratch build of python-kivy fails on rawhide

2018-05-28 Thread Martin Gansser
you mean this: # needed fonts BuildRequires: dejavu-sans-fonts BuildRequires: google-roboto-fonts BuildRequires: google-roboto-mono-fonts Requires: dejavu-sans-fonts Requires: google-roboto-fonts Requires: google-roboto-mono-fonts

flowblade: how to determine the cause of a segmentation fault?

2018-05-28 Thread Martin Gansser
Hi, the recent flowblade-1.16.0-2.gitd2f153f.fc28 version crahes with a segmentation fault. i created the gdb debug messages [1] as following: gdb python set logging on run /usr/bin/flowblade quit [1] https://github.com/jliljebl/flowblade/files/2042707/flowblade-f28-backtrace.txt is there a

BuildError: The following noarch package built differently on different architectures:

2018-02-02 Thread Martin Gansser
Hi, when building a new package version of libmicrohttpd for rawhide on koji, the package build fails with the following error message [1]: BuildError: The following noarch package built differently on different architectures: libmicrohttpd-doc-0.9.59-1.fc28.noarch.rpm rpmdiff output was:

Re: BuildError: The following noarch package built differently on different architectures:

2018-02-02 Thread Martin Gansser
> On 02/02/18 13:01, Dan Horák wrote: > > Yes I'm pretty sure that is > https://bugzilla.redhat.com/show_bug.cgi?id=1537522 which affects > anything that builds documentation with doxygen because graphviz crashes > on i686 so the graphs never get created and hence are missing from the >

Re: BuildError: The following noarch package built differently on different architectures:

2018-02-02 Thread Martin Gansser
> The issue appears to be in documentation. Isn't there some timestamp or > something like that? > > > V. > > > Dne 2.2.2018 v 13:43 Martin Gansser napsal(a): Hi Vit, what does you mean with timestamp ? [martin@f27 libmicrohttpd-0.9.59

vdr-epg-daemon-1.1.128 compiles fine on f26 but not on higher fedora version

2018-02-09 Thread Martin Gansser
Hi, vdr-epg-daemon-1.1.128 compiles fine on f26 but not on higher fedora version, something changed on F27 and rawhide, program make[1]: Entering directory '/home/martin/rpmbuild/BUILD/vdr-epg-daemon-1.1.128/epglv' gcc -c -I/usr/include/mysql -fPIC -L/usr/lib64/mysql -L/usr/lib64/ -lmariadb

Re: vdr-live build fails for rawhide

2018-02-14 Thread Martin Gansser
> Mamoru TASAKA wrote on 02/14/2018 08:21 PM: > > And actually disabling parallel make seems to help this: > https://koji.fedoraproject.org/koji/taskinfo?taskID=25039927 > > Regards, > Mamoru Thanks for your help, disabling %{?_smp_mflags} works Regards Martin

vdr-live build fails for rawhide

2018-02-14 Thread Martin Gansser
when building vdr-live for rawhide it fails [1] for ppc64le and ppc64 when adding "-Wsizeof-pointer-memaccess" to the build flags, then it fails [2] for s390x. %build make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC -Wsizeof-pointer-memaccess" %{?_smp_mflags} all [1]

Re: vdr-epg-daemon-1.1.128 compiles fine on f26 but not on higher fedora version

2018-02-10 Thread Martin Gansser
> On 09/02/18 15:01 -0000, Martin Gansser wrote: > > This suggests the package is not using the mariadb API correctly, and > should be including a different header. > > > And this is probably for the same reason: is not part of > the public API for mariadb clients. &g

openclonk-0.8 linking fails

2018-02-06 Thread Martin Gansser
Hi, compiling openclonk [1] fails with the following error message [2]: ... [ 9%] Linking CXX static library liblibmisc.a /usr/bin/cmake -P CMakeFiles/libmisc.dir/cmake_clean_target.cmake /usr/bin/cmake -E cmake_link_script CMakeFiles/libmisc.dir/link.txt --verbose=1 /usr/bin/gcc-ar qc

Re: openclonk-0.8 linking fails

2018-02-07 Thread Martin Gansser
in the meantime, the issue is discussed here https://github.com/openclonk/openclonk/issues/64 ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

fedpkg request-repo always fails - Could not execute request_repo

2018-02-16 Thread Martin Gansser
Hi, tried to create a new repo, but this fails always with: [martin@f27 ~]$ fedpkg --module-name gnome-shell-extension-netspeed request-repo 1377631 Could not execute request_repo: The following error occurred while creating a new issue in Pagure: Invalid or expired token. Please visit

new pagure repo is not accepted due to different e-mail addresses.

2018-02-20 Thread Martin Gansser
i get this message from limb in the pagure ticket [1] The Bugzilla review bug creator could not be found in FAS. Make sure your FAS email address is the same as in Bugzilla. I am not aware that the email addresses are different. [1] pagure ticket:

Re: new pagure repo is not accepted due to different e-mail addresses.

2018-02-20 Thread Martin Gansser
> * Martin Gansser [20/02/2018 13:30] : > > When I hover over your name in bug #1377631, I see mgansser (at) alice.de > in the tooltip. Are you sure you don't have two Bugzilla accounts? > > Emmanuel It may be that I have 2 Bugzilla accounts, but the email address mgansser

Re: new pagure repo is not accepted due to different e-mail addresses.

2018-02-20 Thread Martin Gansser
> * Martin Gansser [20/02/2018 10:02] : > > Your FAS account has the email mgansser(a)online.de but > your bugzilla account uses mgansser(a)alice.de . > > Emmanuel where can I see in bugzilla the wrong email address ? https://bugzilla.redhat.com/userp

Re: new pagure repo is not accepted due to different e-mail addresses.

2018-02-20 Thread Martin Gansser
> * Martin Gansser [20/02/2018 12:30] : > > You can see it in the banner (the red bar at the very top) of that page. > > Emmanuel the email address is already mgansser(a)online.de on the top of page see: https://martinkg.fedorapeople.org/Pictur

Re: fedpkg request-repo always fails - Could not execute request_repo

2018-02-16 Thread Martin Gansser
SOLVED: has now worked after renewing the API token one more time. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: new pagure repo is not accepted due to different e-mail addresses.

2018-02-21 Thread Martin Gansser
> * Martin Gansser [20/02/2018 14:17] : > > You can file a bug against the Bugzilla product: > https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla > > I doubt the account will be deleted (that would break the database) > but the Bugzilla admins might be able to m

fedup upload failure

2018-02-18 Thread Martin Gansser
Hello, I'm getting the following error when I'm uploading a new tarball: $ kinit marti...@fedoraproject.org $ fedpkg new-sources vdr-plugin-epg2vdr-1.1.86.tar.bz2 Could not execute new_sources: Request is unauthorized. Any ideas as to why I can not do an fedpkg upload? I'm able to do a fedpkg

Re: fedup upload failure

2018-02-18 Thread Martin Gansser
I see more error now ... $ koji build --scratch f27 ~/rpmbuild/SRPMS/vdr-epg2vdr-1.1.86-1.fc27.src.rpm AuthError: unable to obtain a session $ kinit -R marti...@fedoraproject.org kinit: Ticket expired while renewing credentials ___ devel mailing list

Re: fedup upload failure

2018-02-18 Thread Martin Gansser
keberos ticket $ klist -A Ticket cache: KCM:1000 Default principal: marti...@fedoraproject.org Valid starting ExpiresService principal 02/11/18 11:46:54 02/12/18 11:45:58 HTTP/src.fedoraproject@fedoraproject.org renew until 02/18/18 11:45:58 02/11/18 11:46:02

diorite: FTBFS in Fedora rawhide

2018-07-22 Thread Martin Gansser
Hi, i am trying to fix the FTBFS for diorite but i have no success. koji [1] build process failed with: Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1zlcEa + umask 022 + cd /builddir/build/BUILD + cd diorite-4.12.0 + waf configure --prefix=/usr --libdir=/usr/lib64 --novaladoc Traceback (most

Re: diorite: FTBFS in Fedora rawhide

2018-07-22 Thread Martin Gansser
I changed the spec file [1] but it still fails on rawhide [1] https://martinkg.fedorapeople.org/Packages/nuvolaruntime/diorite.spec [2] https://koji.fedoraproject.org/koji/taskinfo?taskID=28522155 ___ devel mailing list -- devel@lists.fedoraproject.org

Re: Build failures of packages which use waf as build system

2018-07-22 Thread Martin Gansser
i changed the spec file [1] but it still fails on rawhide [1] https://martinkg.fedorapeople.org/Packages/nuvolaruntime/diorite.spec [2] https://koji.fedoraproject.org/koji/taskinfo?taskID=28522155 ___ devel mailing list -- devel@lists.fedoraproject.org

Re: diorite: FTBFS in Fedora rawhide

2018-07-23 Thread Martin Gansser
Thanks for your feedback. I already comiled diorite with the bundled waf version, but no success. I will wait until waf 2.0.7 is released. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

fedpkg clone doesn*t work

2018-09-10 Thread Martin Gansser
I tried fedpkg clone lollypop Cloning into 'lollypop'... marti...@pkgs.fedoraproject.org: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Could not execute clone: Failed to execute

Re: fedpkg clone doesn*t work

2018-09-10 Thread Martin Gansser
curious, that work, but why only anonymous ? ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines:

Re: fedpkg clone doesn*t work

2018-09-10 Thread Martin Gansser
every time I edit my account, the public ssh key is missing. the FSA public SSH-key and the key in .ssh/id_rsa.pub are the same. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: fedpkg clone doesn*t work

2018-09-12 Thread Martin Gansser
isn't possible. [martin@f28 ~]$ ssh -i ~/.ssh/id_rsa marti...@fedorapeople.org packet_write_wait: Connection to 152.19.134.199 port 22: Broken pipe ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

Re: compilation of lollypop fails on mock build server

2018-03-08 Thread Martin Gansser
then I will omit meson_test in the %check section. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

gnome-shell-extension - gschemas.compiled is no created

2018-03-08 Thread Martin Gansser
Hi, When creating the package gnome-shell-extension-media-player-indicator, no gschemas.compiled is created. rpm spec file: https://src.fedoraproject.org/cgit/rpms/gnome-shell-extension-media-player-indicator.git/tree/gnome-shell-extension-media-player-indicator.spec What is going wrong ?

qarte - compilation fails

2018-03-01 Thread Martin Gansser
Hi, when compiling qarte-4.4.0 with this spec file https://martinkg.fedorapeople.org/Packages/test/qarte.spec '[' noarch = noarch ']' + case "${QA_CHECK_RPATHS:-}" in + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip +

can't install FreeSOLID-devel on F28

2018-03-01 Thread Martin Gansser
Hi, can't install FreeSOLID-devel on F28 [root@f28 tmp]# dnf install FreeSOLID-devel Last metadata expiration check: 1:45:49 ago on Thu Mar 1 14:49:33 2018. Error: Problem: conflicting requests - nothing provides pkgconfig(qhull) needed by FreeSOLID-devel-2.1.1-29.fc28.i686 - nothing

speed-dreams compilation problem

2018-03-13 Thread Martin Gansser
Hi, speed-dreams fails on rawhide, f28, f27 and f26 with this error message: -- Checking for module 'FreeSOLID' -- Package 'qhull', required by 'FreeSOLID', not found -- Checking for module 'SOLID' -- Package 'SOLID', required by 'virtual:world', not found -- Looking for SOLID - found

Re: speed-dreams compilation problem

2018-03-13 Thread Martin Gansser
forgot to post the CMakeError.log file: CMakeError.log: https://martinkg.fedorapeople.org/Packages/speed-dreams/CMakeError.log ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: speed-dreams compilation problem

2018-03-14 Thread Martin Gansser
> On mardi 13 mars 2018 15:14:51 CET Martin Gansser wrote: > > Well did you try the obvious, adding libcurl-devel as a BR? yes, this was the solution. Thanks ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email

compilation of lollypop fails on mock build server

2018-03-07 Thread Martin Gansser
Hi, when trying to build lollypop on the fedora mock build server, the package build fails, when test suite (%meson_test) is enabled. rpm -E "%meson_test" /usr/bin/ninja test -v -j2 -C x86_64-redhat-linux-gnu || { rc=$?; echo "-BEGIN TESTLOG-"; cat

Re: compilation of lollypop fails on mock build server

2018-03-07 Thread Martin Gansser
the --nonet option is already used in the spec file: https://src.fedoraproject.org/cgit/rpms/lollypop.git/tree/lollypop.spec ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Could not execute switch_branch: Unknown remote branch origin/f28

2018-03-22 Thread Martin Gansser
HI, want to commit a new package for the f28 branch, but this fails with: [martin@f28 nuvola-app-mixcloud]$ fedpkg switch-branch f28 Could not execute switch_branch: Unknown remote branch origin/f28 existing koji builds: https://koji.fedoraproject.org/koji/packageinfo?packageID=24481 how can i

Re: Could not execute switch_branch: Unknown remote branch origin/f28

2018-03-22 Thread Martin Gansser
> On Thu, Mar 22, 2018 at 7:36 AM, Martin Gansser > <martin.gansser(a)gmail.com > wrote: > > > > Very unintuitively under /etc/rpkg... > > $ ll /etc/rpkg > total 8 > -rw-r--r--. 1 root root 1545 Jan 5 03:40 fedpkg.conf > -rw-r--r--. 1 root root

Re: Could not execute switch_branch: Unknown remote branch origin/f28

2018-03-22 Thread Martin Gansser
> On 22/03/18 12:10, Martin Gansser wrote: > > > Well that package doesn't seem to have an f28 branch, which is a > bit odd given it doesn't seem to be new. > > You should be able to request one with "fedpkg request-branch" though. > > Tom i tried

Re: Could not execute switch_branch: Unknown remote branch origin/f28

2018-03-22 Thread Martin Gansser
> On 22/03/18 12:40, Richard Shaw wrote: > > Better to use .config/rpkg/fedpkg.conf rather than change > the global configuration... > > Tom then I should copy the /etc/rpkg/fedpkg.conf file to ~/.config/rpkg/fedpkg.conf ? ___ devel mailing list --

Re: Could not execute switch_branch: Unknown remote branch origin/f28

2018-03-22 Thread Martin Gansser
> On 22/03/18 14:56, Martin Gansser wrote: > > No, it reads both so just create ~/.config/rpkg/fedpkg.conf like this: > > [fedpkg.pagure] > token = ... > > Tom done so, thanks again. ___ devel mailing list -- devel

Re: Broken dependencies: FreeSOLID

2018-03-03 Thread Martin Gansser
> Hi, > > try qhull-devel instead of pkgconfig(qhull), afaik there was a change in > qhull package some days ago. but there is no pkgconfig(qhull) in the spec file ? https://src.fedoraproject.org/rpms/FreeSOLID/blob/master/f/FreeSOLID.spec ___ devel

Re: Broken dependencies: FreeSOLID

2018-03-03 Thread Martin Gansser
> On samedi 3 mars 2018 17:30:30 CET Martin Gansser wrote: > > Didn't you see the reply I made to your other thread? > > https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ > message/YIAXJASDD5J6NMJHTON5PK5CRB4FUDQA/ > > I explained how to

Re: qarte - compilation fails

2018-03-03 Thread Martin Gansser
> Try this: > > BuildRequires: python3-devel > # bytecompile with Python 3 > %global __python %{__python3} > > in your specfile to force it to bytecompile your Python code with Python 3. > > Kevin Kofler Thanks for your feedback and solution, compiles/works fine now. Martin

Re: Broken dependencies: FreeSOLID

2018-03-03 Thread Martin Gansser
> No. Please just remove the "Requires: qhull" from the .pc file in > FreeSOLID-2.1.1-pkgconfig.patch entirely. There is already "@QHULL_LIBS@" in > "Libs:" that links to the qhull libraries. > > You can add a "Requires: qhull-devel" to the RPM specfile (NOT the .pc file) > instead. > > You

Broken dependencies: FreeSOLID

2018-03-03 Thread Martin Gansser
Hi, how can i solve this dependencies ? FreeSOLID has broken dependencies in the F-28 tree: On x86_64: FreeSOLID-devel-2.1.1-29.fc28.x86_64 requires pkgconfig(qhull) On armhfp: FreeSOLID-devel-2.1.1-29.fc28.armv7hl requires pkgconfig(qhull) On ppc64le:

My orphaned package list

2018-10-17 Thread Martin Gansser
Today I cleared out the packages I no longer wish to maintain. I have set orphan as 'main admin' for all of them. nuvolasdk diorite nuvolaruntime nuvola-app-8tracks nuvola-app-amazon-cloud-player nuvola-app-bandcamp nuvola-app-bbc-iplayer nuvola-app-deezer nuvola-app-google-play-music

gnome-shell-extension-prefs:85491): GLib-GObject-CRITICAL **: 13:24:32.585: g_param_spec_unref: assertion 'G_IS_PARAM_SPEC

2018-10-17 Thread Martin Gansser
Hi, I'm already working with Fedora 29 in a VMWare and would like use the package gnome-shell-extension-netspeed I the package maintainer of gnome-shell-extension-netspeed [1] Can somebody have a look on this package what's going wrong here. I do not need to ask updstream, because I can not

Empty debugsources.list file when building a package

2018-11-08 Thread Martin Gansser
Hi, i get this message, when building the package with spec file: Processing files: vdr-osd2web-debugsource-0.2.48-1.fc29.x86_64 error: Empty %files file /home/martin/rpmbuild/BUILD/vdr-plugin-osd2web-0.2.48/debugsourcefiles.list RPM build errors: Macro expanded in comment on line 3:

Re: Empty debugsources.list file when building a package

2018-11-08 Thread Martin Gansser
ok, rpmlint give me a hint: vdr-osd2web.x86_64: E: executable-marked-as-config-file /etc/vdr/plugins/osd2web/startBrowser.sh Executables must not be marked as config files because that may prevent upgrades from working correctly. If you need to be able to customize an executable, make it for

Re: fedpkg clone doesn*t work

2018-10-01 Thread Martin Gansser
problem solved for my by adding the rsa key in paguera, now i have access in fedorapeople also. https://docs.pagure.org/pagure/usage/first_steps.html ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

how can i compile against zlib system library

2019-01-18 Thread Martin Gansser
Hi, i want to compile helm[1] for Fedora 29, but i want to compile it against the zlib system library. I changed the following in the source code: # use system library zlib rm -rf ./JUCE/modules/juce_core/zip/zlib/zlib.h sed -i 's|#define JUCE_INCLUDE_ZLIB_CODE 1|#define JUCE_INCLUDE_ZLIB_CODE

Re: how can i compile against zlib system library

2019-01-18 Thread Martin Gansser
i tried to unbundle zlib, png and jpeg, but the compilation fails [1] [1] https://martinkg.fedorapeople.org/Packages/helm/helm.spec [2] https://martinkg.fedorapeople.org/Packages/helm/build.log Regards Martin ___ devel mailing list --

Re: fedora-review detects the wrong X11 dir

2018-12-17 Thread Martin Gansser
> On 17. 12. 18 13:24, Martin Gansser wrote: > > this line in the spec: > > %config(noreplace) %{_sysconfdir}/X11/Xsession.d/61cadence-session-inject > > Remove it and see what file is missing. Maybe it's just a typo. the line in the specfile is correct. If i use the fol

program doesn't compile on different platforms

2018-12-21 Thread Martin Gansser
I am working on a review fo Carla package for Fedora. It compiles fine on x86_64 and i686, but fails [1] on ppc64le, ppc64, s390x, armv7hl and aarch64. [1] https://koji.fedoraproject.org/koji/taskinfo?taskID=31554956 [2] https://martinkg.fedorapeople.org/Review/SPECS/Carla.spec [3]

Re: program doesn't compile on different platforms

2018-12-21 Thread Martin Gansser
> On 21/12/2018 11:09, Tom Hughes wrote: > > Looks like you already have sed commands in your spec to remove > this (and other x86 specific things) but they are commented out. > > Tom yes, but this fails also :-(. ___ devel mailing list --

Re: program doesn't compile on different platforms

2018-12-21 Thread Martin Gansser
> On 21/12/2018 11:40, Tom Hughes wrote: > > With that patched and a modified version of the seds in the > spec it builds everywhere: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=31555252 > > New srpm here: > >

program doesn't compile on i686

2018-12-22 Thread Martin Gansser
I am working on a review for the helm package, but it don't compile on i686 architecure [1]. [1] https://koji.fedoraproject.org/koji/taskinfo?taskID=31566238 [2] https://martinkg.fedorapeople.org/Review/SPECS/helm.spec [3]

Re: program doesn't compile on i686

2018-12-22 Thread Martin Gansser
> On Sat, Dec 22, 2018 at 11:33:31AM -0000, Martin Gansser wrote: > > There's no point in fixing that. Helm is an addon for Kubernetes, and > k8s itself is not available on i686. > Just do what kubernetes does: > ExclusiveArch: x86_64 aarch64 ppc64le s390x %{arm} Thanks fo

fedora-review detects the wrong X11 dir

2018-12-17 Thread Martin Gansser
Hi, fedora-review -m fedora-rawhide-x86_64 -rn ../SRPMS/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.src.rpm fails with this error: RPM build errors: BUILDSTDERR: File not found:

desktop-file-validate fails with error: file contains group "Catia Shortcut Group", but groups extending the format should start with "X-"

2018-12-14 Thread Martin Gansser
Hi, when compiling Cadence with desktop-file-validate enabled in the rpm spec file, i get this errors: + cd /home/martin/rpmbuild/BUILD + cd Cadence-4a5f5b445bfb3cd23a797c172dfbcb42e0cf114f + desktop-file-validate

Re: desktop-file-validate fails with error: file contains group "Catia Shortcut Group", but groups extending the format should start with "X-"

2018-12-15 Thread Martin Gansser
Thanks for your statement. Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines:

Re: svn: E170013: Unable to connect to a repository at URL

2018-12-07 Thread Martin Gansser
ok thanks, with the new rpm spec file it works. ... [2] https://martinkg.fedorapeople.org/Packages/glmixer/glmixer.spec ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora

Re: svn: E170013: Unable to connect to a repository at URL

2018-12-08 Thread Martin Gansser
> On Fri, 07 Dec 2018 09:53:00 - > "Martin Gansser" > this would have to be patched out as the builders don't have network > available > > > Dan can you give me a hint, how to patching this out ? this is the relevant part in CMakeLists.txt ..

svn: E170013: Unable to connect to a repository at URL

2018-12-07 Thread Martin Gansser
Hi, If I want to build glmixer on the rpmfusion build server I get the following error[1]: -- Generating ChangeLog from SVN (please be patient...) svn: E170013: Unable to connect to a repository at URL 'svn://svn.code.sf.net/p/glmixer/Source/trunk' svn: E670002: Unknown hostname

Re: compilation of mlt-freeworld-6.12.0 fails

2018-11-29 Thread Martin Gansser
thanks for your answer, but there a new error message: /home/martin/rpmbuild/BUILDROOT/mlt-freeworld-6.12.0-1.fc29.x86_64/usr/bin/melt + grep -vP 'mlt/avformat|libmltavformat.so' + find /home/martin/rpmbuild/BUILDROOT/mlt-freeworld-6.12.0-1.fc29.x86_64 -type f -print0 + xargs -0 rm rm: cannot

Re: compilation of mlt-freeworld-6.12.0 fails

2018-11-29 Thread Martin Gansser
Many thanks, now it works. Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines:

compilation of mlt-freeworld-6.12.0 fails

2018-11-29 Thread Martin Gansser
Hi, want to compile new mlt-freeworld-6.12.0 [1], but it fails in the %install section ... %install %make_install #before remove it print it to check with main mlt package find %{buildroot} | grep -vP "mlt/avformat|libmltavformat.so" # remove all execept avformat (ffmpeg part) find %{buildroot}

Re: svn: E170013: Unable to connect to a repository at URL

2018-12-08 Thread Martin Gansser
> Try adding this to %prep > > rm -rf .svn Thanks that works. Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

can't install rpm file due failed dependencies

2018-12-08 Thread Martin Gansser
Hi, If I want to install glmixer compiled with [1] I get the following dependencies error: [root@fc29 tmp]# rpm -ivh /home/martin/rpmbuild/RPMS/x86_64/glmixer-1.7.1835-1.fc29.x86_64.rpm error: Failed dependencies: libFreeFrameGL.so()(64bit) is needed by glmixer-1.7.1835-1.fc29.x86_64

Re: can't install rpm file due failed dependencies

2018-12-08 Thread Martin Gansser
> Look all libraries bundled inside glmixer code: > https://sourceforge.net/p/glmixer/Source/HEAD/tree/trunk/ > > On 08/12/18 15:49, Martin Gansser wrote: that means ? all libraries must be included in the rpm package ? how can i do this, by hand ? [martin@fc29 x86_64-redhat-linux-

Re: can't install rpm file due failed dependencies

2018-12-08 Thread Martin Gansser
> Martin Gansser wrote: > > > 2 things. > > 1. %cmake macro may be getting in the way here, > $ rpm --eval %cmake | grep SHARED > -DBUILD_SHARED_LIBS:BOOL=ON > > in that those may be bundled libraried intended to build/link statically

Re: fedpkg clone doesn*t work

2018-09-12 Thread Martin Gansser
i have shared theinformartion on [1] when i am trying to save the public rsa key on the fedora account, i get this error message: 500 Internal error The server encountered an unexpected condition which prevented it from fulfilling the request. Powered by CherryPy 2.3.0 [1]

koji build fails due missing dependencies

2019-01-28 Thread Martin Gansser
Hi, the build fails due dependencies [1] although lmfit is present in the rawhide repo [2]. [1] https://koji.fedoraproject.org/koji/taskinfo?taskID=32312961 [2] https://koji.fedoraproject.org/koji/buildinfo?buildID=1176846 how can i resolve this ?

Re: koji build fails due missing dependencies

2019-01-28 Thread Martin Gansser
Thanks for your respone MIro, but i can't build GoldenCheetah for now, because of the following error: BUILDSTDERR: file /usr/lib64/gstreamer-1.0/libgstcompositor.so conflicts between attempted installs of gstreamer1-plugins-bad-free-1.14.4-1.fc30.x86_64 and

fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Martin Gansser
Hi, i get the error after copying my home folder /home/martin from a vmware with f29 to a new vmware with f30. Cloning into 'lollypop'... mar...@pkgs.fedoraproject.org: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Martin Gansser
the permissions are: [martin@f30 ~]$ ll ~/.ssh/ insgesamt 20 -rw---. 1 martin martin 130 1. Okt 17:59 config -rw---. 1 martin martin 65 1. Okt 13:25 config.orig -rw---. 1 martin martin 3434 1. Okt 10:17 id_rsa -rw---. 1 martin martin 737 1. Okt 10:17 id_rsa.pub -rw---.

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Martin Gansser
[martin@f30 fedora-scm]$ cat -v ~/.ssh/config Host pkgs.fedoraproject.org User martinkg IdentityFile ~/.ssh/id_rsa.pub [martin@f30 fedora-scm]$ fedpkg clone lollypop Cloning into 'lollypop'... packet_write_wait: Connection to 209.132.181.4 port 22: Broken pipe fatal: Could not read from remote

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Martin Gansser
same error ! ls -ls ~/.fedora.upn -rw-rw-r-- 1 martin martin 9 27. Mär 14:33 .fedora.upn [martin@f30 ~]$ cat -v ~/.fedora.upn martinkg [martin@f30 ~]$ ssh -vvv marti...@pkgs.fedoraproject.org OpenSSH_7.9p1, OpenSSL 1.1.1b FIPS 26 Feb 2019 debug1: Reading configuration data

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Martin Gansser
> On 3/27/19 7:06 AM, Martin Gansser wrote: > > I don't see anything wrong on the server side logs here, it shows that > it's accepting your key. Is this still happening? > > Feel free to drop by #fedora-admin on freenode or file a infrastructure > ticket and we will get

Error compiling obs-ndi: CMake Error at external/FindLibObs.cmake:

2019-02-13 Thread Martin Gansser
Hi, I'am trying to compile obs-ndi for fedora, but this fails with the following error message: I use [1] obs-ndi.spec + /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG

Re: Error compiling obs-ndi: CMake Error at external/FindLibObs.cmake:

2019-02-13 Thread Martin Gansser
Thanks for your reply, 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://getfedora.org/code-of-conduct.html

koji-build fails on s390x architecure

2019-02-14 Thread Martin Gansser
Hi, the koji-build for speed-dreams [1] fails on s390x architecure. The root.log show's the following detail: DEBUG util.py:492: speed-dreams-1:2.2.2-2.fc30 DEBUG util.py:490: BUILDSTDERR: error: unpacking of archive failed on file

compilation of mellowplayer fails on Fedora 30 with gcc-9.0.1 - error: redundant move in return statement [-Werror=redundant-move]

2019-02-07 Thread Martin Gansser
Hi, the compilation of mellowplayer-3.5.1 with gcc-9.0.1 fails on Fedora 30, see the build.log [1] Fedora Bugzilla [2] - -Wredundant-move gives false positives in C++11 mode [1] https://kojipkgs.fedoraproject.org//work/tasks/2212/32602212/build.log [2]

Re: compilation of mellowplayer fails on Fedora 30 with gcc-9.0.1 - error: redundant move in return statement [-Werror=redundant-move]

2019-02-07 Thread Martin Gansser
Thanks for your reply. I will pass this information on to the developer of mellowplayer because I can not make these changes myself. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

Re: compilation of mellowplayer fails on Fedora 30 with gcc-9.0.1 - error: redundant move in return statement [-Werror=redundant-move]

2019-02-07 Thread Martin Gansser
Works for me, many thanks. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines:

Re: compilation of mellowplayer fails on Fedora 30 with gcc-9.0.1 - error: redundant move in return statement [-Werror=redundant-move]

2019-02-11 Thread Martin Gansser
The developer has already fixed the warnings in the new version 3.5.2. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: how to create Makefile

2019-05-16 Thread Martin Gansser
Thanks for your feedback, i switched from qmake to cmake. A review [1] in rpmfusion already exists. [1] https://bugzilla.rpmfusion.org/show_bug.cgi?id=5163 ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

how to create Makefile

2019-05-16 Thread Martin Gansser
Hi, I'm trying to compile the program olive with the help of a spec file [1], which unfortunately fails when creating the Makefile. Have somebody a idea or solution ? [1] https://martinkg.fedorapeople.org/Packages/olive/olive.spec Regars Martin ___

get gnome-shell-extension-media-player-indicator not working on F30

2019-05-02 Thread Martin Gansser
Hi, I am not getting gnome-shell-extension-media-player-indicator-0-0.24.20190419git65867e7.fc30 to work on Fedora 30, although support for gnome-3.32 [1] is given. The maintainer of the program noted in the README.md that "THIS EXTENSION HAS BEEN RETIRED". Has anyone still managed to get the

Re: get gnome-shell-extension-media-player-indicator not working on F30

2019-05-03 Thread Martin Gansser
> On Thu, 2 May 2019, 15:43 Martin Gansser, wrote: > > > You could try looking at the similar but more limited > https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button, > from the same author. Thanks for your answer. I'm aware of that, but I a

CMake Error: file INSTALL cannot find

2019-07-03 Thread Martin Gansser
Hi, when compiling olive [1] on F30, i get this error message: Install the project... /usr/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /home/martin/rpmbuild/BUILDROOT/olive-0.1.0-0.4.20190703git85b5bbd.fc30.x86_64/usr/bin/olive-editor CMake Error at

<    1   2   3   4   >