Re: New Go Packaging Guidelines landed in rawhide (koji) today

2019-07-02 Thread Robert-André Mauchin
if you can that would be appreciated. The vast majority of > packages is easy to clean up (just adapt the templates in go-rpm- > templates or use go2rpm), it's just there is an awful lot of them, so > Robert-André Mauchin (eclipseo) can not do all of them in a single > pass. > DO NOT TOUCH

Re: Review swaps

2019-06-12 Thread Robert-André Mauchin
On Sunday, 9 June 2019 03:41:00 CEST Jerry James wrote: > It's time for another game of "my package just grew some new > dependencies." I need reviews for the following and am willing to do > reviews in exchange: > > 1. catch2: a C++ header-only test framework for unit tests >

Re: Stale packages in Fedora 30

2019-06-03 Thread Robert-André Mauchin
On Thursday, 30 May 2019 20:18:35 CEST Adam Jackson wrote: > Since I was looking at a copy of the F30 repo for amd64, here's a list > of a bunch of packages whose dist tag suggests they haven't rebuilt > successfully in any currently-supported Fedora release. I'm sure some > of these are

Re: Bodhi 4.0.0 deployed, one known issue so far

2019-05-30 Thread Robert-André Mauchin
On Wednesday, 29 May 2019 18:47:51 CEST Randy Barlow wrote: > On Wed, 2019-05-29 at 11:58 -0400, Josh Boyer wrote: > > Could you make a container image based on F30 that can be run on > > F29/EPEL 7/8? That offers users a way to use the new tool on the OS > > of their choice and avoids you having

Re: packaging bootstrap example, ideally with golang

2019-05-19 Thread Robert-André Mauchin
On Sunday, 19 May 2019 16:44:16 CEST Brian (bex) Exelbierd wrote: > On Sun, May 19, 2019 at 2:23 PM Robert-André Mauchin > wrote: > > > > > > Hello, > > > > > > > > golang(github.com/jacobsa/ogletest) is only needed for tests by oglemock. > &

Re: packaging bootstrap example, ideally with golang

2019-05-19 Thread Robert-André Mauchin
I'm attaching the two SPEC for ogle{mock,test}# Generated by go2rpm %bcond_without check # https://github.com/jacobsa/ogletest %global goipath github.com/jacobsa/ogletest %global commit 80d50a735a1108a2aeb7abc4a988d183f20c5292 %gometa %global common_description %{expand:

Re: packaging bootstrap example, ideally with golang

2019-05-19 Thread Robert-André Mauchin
Hello, golang(github.com/jacobsa/ogletest) is only needed for tests by oglemock. So you just need to bootstrap oglemock with tests disabled then build ogletest then rebuild oglemock unboostrapped. In the new macros we will have easier tools to deal with more complex cyclic dependencies, see

Re: Python 3.8 failures to triage -- packages failing to build

2019-05-14 Thread Robert-André Mauchin
I fixed Patool manually by removing Archmage from the equation until it is ported to Python 3. Can you rebuild Patool with Python 3.8? Thanks. Robert-André ___ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send

Help wanted to convert Archmage to Python 3

2019-05-03 Thread Robert-André Mauchin
Hello, patool FTBFS depends on Archmage, which is Python 2 only. I'm trying to convert it to Python 3. So far I have the dependency pychm converted: https://copr.fedorainfracloud.org/coprs/eclipseo/pythontests/build/903162/ Here's my Py3 port with 2to3 and minor fixes:

Re: update-desktop-database in %post snippet

2019-04-26 Thread Robert-André Mauchin
On Friday, 26 April 2019 11:30:22 CEST Petr Mensik wrote: > Hi! > > Is it still valid request to add update-desktop-database into %post, > like mentioned by fedora-review tool [1]? Almost at the end of the > comment. I were not able to find any information about it in Package > Guidelines. Should

Re: Looking for comaintainers for AV1 related stuff

2019-04-24 Thread Robert-André Mauchin
On Wednesday, 24 April 2019 22:18:56 CEST Igor Gnatenko wrote: > Count me in! :) > I've added you to these 3 projects. Thanks for your support! > > > > I have packaged almost all project related to AV1: > > - aom: https://src.fedoraproject.org/rpms/aom > > - dav1d:

Looking for comaintainers for AV1 related stuff

2019-04-24 Thread Robert-André Mauchin
Hello, I'm very interested in AV1, the new royalty-free video codec developed by Xiph, Google and others (https://aomedia.org/). I have packaged almost all project related to AV1: - aom: https://src.fedoraproject.org/rpms/aom - dav1d: https://src.fedoraproject.org/rpms/dav1d - rav1e: Not

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-04-16 Thread Robert-André Mauchin
On Sunday, 14 April 2019 08:55:32 CEST Hirotaka Wakabayashi wrote: > Hello > > I tested upgrades from F29 to F30. I use the following images: > https://download.fedoraproject.org/pub/fedora/linux/releases/29/Cloud/x86_64 > /images/Fedora-Cloud-Base-Vagrant-29-1.2.x86_64.vagrant-virtualbox.box >

Re: What is a PDC branch?

2019-04-16 Thread Robert-André Mauchin
On Tuesday, 16 April 2019 04:40:22 CEST Jerry James wrote: > I had two packages pass review a couple of weeks ago. However, my > requests for repos were closed as invalid because "The PDC branch > already exists". I reopened the tickets with a request for more > information, but they just got

Re: Fedora modularity and cyclic dependencies

2019-04-16 Thread Robert-André Mauchin
On Tuesday, 16 April 2019 02:46:49 CEST Mat Booth wrote: > > Yes, there is a buildopts section in the yaml file where you can specify > rpm macros. > > Here is the documentation: > > https://docs.fedoraproject.org/en-US/modularity/making-modules/defining-modu > les/#_build_macros_optional > >

Fedora modularity and cyclic dependencies

2019-04-15 Thread Robert-André Mauchin
Hi, In Golang, we have a lot of cyclic dependencies for which we have to bootstrap many packages, and then later build them unbootstrapped when all the deps are in place. How are we supposed to handle this in Modularity? Since it rebuilds all packages from the start, it will fail to build

How to bootstrap a set of packages?

2019-04-14 Thread Robert-André Mauchin
Hello, I'd like to bootstrap all Golang packages to be able to detect whatever cyclic dependencies we have introduced over the years. Basically what I need is to be able to build from the base rawhide (or Koji latest) without any preexisting Go package, and slowly build the packages

Golang review swaps

2019-04-12 Thread Robert-André Mauchin
Hello folks, In order to update a few Golang packages, new dependencies needing to be packaged have appeared. Please, if you have time to help, take a look at these. They are standard Go packages and all have been tested in Koji or COPR. golang-github-getsentry-raven-go → need

Re: Fork a 119MB pagure project to updating monitoring?

2019-04-10 Thread Robert-André Mauchin
On Wednesday, 10 April 2019 11:04:11 CEST Pierre-Yves Chibon wrote: > On Mon, Mar 25, 2019 at 02:55:23PM -0500, Richard Shaw wrote: > > >Other than having it as a direct option in [1]src.fp.org I think being > >part of a special file in git would be next best. > > > In the recent

Re: Fork a 119MB pagure project to updating monitoring?

2019-04-08 Thread Robert-André Mauchin
On Monday, 25 March 2019 21:45:06 CEST Jason L Tibbitts III wrote: > > "JC" == Jeremy Cline writes: > > > JC> The effort would be a 1-2 line change in the-new-hotness, and > JC> distributing the config to each package repository (some proven > JC> packager could do this easily). > > Well

Re: Registering Python packages with Anitya and the "no-monitoring" option

2019-04-08 Thread Robert-André Mauchin
On Monday, 8 April 2019 07:42:25 CEST Miro Hrončok wrote: > On 08. 04. 19 1:32, Robert-André Mauchin wrote: > > Hello, > > > > I have worked on my script to register packages with Anitya this week-end: > > https://gist.github.com/eclipseo/fbc52aeebccb7f560221bd40ec28b

Re: Anitya not working again?

2019-04-08 Thread Robert-André Mauchin
On Monday, 8 April 2019 13:40:15 CEST Michal Konecny wrote: > Hi, > > it took some time, but it's done now. > > Regards, > mkonecny > Thanks! ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

Registering Python packages with Anitya and the "no-monitoring" option

2019-04-07 Thread Robert-André Mauchin
Hello, I have worked on my script to register packages with Anitya this week-end: https://gist.github.com/eclipseo/fbc52aeebccb7f560221bd40ec28b6af It now handles all backend that Anitya supports. I have ran it on Python 2661 packages and this resulted in 637 new packages being registered.

Re: Anitya not working again?

2019-04-07 Thread Robert-André Mauchin
On Wednesday, 3 April 2019 16:53:06 CEST Michal Konecny wrote: > Done, you should see new bugs in a few minutes. > > mkonecny > May I ask you to do it again for the following list of Python packages? There are more than 600. Thanks, Robert-André Packages linked to Fedora

Need volunteer for a Go review

2019-04-06 Thread Robert-André Mauchin
Hello, Can anyone review: Review Request: golang-github-anacrolix-dms - A UPnP DLNA Digital Media Server that includes basic video https://bugzilla.redhat.com/show_bug.cgi?id=1684956 This is the last piece I need to update rclone to 1.46.0, which was published 2 months ago already. I'm

Re: luxcorerender failure to build

2019-04-04 Thread Robert-André Mauchin
On Thursday, 4 April 2019 19:39:23 CEST you wrote: > On Thursday, 4 April 2019 16:53:38 CEST Luya Tshimbalanga wrote: > > luxcorerender kept on failing despite fulfilling all necessary build > > requirement. It occurred with slg-core which I vainly try to ignore it > > as suggested by upstream.

Re: luxcorerender failure to build

2019-04-04 Thread Robert-André Mauchin
On Thursday, 4 April 2019 16:53:38 CEST Luya Tshimbalanga wrote: > luxcorerender kept on failing despite fulfilling all necessary build > requirement. It occurred with slg-core which I vainly try to ignore it > as suggested by upstream. Can someone investigate? > > Here is the scratch build

Re: luxcorerender failure to build

2019-04-04 Thread Robert-André Mauchin
On Thursday, 4 April 2019 16:53:38 CEST Luya Tshimbalanga wrote: > luxcorerender kept on failing despite fulfilling all necessary build > requirement. It occurred with slg-core which I vainly try to ignore it > as suggested by upstream. Can someone investigate? > > Here is the scratch build

Re: Let's update pytest to 4.x

2019-04-03 Thread Robert-André Mauchin
On Wednesday, 3 April 2019 20:20:58 CEST Miro Hrončok wrote: > Hi. > > I'd like to update pytest as soon as possible to 4.3 (or 4.4 if agreed > upon). > This update will bring a lot of small breakage (long deprecated stuff got > removed), but it is needed for Python 3.8 support. And I'd rather

Can someone do this quick Golang review please?

2019-04-02 Thread Robert-André Mauchin
Hello, I need a quick review of: https://bugzilla.redhat.com/show_bug.cgi?id=1695371 It's a standard Golang package, it builds in Koji. I'm available for any swap in exchange. Thanks, Robert-André ___ devel mailing list --

Re: Anitya not working again?

2019-04-02 Thread Robert-André Mauchin
On Tuesday, 2 April 2019 19:35:11 CEST Michal Konecny wrote: > I refreshed every project on the list (deleted latest version that will > be retrieved again in next check, which is done every hour). You should > already see new bugs in Bugzilla for the projects on this list. > > mkonecny >

Re: Anitya not working again?

2019-03-29 Thread Robert-André Mauchin
On Friday, 29 March 2019 10:33:36 CET Miro Hrončok wrote: > On 29. 03. 19 10:31, Robert-André Mauchin wrote: > > > On Friday, 29 March 2019 09:30:31 CET Michal Konecny wrote: > > > >>> > >>> > >>> > >>> Could you send me

Re: Anitya not working again?

2019-03-29 Thread Robert-André Mauchin
On Friday, 29 March 2019 09:30:31 CET Michal Konecny wrote: > > > > > > Could you send me the list of projects you added? I will manually > > refresh them. > > > I was right, there is missing message call in API code for adding new > package mapping. I created issue for it here >

Re: Need assistance to build luxcorerender due to boost

2019-03-28 Thread Robert-André Mauchin
On Thursday, 28 March 2019 16:17:33 CET Luya Tshimbalanga wrote: > Hello team, > > I encountered an issue related to luxcorerender unable to use the new > boost dependency. See > > https://koji.fedoraproject.org/koji/taskinfo?taskID=33804165 > > Could someone resolve that problem? > > >

Re: Anitya not working again?

2019-03-28 Thread Robert-André Mauchin
On Thursday, 28 March 2019 19:38:30 CET Michal Konecny wrote: > I found out what is wrong, you created the project without Fedora > mapping, so the first version was retrieved without knowing how this is > packaged in Fedora. But I see, that the mapping was added later, but the > message about

Anitya not working again?

2019-03-28 Thread Robert-André Mauchin
Hello, Earlier this week, I wrote a script to check and add all Golang packages to Anitya. Everything went smoothly, and dozens of packages were registered and got their version retrieved. Since our float of Golang packages is severely out of date, I was expecting a load of new messages from

Re: New Repo failed with "The Pagure project already exists"

2019-03-26 Thread Robert-André Mauchin
On Tuesday, 26 March 2019 12:32:02 CET Christophe de Dinechin wrote: > I’m very new to Fedora packaging. > > When I requested a repo for a new project I’m submitting called > “make-it-quick", I got the following response: “The Pagure project already > exists” (see

Review swaps (Golang packages)

2019-03-25 Thread Robert-André Mauchin
Hello, I'd like some help to review my packages, I'll review anything in exchange: Review Request: golang-github-anacrolix-dms - A UPnP DLNA Digital Media Server that includes basic video transcoding https://bugzilla.redhat.com/show_bug.cgi?id=1684956 Review Request:

Re: New Golang Packaging Guidelines: Feedback needed and appreciated

2019-03-22 Thread Robert-André Mauchin
On Friday, 22 March 2019 22:37:06 CET Fabio Valentini wrote: > > Hi Robert-André, > > It looks like you put a lot of work into this - I don't think I've > seen as comprehensive a documentation as this Draft is for any other > aspect of packaging (but well, Go packaging is notoriously difficult >

New Golang Packaging Guidelines: Feedback needed and appreciated

2019-03-22 Thread Robert-André Mauchin
Hello Fedora people, As you may or may not know, currently applied Golang packaging guidelines have always been simply a « draft ». Part of the new Go SIG mission is to update ours best practices and tooling. As such, Nicolas Mailhot designed a new set of macros based on lua script to

Re: Self Introduction: Hirotaka Wakabayashi

2019-03-19 Thread Robert-André Mauchin
On mardi 19 mars 2019 09:18:31 CET Zbigniew Jędrzejewski-Szmek wrote: > On Mon, Mar 18, 2019 at 09:51:31AM +, Hirotaka Wakabayashi wrote: > > > Hello, > > > > My name is Hirotaka Wakabayashi. I would like to contribute to the Fedora > > Project. My goal in the Fedora Project is to learn the

Re: frozen approved review

2019-03-17 Thread Robert-André Mauchin
On dimanche 17 mars 2019 19:55:19 CET Didier Fabert wrote: > Hi all, > > My package was reviewed and accepted[1], but the ticket is frozen since > a week now. What is the next step ? > I find nothing about this in package review process[2], or > packaging-guidelines[3]. > > Thanks for your

Re: Reviewing a package with an rpmfusion dependency

2019-03-14 Thread Robert-André Mauchin
On vendredi 15 mars 2019 04:53:39 CET Jerry James wrote: > I was just looking at reviewing this package: > > https://bugzilla.redhat.com/show_bug.cgi?id=1684950 > > It is a Go wrapper around ffprobe, which is in the ffmpeg package, > which is in rpmfusion-free. The package can be built without

Re: Help us test FedoraReview on Python 3

2019-03-14 Thread Robert-André Mauchin
On jeudi 14 mars 2019 16:04:35 CET José Abílio Matos wrote:> > > There is a simple bug. When the building phase fails it says something > like: ERROR: 'mock build failed, see > /home/jamatos/tmp/1688565-R-ggplot2/results/ build.log' > > The results directory should be removed from that error

Re: Issue with an update, need advice Re: [Fedora Update] [comment] papirus-icon-theme-20190302-1.fc30

2019-03-13 Thread Robert-André Mauchin
On mercredi 13 mars 2019 11:16:51 CET you wrote: > > It seems the lua part executed correctly as the folders got moved to > .rpmmoved but the rest of the transaction fails. > > Did I miss something? > > Thanks, > > Robert-André Ha nevermind, it seems I had missed a directory.

Re: Issue with an update, need advice Re: [Fedora Update] [comment] papirus-icon-theme-20190302-1.fc30

2019-03-13 Thread Robert-André Mauchin
On mardi 12 mars 2019 08:11:47 CET Panu Matilainen wrote: > On 3/12/19 6:07 AM, Robert-André Mauchin wrote: > > > Hello, > > > > I have an issue with the update of papirus-icon-theme: in the new version, > > symlinks have replaced what was previou

Issue with an update, need advice Re: [Fedora Update] [comment] papirus-icon-theme-20190302-1.fc30

2019-03-11 Thread Robert-André Mauchin
Hello, I have an issue with the update of papirus-icon-theme: in the new version, symlinks have replaced what was previously folders and dnf errors out on this: For example, on the current version: $ ll /usr/share/icons/Papirus-Light/16x16 total 24K drwxr-xr-x. 1 root root 73K nov. 6

Re: Builders with different Mock version and different results

2019-03-08 Thread Robert-André Mauchin
On vendredi 8 mars 2019 21:19:57 CET Vít Ondruch wrote: > I wonder why different builders has different version of mock and why > the build result differs? > > The scratch build passes: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=33303459 > > While the official fails: > >

Help needed regarding a build failure on x32 for python-twisted, might be kernel related

2019-03-07 Thread Robert-André Mauchin
Hello, I'm trying to build the new python-twisted 18.9.0, but it fails on 32 bits architecture: BUILDSTDERR: In file included from /usr/include/asm/socket.h:1, BUILDSTDERR: from /usr/include/bits/socket.h:393, BUILDSTDERR: from /usr/include/sys/socket.h:33,

Re: Potemkin %check: Ran 0 tests in 0.000s

2019-03-07 Thread Robert-André Mauchin
On mardi 5 mars 2019 00:03:28 CET Miro Hrončok wrote: > eclipseo python-hpack python-hyperframe python-priority python-hpack, python-hyperframe, python-h2, python-hyperlink, python-priority, python-towncrier and python-twisted all now have proper tests. Best regards, Robert-André

Looking for volunteers for a handful of Go package reviews

2019-03-03 Thread Robert-André Mauchin
Hello, I have several Go packages in need of a review for the latest Rclone version. I'm available for any review in exchange. - golang-github-anacrolix-dms https://bugzilla.redhat.com/show_bug.cgi?id=1684956 - golang-github-anacrolix-ffprobe

Re: state of fedora-review?

2019-03-03 Thread Robert-André Mauchin
On lundi 4 mars 2019 00:16:02 CET Neal Gompa wrote: > On Sun, Mar 3, 2019 at 6:14 PM Felix Schwarz > wrote: > > > > > > Hi, > > > > > > > > I am wondering about the state of the "fedora-review" package. It seems to > > be a pretty important package to ensure new stuff adhers to the latest > >

dav1d 0.2.0 with SONAME bump planned next week

2019-03-02 Thread Robert-André Mauchin
Hello, dav1d 0.2.0 is planned to be released on Monday and I will be pushing it to F30/F31 during the week. This new release comes with a SONAME bump, from 0.1.0 to 1.0.0. As far as I know, only VLC depends on it and as such will need to be rebuilt (CCing kwizart and leigh for that matter).

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Robert-André Mauchin
On jeudi 28 février 2019 10:22:51 CET Miroslav Suchý wrote: > sudo dnf --releasever=30 --setopt=module_platform_id=platform:f30 > --enablerepo=updates-testing distro-sync It seems most of my problems come from the retirement of Python 2. Gofed requires Python 2 packages and I think the

Re: Orphaned packages that will be retired

2019-02-27 Thread Robert-André Mauchin
On lundi 25 février 2019 21:49:32 CET you wrote: > The following packages are orphaned and will be retired when they > are orphaned for six weeks, unless someone adopts them. If you know for sure > that the package should be retired, please do so now with a proper reason: >

Review request

2019-02-19 Thread Robert-André Mauchin
Hi Perl SIG, Can a kind soul help with a review? Review Request: perl-File-Rsync - Perl module interface to rsync https://bugzilla.redhat.com/show_bug.cgi?id=1678884 Thank you, Robert-André ___ perl-devel mailing list --

Re: Review request/swap for cros-guest-tools

2019-02-17 Thread Robert-André Mauchin
On dimanche 17 février 2019 17:01:27 CET Jason Montleon wrote: > Hi, > I packaged the integration tools for running Fedora 29 as a guest on Chrome > OS under crostini. > > Most of the binaries and other files are bind mounted into the container so > the rest of what is set up (and included in the

Re: Fedora 30 System-Wide Change proposal: Remove Obsolete Scriptlets

2018-12-21 Thread Robert-André Mauchin
On mercredi 12 décembre 2018 23:20:54 CET Ben Cotton wrote: > https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets > > == Summary == > Remove scriptlets which are not needed anymore (ldconfig, > gtk-update-icon-cache, etc.). > > == Owner == > * Name: [[User:ignatenkobrain|Igor

Re: NSS package consolidation

2018-11-18 Thread Robert-André Mauchin
On lundi 12 novembre 2018 18:10:47 CET Daiki Ueno wrote: > Tom Hughes writes: > > > > If it's going to one source rpm producing the same three binary > > rpms then you are indeed correct. > > > Thank you for the suggestions. Then I will go ahead and retire nss-util > and nss-softokn source

Golang review swaps

2018-11-12 Thread Robert-André Mauchin
Hi, i need help reviewing these packages: - golang-contrib-opencensus-exporter https://bugzilla.redhat.com/ show_bug.cgi?id=1649059 - golang-github-census-instrumentation-opencensus-proto https:// bugzilla.redhat.com/show_bug.cgi?id=1649058 There are simple Golang packages, I'll

Re: NeuroFedora review swaps

2018-11-12 Thread Robert-André Mauchin
On lundi 12 novembre 2018 15:03:21 CET Ankur Sinha wrote: > Hello, > > Two more relatively simple python packages are up for review if anyone > would like to swap reviews please? > > - python-fsleyes: https://bugzilla.redhat.com/show_bug.cgi?id=1648916 > - python-indexed_gzip:

Re: Need assistance to build LuxCoreRender

2018-11-03 Thread Robert-André Mauchin
On vendredi 2 novembre 2018 21:34:01 CET Luya Tshimbalanga wrote: > Thanks for the pointers. The build encountered an issue due to the use > of boost-static (for some strange reason, boost-devel will not be > detected). I put the SRPM in COPR for testing: >

Re: Need assistance to build LuxCoreRender

2018-11-02 Thread Robert-André Mauchin
A few unrelated notes: - don't mix tabs and spaces - Apache 2.0s is not a valid license shorthand, use ASL 2.0 - don't capitalize the spec name, use luxcorerender - Should be Source2 here, not Source3: install -pm 0644 %{SOURCE2} \

Re: Nobody care about dmz-cursor-themes package

2018-11-01 Thread Robert-André Mauchin
On jeudi 1 novembre 2018 16:47:03 CET Ivan Romanov wrote: > Hello. > > Seems no care about dmz-cursor-themes package. Many time ago was opened > an issue https://bugzilla.redhat.com/show_bug.cgi?id=1397803. But no > any progress. There is an update. Need only to update package. How it > can be

Package Reviews

2018-10-24 Thread Robert-André Mauchin
Hello, I'd like some help for a couple of package reviews: Review Request: rclone-browser - Simple cross platform GUI for rclone https://bugzilla.redhat.com/show_bug.cgi?id=1642570 Review Request: strawberry - An audio player and music collection organizer

Re: PSA: builds using forge macros with tags broken on rawhide

2018-10-23 Thread Robert-André Mauchin
On mardi 23 octobre 2018 23:47:05 CEST you wrote: > On mardi 23 octobre 2018 22:43:16 CEST Nicolas Mailhot wrote: > > Anyway, since no one answers when I list the possible fixes and ask to > > choose between them, I fixed the Fedora spec files myself. > > > > Feel free to reintroduce %gosetup

Re: PSA: builds using forge macros with tags broken on rawhide

2018-10-23 Thread Robert-André Mauchin
On mardi 23 octobre 2018 22:43:16 CEST Nicolas Mailhot wrote: > Anyway, since no one answers when I list the possible fixes and ask to > choose between them, I fixed the Fedora spec files myself. > > Feel free to reintroduce %gosetup calls if you really want them, once > the %gosetup

Re: Unretiring rudeconfig

2018-10-22 Thread Robert-André Mauchin
On dimanche 21 octobre 2018 00:10:03 CEST Ankur Sinha wrote: > > Please feel free to ping me when you are looking for a reviewer in the > future :) If I can take your offer, I have yet another simple Golang package that I had forgotten to do: https://bugzilla.redhat.com/show_bug.cgi?id=1641822

Re: PSA: builds using forge macros with tags broken on rawhide

2018-10-21 Thread Robert-André Mauchin
Yeah all "gosetup -q" (which is gofed default) are broken because of your commit: 294 # Convenience macro to relay computed arguments to %setup 295 - %forgesetup(a:b:cDn:Tq) %setup %{?forgesetupargs} %{-a} %{-b} %{-c} %{-D} %{-n} %{-T} %{-q} 296 + # Optional parameters: 297 + # -a

Re: Unretiring rudeconfig

2018-10-20 Thread Robert-André Mauchin
On samedi 20 octobre 2018 18:13:20 CEST Ankur Sinha wrote: > Hello, > > I would like to un-retire rudeconfig[1,2]. In line with the documented > policy[3], I have submitted a new review ticket here[4]. > > Would someone like to swap reviews please? > I have reviewed and approved the package.

Re: Cannot find -latomic when building for epel7 aarch64

2018-10-19 Thread Robert-André Mauchin
On samedi 20 octobre 2018 00:31:50 CEST Jonathan Dieter wrote: > I'm trying to build duperemove[1] for epel7[2], and it's building on > all the arches except aarch64. > > I'm BR'ing libatomic, but the error it gives in build.log[3] for > aarch64 is: > /usr/bin/ld: cannot find -latomic > > All

Review swaps

2018-10-13 Thread Robert-André Mauchin
Hello, I'd like to ask your assistance to review some packages, in exchange of yours. 2 C++ packages recently featured in FedoraMagazine: https://fedoramagazine.org/better-image-upscaling-waifu2x/ - Review Request: waifu2x-converter-cpp - Image Super-Resolution for Anime-style art using

Re: [Fedora-packaging] Fedora Packaging Guidelines on docs.fedoraproject.org

2018-10-04 Thread Robert-André Mauchin
On vendredi 28 septembre 2018 14:02:37 CEST Igor Gnatenko wrote: > Hello everyone, > > We have moved packaging guidelines onto docs.fedoraproject.org[0]. > If you find any error or would like to change something, don't hesitate to > open ticket or submit pull request for packaging committee

Help wanted for Revew Requests

2018-10-03 Thread Robert-André Mauchin
Hello, I'd like some help to review these packages: - Review Request: arc-kde - Port of the popular GTK theme Arc for the Plasma 5 desktop https://bugzilla.redhat.com/show_bug.cgi?id=1635422 - Review Request: kvantum - SVG-based theme engine for Qt5, KDE and LXQt

Re: Review swap: easy Python module

2018-09-28 Thread Robert-André Mauchin
On vendredi 28 septembre 2018 21:15:14 CEST Gwyn Ciesla wrote: I'd like a swap with: android-file-transfer - Reliable MTP client with minimalistic UI https://bugzilla.redhat.com/show_bug.cgi?id=1633317 Best regards, Robert-André ___ devel mailing

Question regarding "Remove (sub)packages from Fedora 30+"

2018-09-12 Thread Robert-André Mauchin
Hello, What's the procedure for removing a Python 2 subpackage as requested? Should I add it to fedora-obsolete-packages? Should I add "Provides: deprecated()" to the subpackage? Thanks. ___ python-devel mailing list --

Re: Looking for whom to pass the vessel for maitaining youtube-dl

2018-09-11 Thread Robert-André Mauchin
On samedi 8 septembre 2018 11:08:21 CEST Matěj Cepl wrote: > Hi, > > with change of my employer I don't use Fedora/RHEL for my > day-to-day work anymore and so I am loosing touch with the > actual state of packages here. Therefore, I would love to hand > over de facto maintainership of the

Re: Orphaning clementine

2018-09-05 Thread Robert-André Mauchin
On mercredi 5 septembre 2018 13:05:06 CEST Jan Grulich wrote: > Hi, > > I haven't been using clementine for a long time and don't have really time > looking into clementine issues. This is even more complicated given > upstream is more or less dead and latest release is more than 2 years old. >

Re: Rawhide python3-devel conflict issue

2018-08-28 Thread Robert-André Mauchin
On mardi 28 août 2018 22:24:09 CEST BJH2017 wrote: > Hi, > > I build Vim (bleeding-edge package, updated within a day of the latest > upstream release) for Fedora Rawhide, among many other platforms, > using the openSUSE Build Service and the delightful issue I've found > is that python3-devel

Re: Rawhide python3-devel conflict issue

2018-08-28 Thread Robert-André Mauchin
On mardi 28 août 2018 22:24:09 CEST BJH2017 wrote: > Hi, > > I build Vim (bleeding-edge package, updated within a day of the latest > upstream release) for Fedora Rawhide, among many other platforms, > using the openSUSE Build Service and the delightful issue I've found > is that python3-devel

Golang SIG primary goals?

2018-08-24 Thread Robert-André Mauchin
Hey guys and gals, Can we start to discuss this SIG goals? What each of you are expecting? A few ideas: - Making https://fedoraproject.org/wiki/More_Go_packaging official and working on bringing them to EPEL7 - Assigning current Go packages to the SIG so each member of the SIG can work on

Re: Orphaning procedure for python-assimulo

2018-08-23 Thread Robert-André Mauchin
On jeudi 23 août 2018 15:14:13 CEST Manas Mangaonkar wrote: > pac23 > > > On Thu, Aug 23, 2018 at 2:17 PM, Antonio Trande > > wrote: > > What's your FAS account? > > > > On 23/08/2018 03:16, Manas Mangaonkar wrote: > > > Hey, > > > > > > Kindly assign it to me. > > > > > > On Wed, 22 Aug

Re: fedora-review — do we have a maintainer?

2018-08-16 Thread Robert-André Mauchin
On jeudi 16 août 2018 10:47:05 CEST Zbigniew Jędrzejewski-Szmek wrote: > f-r currently fails to build (#1603956), it has a bunch of bugs open [1] > and many issues and unhandled pull requests in the upstream repo [2, 3]. > The last upstream commit was 2 years ago. > > f-r has is annoyingly

Re: ignatenkobrain pushed to python-theano (master). "Drop python2 subpackage (..more)"

2018-08-12 Thread Robert-André Mauchin
On dimanche 12 août 2018 21:50:10 CEST Igor Gnatenko wrote: > Am I doing something wrong or there is a bug in DNF? > > ⋊> /v/t/f/python-theano on master ⨯ sudo dnf repoquery --whatrequires > python2-theano --quiet21:49:02 >

Re: lazy loading of filelists.xml to speed up dnf

2018-08-06 Thread Robert-André Mauchin
On lundi 6 août 2018 18:36:07 CEST Zbigniew Jędrzejewski-Szmek wrote: > Hi dnf and libsolv developers, > > this mail is a continuation of an FPC [1] and a FESCo [2] tickets. > > A proposal was made is to disallow packages in Fedora from using file > deps, and to optimize dnf to not load

Review swap, Perl flavored

2018-07-31 Thread Robert-André Mauchin
Hello, Today is my first year anniversary of contributing to Fedora, yay us! I've just proposed a Perl program to review: Bug 1610554 - (perl-Crypt-HSXKPasswd) Review Request: hsxkpasswd - Secure memorable password generator https://bugzilla.redhat.com/show_bug.cgi?id=1610554 Description: A

Re: dokuwiki packagers unresponsive

2018-07-27 Thread Robert-André Mauchin
On vendredi 27 juillet 2018 23:50:50 CEST Sérgio Basto wrote: > On Fri, 2018-07-27 at 23:09 +0200, Peter 'Pessoft' Kolínek wrote: > > > On 2018-07-27 03:51, Sérgio Basto wrote: > > > > > On Thu, 2018-07-26 at 21:43 -0400, Solomon Peachy wrote: > > > > > > > On Thu, Jul 26, 2018 at 09:09:25PM

Re: Golang SIG for Fedora

2018-07-27 Thread Robert-André Mauchin
On vendredi 27 juillet 2018 15:28:12 CEST Jakub Cajka wrote: > Hello, > > it seems that lately there has been more people maintaining Go package in > the Fedora. I would like to propose to join up and form Go SIG so we could > better co-ordinate and collaborate on the packaging issues and

Re: Fixing KeepassXC missing Gnome tray icon

2018-07-18 Thread Robert-André Mauchin
On mercredi 18 juillet 2018 21:20:33 CEST Germano Massullo wrote: > A user filled the following bugreport > https://bugzilla.redhat.com/show_bug.cgi?id=1601033 > concerning KeepassXC from Fedora repository missing the Gnome tray icon. > He states that the upstream AppImage build instead is not

Re: Fixing KeepassXC missing Gnome tray icon

2018-07-18 Thread Robert-André Mauchin
On mercredi 18 juillet 2018 21:20:33 CEST Germano Massullo wrote: > A user filled the following bugreport > https://bugzilla.redhat.com/show_bug.cgi?id=1601033 > concerning KeepassXC from Fedora repository missing the Gnome tray icon. > He states that the upstream AppImage build instead is not

Re: Mass rebuild, mass Golang packages failures

2018-07-17 Thread Robert-André Mauchin
On mardi 17 juillet 2018 14:34:49 CEST you wrote: > Hello, > > > Since the mass rebuild and maybe because of Golang 1.11 beta 1, all the > Golang package containing a binary fail because the debuginfo are not > generated: > > RPM build errors: > error: Empty %files file

Mass rebuild, mass Golang packages failures

2018-07-17 Thread Robert-André Mauchin
Hello, Since the mass rebuild and maybe because of Golang 1.11 beta 1, all the Golang package containing a binary fail because the debuginfo are not generated: RPM build errors: error: Empty %files file /builddir/build/BUILD/rclone-1.42/ debugsourcefiles.list Empty %files file

Re: Review swaps

2018-07-08 Thread Robert-André Mauchin
I took care of: - cadical: https://bugzilla.redhat.com/show_bug.cgi?id=1599012 - lfsc: https://bugzilla.redhat.com/show_bug.cgi?id=1599013 - symfpu: https://bugzilla.redhat.com/show_bug.cgi?id=1599014 ___ devel mailing list --

Re: DNF issue ? able to install redis with missing dependency

2018-07-06 Thread Robert-André Mauchin
On vendredi 6 juillet 2018 16:15:21 CEST Remi Collet wrote: > Hi > > See https://koji.fedoraproject.org/koji/taskinfo?taskID=27817390 > > > + /usr/bin/redis-server ... > /usr/bin/redis-server: error while loading shared libraries: > libjemalloc.so.2: cannot open shared object file: No such file

Re: Fwd: gcompris-qt: help needed

2018-06-30 Thread Robert-André Mauchin
On samedi 30 juin 2018 13:25:50 CEST Andrea Musuruane wrote: > Hi! > I'm forwarding this request for help here since it seems there is no > one available on Fedora games. > > The strange thing about this issue is that on F27 everything is fine (the > spec file is the same). > > Thanks in

Re: In the OpenShift Origin/CRI-O/Kubernetes effort we have a dilemma.

2018-06-29 Thread Robert-André Mauchin
On vendredi 29 juin 2018 18:19:23 CEST Lokesh Mandvekar wrote: > FWIW, a fun read from the debian pkg-go list about packaging docker > https://www.mail-archive.com/pkg-go-maintainers@alioth-lists.debian.net/msg0 > 0032.html I wish we had a formal Go Packaging Team like them. It would be more

Re: new package built, now what?

2018-06-28 Thread Robert-André Mauchin
On jeudi 28 juin 2018 23:43:09 CEST Alois Mahdal wrote: > Hi, > > so I'm following "Join the package collection maintainers", I'm at the > late phase when I've submitted new package, ran `fedpkg build` from > master, koji is happy, etc. > > >

Re: Heads up: Python 3.7 rebuild in progress

2018-06-28 Thread Robert-André Mauchin
On jeudi 28 juin 2018 22:05:36 CEST Antonio Trande wrote: > Does anyone know how to fix 'antimony'? > https://bugzilla.redhat.com/show_bug.cgi?id=1594496 > > Reply from upstream is delayed... > > On 28/06/2018 20:41, Miro Hrončok wrote: > > This is a reminder that your package FTBFS with Python

Re: Packages with scriptlets which call ldconfig

2018-06-28 Thread Robert-André Mauchin
On jeudi 28 juin 2018 03:30:34 CEST Jason L Tibbitts III wrote: > eclipseo libfilteraudio webkit2-sharp Done for me on F28+. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Unannounced soname bump: toxcore

2018-06-26 Thread Robert-André Mauchin
Hello, I accidentally soname bumped toxcore from libtoxcore.so.2.2.0 to libtoxcore.so.2.3.0. It was a minor patch release and I didn't anticipate the soname change. Affected package are utox and qtox (rpmfusion). They will be rebuilt shortly. I don't expect anyone to be affected by it, since

<    1   2   3   4   >