16:01:08 <geppetto> #startmeeting fpc
16:01:08 <zodbot> Meeting started Thu Nov  2 16:01:08 2023 UTC.
16:01:08 <zodbot> This meeting is logged and archived in a public location.
16:01:08 <zodbot> The chair is geppetto. Information about MeetBot at https://fedoraproject.org/wiki/Zodbot#Meeting_Functions.
16:01:08 <zodbot> Useful Commands: #action #agreed #halp #info #idea #link #topic.
16:01:08 <zodbot> The meeting name has been set to 'fpc'
16:01:08 <geppetto> #meetingname fpc
16:01:08 <zodbot> The meeting name has been set to 'fpc'
16:01:08 <geppetto> #topic Roll Call
16:01:16 <tibbs> Hey.
16:01:40 <geppetto> #chair tibbs
16:01:40 <zodbot> Current chairs: geppetto tibbs
16:02:02 <decathorpe> hello 👋🏼
16:02:15 <geppetto> #chair decathorpe
16:02:15 <zodbot> Current chairs: decathorpe geppetto tibbs
16:11:21 <geppetto> #topic Open Floor
16:12:18 <geppetto> Anyone have anything?
16:13:52 <carlwgeorge> .hi
16:13:53 <zodbot> carlwgeorge: carlwgeorge 'Carl George' <carl@redhat.com>
16:14:03 <geppetto> #chair carlwgeorge
16:14:03 <zodbot> Current chairs: carlwgeorge decathorpe geppetto tibbs
16:15:30 <decathorpe> is there something I can do to move the Rust guidelines update forward? :)
16:17:09 <carlwgeorge> when I last looked at them, they looked good to me
16:17:45 <decathorpe> that gets us to four thumbs-ups?
16:21:41 <geppetto> Eh, on the other side that's everybody that turned up for a couple of weeks … so …
16:28:12 <dcavalca> .hi
16:28:13 <zodbot> dcavalca: dcavalca 'Davide Cavalca' <davide@cavalca.name>
16:28:23 <dcavalca> I have one thing given that today seems quiet :)
16:28:50 <dcavalca> in https://src.fedoraproject.org/rpms/swiftlint/c/e9b1a67644a01295f124e08ca848739155d12335?branch=rawhide we ended up shipping a binary with rpath because swift is... special
16:29:53 <dcavalca> I _think_ the right solution here would be to have the swift-lang package ship a ld.so.conf.d snippet to add the libraries location to the path, but I was wondering if there's a less intrusive solution here that wouldn't require every single package leveraging rpath
16:33:20 <tibbs> That's a tough one.
16:33:22 <geppetto> I'm not sure … the change above looks okay to me?
16:34:18 <dcavalca> for this one package, it's definitely fine; my concern was what the right approach should be if we end up getting more swift packages in the future
16:34:29 <geppetto> If nothing else should link to that library I don't think you want to put it's path in global configs.
16:35:02 <dcavalca> my understanding is that these libraries are only used by things compiled with swift and nothing else
16:42:06 <geppetto> #endmeeting