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

Gemfile.lock: fix dependency due to fix build error on windows #730

Merged

Conversation

Watson1978
Copy link
Contributor

@Watson1978 Watson1978 commented Nov 9, 2024

This should fix following error when build Windows package on feature-nodowntime branch.

Downloading fluentd-1.17.1 revealed dependencies not in the API or the lockfile 
(logger (~> 1.6)).
Either installing with `--full-index` or running `bundle update fluentd` should 
fix the problem.

rake aborted! 

Command failed with status (34): [C:/opt/fluent/bin/bundle _2.3.27_ install ...]
C:/fluent-package-5.1.0/fluent-package/Rakefile:462:in `block (2 levels) in defi
ne'
Tasks: TOP => msi:selfbuild => build:all => build:licenses => build:gems => buil
d:ruby_gems
(See full trace by running task with --trace)
rake aborted!

@Watson1978 Watson1978 marked this pull request as ready for review November 10, 2024 22:14
Copy link
Contributor

@daipom daipom left a comment

Choose a reason for hiding this comment

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

Thanks!

@daipom daipom merged commit d41dbc4 into fluent:feature-nodowntime Nov 11, 2024
131 of 134 checks passed
@Watson1978 Watson1978 deleted the fix-build-error-on-windows branch November 12, 2024 05:09
kenhys pushed a commit that referenced this pull request Nov 19, 2024
This should fix following error when build Windows package on
`feature-nodowntime` branch.

```
Downloading fluentd-1.17.1 revealed dependencies not in the API or the lockfile 
(logger (~> 1.6)).
Either installing with `--full-index` or running `bundle update fluentd` should 
fix the problem.

rake aborted! 

Command failed with status (34): [C:/opt/fluent/bin/bundle _2.3.27_ install ...]
C:/fluent-package-5.1.0/fluent-package/Rakefile:462:in `block (2 levels) in defi
ne'
Tasks: TOP => msi:selfbuild => build:all => build:licenses => build:gems => buil
d:ruby_gems
(See full trace by running task with --trace)
rake aborted!
```

Signed-off-by: Shizuo Fujita <[email protected]>
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.

2 participants