Re: MBI (Playground 2.0)

2019-02-07 Thread Fabio Valentini
On Thu, Feb 7, 2019, 18:29 Stephen John Smoogen On Thu, 7 Feb 2019 at 09:40, Stephen John Smoogen > wrote: > > > > On Thu, 7 Feb 2019 at 09:21, Fabio Valentini > wrote: > > > > > > On Thu, Feb 7, 2019 at 3:01 PM Stephen John Smoogen > wrote: > > > > > > > > On Thu, 7 Feb 2019 at 07:34, Fabio Va

Re: Qt file dialogs under GNOME and MATE

2019-02-07 Thread Alexander Ploumistos
On Thu, Feb 7, 2019 at 12:00 AM Rex Dieter wrote: > Qt apps under gnome/mate use QGnomePlatform plugin to provide those UI > elements. Thank you Rex, from what I understood, we're not the only ones using it. I think I do need to file a bug report. Best regards, Alex _

Re: rpmlint: library-not-linked-against-libc (parts of Python stdlib, after gcc 9)

2019-02-07 Thread Florian Weimer
* Björn 'besser82' Esser: > $ nm -Dg --with-symbol-versions _contextvars.cpython-37m-x86_64-linux- > gnu.so > w __cxa_finalize > w __gmon_start__ > w _ITM_deregisterTMCloneTable > w _ITM_registerTMCloneTable > U

Re: rpmlint: library-not-linked-against-libc (parts of Python stdlib, after gcc 9)

2019-02-07 Thread Florian Weimer
* Miro Hrončok: > Python extension modules don't need to be linked against libc as they > are never actually loaded on their own, but rather from the Python > interpreter. The rpmlint error is false here. That is definitely not true in general. It depends on what the module does. This can be ra

Re: MBI (Playground 2.0)

2019-02-07 Thread Stephen John Smoogen
On Thu, 7 Feb 2019 at 09:40, Stephen John Smoogen wrote: > > On Thu, 7 Feb 2019 at 09:21, Fabio Valentini wrote: > > > > On Thu, Feb 7, 2019 at 3:01 PM Stephen John Smoogen > > wrote: > > > > > > On Thu, 7 Feb 2019 at 07:34, Fabio Valentini wrote: > > > > > librepo.LibrepoException: (8, 'Cann

package management symlink

2019-02-07 Thread Valor Naram
> If you would implement a universal package name translation, then this> could be **really** useful.A cross platform solution already exists as one debianer stated. Its called 'pkcon' and Fedora already implemented it. Debian as well and other Distros are likely to follow since the most adapt on D

Re: undefined symbol: shm_open (ppc64le and aarch64)

2019-02-07 Thread Dominik 'Rathann' Mierzejewski
On Thursday, 07 February 2019 at 17:34, Florian Weimer wrote: > * Tom Callaway: > > > So, R links with rt if this configure check succeeds: > > > > AC_CHECK_LIB(rt, clock_gettime) > > > > Sure enough, on aarch64 and ppc64le, there is no clock_gettime in > > librt.so.1. I'm not sure _why_, but ther

Re: F30 Self-Contained Change proposal: SWID tag enablement

2019-02-07 Thread Jan Pazdziora
On Tue, Feb 05, 2019 at 07:16:09PM +0100, Miro Hrončok wrote: > On 05. 02. 19 18:47, Jan Pazdziora wrote: > > > > ** add SWID metadata awareness to createrepo (but this will not be > > > Do you mean createrepo_c? createrepo is going away. > > Yes. Is it OK to update the change page to fix that? >

Re: undefined symbol: shm_open (ppc64le and aarch64)

2019-02-07 Thread Florian Weimer
* Tom Callaway: > So, R links with rt if this configure check succeeds: > > AC_CHECK_LIB(rt, clock_gettime) > > Sure enough, on aarch64 and ppc64le, there is no clock_gettime in > librt.so.1. I'm not sure _why_, but there is probably a good reason. Hah! We moved clock_gettime to libc.so.6 in gli

Re: F30 Self-Contained Change proposal: Bash 5.0

2019-02-07 Thread Alexander Bokovoy
On to, 07 helmi 2019, Jerry James wrote: On Thu, Feb 7, 2019 at 2:13 AM Adam Samalik wrote: 2) Fedora infra builds of standalone packages — modular content is currently invisible to standalone package builds. That said, the Modularity Team is actively working on making that possible. You migh

Re: F30 Self-Contained Change proposal: Bash 5.0

2019-02-07 Thread Jerry James
On Thu, Feb 7, 2019 at 2:13 AM Adam Samalik wrote: > 2) Fedora infra builds of standalone packages — modular content is currently > invisible to standalone package builds. That said, the Modularity Team is > actively working on making that possible. You might have heard about "Ursa > Major" whi

Re: undefined symbol: shm_open (ppc64le and aarch64)

2019-02-07 Thread Tom Callaway
On 2/6/19 8:28 PM, Mamoru TASAKA wrote: > I don't know well about R, however that is probably because R-core > (-3.5.3-4.fc30) package already > requires librt.so on x86_64, i686, etc, while on aarch64 and ppc64le, it > does not, which probably indicates > that on x86_64, i686, etc R binary is a

Re: MBI (Playground 2.0)

2019-02-07 Thread Stephen John Smoogen
On Thu, 7 Feb 2019 at 09:21, Fabio Valentini wrote: > > On Thu, Feb 7, 2019 at 3:01 PM Stephen John Smoogen wrote: > > > > On Thu, 7 Feb 2019 at 07:34, Fabio Valentini wrote: > > > > > > FWIW, it looks like COPR's connectivity / download issues when > > > installing the buildroot have gotten eve

Re: MBI (Playground 2.0)

2019-02-07 Thread Fabio Valentini
On Thu, Feb 7, 2019 at 3:01 PM Stephen John Smoogen wrote: > > On Thu, 7 Feb 2019 at 07:34, Fabio Valentini wrote: > > > > FWIW, it looks like COPR's connectivity / download issues when > > installing the buildroot have gotten even worse over the past two > > days; > > The last 13 builds for my e

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: https://fedoraprojec

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 Leigh Scott
> Thanks for your reply. > > I will pass this information on to the developer of mellowplayer because I > can not make > these changes myself. Maybe suppress the error warnings for now https://paste.fedoraproject.org/paste/0UcXKIQa-Nsqha~eV1scKA/raw __

Re: MBI (Playground 2.0)

2019-02-07 Thread Stephen John Smoogen
On Thu, 7 Feb 2019 at 07:34, Fabio Valentini wrote: > > FWIW, it looks like COPR's connectivity / download issues when > installing the buildroot have gotten even worse over the past two > days; > The last 13 builds for my elementary-nightly repository **all** failed > due to some download issue i

Re: MBI (Playground 2.0)

2019-02-07 Thread Fabio Valentini
FWIW, it looks like COPR's connectivity / download issues when installing the buildroot have gotten even worse over the past two days; The last 13 builds for my elementary-nightly repository **all** failed due to some download issue in root.log, and the situation was similar yesterday morning. At

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 devel-le...@lists.fedoraproject.

Re: F30 Self-Contained Change proposal: Bash 5.0

2019-02-07 Thread Dridi Boukelmoune
> I don't read repodata manually, libsolv does it for me. Using libdnf and/or > libmodulemd is not something what (for example) OBS would do. They rely on > libsolv for all dependency solving operations. And unless it will support > modularity (which depends heavily on DNF people's ability to sp

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 Jakub Jelinek
On Thu, Feb 07, 2019 at 11:17:58AM +0100, Jakub Jelinek wrote: > On Thu, Feb 07, 2019 at 10:08:26AM -, Martin Gansser wrote: > > 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

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 J. Scheurich
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 BUILDSTDERR: /builddir/build/BUILD/MellowPlayer-

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 Jakub Jelinek
On Thu, Feb 07, 2019 at 10:08:26AM -, Martin Gansser wrote: > 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//w

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] https://gcc.gnu.org/bugzilla/show_bug.cgi

Re: F30 Self-Contained Change proposal: Bash 5.0

2019-02-07 Thread Igor Gnatenko
I can't speak on behalf of Neal, but I think I will try to answer. On Thu, Feb 7, 2019, 10:21 Adam Samalik > > On Thu, Jan 31, 2019 at 6:19 PM Neal Gompa wrote: > >> On Thu, Jan 31, 2019 at 6:07 AM Matthew Miller >> wrote: >> > >> > On Tue, Jan 29, 2019 at 11:06:25PM -0500, Neal Gompa wrote: >>

Re: Orphaned packages to be retired

2019-02-07 Thread Richard W.M. Jones
On Wed, Feb 06, 2019 at 05:04:47PM +, Sérgio Basto wrote: > On Wed, 2019-02-06 at 14:37 +, Richard W.M. Jones wrote: > > On Mon, Feb 04, 2019 at 09:26:00PM +0100, Miro Hrončok wrote: > > > avgtime (maintained by: rjones) > > > avgtime-0.5.1-0.17.git20150501.fc30.src requires ldc

Re: F30 Self-Contained Change proposal: Bash 5.0

2019-02-07 Thread Adam Samalik
On Thu, Jan 31, 2019 at 6:19 PM Neal Gompa wrote: > On Thu, Jan 31, 2019 at 6:07 AM Matthew Miller > wrote: > > > > On Tue, Jan 29, 2019 at 11:06:25PM -0500, Neal Gompa wrote: > > > Please don't do that. You'll basically break the distribution for all > > > third-party packagers. Modules are not

Re: undefined symbol: shm_open (ppc64le and aarch64)

2019-02-07 Thread Florian Weimer
* Tom Callaway: > One of my packages failed the mass rebuild, but only on ppc64le and > aarch64. The error they both hit is this: > > Error: package or namespace load failed for 'BiocParallel' in > dyn.load(file, DLLpath = DLLpath, ...): > unable to load shared object > '/builddir/build/BUILDROOT