18:04:02 #startmeeting EPEL (2019-03-13) 18:04:02 Meeting started Wed Mar 13 18:04:02 2019 UTC. 18:04:02 This meeting is logged and archived in a public location. 18:04:02 The chair is smooge. Information about MeetBot at http://wiki.debian.org/MeetBot. 18:04:02 Useful Commands: #action #agreed #halp #info #idea #link #topic. 18:04:02 The meeting name has been set to 'epel_(2019-03-13)' 18:04:02 #meetingname epel 18:04:02 The meeting name has been set to 'epel' 18:04:02 #topic Chair and Introductions 18:04:02 #chair bstinson Evolution nirik smooge pgreco tdawson 18:04:02 Current chairs: Evolution bstinson nirik pgreco smooge tdawson 18:04:10 * nirik waves 18:04:16 hello 18:04:24 Hi 18:04:31 hello 18:04:47 howdy 18:06:22 #topic No Agenda and No Quorum 18:06:39 So I didn't send out an agenda so we will just go over a short meeting list. 18:06:50 I think bstinson is out at a show and so is Evolution 18:07:06 so I think we will keep this to a short meeting 18:07:21 #topic EPEL-7 Python34 -> Python36 18:07:40 #info tdawson carlwgeorge kanarip did a LOT of work this weekend to get the initial stuff done 18:07:47 all I have in mind today is thanks the guys how have been working on this 18:07:49 #info we need to test a lot of things and fix them 18:08:04 they did a looooooooooot of work 18:09:02 thank you all for the work 18:09:13 any questions/comments on things? 18:09:17 You are very welcome 18:09:18 how does everyone feel about having python36 conflict with python34 < 3.4.9-3 18:09:37 Just know that I will be gone from March 20 until around April 1 or 2. 18:09:39 carlwgeorge, and maybe the opposite too 18:10:03 python34 conflict with python36 < $oldversion 18:10:16 adding a conflict to python34 doesn't make sense because it's already removed /usr/bin/python3 18:10:31 tdawson, you want me to just fix epel7/python-sphinx-autobuild and then look at master and beat that in to shape? 18:10:34 I think that needs to be answered by mhronok (sp) and the python group. I don't know if it will impact future RHEL issues 18:10:58 kanarip: By *fix*, do you mean disable the 34/36 stuff? 18:11:00 sorry for the mispelling. I am used to tab completion which isn't working 18:11:23 tdawson, work on it and throw a pull request in 18:11:34 kanarip: Sounds good 18:12:10 I think we should have the conflict... 18:12:17 but I'd be happier for a better solution. 18:12:27 fyi in case anyone missed it, i changed that bug report for python36 to rlwrap https://bugzilla.redhat.com/show_bug.cgi?id=1687196 18:13:09 there are a handful of other epel packages that require /usr/bin/python3 that will probably need a similar fix 18:14:00 I am not sure thats the right answer. 18:14:02 carlwgeorge, i queried the lot and all of them got rebuilt 18:14:28 sorry, I am getting all muddled. I meant I thought we should have the obsoletes... not the conflict. 18:14:28 *except* for the one package Mr bleve got from epel-testing that was never in epel-stable 18:15:07 ok what are the top things we need to do? 18:15:12 the problem is that yum doesn't have enough information to do the right thing when both an installed python34 and a proposed python36 both have /usr/bin/python3 18:15:47 i think we only needed to rebuild the packages that depend on /usr/bin/python3 with the new python34 and python36 in the build tag 18:15:50 which i think we have 18:16:33 that doesn't solve it I don't think... unless it also changes the requires in those to python36 instead of python3 18:16:41 shebangs would be fixed not from /bin/python to /bin/python3 but from /bin/python to /bin/python36 or whatever 18:16:52 nirik: would the conflict not be enough? the issue that was seen was that the missing provide wasn't detected until after the transaction started, which a conflict would address. 18:17:35 conflicts are to be avoided, they cause the user to have downloaded stuff and have to manually figure out what they want to do differently. 18:18:09 kanarip: what do you expect does that? 18:18:30 yes, but we have the file conflict no matter what. the rpm tag conflict should reflect the reality. 18:18:40 nirik, a part of rpmbuild 18:18:52 mangle-shebangs iirc? 18:19:07 kanarip: I don't think there is any such thing active in epel7... I could be wrong, but I think thats fedora only. 18:19:27 nirik: https://docs.fedoraproject.org/en-US/packaging-guidelines/Conflicts/#_implicit_conflicts 18:19:44 well, it doesn't. 18:19:59 or I guess it does, but has already been fixed? as the new python34 does not have that file 18:20:15 correct, we're just talking about conflicting with the previous version 18:20:22 what exactly do you want to add conflicts to with what value? 18:21:00 python36 should have `Conflicts: python34 < 3.4.9-3` 18:21:01 oh I see... Conflicts: old python34 to the python36 package? 18:21:22 ok, that makes sense. 18:21:34 not dissimilar from the conflict usage for splitting packages 18:21:56 if we do that tho,, does yum exit with an error? or just pull in the 34 update? 18:22:56 i actually haven't tested it yet, but it will either 1) exit with a conflict error while solving the transaction or 2) realize it needs to update python34 to the latest in the same transaction. 18:23:18 both of which are better than the current error after the user presses y 18:23:19 right, if it does 1) the user experence is horrible 18:23:29 sure, but not great still. 18:23:46 i know nextgen-yum4 (dnf) from extras will do 2 18:24:29 i'll test this and see what actually happens 18:24:45 ok put that in the thread as testing scenarios you tried and gotchas. 18:24:47 that would be helpfull. Perhaps then that bug should move to python36 if thats where the fix is. 18:25:02 nirik, you're right, it doesn't in epel7, rlwrap will need to be fixed anyway 18:25:29 yeah that bug should stay with rlwrap, i can pop a new one for this conflicts discussion 18:25:32 well, I am not sure we need/should change those 18:25:52 rlwrap's python dep is most likely bogus 18:25:53 I mean, it should work with either python34 or python36 right/ 18:26:11 so, why not let someone keep python34 if they need to for some other reason? 18:27:59 I guess it could/should be just up to the maintainer, since 'python3' doesn't tell us enough. ;) 18:28:38 carlwgeorge, i'm looking in to it 18:28:43 *rlwrap that is 18:28:57 cool 18:29:31 is there an overall wiki page for the py34->py36 switch i can use in a spec file comment? 18:29:52 carlwgeorge, I don't think so. 18:30:06 or was there 18:30:38 not that I know of. 18:30:46 no worries, i'll just link to https://src.fedoraproject.org/rpms/python-rpm-macros/c/99f8b82d04ce08c351bdde3a758de46e9f18a86c?branch=epel7 18:30:54 <- oops 18:31:00 or the discussion on the epel-devel list 18:32:08 ok anything else on this? 18:33:03 #topic Open Floor 18:33:15 ok anyone have anything for the open floor 18:33:54 in my exercise to rebuild everything epel8 recursively, i find errors in rhel 8 ;-) 18:34:49 noooo 18:35:24 moreover, i find there's quite a few python2 dependencies 18:35:42 which i understand we'd rather avoid or resolve at some point, right? 18:35:47 well, python2 is available as a module 18:35:54 ((at least I thought) 18:36:02 yeah, but everything rhel is built without python2 ;-) 18:36:09 it is a module. most of the rpms are not 18:36:30 i'll have a list, patches, pull requests 18:36:31 right, goes back to the ursa-major/whatever replaces it/etc thing 18:36:51 and as Fedora 30/31 is finding out there are a TON of packages which require python2-sphinx or /usr/bin/python 18:37:13 kanarip: so you are switching them to python3? but thats a module too? 18:37:17 aside from that, fedpkg's huge recursive dependency chain includes python2-only packages 18:37:39 yeah, possibly via koji. 18:37:47 and bodhi iirc 18:37:55 and some more obscure one-offs here and there 18:38:02 smooge: python2-sphinx got dropped from rawhide now. 18:38:38 huh, bodhi is now python3... oh, perhaps not in epel7 tho. 18:38:47 nirik, yeah.. and I expect that you will find that about 400 packages won't FBTFS 18:38:53 epel7 is not relevant ;-) 18:39:19 so next mass-rebuild will be fun 18:39:40 and putting in python3-sphinx doesn't seem to work for some sets of docs 18:39:55 i have python2-sphinx 18:39:58 bcond docs 18:39:58 so again.. next summer rebuild 18:40:19 it's the recursive build deps that will get you ;-) 18:40:24 :) ... the easy solution 18:40:37 so for my mock I am doing the equivalent of config_opts['module_enable'] = [ '*' ] which works for a local mockchain but not for koji 18:40:53 it's not that bad 18:41:14 i find it doesn't actually need that 18:41:42 koji uses it's own mock config 18:41:46 yeah I know 18:42:12 looks like it was 102 packages... but a lot have been fixed. I fixed N of mine on sunday. 18:43:56 in either case... either everything will have to be pushed forward hard -- including code changes, or ... 18:44:16 python2 is a part of epel8 for the sake of the packages that matter 18:44:47 well, one issue is that we don't know what will be in epel8 yet. Until maintainers decide they wish to support it... 18:45:26 not even CRB appears to be able to help us greatly 18:46:27 it's all python3 only by default, few exceptions, some are not build conditioned, most do not have the equivalent build condition for 'without python3' so we could end up with only the supplemental binary blob python2 rpm of something 18:47:00 so for EPEL-8 attempt, I have 40 packages which required python2-sphinx and 18 which required python-sphinx and a lot of packages which use /usr/bin/python but don't require it so break during the build 18:47:16 I was confusing the other problem with the first one 18:47:32 so anyway.. I think we can close this out this week 18:47:38 thank you all for coming 18:47:44 on all these attempts what are you using for packages? the set of ones that are currently in epel7? or ? 18:47:46 I hope you have a good weekend and get some rest 18:48:08 nirik, i list-pkgs the epel7 koji tag fwiw 18:48:33 nirik, I am using the F28 packages as sidedeps because they are python36 versus python37/38 and I am using fedora30 src.rpms 18:49:08 ok. but do note as I said, maintainers may well not want to maintain all the same packages in 8... 18:49:20 but good data 18:49:30 these are only packages which are in EPEL-7 18:49:51 but the size of the deps grew a bit 18:49:57 ;-) 18:50:28 so I had to keep expanding until I had them closed. I am at ~11000 f30 packages to equal epel-7 18:51:04 I will have more stats next meeting 18:51:42 as I finally got all the requires I could to rebuild so I can start on the 11000 f30 packages 18:52:14 how are you dealing with the multitude of packages that only 0?fedora do with python3? 18:52:24 I am not doing anything 18:52:29 ohw, aha 18:52:37 this is just a proof of concept 18:53:00 when stuff actually gets branched etc.. those would need to be fixed 18:53:13 but this will give an idea of what can be built without any intervention 18:53:58 i'm doing some actual building... so that graphs out source branches, pull requests and build order 18:54:17 yeah.. I don't have that infrastructure set up 18:54:50 ok I am going to close this out and go deal with my forest fire list. Thank you all for coming 18:54:58 #endmeeting