18:00:01 #startmeeting EPEL (2018-05-16) 18:00:01 Meeting started Wed May 16 18:00:01 2018 UTC. 18:00:01 This meeting is logged and archived in a public location. 18:00:01 The chair is smooge. Information about MeetBot at http://wiki.debian.org/MeetBot. 18:00:01 Useful Commands: #action #agreed #halp #info #idea #link #topic. 18:00:01 The meeting name has been set to 'epel_(2018-05-16)' 18:00:01 #meetingname EPEL 18:00:01 #topic aloha 18:00:01 #chair avij bstinson Evolution nirik smooge 18:00:01 The meeting name has been set to 'epel' 18:00:01 Current chairs: Evolution avij bstinson nirik smooge 18:00:01 #topic agenda 18:00:39 Hello everyone? 18:00:41 hello 18:01:06 hi all 18:02:11 morning 18:02:23 ok so here is what I have for today 18:02:38 #topic agenda 18:02:38 #info EPIC 18:02:38 #info flock talks? 18:02:38 #info smbios 18:02:39 #info open floor 18:02:47 any other items need to be added? 18:03:33 ok I am going to swap things around 18:03:38 if I could type, I'd be here on time 18:03:43 #topic smbios 18:03:48 feodra-meeting is someting entirely different 18:03:57 there's something about python2-s3transfer, but I think I'll have that discussion on the mailing list to get some more opinions 18:04:26 so mostly we have the usual "hey its a new release and stuff is conflicting" 18:05:00 the first one is that smbios from upstream doesn't work with upstreams products 18:05:10 this time it's "RHEL adopted some EPEL packages and broke things in the process" .. 18:05:22 s/with upstreams/with another upstreams/ 18:06:00 it's actually the same upstream 18:06:08 smbios is a Dell project 18:07:08 is there a bug on this one? 18:07:34 #link https://bugzilla.redhat.com/show_bug.cgi?id=1570019 18:07:43 thanks 18:08:25 #link https://access.redhat.com/solutions/3409271 18:08:57 anoying thats closed as a duplicate. 18:09:07 indeed 18:09:45 #link https://bugzilla.redhat.com/show_bug.cgi?id=1562440 ? 18:09:59 not visible to us mere mortals 18:10:20 yeah, I can't see it either. ;) 18:10:54 same. even with rh account it's invisible. 18:11:11 your bug report is in another castle. 18:11:28 oooh 18:11:33 anyhow, the only action I could see here is that we bump the epel one so people could keep using it... but that might mess up any plans dell/rhel has 18:11:47 * carlwgeorge waves 18:12:41 i was working with it quite a bit, it's a bigger problem than just the disabled c++ interface. red hat added ~20 patches, and one of them causes one of the commands to segfault. 18:13:16 and EPEL's libsmbios might not be compatible with RHEL's fwupd. fwupd was the reason RHEL shipped libsmbios in the first place 18:13:16 oops 18:13:58 on the rackspace/red hat call, i suggested that rackspace rebuild the rhel srpm with the c++ interface and the bad patch disabled. rh engineers specifically asked us to just rebuild the epel rpm at a higher release instead, because they haven't tested their patchset with the c++ interface. 18:14:12 oy, this bug 18:14:26 speak of the devil, hey pjones 18:15:05 really, ideally the way through here is a) finish debugging what's going wrong in the RHEL package, and also b) rebuild the /epel/ rpm with just the c++ bits. 18:15:06 I'd be happy for epel to do whatever helps out best, but not sure how to get that info 18:15:31 but for various reasons debugging has been stalled 18:15:37 the epel rpm already has the c++ bits, but the rhel package is a higher nvr 18:15:38 pjones: you mean have rhel provide most of it, but epel provide c++ interface? 18:15:46 I mean split the c and c++ bits 18:15:48 that will need a package rename in epel. 18:15:52 and make them different packages, yes 18:15:59 pjones: woun't that require keeping the two packages in tight alignment for versioning? 18:16:08 nirik: no, because the rhel package also causes segfaults with the c interface in one of the commands 18:16:10 Evolution: no, the two APIs are basically unrealted 18:16:11 the KB article does not really provide much details of what Dell/RH are planning to do. at most it suggests that a future release of OMSA will fix this. 18:16:13 unrelated 18:16:39 carlwgeorge: well, that's a short term bug hopefully fixed by a rhel update? 18:16:53 yeah, that just means I have to figure out why and fix it 18:17:24 right, but until that's fixed, the easiest fix is to rebuild the epel rpm with a higher nvr than the rhel one. that is the fix rh asked rackspace to do locally, might as well do it for the world. 18:17:26 do things use the c++ interface? I guess yes? 18:17:31 omsa does 18:17:50 and it rpm requires it, so updates from 7.4+omsa to 7.5 fail 18:17:54 right, but let's try to discuss the outcome we want, not the intermediate workarounds we could use 18:18:09 pjones: who maintains the package internally? is that you? 18:18:12 Evolution: yes 18:18:27 and I can say for sure we're not going to carry the C++ impl in rhel. 18:18:34 pjones: if we bump epel as a stop-gap, can we ensure that the future rhel (corrected) package will surpass the epel NVR? 18:18:47 sure. 18:18:50 the outcome i want is for rh to ship smbios that meets all the requirements of omsa, and doesn't cause commands to segfault. 18:18:55 okay. so I see two things to be done here. 18:19:03 as an intermediate, we bump epel as carlwgeorge suggests 18:19:22 then we work to create a separate package for just the c++ bits for once RHEL releases a corrected one 18:19:29 ... before. 18:19:29 * nirik nods 18:19:37 before RHEL releases a corrected one 18:19:48 right 18:19:49 yes. 18:19:49 yup 18:20:04 it's going to have to be a new package... libsmbios would need to be retired when the fixed one comes out 18:20:29 right. with a requires for libsmbios from base/updates from rhel/whatever 18:20:42 libsmbios-cpp 18:20:51 does that seem a sane path for everyone? 18:20:56 it does to me 18:21:02 no, omsa would require the c and c++ interfaces individually. the deps don't need to require each other. 18:21:30 that way when omsa finally stops requiring the c++ interface, omsa can just be installed with the one interface. 18:21:47 right, so: 18:21:49 seems good. Who will bell the cat? :) 18:21:55 yeah 18:22:21 pjones gets the internal one, and I'd vote for carlwgeorge to get the epel one 18:22:26 I can update the existing package if someone tells me whats exactly needed. Just a release bump? 18:22:27 since he's doing it locally anyway 18:22:36 or that 18:22:50 nirik: bump the epel spec file to a -7 release 18:23:29 carlwgeorge: can you make the new package? and one of us can review? 18:23:50 rackspace is currently shipping -6.3 internally, to stay under -7 just in case, but since pjones confirmed he can make sure rh's is eventually higher we can use simple digits 18:24:06 * bstinson is strongly in favor, but in the interest of governance i think we should record a vote on this 18:24:17 nirik: yes, i'll try to make a libsmbios-cpp package 18:24:42 #proposal: Nirik will update libsmbios to -7. carlwgeorge will make a libsmbios-cpp package 18:25:06 +1 18:25:09 #proposal nirik will update libsmbios to -7. carlwgeorge will make a libsmbios-cpp package 18:25:21 libsmbios-cpp that provides libsmbios.so.2()(64bit) and bumping EPEL's libsmbios to -7 gets +1 from me, 18:25:30 +1 18:25:50 +1 18:26:09 +1 18:26:51 wfm 18:27:48 #agreed nirik will update libsmbios to -7. carlwgeorge will make a libsmbios-cpp package 18:27:53 Ok next up 18:27:59 I've been marginally effective here. it's time for me to take credit, and then swoop in on another call. 18:28:00 oh wait.. anything else on this ? 18:28:04 sorry. 18:28:07 see you 18:28:09 thanks 18:28:13 18:28:28 #topic EPIC (or why Evolution doesn't get any cake) 18:28:40 :-( 18:28:54 I finally sat down and replied to this. ;) Thanks for writing it up smooge. 18:29:05 As Kevin said, after years of talking, I wrote up the proposal and sent it out. 18:29:11 many words of wisdom there 18:29:35 The original is an adoc which I can put up somewhere for people to peruse/edit if so desired 18:30:12 I think it's pretty doable, but I am concerned about enough releng manpower. I don't think fedora releng has any spare cycles... so it would just be us. ;) 18:30:17 link? 18:30:47 i have a draft of my response percolating somewhere. thanks smooge for putting together the extensive background information too, that really frames it 18:31:05 #link https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org/thread/MWKF7JQ4DTJZHAN6SMCWD4JTWD56AEGI/ 18:31:46 avij thanks 18:33:14 might want to post a pointer on fedora devel / centos devel lists pointing to that thread for input? 18:33:27 so I am not expecting much discussion in this meeting about it since it went out yesterday. I would like to have the discussion on lists.. 18:33:45 my next step was to put it on the fedora/centos lists if people felt that was what was needed 18:34:35 .. has discovered his AC is broke again 18:34:58 sorry wrong channel. 18:35:34 nirik, I will put in a post to the lists tomorrow after I try to put in the feedback you and others have had. 18:35:49 I will put the docuemtn in the epel git repository also 18:36:40 cool. 18:37:20 does anyone have any feedback like "Dear god man, use a spell checker." 18:37:21 there's a slight technical challenge with the versioned directories. CentOS 7 (1804) does not know it's really 7.5. 18:38:10 we could have 7.5 link to 1804 or vice versa 18:38:16 same for 6 actually, but at least on CentOS 6 /etc/centos-release says honestly that it's 6.9. 18:38:50 avij, oh ok I was looking at CentOS Linux release 7.5.1804 (Core) 18:39:11 from the mirrorlist.centos.org point of view, the only input given is either 6 or 7, not 6.9 or 7.anything 18:39:32 well the same is with RHEL in RHN 18:39:52 there is only 6 and 7.. however CentOS has CR which makes it different 18:40:28 so this X.Y is mostly for our 'benefit' 18:41:02 to try and deal with the window where CR has stuff but base/updates does not 18:41:46 does that make sense? or is there a different way to describe this? 18:43:41 sidetrack: libsmbios update: /home/kevin/git/pkgs/libsmbios/epel7/libsmbios-2.3.3-7.el7.src.rpm 18:43:42 well, I'm wondering how this would work from the "package consumer" angle 18:44:23 what do you mean? 18:44:43 in that if someone was running 7.4 they'd need to use 7.4 EPIC packages, 7.4+CR would need to use 7.5 EPIC packages, and 7.5 would need to use 7.5 EPIC packages 18:45:54 * avij rereading some parts of the email to see if I missed something 18:46:12 so I would run it like follows: regular person doesn't care they get epel-base/epel-updates. The CR person would get epel-base/epel-updates/epel-cr 18:46:54 If a person wants to stay on 7.4 after 7.5 is made official it would be the same if they wanted to do so with CentOS. They point to the equivalnet to the vault til the end of time 18:47:03 does that help? 18:47:29 ah ok, if there's a separate epel-cr repo then that'd work 18:49:05 I will clarify tht 18:49:07 thanks 18:49:43 does anyone have anything else? Otherwise I can go to the last topic 18:49:58 that seems like overkill. cr is opt in, so i would expect the process would be "opt in to cr and 7.5" 18:50:42 carlwgeorge: but if there's a epic-cr repo the 'opt in' is just enabling it. ;) 18:51:14 and we likely need it anyways to allow us to cycle builds against CentOS CR before they both go GA 18:51:15 yes that was what I was thinking 18:51:52 so opt in to cr + epic-cr, instead of opt in to cr + epic-7.5? 18:51:59 well, might work for CentOS, but then again, RHEL users would need to enable the epel-cr repo to get their new packages without waiting 18:52:10 this is meant to deal with several problems: 1. packages which are in CR we need to drop. 2. packages needing rebuilds because cr has more stuff 18:52:59 anyway, I'll need to spend some more time forming my opinion of this. we can go forward. 18:53:03 avij, yes. I don't see a way to have it work for the 2 communities otherwise 18:53:09 ok 18:53:20 #topic Flock Talks or Open Floor (you decide) 18:53:32 So I know what my Flock Talk is going to be 18:54:39 I figure we will try to get a round-table session 18:54:46 smooge: i can tackle a chunk of the CI portion of the EPIC proposal for Flock 18:54:51 thanks 18:55:05 i'm probably going to submit a couple of other buildsys/CI integration topics 18:56:19 anything else for the moment? I am at the its 90F in my office and I need to get something cold to drink 18:56:37 yall are gonna get me to try and get rackspace to buy a germany plane ticket, aren't yall 18:56:48 carlwgeorge: yes :) 18:57:04 or we are going to get mattdm to buy one for you 18:57:08 carlwgeorge: definitely. ;) 18:57:10 i couldn't even get them to sponsor texas linux fest 18:57:28 I am pretty sure the second option will be more likely 18:57:40 there is some sponsorship via fedora... 18:58:00 i'm all ears 18:58:15 well, it's all TBD at this point 18:58:37 do we know when the CFP will be up? 18:59:22 not yet 18:59:28 * nb is hoping that mattdm will buy nb a ticket to flock :) 18:59:40 nb: it's pretty likely 18:59:44 that is what mattdm gets for showing up in a meeting 18:59:47 I'm happy with spending mattdm's money 18:59:57 but I could be convinced to pony up for some myself 18:59:59 he becomes mr moneybags 19:00:03 bstinson: we can hassle bexelbie about that cfp in the next meeting, starting when this one ends 19:00:05 ok I need to head out 19:00:11 thank you all for coming 19:00:13 and to be clear, it's Fedora's community money, not mine :) 19:00:15 #endmeeting