18:00:11 #startmeeting Go SIG meeting 18:00:11 Meeting started Mon Mar 27 18:00:11 2023 UTC. 18:00:11 This meeting is logged and archived in a public location. 18:00:11 The chair is alexsaezm. Information about MeetBot at https://fedoraproject.org/wiki/Zodbot#Meeting_Functions. 18:00:11 Useful Commands: #action #agreed #halp #info #idea #link #topic. 18:00:11 The meeting name has been set to 'go_sig_meeting' 18:00:51 #topic Roll Call 18:01:12 Hi everyone! 18:01:14 o/ 18:02:41 .hello copperi 18:02:41 copperi[m]: copperi 'Jan Kuparinen' 18:02:42 (as always, we can wait until 05 to jump into specific topics) 18:04:11 * gotmax23 goes to get their laptop 18:04:40 .hello mikelo2 18:04:41 mikelo: mikelo2 'Mikel Olasagasti Uranga' 18:05:31 .hi 18:05:32 gotmax23: gotmax23 'Maxwell G' 18:05:34 Hey y'all! 18:06:16 We "only" have 3 issues tagged as meeting. Anyone in particular? I don't have anything for the one that I filled yet. 18:06:17 The bug list: https://pagure.io/GoSIG/go-sig/issues?status=Open&tags=meeting&close_status= 18:07:24 I completed the Mass Reitre Golang Leaves Change and retired 267 leaf packages last week 18:07:35 Thank you very much! 18:08:42 Now that we retired those, there's 72 packages that are now leaves 18:08:42 https://pagure.io/GoSIG/go-leaves/blob/main/f/leaves 18:08:43 I haven't decided yet whether to do a second round 18:08:58 gotmax23++ huge work, Fedora is in better shape now! 18:08:58 mikelo: Karma for gotmax23 changed to 2 (for the current release cycle): https://badges.fedoraproject.org/tags/cookie/any 18:09:19 I was worried that the mass retirement might go awry, but nothing has popped up in the past week, so I'm happy about that. 18:09:39 thanks :) 18:09:42 nice work 18:10:25 I kept my nightly cronjob that updates that repository so the data should stay up to date 18:11:14 that's awesome 18:11:15 thank you very much <3 18:11:22 sure! 18:12:03 Do everybody want to jump into the open floor as it doesn't look like there's any update on the open issues? 18:12:25 Ack 18:13:42 #topic Open floor 18:14:24 I merged today 1.19.7 updates that I totally forget to do last week, thanks to Brad Smith I'll add the builds to Bodhi after the meeting 18:14:53 also... I submitted the Delve package unretirement process earlier today 18:15:38 took me A LOT to fix a weird issue that a macro was hiding :-/ 18:16:17 And that's pretty much it from my side 18:16:59 alexsaezm, can that issue fix be checked in a commit? 18:18:42 yeah, but there's nothing that says what the problem was https://src.fedoraproject.org/fork/alexsaezm/rpms/delve/c/39f2f0bf582ea8418220bc89276bcb407b2eab65?branch=rawhide 18:19:23 Long story short: I had a problem with a dependency (different versions so it didn't compile due a change in a return type) but I wasn't able to see the error because the output was hidden by the gobuild macro 18:19:46 alexsaezm++ 18:19:46 mikelo: Karma for alexsaezm changed to 2 (for the current release cycle): https://badges.fedoraproject.org/tags/cookie/any 18:20:38 You can usually grep for .go: to find the errors hidden in that very verbose output 18:20:50 The building process was failing in the middle of the compilation and printing something like this: 18:21:00 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b233/_pkg_.a -trimpath "$WORK/b233=>" -p github.com/spf13/cobra/doc -complete -installsuffix shared -buildid ZIx6y96nBdsM9iLN0n2J/ZIx6y96nBdsM9iLN0n2J -goversion go1.20.2 -shared -c=2 -nolocalimports -importcfg $WORK/b233/importcfg -pack /usr/share/gocode/src/github.com/spf13/cobra/doc/man_docs.go /usr/share/gocode/src/github.com/spf13/cobra/doc/md_docs.go 18:21:00 /usr/share/gocode/src/github.com/spf13/cobra/doc/rest_docs.go /usr/share/gocode/src/github.com/spf13/cobra/doc/util.go /usr/share/gocode/src/github.com/spf13/cobra/doc/yaml_docs.go 18:21:00 /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b233/_pkg_.a # internal 18:21:00 cp $WORK/b233/_pkg_.a /builddir/.cache/go-build/81/81f2ac445aaa3dd19e37db1ae481ca7f58c31755b1d0e984bdb4b1c52ae05b33-d # internal 18:21:08 which wasn't the problem at all 18:21:15 the real problem was never printed in the whole output 18:21:29 until I modified the macro and removed a lot of flags 18:21:47 Can't explain why thought 18:22:38 A simple & fixed the issue :D 18:23:28 then after that... something odd happened with gotest and xargs... and mikelo helped me 18:23:29 mikelo: ++ 18:23:36 mikelo++ 18:23:36 alexsaezm: Karma for mikelo2 changed to 1 (for the current release cycle): https://badges.fedoraproject.org/tags/cookie/any 18:26:50 and nothing else to say :D 18:32:30 anyone else? 18:32:53 Nothing from me :) 18:37:27 if nobody else wants to say something... we can call it :) 18:40:24 Thanks everyone for coming :) 18:40:32 #endmeeting