Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/mattn/go-ieproxy to v0.0.12 #407

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/mattn/go-ieproxy v0.0.1 -> v0.0.12 age adoption passing confidence

Release Notes

mattn/go-ieproxy (github.com/mattn/go-ieproxy)

v0.0.12

Compare Source

v0.0.11

Compare Source

v0.0.10

Compare Source

v0.0.9

Compare Source

v0.0.8

Compare Source

v0.0.7

Compare Source

v0.0.6

Compare Source

v0.0.5

Compare Source

v0.0.4

Compare Source

v0.0.3

Compare Source

v0.0.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@dragetd
Copy link
Member

dragetd commented Jun 1, 2023

From our build pipeline:

 make
GIT description: 'v1.7.0-54-g3f0ce90' (latest master: 'v0.0.0'), GIT branch 'feature-scheme-handlers', GIT hash '3f0ce90d'
Detected uname-id 'Darwin' as OS 'darwin'
go install github.com/josephspurrier/goversioninfo/cmd/[email protected]
go generate -installsuffix _separate -ldflags '-s -w -X main.gitDescription=v1.7.0-54-g3f0ce90 -X main.gitBranch=feature-scheme-handlers -X main.gitHash=3f0ce90d -X "github.com/setlog/trivrost/cmd/launcher/launcher.buildTime=2023-06-01 17:04:10 UTC"' github.com/setlog/trivrost/cmd/launcher
warning: GOPATH set to GOROOT (/Users/setlog/go) has no effect
Metawriter: Reading "resources/versioninfo.json.template".
Metawriter: Writing "resources/versioninfo.json".
Metawriter: Reading "resources/main.exe.template.manifest".
Metawriter: Writing "resources/main.exe.manifest".
Metawriter: Reading "resources/Info.template.plist".
Metawriter: Writing "resources/Info.plist".
warning: GOPATH set to GOROOT (/Users/setlog/go) has no effect
warning: GOPATH set to GOROOT (/Users/setlog/go) has no effect
warning: GOPATH set to GOROOT (/Users/setlog/go) has no effect
# compile finished
# See https://github.com/golang/go/issues/18400#issuecomment-270414574 for why -installsuffix is needed.
go build -o "out/update_files/darwin/OSCA_DC_TU" -v -installsuffix _separate -ldflags '-s -w -X main.gitDescription=v1.7.0-54-g3f0ce90 -X main.gitBranch=feature-scheme-handlers -X main.gitHash=3f0ce90d -X "github.com/setlog/trivrost/cmd/launcher/launcher.buildTime=2023-06-01 17:04:10 UTC"' github.com/setlog/trivrost/cmd/launcher
github.com/mattn/go-ieproxy
# github.com/mattn/go-ieproxy
/Users/setlog/go/pkg/mod/github.com/mattn/[email protected]/ieproxy_darwin.go:43:2: could not determine kind of name for C.CFNumberGetValue
/Users/setlog/go/pkg/mod/github.com/mattn/[email protected]/ieproxy_darwin.go:41:29: could not determine kind of name for C.CFNumberRef
/Users/setlog/go/pkg/mod/github.com/mattn/[email protected]/ieproxy_darwin.go:34:26: could not determine kind of name for C.calloc
/Users/setlog/go/pkg/mod/github.com/mattn/[email protected]/ieproxy_darwin.go:35:8: could not determine kind of name for C.free
/Users/setlog/go/pkg/mod/github.com/mattn/[email protected]/ieproxy_darwin.go:43:28: could not determine kind of name for C.kCFNumberIntType
make: *** [compile] Error 1

We have on buildhost running MacOS 10.13, which should have the CoreFoundation libraries. They were moved into xcode in 10.14. The xcode-commandline app should come with them, which is also installed on our runner. Reinstalling does not work. But all in all, it simply failed to build with any new version.

When we want to merge this, we need to update our runner or possibly finally finish the cross-compling container image.

And we should update the docs with this requirement.

@dragetd dragetd self-requested a review June 1, 2023 17:28
Copy link
Member

@dragetd dragetd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment

@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch 2 times, most recently from f2fe8c6 to 59484b8 Compare June 4, 2023 01:38
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from 59484b8 to c40fb13 Compare June 9, 2023 19:53
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from c40fb13 to 9d35835 Compare July 19, 2023 14:35
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch 2 times, most recently from d3d5ce3 to 7849252 Compare August 4, 2023 21:11
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from 7849252 to 764afb2 Compare September 1, 2023 03:41
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch 2 times, most recently from 7206fb4 to bfade45 Compare October 5, 2023 19:56
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from bfade45 to 9db45d6 Compare November 1, 2023 04:36
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from 9db45d6 to b31fbde Compare December 1, 2023 04:16
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch 8 times, most recently from 519784c to de2553b Compare December 21, 2023 15:26
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch 2 times, most recently from 8e1c836 to 6714b70 Compare February 8, 2024 01:33
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from 6714b70 to dac040d Compare March 1, 2024 04:23
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch 2 times, most recently from 752b4bc to e8e9c33 Compare April 3, 2024 21:28
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch 2 times, most recently from b6bec36 to 6ab292d Compare April 25, 2024 20:02
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from 6ab292d to e3362de Compare May 1, 2024 03:31
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch 3 times, most recently from a0891fb to 6dcc0b0 Compare May 9, 2024 01:40
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from 6dcc0b0 to 1cb05b6 Compare May 17, 2024 07:44
@renovate renovate bot changed the title Update module github.com/mattn/go-ieproxy to v0.0.11 Update module github.com/mattn/go-ieproxy to v0.0.12 May 22, 2024
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from 1cb05b6 to 06a0f59 Compare May 22, 2024 14:59
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from 06a0f59 to dafda7a Compare June 13, 2024 02:04
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch 2 times, most recently from 19d310b to 0e836df Compare July 4, 2024 21:50
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from 0e836df to ccb4034 Compare July 10, 2024 17:38
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from ccb4034 to b3e26c6 Compare August 1, 2024 03:21
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch 4 times, most recently from 4883e4b to c67537f Compare September 1, 2024 21:12
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch 4 times, most recently from f43f35a to 47450e1 Compare October 4, 2024 21:09
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from 47450e1 to 10e2f33 Compare October 14, 2024 14:29
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch 2 times, most recently from 60de8f7 to 7800cee Compare October 23, 2024 18:24
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from 7800cee to ea624a3 Compare November 1, 2024 04:35
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from ea624a3 to d254028 Compare November 11, 2024 14:03
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from d254028 to c848937 Compare December 7, 2024 18:23
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from c848937 to 4309a92 Compare January 1, 2025 04:56
@renovate renovate bot force-pushed the renovate/github.com-mattn-go-ieproxy-0.x branch from 4309a92 to 502e645 Compare February 1, 2025 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant