Re: Hugo go-vendor-tools package

2025-06-03 Thread Mikel Olasagasti via golang
Hi Mike, Sorry for the late replies, I've been busier than expected last week. For that error I found that Brad already hit the same issue in https://github.com/cri-o/cri-o/issues/8860#issuecomment-2558287657 and fixed by applying "%global __golang_extldflags -Wl,-z,undefs" after %build in https

Re: New version of Hugo, new dependencies

2025-05-14 Thread Mikel Olasagasti via golang
Hi Mike, FYI, members of Go-SIG plan to propose vendoring dependencies as the default method to package Golang packages. This is the draft of the document: https://fedoraproject.org/wiki/Changes/GolangPackagesVendoredByDefault Being Hugo a complex package it's safe to start using go-vendor-tools

Heads-up: Go 1.24 causing widespread FTBFS in F42

2025-01-19 Thread Mikel Olasagasti via golang
Hi, This is a heads-up regarding the impact of Go 1.24, now available in Fedora, and the subsequent mass-rebuild for Fedora 42. Over 200 packages are currently failing to build from source (FTBFS) [1] due to a stricter check introduced in Go 1.24 [2]. The failure occurs due to a stricter vet chec

Intention to retire golang-github-siddontang-goredis and golang-github-ledisdb

2025-01-13 Thread Mikel Olasagasti via golang
Hi SIG, As proposed a few months ago[1], I would like to retire the `golang-github-siddontang-goredis` and `golang-github-ledisdb` packages. Package `golang-github-siddontang-goredis` has been FTBFS since F39 and has been dead upstream for 6 years. The only package depending on it is `golang-gith

Re: New version of Hugo, new dependencies

2024-12-30 Thread Mikel Olasagasti via golang
Hi Mike, Hau idatzi du W. Michael Petullo via golang (golang@lists.fedoraproject.org) erabiltzaileak (2024 abe. 29(a), ig. (21:17)): > > I have some review requests for Go packages that are required for Hugo > 0.140.1: > > https://bugzilla.redhat.com/show_bug.cgi?id=2334845 Needs some changes. >

[golist] Issue #34: Ignores import path with similar name

2024-08-07 Thread Mikel Olasagasti Uranga
mikelo2 reported a new issue against the project: `golist` that you are following: `` Module `github.com/willscott/go-nfs` has requirement in another module named `github.com/willscott/go-nfs-client`, but it's ignored by golist. Checking package's go.mod: ~~~ $ grep github.com/willscott/go-nfs

Retiring golang-vitess and golang-sigs-k8s-kustomize leaves

2024-07-30 Thread Mikel Olasagasti
golang-vitess and golang-sigs-k8s-kustomize were retired a while ago leaving a few leave packages. As reported in https://pagure.io/GoSIG/go-sig/issue/58 and discussed in the go-sig meeting, these are the packages that will be retired in a week if nobody complains: golang-github-adalogics-fuzz-he

Re: Review swaps? New deps for go-task

2024-07-14 Thread Mikel Olasagasti
Hi Mark, I just reviewed and approved them. If in exchange you can review these to import `ov` it would be helpful: https://bugzilla.redhat.com/buglist.cgi?bug_id=2296618&bug_id_type=anddependson&format=tvp&list_id=13479083# All are plain go2rpm with a couple README renames. Regards, Mikel Ha

[go-rpm-macros] Issue #69: creating rpm out of go-pkg

2024-05-26 Thread Mikel Olasagasti Uranga
mikelo2 added a new comment to an issue you are following: `` Easiest way to generate and maintain a specfile is using `go2rpm`: ~~~ $ go2rpm -q https://github.com/led0nk/ark-clusterinfo golang-github-led0nk-ark-clusterinfo.spec ~~~ If you prefer to create & maintain the spec manually you can c

Re: Issues packaging transifex-cli

2024-04-16 Thread Mikel Olasagasti
%{goipath} Regards, Mikel [1] https://lists.fedoraproject.org/archives/list/golang@lists.fedoraproject.org/message/FIIQ4NSAILIQ54OYQ5MJMK5YNTGEWVZU/ Hau idatzi du Mikel Olasagasti (mi...@olasagasti.info) erabiltzaileak (2024 mar. 29(a), or. (16:26)): > > Hi all, > > I'm trying to

Issues packaging transifex-cli

2024-03-29 Thread Mikel Olasagasti
Hi all, I'm trying to package transifex-cli but I find the following error in the %install phase: /usr/bin/strip: /builddir/build/BUILDROOT/transifex-client-1.6.10-1.fc41.x86_64/usr/bin/tx(__.PKGDEF): Unable to recognise the format of file: file format not recognized /usr/bin/strip: /builddir/bui

Re: The Docker Stack and Go Vendoring

2024-03-27 Thread Mikel Olasagasti
Hi Maxwell, One doubt about other packages that currently depend on any of the packages you list to be vendored. Checking your containerd spec[1] I see the only the binary package is installed, no -devel package is created. If that's correct I undrestand that all the packages that depend on it w

Re: New version of Hugo, new dependencies

2024-03-17 Thread Mikel Olasagasti
Hi Mike, Reviewed and approved both packages. Regards, Mikel Hau idatzi du W. Michael Petullo (m...@flyn.org) erabiltzaileak (2024 mar. 17(a), ig. (03:23)): > > I have some review requests for Go packages that are required for Hugo > 0.124.0: > > https://bugzilla.redhat.com/show_bug.cgi?id=22698

Re: Questions related to Go package updates

2024-01-07 Thread Mikel Olasagasti
Hi Mike, Hau idatzi du W. Michael Petullo (m...@flyn.org) erabiltzaileak (2024 urt. 2(a), ar. (02:41)): > > I have two questions related to Go package updates-devel: > > (1) The goipath github.com/bep/clock is now github.com/bep/clocks, as of > clock version 0.5.0 (note the plural clocks in the la

Re: Review request: go2rpm dependencies for latest Hugo

2024-01-02 Thread Mikel Olasagasti
Hau idatzi du W. Michael Petullo (m...@flyn.org) erabiltzaileak (2023 abe. 31(a), ig. (19:49)): > > > Can you use go2rpm-1.10 to generate the specs? > > I regenerated each package using go2rpm. This left > golang-github-bep-godartsass with a -2.0.0 suffix, which I thought too > exclusive when compa

Re: Review request: go2rpm dependencies for latest Hugo

2023-12-31 Thread Mikel Olasagasti
Hi Mike, Can you use go2rpm-1.10 to generate the specs? There are a couple of changes in the specs generated that will make updates easier, but will also change the name of golang-github-bep-godartsass-2. Regards, Mikel Hau idatzi du W. Michael Petullo (m...@flyn.org) erabiltzaileak (2023 abe.

Re: golang-cloud-google split & review requests

2023-11-18 Thread Mikel Olasagasti
Hau idatzi du W. Michael Petullo (m...@flyn.org) erabiltzaileak (2023 aza. 18(a), lr. (21:24)): > > > I created 17 review requests and a PR to split current > > golang-cloud-google into modules. This is required in order to update > > other packages required by Google's SDK. > > > > The plan is: >

golang-cloud-google split & review requests

2023-11-16 Thread Mikel Olasagasti
Hi all, I created 17 review requests and a PR to split current golang-cloud-google into modules. This is required in order to update other packages required by Google's SDK. The plan is: 1) have all this reviewed & approved 2) build all modules in bootstrap mode to avoid cyclic dependencies and

[go-rpm-macros] Issue #3: %goprep should apply patches automatically

2023-11-06 Thread Mikel Olasagasti Uranga
mikelo2 added a new comment to an issue you are following: `` `go2rpm` includes `autopatch -p1` in the template since release 1.9.0 https://pagure.io/GoSIG/go2rpm/c/b7ba195ebf85c2b7025a7d27e0623eb87f0be89b?branch=master It differs from the initial request of this issue, but should be enough IMO.

[go-rpm-macros] Issue #57: Problems to package cloud.google.com/go/ modules

2023-11-06 Thread Mikel Olasagasti Uranga
mikelo2 added a new comment to an issue you are following: `` Seems fixed by https://pagure.io/go-rpm-macros/pull-request/58 Thanks @eclipseo for the fast fix. `` To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/57 _

[go-rpm-macros] Issue #57: Problems to package cloud.google.com/go/ modules

2023-11-06 Thread Mikel Olasagasti Uranga
The status of the issue: `Problems to package cloud.google.com/go/ modules` of project: `go-rpm-macros` has been updated to: Closed by mikelo2. https://pagure.io/go-rpm-macros/issue/57 ___ golang mailing list -- golang@lists.fedoraproject.org To unsubs

[go-rpm-macros] Issue #57: Problems to package cloud.google.com/go/ modules

2023-11-05 Thread Mikel Olasagasti Uranga
mikelo2 added a new comment to an issue you are following: `` > This is fixed in latest golist > > https://pagure.io/golist/c/4a2511bb0089458eef3b78acc0f1dbc264c9c15a?branch=master I'm building against rawhide, so already using golist-0.10.4 that includes that patch: ``` sh-5.2# rpm -qa |grep

[go-rpm-macros] Issue #57: Problems to package cloud.google.com/go/ modules

2023-11-04 Thread Mikel Olasagasti Uranga
mikelo2 reported a new issue against the project: `go-rpm-macros` that you are following: `` Google Cloud's golang SDK used to be a large package, but now each module has different lifecycle while still being a monorepo. This means that multiple subpackages need to be created. While creating t

Re: The following noarch package built differently

2023-10-04 Thread Mikel Olasagasti
Hi Mike, Hau idatzi du W. Michael Petullo (m...@flyn.org) erabiltzaileak (2023 urr. 4(a), az. (14:08)): > > I recently finished packaging the dependencies for golang-modernc-sqlite, > and so I am trying to build golang-modernc-sqlite using "fedpkg build". I > received an error that I am not famili

rawhide is broken

2023-09-20 Thread Mikel Olasagasti
Hi all, Many packages in rawhide are broken due to missing deps caused by the latest golang-opentelemetry-otel update[1]. The problems are at least: - nothing provides golang(go.opentelemetry.io/otel/exporters/jaeger) needed by golang-github-moby-buildkit-devel-0.10.5-3.fc39.noarch - nothing pro

Re: Watch out when updating Hashicorp packages!

2023-08-11 Thread Mikel Olasagasti
I checked all specs that have hashicorp name on it and only golang-github-hashicorp-consul.spec would be affected partially by the change. As Hashicorp mentions in their blog "HashiCorp APIs, SDKs, and almost all other libraries will remain MPL 2.0." and it seems the case for consul' API and SDK:

Re: SIG opinion request - golang-github-migrate package

2023-07-17 Thread Mikel Olasagasti
Hi Link, Hau idatzi du Link Dupont (l...@sub-pop.net) erabiltzaileak (2023 eka. 29(a), og. (18:03)): > > Hi go-sig, > > I have packaged up github.com/golang-migrate/migrate for Fedora. This > project makes extensive use of build tags to include or exclude various > databases and migration sources.

Re: azure-sdk-for-go goipath issue

2023-06-20 Thread Mikel Olasagasti
em is that tests fail for these packages due to the paths used. I'll push the packages for review. Any feedback is appreciated. Kind regards, Mikel Hau idatzi du Mikel Olasagasti (mi...@olasagasti.info) erabiltzaileak (2023 eka. 19(a), al. (15:10)): > > Hello team, > > Newer v

Re: [Pull Requests] gobuster and ffuf PRs awaiting merge

2023-06-19 Thread Mikel Olasagasti
Hi Maverick, Those packages are managed by Fabian (fab), not go-sig. Adding him to the thread. The whole go-sig team can commit to those packages, but for this kind of changes it is better to align with the admin. In case admin is non responsive, Fabian is but requires some days in my experience,

azure-sdk-for-go goipath issue

2023-06-19 Thread Mikel Olasagasti
Hello team, Newer version or rclone requires a newer release of azure-sdk-for-go, but azure-sdk-for-go has been divided into different modules, all living in a monorepo and thus requiring new packages. Each of the modules has its own release and I can create packages using version and tag: Versi

Re: Big change in Rawhide golang packages

2023-06-09 Thread Mikel Olasagasti
Hi Mike, This should be fixed now. Check https://pagure.io/releng/issue/11471 for more details on what happened. Regards, Mikel Hau idatzi du W. Michael Petullo (m...@flyn.org) erabiltzaileak (2023 eka. 8(a), og. (03:48)): > > Did something big happen to the Rawhide golang packages? > > I recei

Re: compat packages

2023-05-17 Thread Mikel Olasagasti
Not 100% sure, but aren't those compat packages built when a package contains a goaltipaths definition? Check golang-github-cheggaaa-pb-3 for example. Regards, Mikel Hau idatzi du Mark E. Fuller (mark.e.ful...@gmx.de) erabiltzaileak (2023 mai. 17(a), az. (17:24)): > > Can anyone point me at an e

Re: Packaging the AWS SSM Agent

2023-05-09 Thread Mikel Olasagasti
Hi Major, Hau idatzi du Major Hayden (ma...@mhtx.net) erabiltzaileak (2023 mai. 8(a), al. (22:51)): > > Hey there, > > I've been working on packaging the AWS SSM Agent[0] in Fedora on and off for > a few months now and I finally got a free moment to work on it again. > However, there are a few p

Re: Going Inactive

2023-04-26 Thread Mikel Olasagasti
Hi Anthony, Hau idatzi du Anthony J Rabbito (he...@anthonyrabbito.com) erabiltzaileak (2023 api. 26(a), az. (05:09)): > > Hello All, > > While I've been inactive for a few months I wanted to get around to sending a > official announcement. > > As work continues to bear more load during these unce

[go-rpm-macros] Issue #50: arched devel packages

2022-09-16 Thread Mikel Olasagasti
mikelo2 added a new comment to an issue you are following: `` My fault @jcajka , it's not the case of `golang-x-crypto`, I meant `golang-github-cloudflare-circl`. I created the ticket after the bi-weekly sig meeting in a rush. Building `golang-github-cloudflare-circl` fails with the following e

[go-rpm-macros] Issue #50: arched devel packages

2022-09-12 Thread Mikel Olasagasti
mikelo2 reported a new issue against the project: `go-rpm-macros` that you are following: `` Currently there is no option to ship arched devel packages. The ask is to have a macro, `%go_arched_devel` for example, to allow certain packages's devel package, `golang-x-crypto` for example, to be a

Re: Thread to send your Golang package reviews which are waiting

2022-08-03 Thread Mikel Olasagasti
view other specs in exchange. Kind regards, Mikel Olasagasti (mikelo2) Hau idatzi du Robert-André Mauchin (zebo...@gmail.com) erabiltzaileak (2022 eka. 27, al. (19:39)): > > Thread to send your Golang package reviews which are waiting... reply to this > thread so we > can sync up our eff

Re: About quic-go and qtls-go library

2022-08-03 Thread Mikel Olasagasti
Hau idatzi du Maxwell G (gotmax@e.email) erabiltzaileak (2022 abu. 3, az. (09:22)): > > > Aug 1, 2022 11:10:55 PM Mikel Olasagasti : > > > So, unless someone thinks this should be handled differently, I'll > > start retiring all versions <1.19. > Do other packag

About quic-go and qtls-go library

2022-08-01 Thread Mikel Olasagasti
art retiring all versions <1.19. Kind regards, Mikel Olasagasti (mikelo2) [1] https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions ___ golang mailing list -- golang@lists.fedoraproject.org To unsubscribe send an email to golang-le...@li

Re: packaging: -x and -v make it difficult to diagnose build failures

2022-06-28 Thread Mikel Olasagasti
Hau idatzi du Bob Mauchin (zebo...@gmail.com) erabiltzaileak (2022 eka. 28, ar. (20:42)): > > to find the error during the build phase, search "# " + first letter > of your import path searching for `.go:` does usually the trick for me. ___ golang mailin

[golist] Issue #28: golist fails when new go-1.17 `//go:build` style is used

2022-06-07 Thread Mikel Olasagasti
mikelo2 added a new comment to an issue you are following: `` Works fine now. `` To reply, visit the link below or just reply to this email https://pagure.io/golist/issue/28 ___ golang mailing list -- golang@lists.fedoraproject.org To unsubscribe send a

[golist] Issue #28: golist fails when new go-1.17 `//go:build` style is used

2022-06-07 Thread Mikel Olasagasti
The status of the issue: `golist fails when new go-1.17 `//go:build` style is used` of project: `golist` has been updated to: Closed as Fixed by mikelo2. https://pagure.io/golist/issue/28 ___ golang mailing list -- golang@lists.fedoraproject.org To uns

[golist] Issue #28: golist fails when new go-1.17 `//go:build` style is used

2022-06-07 Thread Mikel Olasagasti
The status of the issue: `golist fails when new go-1.17 `//go:build` style is used` of project: `golist` has been updated to: Open by mikelo2. https://pagure.io/golist/issue/28 ___ golang mailing list -- golang@lists.fedoraproject.org To unsubscribe se

[golist] Issue #28: golist fails when new go-1.17 `//go:build` style is used

2022-06-07 Thread Mikel Olasagasti
The status of the issue: `golist fails when new go-1.17 `//go:build` style is used` of project: `golist` has been updated to: Closed as Fixed by mikelo2. https://pagure.io/golist/issue/28 ___ golang mailing list -- golang@lists.fedoraproject.org To uns

Re: Help with go spec file

2022-06-03 Thread Mikel Olasagasti
Hi Mark, Hau idatzi du Mark E. Fuller (ful...@fedoraproject.org) erabiltzaileak (2022 eka. 3, or. (17:52)): > > Hi all, > > I'm fairly new to go and am looking to make a spec file and build > jsonnet (https://github.com/google/go-jsonnet/, https://jsonnet.org/). go-jsonnet is already packaged: h

CVE-2022-27191 tickets

2022-04-13 Thread Mikel Olasagasti
ted. Kind regards, Mikel Olasagasti (mikelo2) [1] https://nvd.nist.gov/vuln/detail/CVE-2022-27191 [2] https://bugzilla.redhat.com/show_bug.cgi?id=2064702 [3] https://src.fedoraproject.org/rpms/golang-x-crypto/pull-request/2 [4] https://pagure.io/GoSIG/go-sig/issue/1#comm

Re: Package reviews

2022-02-19 Thread Mikel Olasagasti
Hi Fabio, Hau idatzi du Fabio Alessandro Locati (m...@fale.io) erabiltzaileak (2022 ots. 19, lr. (10:09)): > I've packaged a bunch of packages related to Go and I'm looking for someone > who is willing to review them. If needed, I can swap reviews as well. I can review them, but may need a coupl

[go-rpm-macros] PR #40: Try again to fix failures with https://fedoraproject.org/wiki/Changes/SetBuildFlagsBuildCheck

2022-01-29 Thread Mikel Olasagasti
mikelo2 commented on the pull-request: `Try again to fix failures with https://fedoraproject.org/wiki/Changes/SetBuildFlagsBuildCheck` that you are following: `` Same here with a package that was imported 2 days ago that started to fail today: https://koschei.fedoraproject.org/package/golang-

[golist] Issue #28: golist fails when new go-1.17 `//go:build` style is used

2021-12-29 Thread Mikel Olasagasti
mikelo2 reported a new issue against the project: `golist` that you are following: `` golist fails when golang-1.17 new `//go:build` style is used: ``` $ go2rpm https://github.com/google/log4jscanner //go:build comment without // +build comment Traceback (most recent call last): File "/usr/bin

Re: go builds broken in rawhide?

2021-12-20 Thread Mikel Olasagasti
Hau idatzi du Maxwell G (gotmax@e.email) erabiltzaileak (2021 abe. 20, al. (05:36)): > > On Sunday, December 19, 2021 11:22:02 AM CST Mikel Olasagasti wrote: > > Hi folks, > > > > Koschei reported failure on some of my packages and also received some > > F36FailsT

go builds broken in rawhide?

2021-12-19 Thread Mikel Olasagasti
Hi folks, Koschei reported failure on some of my packages and also received some F36FailsToInstall BZs. Checking root.log and F36FailsToInstall reports I can see the following output for one package, but the rest are similar with less missing deps. No matching package to install: 'golang(crypto/

debug_package when using go_generate_buildrequires

2021-12-06 Thread Mikel Olasagasti
42572 - go_generate_buildrequires build: https://koji.fedoraproject.org/koji/taskinfo?taskID=79642147 Is this expected? Is adding `%global debug_package %{nil}` correct or good practice for this scenario? Kind regards, Mikel Olasagasti (mikelo2) ___ g

Re: Produced binary is an ar archive

2021-09-05 Thread Mikel Olasagasti
Hau idatzi du Link Dupont (l...@sub-pop.net) erabiltzaileak (2021 ira. 5, ig. (15:09)): > > I think you need to append "/cmd/doctl" to your %{goipath} line on line > 72: > > %build > %gobuild -o %{gobuilddir}/cmd/doctl %{goipath}/cmd/doctl Thanks link++, that's it!

Produced binary is an ar archive

2021-09-05 Thread Mikel Olasagasti
Hi all, I'm new to Go SIG. There are some Go apps that I'm interested in packaging and I'm learning about it. One of these packages is `doctl`, the official cli for DigitalOcean, but I'm having problems with the result. I'm able to build it using mock or copr, but the generated binary is detecte